SQLObjectType

Undocumented in source.

Constructors

this
this(string name)
Undocumented in source.

Members

Functions

opEquals
bool opEquals(SQLObjectType h)
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
bool opEquals(SQLObjectType h)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

DATABASE
enum SQLObjectType DATABASE;
Undocumented in source.
FUNCTION
enum SQLObjectType FUNCTION;
Undocumented in source.
INSTANCE
enum SQLObjectType INSTANCE;
Undocumented in source.
JOB
enum SQLObjectType JOB;
Undocumented in source.
OfflineModel
enum SQLObjectType OfflineModel;
Undocumented in source.
PACKAGE
enum SQLObjectType PACKAGE;
Undocumented in source.
PROCEDURE
enum SQLObjectType PROCEDURE;
Undocumented in source.
PROJECT
enum SQLObjectType PROJECT;
Undocumented in source.
RESOURCE
enum SQLObjectType RESOURCE;
Undocumented in source.
ROLE
enum SQLObjectType ROLE;
Undocumented in source.
TABLE
enum SQLObjectType TABLE;
Undocumented in source.
USER
enum SQLObjectType USER;
Undocumented in source.
VOLUME
enum SQLObjectType VOLUME;
Undocumented in source.
XFLOW
enum SQLObjectType XFLOW;
Undocumented in source.
name
string name;
Undocumented in source.
name_lcase
string name_lcase;
Undocumented in source.

Meta