Optional max: numberOptional notNull: booleanOptional defaultValue: DBValueOptional primaryKey: booleanOptional autoincrement: booleanStatic Readonly AUTOINCREMENT_Autoincrement Constraint Order
Static Readonly COLUMN_Static Readonly COLUMN_Static Readonly COLUMN_Static Readonly COLUMN_Static Readonly COLUMN_Static Readonly DEFAULT_Default Value Constraint Order
Static Readonly NOT_Not Null Constraint Order
Static Readonly NO_User Column index value
Static Readonly PRIMARY_Primary Key Constraint Order
Static Readonly UNIQUE_Unique Constraint Order
Add a constraint
constraint
Add a constraint
constraint type
constraint
constraint order
Add constraints
constraints
Add constraints
constraints
Add constraints
constraints
Build the SQL for the constraint
SQL or null
constraint
Clear the constraints
cleared constraints
true to reset constraint settings
Clear the constraints of the provided type
cleared constraints
constraint type
Comparison function that sorts user columns by index
Copy the column
copied column
Get the constraints
constraints
Get the constraints of the provided type
constraints
constraint type
Get the data type
data type
Check if has constraints of the provided type
true if has constraints
constraint type
Set the constraint order by constraint type
constraint
Set the data type
data type
Set the column index. Only allowed when #hasIndex() is false ( #getIndex() is #NO_INDEX). Setting a valid index to an existing valid index does nothing.
column index
Static createCreate a new column
Optional defaultValue: DBValueOptional max: numberOptional autoincrement: booleanStatic createCreate a new column with the specified column index
Optional defaultValue: DBValueOptional max: numberOptional autoincrement: booleanStatic createCreate an id column
Autoincrement
Static createCreate an id column with the specified column index
Index
Autoincrement
Static createCreate a tile column column
Static createCreate a tile column column with a specified column index
column index
Static createCreate a tile data column
Static createCreate a tile data column with a specified colum index
column index
Static createCreate a tile row column
Static createCreate a tile row column with a specified column index
column index
Static createCreate a zoom level column
Static createCreate a zoom level column with a specified column index
Index
Static Protected getGet the type name from the data type
type name
column name
data type
Static Protected validateValidate the data type
column name
data type
Generated using TypeDoc
TileColumnmodels columns in [user tile pyramid tables]TileTable.