Each row in the SYSOBJECT system view describes a database object. The underlying system table for this view is ISYSOBJECT.
Column name | Column type | Description |
---|---|---|
object_id | UNSIGNED BIGINT | The internal ID for the object, uniquely identifying it in the database. |
status | TINYINT | The status of the object. Values include:
|
object_type | TINYINT | Type of object. Values include:
|
creation_time | TIMESTAMP | The date and time when the object was created. |
PRIMARY KEY (object_id)
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |