Difference between revisions of "IX.AQ$ STREAMS QUEUE TABLE G (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$_STREAMS_QUEUE_TABLE_G
 
| IX.AQ$_STREAMS_QUEUE_TABLE_G
|-
+
|}
 +
 
 +
=== Columns ===
 +
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse"
 +
|- style="background:silver"
 +
| '''Column
 +
| '''Data Type
 +
| '''Nullable
 +
| '''Default
 +
| '''Description
 +
 
 +
|- valign="top"
 +
| MSGID
 +
| RAW(16)
 +
| not null
 +
|
 +
|
 +
|- valign="top"
 +
| SUBSCRIBER#
 +
| NUMBER
 +
| not null
 +
|
 +
|
 +
|- valign="top"
 +
| NAME
 +
| VARCHAR2(30)
 +
| not null
 +
|
 +
|
 +
|- valign="top"
 +
| ADDRESS#
 +
| NUMBER
 +
| not null
 +
|
 +
|
 +
|- valign="top"
 +
| SIGN
 +
| SYS.AQ$_SIG_PROP
 +
| null
 +
|
 +
|
 +
|- valign="top"
 +
| DBS_SIGN
 +
| SYS.AQ$_SIG_PROP
 +
| null
 +
|
 +
|
 +
|}
 +
 
 +
=== Primary Key ===
 +
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse"
 +
|- style="background:silver"
 +
| '''Primary Key
 +
| '''Columns
 +
|- valign="top"
 +
| SYS_IOT_TOP_49922
 +
| MSGID, SUBSCRIBER#, NAME, ADDRESS#
 
|}
 
|}

Latest revision as of 07:14, 24 June 2010

wikibot[edit]

Table IX.AQ$_STREAMS_QUEUE_TABLE_G

Columns[edit]

Column Data Type Nullable Default Description
MSGID RAW(16) not null
SUBSCRIBER# NUMBER not null
NAME VARCHAR2(30) not null
ADDRESS# NUMBER not null
SIGN SYS.AQ$_SIG_PROP null
DBS_SIGN SYS.AQ$_SIG_PROP null

Primary Key[edit]

Primary Key Columns
SYS_IOT_TOP_49922 MSGID, SUBSCRIBER#, NAME, ADDRESS#