public class P6ResultSetMetaData extends P6Base implements ResultSetMetaData
Modifier and Type | Field and Description |
---|---|
protected ResultSetMetaData |
passthru |
columnNoNulls, columnNullable, columnNullableUnknown
Constructor and Description |
---|
P6ResultSetMetaData(P6Factory factory,
ResultSetMetaData resultSetMetaData) |
Modifier and Type | Method and Description |
---|---|
String |
getCatalogName(int param) |
String |
getColumnClassName(int param) |
int |
getColumnCount() |
int |
getColumnDisplaySize(int param) |
String |
getColumnLabel(int param) |
String |
getColumnName(int param) |
int |
getColumnType(int param) |
String |
getColumnTypeName(int param) |
ResultSetMetaData |
getJDBC()
Returns the underlying JDBC object (in this case, a
java.sql.ResultSetMetaData)
|
int |
getPrecision(int param) |
int |
getScale(int param) |
String |
getSchemaName(int param) |
String |
getTableName(int param) |
boolean |
isAutoIncrement(int param) |
boolean |
isCaseSensitive(int param) |
boolean |
isCurrency(int param) |
boolean |
isDefinitelyWritable(int param) |
int |
isNullable(int param) |
boolean |
isReadOnly(int param) |
boolean |
isSearchable(int param) |
boolean |
isSigned(int param) |
boolean |
isWrapperFor(Class<?> arg0) |
boolean |
isWritable(int param) |
<T> T |
unwrap(Class<T> arg0) |
getP6Factory, setP6Factory
protected ResultSetMetaData passthru
public P6ResultSetMetaData(P6Factory factory, ResultSetMetaData resultSetMetaData)
public String getCatalogName(int param) throws SQLException
getCatalogName
in interface ResultSetMetaData
SQLException
public String getColumnClassName(int param) throws SQLException
getColumnClassName
in interface ResultSetMetaData
SQLException
public int getColumnCount() throws SQLException
getColumnCount
in interface ResultSetMetaData
SQLException
public int getColumnDisplaySize(int param) throws SQLException
getColumnDisplaySize
in interface ResultSetMetaData
SQLException
public String getColumnLabel(int param) throws SQLException
getColumnLabel
in interface ResultSetMetaData
SQLException
public String getColumnName(int param) throws SQLException
getColumnName
in interface ResultSetMetaData
SQLException
public int getColumnType(int param) throws SQLException
getColumnType
in interface ResultSetMetaData
SQLException
public String getColumnTypeName(int param) throws SQLException
getColumnTypeName
in interface ResultSetMetaData
SQLException
public int getPrecision(int param) throws SQLException
getPrecision
in interface ResultSetMetaData
SQLException
public int getScale(int param) throws SQLException
getScale
in interface ResultSetMetaData
SQLException
public String getSchemaName(int param) throws SQLException
getSchemaName
in interface ResultSetMetaData
SQLException
public String getTableName(int param) throws SQLException
getTableName
in interface ResultSetMetaData
SQLException
public boolean isAutoIncrement(int param) throws SQLException
isAutoIncrement
in interface ResultSetMetaData
SQLException
public boolean isCaseSensitive(int param) throws SQLException
isCaseSensitive
in interface ResultSetMetaData
SQLException
public boolean isCurrency(int param) throws SQLException
isCurrency
in interface ResultSetMetaData
SQLException
public boolean isDefinitelyWritable(int param) throws SQLException
isDefinitelyWritable
in interface ResultSetMetaData
SQLException
public int isNullable(int param) throws SQLException
isNullable
in interface ResultSetMetaData
SQLException
public boolean isReadOnly(int param) throws SQLException
isReadOnly
in interface ResultSetMetaData
SQLException
public boolean isSearchable(int param) throws SQLException
isSearchable
in interface ResultSetMetaData
SQLException
public boolean isSigned(int param) throws SQLException
isSigned
in interface ResultSetMetaData
SQLException
public boolean isWritable(int param) throws SQLException
isWritable
in interface ResultSetMetaData
SQLException
public ResultSetMetaData getJDBC()
public boolean isWrapperFor(Class<?> arg0) throws SQLException
isWrapperFor
in interface Wrapper
SQLException
public <T> T unwrap(Class<T> arg0) throws SQLException
unwrap
in interface Wrapper
SQLException