public class MysqlResultSetMetaData
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCatalogName(int column)
Returns the column catalog name
|
MysqlColumn |
getColumn(int column) |
java.lang.String |
getColumnClassName(int column)
Returns the column class namewritability
|
int |
getColumnCount() |
int |
getColumnDisplaySize(int column)
Returns the normal width
|
java.lang.String |
getColumnLabel(int column)
Returns the column label
|
java.lang.String |
getColumnName(int column)
Returns the column name
|
java.lang.String |
getColumnOrigName(int column)
Returns the column original name
|
java.util.ArrayList<MysqlColumn> |
getColumns() |
java.lang.String |
getColumnSchema(int column)
Returns the column schema
|
int |
getColumnType(int column)
Returns the column type
|
java.lang.String |
getColumnTypeName(int column)
Returns the column type name
|
int |
getLength(int column) |
java.lang.String |
getOrigTableName(int column)
Returns the column table orig name
|
int |
getPrecision(int column)
Returns the column precision
|
int |
getScale(int column)
Returns the column scale
|
java.lang.String |
getSchemaName(int column)
Returns the column table name
|
java.lang.String |
getTableName(int column)
Returns the column table name
|
boolean |
isAutoIncrement(int column)
Returns true if the column is auto-numbered.
|
boolean |
isBlob(int column) |
boolean |
isCaseSensitive(int column)
Returns true if the column is case sensitive
|
boolean |
isCurrency(int column)
Returns true if the column is a currency;
|
boolean |
isDefinitelyWritable(int column)
Returns the column writability
|
boolean |
isMultipleKey(int column) |
boolean |
isNotNull(int column) |
int |
isNullable(int column)
Returns true if the column is nullable
|
boolean |
isPrimaryKey(int column) |
boolean |
isReadOnly(int column)
Returns the column writability
|
boolean |
isSearchable(int column)
Returns true if the column can be in a where clause
|
boolean |
isSigned(int column)
Returns true for signed results.
|
boolean |
isUniqueKey(int column) |
boolean |
isUnsigned(int column) |
boolean |
isWrapperFor(java.lang.Class<?> iface) |
boolean |
isWritable(int column)
Returns the column writability
|
boolean |
isZeroFill(int column) |
void |
setColumnCount(int columnCount) |
java.lang.String |
toString() |
<T> T |
unwrap(java.lang.Class<T> iface) |
public int getColumnCount()
public void setColumnCount(int columnCount)
public java.util.ArrayList<MysqlColumn> getColumns()
public MysqlColumn getColumn(int column)
public boolean isAutoIncrement(int column)
public boolean isCaseSensitive(int column)
public boolean isSearchable(int column)
public boolean isCurrency(int column)
public int isNullable(int column)
public int getColumnDisplaySize(int column)
public java.lang.String getColumnLabel(int column)
public java.lang.String getColumnName(int column)
public java.lang.String getColumnOrigName(int column)
public java.lang.String getColumnSchema(int column)
public boolean isSigned(int column)
public int getPrecision(int column)
public int getScale(int column)
public java.lang.String getSchemaName(int column)
public java.lang.String getTableName(int column)
public java.lang.String getOrigTableName(int column)
public java.lang.String getCatalogName(int column)
public int getColumnType(int column)
public java.lang.String getColumnTypeName(int column)
public boolean isReadOnly(int column)
public boolean isWritable(int column)
public boolean isDefinitelyWritable(int column)
public java.lang.String getColumnClassName(int column)
public <T> T unwrap(java.lang.Class<T> iface)
throws java.sql.SQLException
java.sql.SQLExceptionpublic boolean isWrapperFor(java.lang.Class<?> iface)
throws java.sql.SQLException
java.sql.SQLExceptionpublic boolean isBlob(int column)
public boolean isMultipleKey(int column)
public boolean isZeroFill(int column)
public boolean isUnsigned(int column)
public boolean isUniqueKey(int column)
public boolean isPrimaryKey(int column)
public boolean isNotNull(int column)
public int getLength(int column)
public java.lang.String toString()
toString in class java.lang.Object