public static interface SQLBuilder.ColumnDescriptorBuilder
Modifier and Type | Method and Description |
---|---|
boolean |
allowNulls() |
Object |
getDefaultValue() |
int |
getGeometrySRSId() |
int |
getGeometrySubtype() |
int |
getGeometryType() |
String |
getName() |
int |
getPrecision() |
int |
getSize() |
int |
getType() |
boolean |
isAutomatic() |
boolean |
isGeometry() |
boolean |
isIndexed() |
boolean |
isPrimaryKey() |
void |
setAllowNulls(boolean allowNulls) |
void |
setDefaultValue(Object defaultValue) |
void |
setGeometrySRSId(int geom_srsid) |
void |
setGeometrySubtype(int geom_subtype) |
void |
setGeometryType(int geom_type) |
void |
setIsAutomatic(boolean isAutomatic) |
void |
setIsPrimaryKey(boolean isPk) |
void |
setName(String name) |
void |
setPrecision(int precision) |
void |
setSize(int size) |
void |
setType(int type) |
String getName()
int getType()
int getSize()
int getPrecision()
boolean isPrimaryKey()
boolean isIndexed()
boolean isAutomatic()
boolean allowNulls()
Object getDefaultValue()
int getGeometryType()
int getGeometrySubtype()
int getGeometrySRSId()
boolean isGeometry()
void setName(String name)
void setType(int type)
void setSize(int size)
void setPrecision(int precision)
void setIsPrimaryKey(boolean isPk)
void setIsAutomatic(boolean isAutomatic)
void setAllowNulls(boolean allowNulls)
void setDefaultValue(Object defaultValue)
void setGeometryType(int geom_type)
void setGeometrySubtype(int geom_subtype)
void setGeometrySRSId(int geom_srsid)