SQLDataType

Undocumented in source.

Members

Functions

clone
SQLDataType clone()
Undocumented in source.
getArguments
List!SQLExpr getArguments()
Undocumented in source.
getDbType
string getDbType()
Undocumented in source.
getName
string getName()
Undocumented in source.
getWithTimeZone
Boolean getWithTimeZone()
Undocumented in source.
isWithLocalTimeZone
bool isWithLocalTimeZone()
Undocumented in source.
nameHashCode64
long nameHashCode64()
Undocumented in source.
setDbType
void setDbType(string dbType)
Undocumented in source.
setName
void setName(string name)
Undocumented in source.
setWithLocalTimeZone
void setWithLocalTimeZone(bool value)
Undocumented in source.
setWithTimeZone
void setWithTimeZone(Boolean value)
Undocumented in source.

Interfaces

Constants
interface Constants
Undocumented in source.

Inherited Members

From SQLObject

accept
void accept(SQLASTVisitor visitor)
Undocumented in source.
clone
SQLObject clone()
Undocumented in source.
getParent
SQLObject getParent()
Undocumented in source.
setParent
void setParent(SQLObject parent)
Undocumented in source.
getAttributes
Map!(string, Object) getAttributes()
Undocumented in source.
getAttribute
Object getAttribute(string name)
Undocumented in source.
putAttribute
void putAttribute(string name, Object value)
Undocumented in source.
getAttributesDirect
Map!(string, Object) getAttributesDirect()
Undocumented in source.
output
void output(StringBuilder buf)
Undocumented in source.
addBeforeComment
void addBeforeComment(string comment)
Undocumented in source.
addBeforeComment
void addBeforeComment(List!string comments)
Undocumented in source.
getBeforeCommentsDirect
List!string getBeforeCommentsDirect()
Undocumented in source.
addAfterComment
void addAfterComment(string comment)
Undocumented in source.
addAfterComment
void addAfterComment(List!string comments)
Undocumented in source.
getAfterCommentsDirect
List!string getAfterCommentsDirect()
Undocumented in source.
hasBeforeComment
bool hasBeforeComment()
Undocumented in source.
hasAfterComment
bool hasAfterComment()
Undocumented in source.

Meta