- arguments
List!SQLExpr arguments;
Undocumented in source.
- accept0
void accept0(SQLASTVisitor visitor)
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.
- nameHashCode64
long nameHashCode64()
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.
- getArguments
List!SQLExpr getArguments()
Undocumented in source. Be warned that the author may not have intended to support it.
- addArgument
void addArgument(SQLExpr argument)
Undocumented in source. Be warned that the author may not have intended to support it.
- opEquals
bool opEquals(Object o)
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.
- getWithTimeZone
Boolean getWithTimeZone()
Undocumented in source. Be warned that the author may not have intended to support it.
- setWithTimeZone
void setWithTimeZone(Boolean withTimeZone)
Undocumented in source. Be warned that the author may not have intended to support it.
- isWithLocalTimeZone
bool isWithLocalTimeZone()
Undocumented in source. Be warned that the author may not have intended to support it.
- setWithLocalTimeZone
void setWithLocalTimeZone(bool withLocalTimeZone)
Undocumented in source. Be warned that the author may not have intended to support it.
- getDbType
string getDbType()
Undocumented in source. Be warned that the author may not have intended to support it.
- setDbType
void setDbType(string dbType)
Undocumented in source. Be warned that the author may not have intended to support it.
- clone
SQLDataTypeImpl clone()
Undocumented in source. Be warned that the author may not have intended to support it.
- cloneTo
void cloneTo(SQLDataTypeImpl x)
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.
- isUnsigned
bool isUnsigned()
Undocumented in source. Be warned that the author may not have intended to support it.
- setUnsigned
void setUnsigned(bool unsigned)
Undocumented in source. Be warned that the author may not have intended to support it.
- isZerofill
bool isZerofill()
Undocumented in source. Be warned that the author may not have intended to support it.
- setZerofill
void setZerofill(bool zerofill)
Undocumented in source. Be warned that the author may not have intended to support it.