类 ResultSetMetaDataProxyImpl
java.lang.Object
com.alibaba.druid.proxy.jdbc.WrapperProxyImpl
com.alibaba.druid.proxy.jdbc.ResultSetMetaDataProxyImpl
- 所有已实现的接口:
ResultSetMetaDataProxy,WrapperProxy,ResultSetMetaData,Wrapper
- 作者:
- kiki
-
字段概要
从接口继承的字段 java.sql.ResultSetMetaData
columnNoNulls, columnNullable, columnNullableUnknown -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明getCatalogName(int column) getColumnClassName(int column) intintgetColumnDisplaySize(int column) getColumnLabel(int column) getColumnName(int column) intgetColumnType(int column) getColumnTypeName(int column) intgetPrecision(int column) intgetScale(int column) getSchemaName(int column) getTableName(int column) booleanisAutoIncrement(int column) booleanisCaseSensitive(int column) booleanisCurrency(int column) booleanisDefinitelyWritable(int column) intisNullable(int column) booleanisReadOnly(int column) booleanisSearchable(int column) booleanisSigned(int column) booleanisWritable(int column) void从类继承的方法 com.alibaba.druid.proxy.jdbc.WrapperProxyImpl
clearAttributes, getAttribute, getAttributes, getAttributesSize, getId, getRawObject, isWrapperFor, putAttribute, unwrap从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 java.sql.Wrapper
isWrapperFor, unwrap从接口继承的方法 com.alibaba.druid.proxy.jdbc.WrapperProxy
clearAttributes, getAttribute, getAttributes, getAttributesSize, getId, getRawObject, putAttribute
-
构造器详细资料
-
ResultSetMetaDataProxyImpl
-
-
方法详细资料
-
getColumnCount
- 指定者:
getColumnCount在接口中ResultSetMetaData- 抛出:
SQLException
-
isAutoIncrement
- 指定者:
isAutoIncrement在接口中ResultSetMetaData- 抛出:
SQLException
-
isCaseSensitive
- 指定者:
isCaseSensitive在接口中ResultSetMetaData- 抛出:
SQLException
-
isSearchable
- 指定者:
isSearchable在接口中ResultSetMetaData- 抛出:
SQLException
-
isCurrency
- 指定者:
isCurrency在接口中ResultSetMetaData- 抛出:
SQLException
-
isNullable
- 指定者:
isNullable在接口中ResultSetMetaData- 抛出:
SQLException
-
isSigned
- 指定者:
isSigned在接口中ResultSetMetaData- 抛出:
SQLException
-
getColumnDisplaySize
- 指定者:
getColumnDisplaySize在接口中ResultSetMetaData- 抛出:
SQLException
-
getColumnLabel
- 指定者:
getColumnLabel在接口中ResultSetMetaData- 抛出:
SQLException
-
getColumnName
- 指定者:
getColumnName在接口中ResultSetMetaData- 抛出:
SQLException
-
getSchemaName
- 指定者:
getSchemaName在接口中ResultSetMetaData- 抛出:
SQLException
-
getPrecision
- 指定者:
getPrecision在接口中ResultSetMetaData- 抛出:
SQLException
-
getScale
- 指定者:
getScale在接口中ResultSetMetaData- 抛出:
SQLException
-
getTableName
- 指定者:
getTableName在接口中ResultSetMetaData- 抛出:
SQLException
-
getCatalogName
- 指定者:
getCatalogName在接口中ResultSetMetaData- 抛出:
SQLException
-
getColumnType
- 指定者:
getColumnType在接口中ResultSetMetaData- 抛出:
SQLException
-
getColumnTypeName
- 指定者:
getColumnTypeName在接口中ResultSetMetaData- 抛出:
SQLException
-
isReadOnly
- 指定者:
isReadOnly在接口中ResultSetMetaData- 抛出:
SQLException
-
isWritable
- 指定者:
isWritable在接口中ResultSetMetaData- 抛出:
SQLException
-
isDefinitelyWritable
- 指定者:
isDefinitelyWritable在接口中ResultSetMetaData- 抛出:
SQLException
-
getColumnClassName
- 指定者:
getColumnClassName在接口中ResultSetMetaData- 抛出:
SQLException
-
createChain
- 指定者:
createChain在类中WrapperProxyImpl
-
recycleFilterChain
-
getResultSetProxy
- 指定者:
getResultSetProxy在接口中ResultSetMetaDataProxy
-
getResultSetMetaDataRaw
-