DbObjectInfo - Kirix Documentation

Developer Resources

DbObjectInfo

Overview

The DbObjectInfo class provides information about a database object.

Properties

DbObjectInfo.name
The name of the object, given as a string.
DbObjectInfo.type
The type of the object, given as a string. Either "NODE", "DIRECTORY", "TABLE", "STREAM", or "UNKNOWN".
DbObjectInfo.catalog
The catalog of the object, given as a string. Currently blank.
DbObjectInfo.schema
The schema of the object, given as a string. Currently blank.
DbObjectInfo.mount
The object mount flag, given as a boolean value. True if the object is mounted, and false otherwise.