protected class H2SpatialSQLBuilder.H2SpatialAlterTableBuilderBase extends SQLBuilderBase.AlterTableBuilderBase
adds, alters, drop_primary_key_column, drops, operations, renames, sqlbuilder, table
properties
ALTER_COLUMN_ADD_COLUMN, ALTER_COLUMN_ADD_PRIMARY_KEY, ALTER_COLUMN_ALL, ALTER_COLUMN_CREATE_INDEX, ALTER_COLUMN_DROP_COLUMN, ALTER_COLUMN_DROP_INDEX, ALTER_COLUMN_DROP_PRIMARY_KEY, ALTER_COLUMN_GEOMETRY, ALTER_COLUMN_SET_DATA_TYPE, ALTER_COLUMN_SET_DEFAULT, ALTER_COLUMN_SET_NULL
Constructor and Description |
---|
H2SpatialAlterTableBuilderBase(SQLBuilderBase sqlbuilder) |
Modifier and Type | Method and Description |
---|---|
protected java.util.List<java.lang.String> |
alter_column_add_geometry_constraint_sqls(Formatter<ExpressionBuilder.Value> formatter,
SQLBuilder.ColumnDescriptor column) |
accept, add_column, add_column, add_geometry_column, add_geometry_column, alter_column, alter_column, alter_geometry_column, alter_geometry_column, alter_table_add_column_sqls, alter_table_add_primarykey_sqls, alter_table_alter_column_rename_sqls, alter_table_alter_column_set_data_type_sqls, alter_table_alter_column_set_default_sqls, alter_table_alter_column_set_null_sqls, alter_table_drop_column_sqls, alter_table_drop_primarykey_sqls, create_index_sqls, drop_column, drop_index_sqls, drop_primary_key, getConstrainName, getOperations, isEmpty, rename_column, table, toString, toString, toStrings, toStrings, update_or_add_alters
clone
copyPropertiesFrom, getProperties, getProperty, replace, setProperty
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
clone, copyPropertiesFrom, replace
getProperties, getProperty, setProperty
cloneQuietly, cloneQuietly
public H2SpatialAlterTableBuilderBase(SQLBuilderBase sqlbuilder)
protected java.util.List<java.lang.String> alter_column_add_geometry_constraint_sqls(Formatter<ExpressionBuilder.Value> formatter, SQLBuilder.ColumnDescriptor column)
alter_column_add_geometry_constraint_sqls
in class SQLBuilderBase.AlterTableBuilderBase