SchemaObjectImpl

Created by wenshao on 08/06/2017.

Constructors

this
this(string name, SchemaObjectType type)
Undocumented in source.
this
this(string name, SchemaObjectType type, SQLStatement statement)
Undocumented in source.

Members

Enums

Type
enum Type
Undocumented in source.

Functions

findColumn
SQLColumnDefinition findColumn(string columName)
Undocumented in source. Be warned that the author may not have intended to support it.
findColumn
SQLColumnDefinition findColumn(long columNameHash)
Undocumented in source. Be warned that the author may not have intended to support it.
getName
string getName()
Undocumented in source. Be warned that the author may not have intended to support it.
getRowCount
long getRowCount()
Undocumented in source. Be warned that the author may not have intended to support it.
getStatement
SQLStatement getStatement()
Undocumented in source. Be warned that the author may not have intended to support it.
getType
SchemaObjectType getType()
Undocumented in source. Be warned that the author may not have intended to support it.
matchIndex
bool matchIndex(string columnName)
Undocumented in source. Be warned that the author may not have intended to support it.
matchKey
bool matchKey(string columnName)
Undocumented in source. Be warned that the author may not have intended to support it.
nameHashCode64
long nameHashCode64()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

rowCount
long rowCount;
Undocumented in source.

Inherited Members

From SchemaObject

getStatement
SQLStatement getStatement()
Undocumented in source.
findColumn
SQLColumnDefinition findColumn(string columName)
Undocumented in source.
findColumn
SQLColumnDefinition findColumn(long columNameHash)
Undocumented in source.
matchIndex
bool matchIndex(string columnName)
Undocumented in source.
matchKey
bool matchKey(string columnName)
Undocumented in source.
getType
SchemaObjectType getType()
Undocumented in source.
getName
string getName()
Undocumented in source.
nameHashCode64
long nameHashCode64()
Undocumented in source.
getRowCount
long getRowCount()
Undocumented in source.

Meta