Difference between revisions of "IX.AQ$ ORDERS QUEUETABLE T (table)"

From dbscript Online Help
Jump to: navigation, search
 
(2 intermediate revisions by the same user not shown)
Line 2: Line 2:
  
 
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse"
 
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse"
|-
+
|- valign="top"
| '''table
+
| '''Table
 
| IX.AQ$_ORDERS_QUEUETABLE_T
 
| IX.AQ$_ORDERS_QUEUETABLE_T
|-
+
|}
 +
 
 +
=== Columns ===
 +
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse"
 +
|- style="background:silver"
 +
| '''Column
 +
| '''Data Type
 +
| '''Nullable
 +
| '''Default
 +
| '''Description
 +
 
 +
|- valign="top"
 +
| NEXT_DATE
 +
| TIMESTAMP(6)
 +
| not null
 +
|
 +
|
 +
|- valign="top"
 +
| TXN_ID
 +
| VARCHAR2(30)
 +
| not null
 +
|
 +
|
 +
|- valign="top"
 +
| MSGID
 +
| RAW(16)
 +
| not null
 +
|
 +
|
 +
|- valign="top"
 +
| ACTION
 +
| NUMBER
 +
| null
 +
|
 +
|
 +
|}
 +
 
 +
=== Primary Key ===
 +
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse"
 +
|- style="background:silver"
 +
| '''Primary Key
 +
| '''Columns
 +
|- valign="top"
 +
| SYS_IOT_TOP_49901
 +
| NEXT_DATE, TXN_ID, MSGID
 
|}
 
|}

Latest revision as of 07:14, 24 June 2010

wikibot[edit]

Table IX.AQ$_ORDERS_QUEUETABLE_T

Columns[edit]

Column Data Type Nullable Default Description
NEXT_DATE TIMESTAMP(6) not null
TXN_ID VARCHAR2(30) not null
MSGID RAW(16) not null
ACTION NUMBER null

Primary Key[edit]

Primary Key Columns
SYS_IOT_TOP_49901 NEXT_DATE, TXN_ID, MSGID