protected class MDBSQLBuilder.MDBAlterTableBuilderBase 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 |
---|
MDBAlterTableBuilderBase(SQLBuilderBase sqlbuilder) |
Modifier and Type | Method and Description |
---|---|
java.util.List<java.lang.String> |
toStrings(Formatter formatter) |
accept, add_column, add_column, add_geometry_column, add_geometry_column, alter_column_add_geometry_constraint_sqls, 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, 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 MDBAlterTableBuilderBase(SQLBuilderBase sqlbuilder)
public java.util.List<java.lang.String> toStrings(Formatter formatter)
toStrings
in interface SQLBuilder.AlterTableBuilder
toStrings
in class SQLBuilderBase.AlterTableBuilderBase