Uses of Interface
org.gvsig.fmap.dal.SQLBuilder.AlterTableBuilder
Packages that use SQLBuilder.AlterTableBuilder
-
Uses of SQLBuilder.AlterTableBuilder in org.gvsig.fmap.dal
Methods in org.gvsig.fmap.dal that return SQLBuilder.AlterTableBuilderModifier and TypeMethodDescriptionSQLBuilder.AlterTableBuilder.add_column(String columnName, int type, int size, int precision, int scale, boolean isPk, boolean isIndexed, boolean allowNulls, boolean isAutomatic, Object defaultValue, boolean allowIndexDuplicateds) SQLBuilder.AlterTableBuilder.add_column(FeatureAttributeDescriptor fad) SQLBuilder.AlterTableBuilder.add_geometry_column(String columnName, int geom_type, int geom_subtype, Object srsdbcode, boolean isIndexed, boolean allowNulls) SQLBuilder.AlterTableBuilder.add_geometry_column(String columnName, int geom_type, int geom_subtype, org.gvsig.crs.projection.lib.Projection proj, boolean isIndexed, boolean allowNulls) SQLBuilder.AlterTableBuilder.alter_column(org.gvsig.tools.util.Bitmask operation, String columnName, int type, int size, int precision, int scale, boolean isPk, boolean isIndexed, boolean allowNulls, boolean isAutomatic, Object defaultValue, boolean allowIndexDuplicateds) SQLBuilder.AlterTableBuilder.alter_column(org.gvsig.tools.util.Bitmask operation, FeatureAttributeDescriptor fad) SQLBuilder.AlterTableBuilder.alter_geometry_column(org.gvsig.tools.util.Bitmask operation, String columnName, int geom_type, int geom_subtype, Object srsdbcode, boolean isIndexed, boolean allowNulls) SQLBuilder.AlterTableBuilder.alter_geometry_column(org.gvsig.tools.util.Bitmask operation, String columnName, int geom_type, int geom_subtype, org.gvsig.crs.projection.lib.Projection proj, boolean isIndexed, boolean allowNulls) SQLBuilder.alter_table()SQLBuilder.AlterTableBuilder.drop_column(String columnName) SQLBuilder.AlterTableBuilder.drop_primary_key(String columnName) SQLBuilder.AlterTableBuilder.rename_column(String source, String target)