SQLPropertyExpr

Undocumented in source.

Constructors

this
this(string owner, string name)
Undocumented in source.
this
this(SQLExpr owner, string name)
Undocumented in source.
this
this(SQLExpr owner, string name, long nameHashCod64)
Undocumented in source.
this
this()
Undocumented in source.

Members

Functions

accept0
void accept0(SQLASTVisitor visitor)
Undocumented in source. Be warned that the author may not have intended to support it.
clone
SQLPropertyExpr clone()
Undocumented in source. Be warned that the author may not have intended to support it.
computeDataType
SQLDataType computeDataType()
Undocumented in source. Be warned that the author may not have intended to support it.
computeHashCode64
void computeHashCode64()
Undocumented in source. Be warned that the author may not have intended to support it.
getChildren
List!SQLObject getChildren()
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.
getOwner
SQLExpr getOwner()
Undocumented in source. Be warned that the author may not have intended to support it.
getOwnernName
string getOwnernName()
Undocumented in source. Be warned that the author may not have intended to support it.
getResolvedColumn
SQLColumnDefinition getResolvedColumn()
Undocumented in source. Be warned that the author may not have intended to support it.
getResolvedOwnerObject
SQLObject getResolvedOwnerObject()
Undocumented in source. Be warned that the author may not have intended to support it.
getResolvedProcudure
SQLCreateProcedureStatement getResolvedProcudure()
Undocumented in source. Be warned that the author may not have intended to support it.
getResolvedTableSource
SQLTableSource getResolvedTableSource()
Undocumented in source. Be warned that the author may not have intended to support it.
getSimpleName
string getSimpleName()
Undocumented in source. Be warned that the author may not have intended to support it.
hashCode64
long hashCode64()
Undocumented in source. Be warned that the author may not have intended to support it.
matchOwner
bool matchOwner(string alias_p)
Undocumented in source. Be warned that the author may not have intended to support it.
nameEquals
bool nameEquals(string name)
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.
normalizedName
string normalizedName()
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
bool opEquals(Object obj)
Undocumented in source. Be warned that the author may not have intended to support it.
output
void output(StringBuilder buf)
Undocumented in source. Be warned that the author may not have intended to support it.
setName
void setName(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
setOwner
void setOwner(SQLExpr owner)
Undocumented in source. Be warned that the author may not have intended to support it.
setOwner
void setOwner(string owner)
Undocumented in source. Be warned that the author may not have intended to support it.
setResolvedColumn
void setResolvedColumn(SQLColumnDefinition resolvedColumn)
Undocumented in source. Be warned that the author may not have intended to support it.
setResolvedOwnerObject
void setResolvedOwnerObject(SQLObject resolvedOwnerObject)
Undocumented in source. Be warned that the author may not have intended to support it.
setResolvedProcedure
void setResolvedProcedure(SQLCreateProcedureStatement stmt)
Undocumented in source. Be warned that the author may not have intended to support it.
setResolvedTableSource
void setResolvedTableSource(SQLTableSource resolvedTableSource)
Undocumented in source. Be warned that the author may not have intended to support it.
simplify
SQLPropertyExpr simplify()
Undocumented in source. Be warned that the author may not have intended to support it.
toHash
size_t toHash()
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_hashCode64
long _hashCode64;
Undocumented in source.
nameHashCod64
long nameHashCod64;
Undocumented in source.
resolvedColumn
SQLColumnDefinition resolvedColumn;
Undocumented in source.
resolvedOwnerObject
SQLObject resolvedOwnerObject;
Undocumented in source.

Inherited Members

From SQLExprImpl

opEquals
bool opEquals(Object o)
Undocumented in source.
toHash
size_t toHash()
Undocumented in source.
clone
SQLExpr clone()
Undocumented in source. Be warned that the author may not have intended to support it.
computeDataType
SQLDataType computeDataType()
Undocumented in source. Be warned that the author may not have intended to support it.
getChildren
List!SQLObject getChildren()
Undocumented in source. Be warned that the author may not have intended to support it.

From SQLName

getSimpleName
string getSimpleName()
Undocumented in source.
clone
SQLName clone()
Undocumented in source.
nameHashCode64
long nameHashCode64()
Undocumented in source.
hashCode64
long hashCode64()
Undocumented in source.

Meta