public class MySqlColumnMetaData extends ColumnMetaDataImpl
Constructor and Description |
---|
MySqlColumnMetaData() |
Modifier and Type | Method and Description |
---|---|
int |
getColumnType(int columnType,
String columnTypeName)
Compensates for the MySQL JDBC driver which returns Date object for YEAR type.
|
Object |
getResultByLabel(ResultSet resultSet)
Compensates for the MySQL JDBC driver which returns Date object for YEAR type.
|
Object |
getResultByNumber(ResultSet resultSet)
Compensates for the MySQL JDBC driver which returns Date object for YEAR type.
|
compareTo, getColumnLabel, getColumnName, getColumnNumber, getColumnType, getColumnTypeName, getDatabaseName, getQualifiedColumnLabel, getQualifiedColumnName, getQualifiedTableName, getSequenceName, getTableName, getTableRole, isBinaryType, isCharOrDateTimeType, isNonqueriedForeignKey, isPrimaryKey, isReadOnly, isSequence, normalizeValue, setAttributes, setAttributes, setPrimaryKey, setSequence, setSequenceName, setTableRole
public int getColumnType(int columnType, String columnTypeName)
getColumnType
in class ColumnMetaDataImpl
Types
public Object getResultByLabel(ResultSet resultSet) throws SQLException
getResultByLabel
in interface ColumnMetaData
getResultByLabel
in class ColumnMetaDataImpl
SQLException
public Object getResultByNumber(ResultSet resultSet) throws SQLException
getResultByNumber
in interface ColumnMetaData
getResultByNumber
in class ColumnMetaDataImpl
SQLException
Copyright © 2011-2018 restSQL Project Contributors