VistaDB 6
VistaDB / Developer's Guide / SQL Reference / Functions / Special Functions / GETVIEWS
In This Topic
    GETVIEWS
    In This Topic
    # Column Name Column DataType Description
    0 VIEW_NAME NVarchar View name
    1 VIEW_DEFINITION NVarchar Full view definition (including CREATE VIEW command)
    2 SELECT_COMMAND NVarchar Select command for the view
    3 DESCRIPTION NVarchar View description
    4 IS_UPDATABLE Bool True - if view is updatable
    5 IS_CORRECT Bool True - if view's select command can be executed


    See Also