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