public interface IDBColumn
Modifier and Type | Method and Description |
---|---|
String |
getColumnName() |
PhysicalDataType |
getDataType() |
Integer |
getLength() |
Integer |
getPrecision() |
Integer |
getScale() |
String |
getTableName() |
boolean |
isMandatory() |
String getTableName()
String getColumnName()
PhysicalDataType getDataType()
Integer getLength()
Integer getPrecision()
Integer getScale()
boolean isMandatory()
Copyright © 2016. All Rights Reserved.