Package com.alibaba.druid.proxy.jdbc
Interface ResultSetMetaDataProxy
-
- All Superinterfaces:
ResultSetMetaData,Wrapper,WrapperProxy
- All Known Implementing Classes:
ResultSetMetaDataProxyImpl
public interface ResultSetMetaDataProxy extends ResultSetMetaData, WrapperProxy
- Author:
- kiki
-
-
Field Summary
-
Fields inherited from interface java.sql.ResultSetMetaData
columnNoNulls, columnNullable, columnNullableUnknown
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ResultSetMetaDatagetResultSetMetaDataRaw()ResultSetProxygetResultSetProxy()-
Methods 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, isWritable
-
Methods inherited from interface java.sql.Wrapper
isWrapperFor, unwrap
-
Methods inherited from interface com.alibaba.druid.proxy.jdbc.WrapperProxy
clearAttributes, getAttribute, getAttributes, getAttributesSize, getId, getRawObject, putAttribute
-
-
-
-
Method Detail
-
getResultSetMetaDataRaw
ResultSetMetaData getResultSetMetaDataRaw()
-
getResultSetProxy
ResultSetProxy getResultSetProxy()
-
-