Object
Object describing a column.
Object
ColumnSizes.ColumnInfo
ColumnSizes
Method Summary |
public int |
|
public int |
|
public int |
|
public |
|
Methods from class java.lang. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
public int getPrecision()The maximum precision/size of the column.
public int getScale()The maximum scale of the column.
public int getType()The type of the column.
public String
toString()
Get a string representation of this object.
Object.toString()