org.qi4j.index.sql.support.common
Class GenericDatabaseExplorer.ColumnInfo

java.lang.Object
  extended by org.qi4j.index.sql.support.common.GenericDatabaseExplorer.ColumnInfo
Enclosing class:
GenericDatabaseExplorer

public static class GenericDatabaseExplorer.ColumnInfo
extends Object


Method Summary
 String getDefaultValue()
           
 String getName()
           
 String getNullable()
           
 String getRemarks()
           
 Integer getScale()
           
 Integer getSize()
           
 Integer getSQLType()
           
 String getTypeName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getName

public String getName()

getTypeName

public String getTypeName()

getSize

public Integer getSize()

getScale

public Integer getScale()

getNullable

public String getNullable()

getDefaultValue

public String getDefaultValue()

getRemarks

public String getRemarks()

getSQLType

public Integer getSQLType()