public interface DBColumnMetadata
extends java.io.Serializable
| Modifier and Type | Method and Description |
|---|---|
bsh.Interpreter |
getBshInterpreter() |
int |
getColumnSize() |
int |
getDecimalDigits() |
java.lang.Object |
getDefaultValue() |
int |
getJapeType() |
short |
getSqlDataType() |
boolean |
isIdentity() |
boolean |
isNullable() |
boolean |
isScripted() |
bsh.Interpreter getBshInterpreter()
int getColumnSize()
int getDecimalDigits()
java.lang.Object getDefaultValue()
int getJapeType()
short getSqlDataType()
boolean isNullable()
boolean isScripted()
boolean isIdentity()