Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 12.0.0 (Français) » SQL Anywhere Server - SQL Reference » Views » System views

 

SYSSOURCE system view

Each row in the SYSSOURCE system view contains the source code, if applicable, for an object listed in the SYSOBJECT system view. The underlying system table for this view is ISYSSOURCE.

Column name Data type Description
object_id UNSIGNED BIGINT The internal ID for the object whose source code is being defined.
source LONG VARCHAR This column contains the original source code for the object if the preserve_source_format database option is On when the object was created. For more information, see preserve_source_format option.
 Constraints on underlying system table