com.alibaba.druid.proxy.jdbc
类 ResultSetMetaDataProxyImpl
java.lang.Object
com.alibaba.druid.proxy.jdbc.WrapperProxyImpl
com.alibaba.druid.proxy.jdbc.ResultSetMetaDataProxyImpl
- 所有已实现的接口:
- ResultSetMetaDataProxy, WrapperProxy, ResultSetMetaData, Wrapper
public class ResultSetMetaDataProxyImpl
- extends WrapperProxyImpl
- implements ResultSetMetaDataProxy
- 作者:
- kiki
ResultSetMetaDataProxyImpl
public ResultSetMetaDataProxyImpl(ResultSetMetaData metaData,
long id,
ResultSetProxy resultSet)
getColumnCount
public int getColumnCount()
throws SQLException
- 指定者:
- 接口
ResultSetMetaData 中的 getColumnCount
- 抛出:
SQLException
isAutoIncrement
public boolean isAutoIncrement(int column)
throws SQLException
- 指定者:
- 接口
ResultSetMetaData 中的 isAutoIncrement
- 抛出:
SQLException
isCaseSensitive
public boolean isCaseSensitive(int column)
throws SQLException
- 指定者:
- 接口
ResultSetMetaData 中的 isCaseSensitive
- 抛出:
SQLException
isSearchable
public boolean isSearchable(int column)
throws SQLException
- 指定者:
- 接口
ResultSetMetaData 中的 isSearchable
- 抛出:
SQLException
isCurrency
public boolean isCurrency(int column)
throws SQLException
- 指定者:
- 接口
ResultSetMetaData 中的 isCurrency
- 抛出:
SQLException
isNullable
public int isNullable(int column)
throws SQLException
- 指定者:
- 接口
ResultSetMetaData 中的 isNullable
- 抛出:
SQLException
isSigned
public boolean isSigned(int column)
throws SQLException
- 指定者:
- 接口
ResultSetMetaData 中的 isSigned
- 抛出:
SQLException
getColumnDisplaySize
public int getColumnDisplaySize(int column)
throws SQLException
- 指定者:
- 接口
ResultSetMetaData 中的 getColumnDisplaySize
- 抛出:
SQLException
getColumnLabel
public String getColumnLabel(int column)
throws SQLException
- 指定者:
- 接口
ResultSetMetaData 中的 getColumnLabel
- 抛出:
SQLException
getColumnName
public String getColumnName(int column)
throws SQLException
- 指定者:
- 接口
ResultSetMetaData 中的 getColumnName
- 抛出:
SQLException
getSchemaName
public String getSchemaName(int column)
throws SQLException
- 指定者:
- 接口
ResultSetMetaData 中的 getSchemaName
- 抛出:
SQLException
getPrecision
public int getPrecision(int column)
throws SQLException
- 指定者:
- 接口
ResultSetMetaData 中的 getPrecision
- 抛出:
SQLException
getScale
public int getScale(int column)
throws SQLException
- 指定者:
- 接口
ResultSetMetaData 中的 getScale
- 抛出:
SQLException
getTableName
public String getTableName(int column)
throws SQLException
- 指定者:
- 接口
ResultSetMetaData 中的 getTableName
- 抛出:
SQLException
getCatalogName
public String getCatalogName(int column)
throws SQLException
- 指定者:
- 接口
ResultSetMetaData 中的 getCatalogName
- 抛出:
SQLException
getColumnType
public int getColumnType(int column)
throws SQLException
- 指定者:
- 接口
ResultSetMetaData 中的 getColumnType
- 抛出:
SQLException
getColumnTypeName
public String getColumnTypeName(int column)
throws SQLException
- 指定者:
- 接口
ResultSetMetaData 中的 getColumnTypeName
- 抛出:
SQLException
isReadOnly
public boolean isReadOnly(int column)
throws SQLException
- 指定者:
- 接口
ResultSetMetaData 中的 isReadOnly
- 抛出:
SQLException
isWritable
public boolean isWritable(int column)
throws SQLException
- 指定者:
- 接口
ResultSetMetaData 中的 isWritable
- 抛出:
SQLException
isDefinitelyWritable
public boolean isDefinitelyWritable(int column)
throws SQLException
- 指定者:
- 接口
ResultSetMetaData 中的 isDefinitelyWritable
- 抛出:
SQLException
getColumnClassName
public String getColumnClassName(int column)
throws SQLException
- 指定者:
- 接口
ResultSetMetaData 中的 getColumnClassName
- 抛出:
SQLException
createChain
public FilterChainImpl createChain()
- 指定者:
- 类
WrapperProxyImpl 中的 createChain
recycleFilterChain
public void recycleFilterChain(FilterChainImpl chain)
getResultSetProxy
public ResultSetProxy getResultSetProxy()
- 指定者:
- 接口
ResultSetMetaDataProxy 中的 getResultSetProxy
getResultSetMetaDataRaw
public ResultSetMetaData getResultSetMetaDataRaw()
- 指定者:
- 接口
ResultSetMetaDataProxy 中的 getResultSetMetaDataRaw
Copyright © 2013-2014 Alibaba Group. All Rights Reserved.