static AttributesTableMetadata |
AttributesTableMetadata.create() |
Create metadata
|
static AttributesTableMetadata |
AttributesTableMetadata.create(boolean autoincrement) |
Create metadata
|
static AttributesTableMetadata |
AttributesTableMetadata.create(String tableName) |
Constructor
|
static AttributesTableMetadata |
AttributesTableMetadata.create(String tableName,
boolean autoincrement) |
Constructor
|
static AttributesTableMetadata |
AttributesTableMetadata.create(String tableName,
boolean autoincrement,
List<AttributesColumn> additionalColumns) |
Constructor
|
static AttributesTableMetadata |
AttributesTableMetadata.create(String tableName,
boolean autoincrement,
List<AttributesColumn> additionalColumns,
Constraints constraints) |
Constructor
|
static AttributesTableMetadata |
AttributesTableMetadata.create(String tableName,
String idColumnName,
boolean autoincrement,
List<AttributesColumn> additionalColumns) |
Constructor
|
static AttributesTableMetadata |
AttributesTableMetadata.create(String tableName,
String idColumnName,
boolean autoincrement,
List<AttributesColumn> additionalColumns,
Constraints constraints) |
Constructor
|
static AttributesTableMetadata |
AttributesTableMetadata.create(String tableName,
String idColumnName,
List<AttributesColumn> additionalColumns) |
Constructor
|
static AttributesTableMetadata |
AttributesTableMetadata.create(String tableName,
String idColumnName,
List<AttributesColumn> additionalColumns,
Constraints constraints) |
Constructor
|
static AttributesTableMetadata |
AttributesTableMetadata.create(String tableName,
List<AttributesColumn> additionalColumns) |
Constructor
|
static AttributesTableMetadata |
AttributesTableMetadata.create(String tableName,
List<AttributesColumn> additionalColumns,
Constraints constraints) |
Constructor
|
static AttributesTableMetadata |
AttributesTableMetadata.create(AttributesColumns columns) |
Constructor
|
static AttributesTableMetadata |
AttributesTableMetadata.create(AttributesColumns columns,
Constraints constraints) |
Constructor
|
static AttributesTableMetadata |
AttributesTableMetadata.create(AttributesTable table) |
Create metadata
|
static AttributesTableMetadata |
AttributesTableMetadata.createTyped(String dataType,
String tableName) |
Create metadata
|
static AttributesTableMetadata |
AttributesTableMetadata.createTyped(String dataType,
String tableName,
boolean autoincrement) |
Create metadata
|
static AttributesTableMetadata |
AttributesTableMetadata.createTyped(String dataType,
String tableName,
boolean autoincrement,
List<AttributesColumn> additionalColumns) |
Create metadata
|
static AttributesTableMetadata |
AttributesTableMetadata.createTyped(String dataType,
String tableName,
boolean autoincrement,
List<AttributesColumn> additionalColumns,
Constraints constraints) |
Create metadata
|
static AttributesTableMetadata |
AttributesTableMetadata.createTyped(String dataType,
String tableName,
String idColumnName,
boolean autoincrement,
List<AttributesColumn> additionalColumns) |
Create metadata
|
static AttributesTableMetadata |
AttributesTableMetadata.createTyped(String dataType,
String tableName,
String idColumnName,
boolean autoincrement,
List<AttributesColumn> additionalColumns,
Constraints constraints) |
Create metadata
|
static AttributesTableMetadata |
AttributesTableMetadata.createTyped(String dataType,
String tableName,
String idColumnName,
List<AttributesColumn> additionalColumns) |
Create metadata
|
static AttributesTableMetadata |
AttributesTableMetadata.createTyped(String dataType,
String tableName,
String idColumnName,
List<AttributesColumn> additionalColumns,
Constraints constraints) |
Create metadata
|
static AttributesTableMetadata |
AttributesTableMetadata.createTyped(String dataType,
String tableName,
List<AttributesColumn> additionalColumns) |
Create metadata
|
static AttributesTableMetadata |
AttributesTableMetadata.createTyped(String dataType,
String tableName,
List<AttributesColumn> additionalColumns,
Constraints constraints) |
Create metadata
|
static AttributesTableMetadata |
AttributesTableMetadata.createTyped(String dataType,
AttributesColumns columns) |
Create metadata
|
static AttributesTableMetadata |
AttributesTableMetadata.createTyped(String dataType,
AttributesColumns columns,
Constraints constraints) |
Create metadata
|
static AttributesTableMetadata |
AttributesTableMetadata.createTyped(String dataType,
AttributesTable table) |
Create metadata
|