Back
|
Index
enum
parsetool.sqlgenerator.AbstractDatatype
NULL
Value will not be stored in the database at all.
AutoIncrement(type :
AbstractDatatype
)
ATinyInt(maxValue :
Int
,signed :
IntSignedness
)
The effective maximum value is this value.
AString(maxLength :
Int
)
AKey(references :
parsetool.schema.Table
)
AInt(maxValue :
Int
,signed :
IntSignedness
,nekoType :
String
)
The effective maximum value = (1024 * maxValue) - 1
AFloat
AEnum(path :
String
,values :
List
<
String
>)
ADate
ABool
Back
|
Index