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
ConstructorDescriptionFailFastArrayImpl
(FailFastConnectionImpl failFastConnection, StatementWrapperImpl stmtWrapper, Array wrapped) -
Method Summary
Modifier and TypeMethodDescriptionvoid
free()
getArray()
getArray
(long index, int count) int
protected FailFastConnectionImpl
getResultSet
(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, wrapResultSet
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.aoapps.sql.wrapper.ArrayWrapper
close
Methods 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:
getConnectionWrapper
in classArrayWrapperImpl
-
getBaseTypeName
- Throws:
SQLException
-
getBaseType
- Throws:
SQLException
-
getArray
- Throws:
SQLException
-
getArray
- Throws:
SQLException
-
getArray
- Throws:
SQLException
-
getArray
- Throws:
SQLException
-
getResultSet
- Specified by:
getResultSet
in interfaceArray
- Specified by:
getResultSet
in interfaceArrayWrapper
- Overrides:
getResultSet
in classArrayWrapperImpl
- Throws:
SQLException
-
getResultSet
- Specified by:
getResultSet
in interfaceArray
- Specified by:
getResultSet
in interfaceArrayWrapper
- Overrides:
getResultSet
in classArrayWrapperImpl
- Throws:
SQLException
-
getResultSet
- Specified by:
getResultSet
in interfaceArray
- Specified by:
getResultSet
in interfaceArrayWrapper
- Overrides:
getResultSet
in classArrayWrapperImpl
- Throws:
SQLException
-
getResultSet
public FailFastResultSetImpl getResultSet(long index, int count, Map<String, Class<?>> map) throws SQLException- Specified by:
getResultSet
in interfaceArray
- Specified by:
getResultSet
in interfaceArrayWrapper
- Overrides:
getResultSet
in classArrayWrapperImpl
- Throws:
SQLException
-
free
- Throws:
SQLException
-