Skip to main content
Skip table of contents

Virtual Schemas, Views, and Procedures

SYSADMIN.VirtualSchemas

This table supplies information on virtual schemas.

Column Name

Type

Description

id

bigintegerVirtual schema ID
namestringVirtual schema name
deletablebooleanFlag to signal whether virtual schema can be deleted or not
creationDatetimestampTimestamp when the virtual schema was created
lastModifiedDatetimestampTimestamp when the virtual schema was last modified
creatorstringName of the user who created the schema
modifierstringName of the user who last modified the schema

SYSADMIN.ViewDefinitions

This table supplies information on view definitions.

Column Name

Type

Description

name

stringView name
definitionstringSQL script defining how to create the view
creationDatetimestampTimestamp when the view was created
lastModifiedDatetimestampTimestamp when the view was last modified
statestringState of the view (e.g. READY, WARNING, FAILED)
failureReasonstringReason why the view has FAILED state
inSyncWithSourcebooleanFlag to signal whether the view is in sync with the source tables or not
notInSyncReasonstringReason why a view is not in sync with the source
creatorstringName of the user who created the view definition
modifierstringName of the user who last modified the view definition

SYSADMIN.ProcDefinitions

This table supplies information on procedure definitions.

Column Name

Type

Description

name

stringProcedure name
definitionstringSQL script defining how to create the procedure
creationDatetimestampTimestamp when the procedure was created
lastModifiedDatetimestampTimestamp when the procedure was last modified
statestringState of the procedure (e.g. READY, WARNING, FAILED)
failureReasonstringReason why the procedure has FAILED state
creatorstringName of the user who created the procedure
modifierstringName of the user who last modified the procedure
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.