public interface IColumnMetaData
| Modifier and Type | Method and Description |
|---|---|
String |
getColumnName() |
String |
getDescription() |
String |
getLabel() |
int |
getLength() |
int |
getScale() |
String |
getSchemaName() |
String |
getTableName() |
String |
getTypeName() |
boolean |
isKey() |
boolean |
isNullable() |
String getSchemaName()
String getTableName()
String getColumnName()
String getLabel()
String getDescription()
String getTypeName()
int getLength()
int getScale()
boolean isKey()
boolean isNullable()
Copyright © 2007–2019 Andreas W. Bartels. All rights reserved.