org.geotools.jdbc
Class ColumnMetadata
Object
ColumnMetadata
public class ColumnMetadata
- extends Object
Metadata about a table column used to carry information through the type mapping process.
Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ColumnMetadata
public ColumnMetadata()
getBinding
public Class getBinding()
setBinding
public void setBinding(Class binding)
getName
public String getName()
setName
public void setName(String name)
getTypeName
public String getTypeName()
setTypeName
public void setTypeName(String typeName)
getSqlType
public int getSqlType()
setSqlType
public void setSqlType(int sqlType)
isNullable
public boolean isNullable()
setNullable
public void setNullable(boolean nullable)
getSrid
public Integer getSrid()
setSrid
public void setSrid(Integer srid)
Copyright © 1996-2014 Geotools. All Rights Reserved.