public static interface SQLBuilder.CreateTableBuilder extends SQLBuilder.Statement
Modifier and Type | Method and Description |
---|---|
SQLBuilder.CreateTableBuilder |
add_column(String columnName,
int type,
int type_p,
int type_s,
boolean isPk,
boolean isIndexed,
boolean allowNulls,
boolean isAutomatic,
Object defaultValue) |
SQLBuilder.CreateTableBuilder |
add_geometry_column(String columnName,
int geom_type,
int geom_subtype,
IProjection proj,
boolean isIndexed,
boolean allowNulls) |
SQLBuilder.ColumnDescriptorBuilder |
getColumnDescriptor(String columnName) |
SQLBuilder.TableNameBuilder |
table() |
List<String> |
toStrings() |
accept
SQLBuilder.TableNameBuilder table()
SQLBuilder.CreateTableBuilder add_column(String columnName, int type, int type_p, int type_s, boolean isPk, boolean isIndexed, boolean allowNulls, boolean isAutomatic, Object defaultValue)
SQLBuilder.CreateTableBuilder add_geometry_column(String columnName, int geom_type, int geom_subtype, IProjection proj, boolean isIndexed, boolean allowNulls)
SQLBuilder.ColumnDescriptorBuilder getColumnDescriptor(String columnName)