java.lang.Object
com.aoapps.sql.wrapper.ArrayWrapperImpl
com.aoapps.sql.failfast.FailFastArrayImpl
- All Implemented Interfaces:
ArrayWrapper,Wrapper,AutoCloseable,Array,Wrapper
- Author:
- AO Industries, Inc.
-
Constructor Summary
ConstructorsConstructorDescriptionFailFastArrayImpl(FailFastConnectionImpl failFastConnection, StatementWrapperImpl stmtWrapper, Array wrapped) -
Method Summary
Modifier and TypeMethodDescriptionvoidfree()getArray()getArray(long index, int count) intprotected FailFastConnectionImplgetResultSet(long index, int count) getResultSet(long index, int count, Map<String, Class<?>> map) getResultSet(Map<String, Class<?>> map) Methods inherited from class com.aoapps.sql.wrapper.ArrayWrapperImpl
getStatementWrapper, getWrapped, toString, wrapResultSetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.aoapps.sql.wrapper.ArrayWrapper
closeMethods inherited from interface com.aoapps.sql.wrapper.Wrapper
isWrapperFor, unwrap
-
Constructor Details
-
FailFastArrayImpl
public FailFastArrayImpl(FailFastConnectionImpl failFastConnection, StatementWrapperImpl stmtWrapper, Array wrapped)
-
-
Method Details
-
getConnectionWrapper
- Overrides:
getConnectionWrapperin classArrayWrapperImpl
-
getBaseTypeName
- Throws:
SQLException
-
getBaseType
- Throws:
SQLException
-
getArray
- Throws:
SQLException
-
getArray
- Throws:
SQLException
-
getArray
- Throws:
SQLException
-
getArray
- Throws:
SQLException
-
getResultSet
- Specified by:
getResultSetin interfaceArray- Specified by:
getResultSetin interfaceArrayWrapper- Overrides:
getResultSetin classArrayWrapperImpl- Throws:
SQLException
-
getResultSet
- Specified by:
getResultSetin interfaceArray- Specified by:
getResultSetin interfaceArrayWrapper- Overrides:
getResultSetin classArrayWrapperImpl- Throws:
SQLException
-
getResultSet
- Specified by:
getResultSetin interfaceArray- Specified by:
getResultSetin interfaceArrayWrapper- Overrides:
getResultSetin classArrayWrapperImpl- Throws:
SQLException
-
getResultSet
public FailFastResultSetImpl getResultSet(long index, int count, Map<String, Class<?>> map) throws SQLException- Specified by:
getResultSetin interfaceArray- Specified by:
getResultSetin interfaceArrayWrapper- Overrides:
getResultSetin classArrayWrapperImpl- Throws:
SQLException
-
free
- Throws:
SQLException
-
