Each row in the systable system table describes a table in the database.
Column name | Column type | Description |
---|---|---|
table_id | INTEGER | A unique identifier for the table. |
table_name | VARCHAR(128) | The name of the table. |
table_flags | UNSIGNED SHORT | A bitwise combination of one of the following flags:
|
table_data | INTEGER | Internal use only. |
table_autoinc | BIG | Internal use only. |
PRIMARY INDEX (table_id)
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |