public interface QuercusResultSetMetaData
extends java.sql.ResultSetMetaData
Modifier and Type | Method and Description |
---|---|
int |
getLength(int column) |
boolean |
isBlob(int column) |
boolean |
isMultipleKey(int column) |
boolean |
isNotNull(int column) |
boolean |
isPrimaryKey(int column) |
boolean |
isUniqueKey(int column) |
boolean |
isUnsigned(int column) |
boolean |
isZeroFill(int column) |
getCatalogName, getColumnClassName, getColumnCount, getColumnDisplaySize, getColumnLabel, getColumnName, getColumnType, getColumnTypeName, getPrecision, getScale, getSchemaName, getTableName, isAutoIncrement, isCaseSensitive, isCurrency, isDefinitelyWritable, isNullable, isReadOnly, isSearchable, isSigned, isWritable
boolean isPrimaryKey(int column)
boolean isUniqueKey(int column)
boolean isUnsigned(int column)
boolean isZeroFill(int column)
boolean isMultipleKey(int column)
boolean isBlob(int column)
boolean isNotNull(int column)
int getLength(int column)