- All Superinterfaces:
Array,AutoCloseable,Wrapper,Wrapper
- All Known Implementing Classes:
ArrayWrapperImpl
Wraps an
Array.- Author:
- AO Industries, Inc.
-
Method Summary
Modifier and TypeMethodDescriptiondefault voidclose()Callsfree().default voidfree()default ObjectgetArray()default ObjectgetArray(long index, int count) default Objectdefault Objectdefault intdefault StringgetResultSet(long index, int count) getResultSet(long index, int count, Map<String, Class<?>> map) getResultSet(Map<String, Class<?>> map) Gets the array that is wrapped.Methods inherited from interface com.aoapps.sql.wrapper.Wrapper
isWrapperFor, unwrap
-
Method Details
-
getWrapped
Array getWrapped()Gets the array that is wrapped.- Specified by:
getWrappedin interfaceWrapper
-
close
Callsfree().- Specified by:
closein interfaceAutoCloseable- Throws:
SQLException- See Also:
-
getBaseTypeName
- Specified by:
getBaseTypeNamein interfaceArray- Throws:
SQLException
-
getBaseType
- Specified by:
getBaseTypein interfaceArray- Throws:
SQLException
-
getArray
- Specified by:
getArrayin interfaceArray- Throws:
SQLException
-
getArray
- Specified by:
getArrayin interfaceArray- Throws:
SQLException
-
getArray
- Specified by:
getArrayin interfaceArray- Throws:
SQLException
-
getArray
- Specified by:
getArrayin interfaceArray- Throws:
SQLException
-
getResultSet
- Specified by:
getResultSetin interfaceArray- Throws:
SQLException
-
getResultSet
- Specified by:
getResultSetin interfaceArray- Throws:
SQLException
-
getResultSet
- Specified by:
getResultSetin interfaceArray- Throws:
SQLException
-
getResultSet
- Specified by:
getResultSetin interfaceArray- Throws:
SQLException
-
free
- Specified by:
freein interfaceArray- Throws:
SQLException
-
