This table stores the content of all scripts.
| Column |
Description |
|---|---|
|
script_id |
INTEGER. A unique integer that identifies the script. |
|
script |
TEXT. The text of the script. |
|
script_language |
VARCHAR(128). The scripting language used for the script. The scripting language can be sql, java, or dnet. |
| checksum | VARCHAR(64). This column is used internally. |
PRIMARY KEY( script_id )
| Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |