NumberType

Undocumented in source.

Constructors

this
this(int len, bool unsigned, SqlType type)
Undocumented in source.

Members

Functions

getName
string getName()
Undocumented in source. Be warned that the author may not have intended to support it.
getSqlType
SqlType getSqlType()
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

length
int length [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
unsigned
bool unsigned [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_length
int _length;
Undocumented in source.
_type
SqlType _type;
Undocumented in source.
_unsigned
bool _unsigned;
Undocumented in source.

Inherited Members

From Type

getSqlType
SqlType getSqlType()
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.

Meta