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

字段摘要
 
从接口 java.sql.ResultSetMetaData 继承的字段
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)
           
 
从类 com.alibaba.druid.proxy.jdbc.WrapperProxyImpl 继承的方法
clearAttributes, getAttribute, getAttributes, getAttributesSize, getId, getRawObject, isWrapperFor, putAttribute, unwrap
 
从类 java.lang.Object 继承的方法
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
从接口 com.alibaba.druid.proxy.jdbc.WrapperProxy 继承的方法
clearAttributes, getAttribute, getAttributes, getAttributesSize, getId, getRawObject, putAttribute
 
从接口 java.sql.Wrapper 继承的方法
isWrapperFor, unwrap
 

构造方法详细信息

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.