public class ResultSetMetaDataProxyImpl extends WrapperProxyImpl implements ResultSetMetaDataProxy
columnNoNulls, columnNullable, columnNullableUnknown
构造器和说明 |
---|
ResultSetMetaDataProxyImpl(ResultSetMetaData metaData,
long id,
ResultSetProxy resultSet) |
限定符和类型 | 方法和说明 |
---|---|
FilterChainImpl |
createChain() |
String |
getCatalogName(int column) |
String |
getColumnClassName(int column) |
int |
getColumnCount() |
int |
getColumnDisplaySize(int column) |
String |
getColumnLabel(int column) |
String |
getColumnName(int column) |
int |
getColumnType(int column) |
String |
getColumnTypeName(int column) |
int |
getPrecision(int column) |
ResultSetMetaData |
getResultSetMetaDataRaw() |
ResultSetProxy |
getResultSetProxy() |
int |
getScale(int column) |
String |
getSchemaName(int column) |
String |
getTableName(int column) |
boolean |
isAutoIncrement(int column) |
boolean |
isCaseSensitive(int column) |
boolean |
isCurrency(int column) |
boolean |
isDefinitelyWritable(int column) |
int |
isNullable(int column) |
boolean |
isReadOnly(int column) |
boolean |
isSearchable(int column) |
boolean |
isSigned(int column) |
boolean |
isWritable(int column) |
void |
recycleFilterChain(FilterChainImpl chain) |
clearAttributes, getAttribute, getAttributes, getAttributesSize, getId, getRawObject, isWrapperFor, putAttribute, unwrap
clearAttributes, getAttribute, getAttributes, getAttributesSize, getId, getRawObject, putAttribute
isWrapperFor, unwrap
public ResultSetMetaDataProxyImpl(ResultSetMetaData metaData, long id, ResultSetProxy resultSet)
public int getColumnCount() throws SQLException
getColumnCount
在接口中 ResultSetMetaData
SQLException
public boolean isAutoIncrement(int column) throws SQLException
isAutoIncrement
在接口中 ResultSetMetaData
SQLException
public boolean isCaseSensitive(int column) throws SQLException
isCaseSensitive
在接口中 ResultSetMetaData
SQLException
public boolean isSearchable(int column) throws SQLException
isSearchable
在接口中 ResultSetMetaData
SQLException
public boolean isCurrency(int column) throws SQLException
isCurrency
在接口中 ResultSetMetaData
SQLException
public int isNullable(int column) throws SQLException
isNullable
在接口中 ResultSetMetaData
SQLException
public boolean isSigned(int column) throws SQLException
isSigned
在接口中 ResultSetMetaData
SQLException
public int getColumnDisplaySize(int column) throws SQLException
getColumnDisplaySize
在接口中 ResultSetMetaData
SQLException
public String getColumnLabel(int column) throws SQLException
getColumnLabel
在接口中 ResultSetMetaData
SQLException
public String getColumnName(int column) throws SQLException
getColumnName
在接口中 ResultSetMetaData
SQLException
public String getSchemaName(int column) throws SQLException
getSchemaName
在接口中 ResultSetMetaData
SQLException
public int getPrecision(int column) throws SQLException
getPrecision
在接口中 ResultSetMetaData
SQLException
public int getScale(int column) throws SQLException
getScale
在接口中 ResultSetMetaData
SQLException
public String getTableName(int column) throws SQLException
getTableName
在接口中 ResultSetMetaData
SQLException
public String getCatalogName(int column) throws SQLException
getCatalogName
在接口中 ResultSetMetaData
SQLException
public int getColumnType(int column) throws SQLException
getColumnType
在接口中 ResultSetMetaData
SQLException
public String getColumnTypeName(int column) throws SQLException
getColumnTypeName
在接口中 ResultSetMetaData
SQLException
public boolean isReadOnly(int column) throws SQLException
isReadOnly
在接口中 ResultSetMetaData
SQLException
public boolean isWritable(int column) throws SQLException
isWritable
在接口中 ResultSetMetaData
SQLException
public boolean isDefinitelyWritable(int column) throws SQLException
isDefinitelyWritable
在接口中 ResultSetMetaData
SQLException
public String getColumnClassName(int column) throws SQLException
getColumnClassName
在接口中 ResultSetMetaData
SQLException
public FilterChainImpl createChain()
createChain
在类中 WrapperProxyImpl
public void recycleFilterChain(FilterChainImpl chain)
public ResultSetProxy getResultSetProxy()
getResultSetProxy
在接口中 ResultSetMetaDataProxy
public ResultSetMetaData getResultSetMetaDataRaw()
Copyright © 2013–2016 Alibaba Group. All rights reserved.