Oihana PHP System

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
see
https://docs.progress.com/bundle/openedge-sql-reference/page/SYSVIEWS.html
author

Marc Alcaraz (eKameleon)

since
1.0.0

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'
On this page

Search results