Constructor
table name
relation name
contents data type
list of columns
Constructor
table name
relation name
contents data type
list of columns
list of required columns
Constructor
relation name
contents data type
user custom table
Columns
Constraints
Foreign key to Contents
Static
DEFAULT_Default id autoincrement setting
Static
DEFAULT_Default primary key not null setting
Get the table type
Add a new column
new column
Add constraint
constraint
Add constraints
constraints
Add constraints
constraints
Alter a column
altered column
Clear the constraints
cleared constraints
Clear the constraints of the provided type
cleared constraints
constraint type
Get the columns with the provided data type
columns
data type
Copy the UserCustomTable
Create user columns
Create user columns for a subset of table columns
user columns
column names
Drop a column
column to drop
Get the column of the column name
column
column name
Get the column at the index
column
column index
Get the list of columns
columns
Get the columns from the column names
columns
column names
Get the constraints
constraints
Get the constraints of the provided type
constraints
constraint type
Protected
getGet the primary key column
primary key column
Get user columns
Check if has constraints of the provided type
true if has constraints
constraint type
Rename a column
column
new column name
Protected
validateGenerated using TypeDoc
User Defined Related Table
Param
table name
Param
relation name
Param
Contents data type
Param
columns
Param
required columns
Returns