com.alibaba.druid.proxy.jdbc
接口 ResultSetMetaDataProxy

所有超级接口:
ResultSetMetaData, Wrapper, WrapperProxy
所有已知实现类:
ResultSetMetaDataProxyImpl

public interface ResultSetMetaDataProxy
extends ResultSetMetaData, WrapperProxy

作者:
kiki

字段摘要
 
从接口 java.sql.ResultSetMetaData 继承的字段
columnNoNulls, columnNullable, columnNullableUnknown
 
方法摘要
 ResultSetMetaData getResultSetMetaDataRaw()
           
 ResultSetProxy getResultSetProxy()
           
 
从接口 java.sql.ResultSetMetaData 继承的方法
getCatalogName, getColumnClassName, getColumnCount, getColumnDisplaySize, getColumnLabel, getColumnName, getColumnType, getColumnTypeName, getPrecision, getScale, getSchemaName, getTableName, isAutoIncrement, isCaseSensitive, isCurrency, isDefinitelyWritable, isNullable, isReadOnly, isSearchable, isSigned, isWritable
 
从接口 com.alibaba.druid.proxy.jdbc.WrapperProxy 继承的方法
clearAttributes, getAttribute, getAttributes, getAttributesSize, getId, getRawObject, putAttribute
 
从接口 java.sql.Wrapper 继承的方法
isWrapperFor, unwrap
 

方法详细信息

getResultSetMetaDataRaw

ResultSetMetaData getResultSetMetaDataRaw()

getResultSetProxy

ResultSetProxy getResultSetProxy()


Copyright © 2013-2014 Alibaba Group. All Rights Reserved.