Name |
Type MSSql |
Type Oracle |
Type DB2 |
Type Postgresql |
Nullable |
Description |
LLOG_IDNR |
int |
NUMBER(38,0) |
int |
int |
false |
primary key |
LLOG_TimeStamp |
datetime |
DATE |
timestamp |
timestamp |
true |
time of this message |
LLOG_MsgNr |
int |
NUMBER(38,0) |
int |
int |
true |
message number |
LLOG_MsgInsert |
varchar (255) |
VARCHAR2 (255 CHAR) |
varchar(255) |
varchar (255) |
true |
message insert |
LLOG_Checksum |
varchar (32) |
VARCHAR2 (32 CHAR) |
varchar(32) |
varchar (32) |
true |
checksum |
Indexes:
Name |
Fields |
Primary |
Unique |
Clustered |
Nonclustered |
PK_LLOG |
LLOG_IDNR |
true |
true |
true |
false |
Foreign Keys:
Name |
Local References |
Foreign References |
Return to the Index File