java.lang.Object
com.aoapps.sql.wrapper.ResultSetMetaDataWrapperImpl
- All Implemented Interfaces:
ResultSetMetaDataWrapper,Wrapper,AutoCloseable,ResultSetMetaData,Wrapper
Wraps a
ResultSetMetaData.- Author:
- AO Industries, Inc.
-
Field Summary
Fields inherited from interface java.sql.ResultSetMetaData
columnNoNulls, columnNullable, columnNullableUnknown -
Constructor Summary
ConstructorsConstructorDescriptionResultSetMetaDataWrapperImpl(ConnectionWrapperImpl connectionWrapper, ResultSetMetaData wrapped) -
Method Summary
Modifier and TypeMethodDescriptionprotected ConnectionWrapperImplGets the connection wrapper.Gets the result set meta data that is wrapped.toString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.aoapps.sql.wrapper.ResultSetMetaDataWrapper
close, getCatalogName, getColumnClassName, getColumnCount, getColumnDisplaySize, getColumnLabel, getColumnName, getColumnType, getColumnTypeName, getPrecision, getScale, getSchemaName, getTableName, isAutoIncrement, isCaseSensitive, isCurrency, isDefinitelyWritable, isNullable, isReadOnly, isSearchable, isSigned, isWritableMethods inherited from interface com.aoapps.sql.wrapper.Wrapper
isWrapperFor, unwrap
-
Constructor Details
-
ResultSetMetaDataWrapperImpl
public ResultSetMetaDataWrapperImpl(ConnectionWrapperImpl connectionWrapper, ResultSetMetaData wrapped)
-
-
Method Details
-
getConnectionWrapper
Gets the connection wrapper. -
getWrapped
Description copied from interface:ResultSetMetaDataWrapperGets the result set meta data that is wrapped.- Specified by:
getWrappedin interfaceResultSetMetaDataWrapper- Specified by:
getWrappedin interfaceWrapper
-
toString
-
