View
Property keys mapped to the columns of the OpenEdge SQL `SYSVIEWS` system catalog table.
SYSVIEWS contains one row for each view defined in the database.
Tags
Table of Contents
Constants
- CHECK_OPTION : string = 'checkOption'
- Whether the view is a `WITH CHECK OPTION` view (`checkopt`).
- TEXT_LENGTH : string = 'textLength'
- Total length in characters of the view definition text (`textlen`).
- VIEW_TEXT : string = 'viewText'
- `CREATE VIEW` SQL statement that defines the view (`text`).
Constants
CHECK_OPTION
Whether the view is a `WITH CHECK OPTION` view (`checkopt`).
public
string
CHECK_OPTION
= 'checkOption'
TEXT_LENGTH
Total length in characters of the view definition text (`textlen`).
public
string
TEXT_LENGTH
= 'textLength'
VIEW_TEXT
`CREATE VIEW` SQL statement that defines the view (`text`).
public
string
VIEW_TEXT
= 'viewText'