java.lang.Object
com.aoapps.sql.wrapper.ResultSetMetaDataWrapperImpl
com.aoapps.sql.failfast.FailFastResultSetMetaDataImpl
- All Implemented Interfaces:
ResultSetMetaDataWrapper,Wrapper,AutoCloseable,ResultSetMetaData,Wrapper
- Author:
- AO Industries, Inc.
-
Field Summary
Fields inherited from interface java.sql.ResultSetMetaData
columnNoNulls, columnNullable, columnNullableUnknown -
Constructor Summary
ConstructorsConstructorDescriptionFailFastResultSetMetaDataImpl(FailFastConnectionImpl failFastConnection, ResultSetMetaData wrapped) -
Method Summary
Modifier and TypeMethodDescriptiongetCatalogName(int column) getColumnClassName(int column) intintgetColumnDisplaySize(int column) getColumnLabel(int column) getColumnName(int column) intgetColumnType(int column) getColumnTypeName(int column) protected FailFastConnectionImplintgetPrecision(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) Methods inherited from class com.aoapps.sql.wrapper.ResultSetMetaDataWrapperImpl
getWrapped, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.aoapps.sql.wrapper.ResultSetMetaDataWrapper
closeMethods inherited from interface com.aoapps.sql.wrapper.Wrapper
isWrapperFor, unwrap
-
Constructor Details
-
FailFastResultSetMetaDataImpl
public FailFastResultSetMetaDataImpl(FailFastConnectionImpl failFastConnection, ResultSetMetaData wrapped)
-
-
Method Details
-
getConnectionWrapper
- Overrides:
getConnectionWrapperin classResultSetMetaDataWrapperImpl
-
getColumnCount
- Throws:
SQLException
-
isAutoIncrement
- Throws:
SQLException
-
isCaseSensitive
- Throws:
SQLException
-
isSearchable
- Throws:
SQLException
-
isCurrency
- Throws:
SQLException
-
isNullable
- Throws:
SQLException
-
isSigned
- Throws:
SQLException
-
getColumnDisplaySize
- Throws:
SQLException
-
getColumnLabel
- Throws:
SQLException
-
getColumnName
- Throws:
SQLException
-
getSchemaName
- Throws:
SQLException
-
getPrecision
- Throws:
SQLException
-
getScale
- Throws:
SQLException
-
getTableName
- Throws:
SQLException
-
getCatalogName
- Throws:
SQLException
-
getColumnType
- Throws:
SQLException
-
getColumnTypeName
- Throws:
SQLException
-
isReadOnly
- Throws:
SQLException
-
isWritable
- Throws:
SQLException
-
isDefinitelyWritable
- Throws:
SQLException
-
getColumnClassName
- Throws:
SQLException
-
