AST_CODES
Records the binary representation of the search condition of views in the database (for internal use).
Column name
|
Data type
|
Description
|
AST_SYSID
|
INTEGER
|
System identifier for the view. |
AST_VERSION
|
INTEGER
|
Current AST-revision version number. |
SEQUENCE_NO
|
INTEGER
|
Sequence number within representation. |
AST_LENGTH
|
INTEGER
|
Length of binary data in AST_CODE. |
AST_CODE
|
VARCHAR(5000)
|
Binary representation of the view search condition. |
Primary key: AST_SYSID, AST_VERSION, SEQUENCE_NO