SQLCharacterDataType

Undocumented in source.

Constructors

this
this(string name)
Undocumented in source.
this
this(string name, int precision)
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
SQLCharacterDataType clone()
Undocumented in source. Be warned that the author may not have intended to support it.
getCharSetName
string getCharSetName()
Undocumented in source. Be warned that the author may not have intended to support it.
getCharType
string getCharType()
Undocumented in source. Be warned that the author may not have intended to support it.
getCollate
string getCollate()
Undocumented in source. Be warned that the author may not have intended to support it.
getHints
List!SQLCommentHint getHints()
Undocumented in source. Be warned that the author may not have intended to support it.
getLength
int getLength()
Undocumented in source. Be warned that the author may not have intended to support it.
isHasBinary
bool isHasBinary()
Undocumented in source. Be warned that the author may not have intended to support it.
setCharSetName
void setCharSetName(string charSetName)
Undocumented in source. Be warned that the author may not have intended to support it.
setCharType
void setCharType(string charType)
Undocumented in source. Be warned that the author may not have intended to support it.
setCollate
void setCollate(string collate)
Undocumented in source. Be warned that the author may not have intended to support it.
setHasBinary
void setHasBinary(bool hasBinary)
Undocumented in source. Be warned that the author may not have intended to support it.
setHints
void setHints(List!SQLCommentHint hints)
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.

Static variables

CHAR_TYPE_BYTE
string CHAR_TYPE_BYTE;
Undocumented in source.
CHAR_TYPE_CHAR
string CHAR_TYPE_CHAR;
Undocumented in source.

Variables

hints
List!SQLCommentHint hints;
Undocumented in source.

Inherited Members

From SQLDataTypeImpl

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.

Meta