Interface ColumnMetaData
public interface ColumnMetaData
-
Field Details
-
columnNamesFun
-
-
Method Details
-
getParent
TableMetaData getParent() -
getName
String getName() -
getTypename
String getTypename() -
getType
int getType() -
getSize
int getSize() -
getDecimalDigits
-
isNullable
boolean isNullable() -
getDefault
-
isAutoIncrement
boolean isAutoIncrement() -
countNullValues
- Throws:
SQLException
-