Package org.gvsig.fmap.dal.feature
Interface SQLBuilder_save.AlterTableBuilder
- Enclosing interface:
SQLBuilder_save
public static interface SQLBuilder_save.AlterTableBuilder
-
Method Summary
Modifier and TypeMethodDescriptionadd_column(String columnName, int type, int type_p, int type_s, boolean isPk, boolean allowNulls, boolean isAutomatic, Object defaultValue) alter_column(String columnName, int type, int type_p, int type_s, boolean isPk, boolean allowNulls, boolean isAutomatic, Object defaultValue) drop_column(String columnName) rename_column(String source, String target)
-
Method Details
-
table
-
table
-
drop_column
-
add_column
SQLBuilder_save.AlterTableBuilder add_column(String columnName, int type, int type_p, int type_s, boolean isPk, boolean allowNulls, boolean isAutomatic, Object defaultValue) -
alter_column
SQLBuilder_save.AlterTableBuilder alter_column(String columnName, int type, int type_p, int type_s, boolean isPk, boolean allowNulls, boolean isAutomatic, Object defaultValue) -
rename_column
-
toStrings
-