Package com.alibaba.druid.proxy.jdbc
Interface ResultSetMetaDataProxy
- All Superinterfaces:
ResultSetMetaData,Wrapper,WrapperProxy
- All Known Implementing Classes:
ResultSetMetaDataProxyImpl
- Author:
- kiki
-
Field Summary
Fields inherited from interface java.sql.ResultSetMetaData
columnNoNulls, columnNullable, columnNullableUnknown -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from interface java.sql.ResultSetMetaData
getCatalogName, getColumnClassName, getColumnCount, getColumnDisplaySize, getColumnLabel, getColumnName, getColumnType, getColumnTypeName, getPrecision, getScale, getSchemaName, getTableName, isAutoIncrement, isCaseSensitive, isCurrency, isDefinitelyWritable, isNullable, isReadOnly, isSearchable, isSigned, isWritableMethods inherited from interface java.sql.Wrapper
isWrapperFor, unwrapMethods inherited from interface com.alibaba.druid.proxy.jdbc.WrapperProxy
clearAttributes, getAttribute, getAttributes, getAttributesSize, getId, getRawObject, putAttribute
-
Method Details
-
getResultSetMetaDataRaw
ResultSetMetaData getResultSetMetaDataRaw() -
getResultSetProxy
ResultSetProxy getResultSetProxy()
-