ir.thinkinsql
Class ColDef

java.lang.Object
  extended by ir.thinkinsql.ColDef

public class ColDef
extends java.lang.Object

Is a container for column metadata.


Method Summary
 java.lang.String getName()
           
 int getPrecision()
           
 int getScale()
           
 int getSize()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getName

public java.lang.String getName()
Returns:
String column name

getPrecision

public int getPrecision()
Returns:
int column precision

getScale

public int getScale()
Returns:
int column size

getSize

public int getSize()
Returns:
int column size