org.geotools.jdbc
Class ColumnMetadata

Object
  extended by ColumnMetadata

public class ColumnMetadata
extends Object

Metadata about a table column used to carry information through the type mapping process.


Constructor Summary
ColumnMetadata()
           
 
Method Summary
 Class getBinding()
           
 String getName()
           
 int getSqlType()
           
 Integer getSrid()
           
 String getTypeName()
           
 boolean isNullable()
           
 void setBinding(Class binding)
           
 void setName(String name)
           
 void setNullable(boolean nullable)
           
 void setSqlType(int sqlType)
           
 void setSrid(Integer srid)
           
 void setTypeName(String typeName)
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ColumnMetadata

public ColumnMetadata()
Method Detail

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.