Package org.geotools.jdbc
Class ColumnMetadata
Object
ColumnMetadata
Metadata about a table column used to carry information through the type mapping process.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()
int
getSrid()
boolean
void
setBinding
(Class binding) void
void
setNullable
(boolean nullable) void
setRemarks
(String remarks) void
setRestriction
(Filter restriction) void
setSqlType
(int sqlType) void
void
setTypeName
(String typeName)
-
Constructor Details
-
ColumnMetadata
public ColumnMetadata()
-
-
Method Details
-
getBinding
-
setBinding
-
getName
-
setName
-
getTypeName
-
setTypeName
-
getSqlType
public int getSqlType() -
setSqlType
public void setSqlType(int sqlType) -
isNullable
public boolean isNullable() -
setNullable
public void setNullable(boolean nullable) -
getSrid
-
setSrid
-
getRestriction
-
setRestriction
-
getRemarks
-
setRemarks
-