public interface SQLArray extends Array, Logging
| Modifier and Type | Method and Description |
|---|---|
default void |
free() |
default Object |
getArray() |
default Object |
getArray(long index,
int count) |
default Object |
getArray(long index,
int count,
Map<String,Class<?>> map) |
default Object |
getArray(Map<String,Class<?>> map) |
default int |
getBaseType() |
default String |
getBaseTypeName() |
default ResultSet |
getResultSet() |
default ResultSet |
getResultSet(long index,
int count) |
default ResultSet |
getResultSet(long index,
int count,
Map<String,Class<?>> map) |
default ResultSet |
getResultSet(Map<String,Class<?>> map) |
default String getBaseTypeName() throws SQLException
getBaseTypeName in interface ArraySQLExceptiondefault int getBaseType()
throws SQLException
getBaseType in interface ArraySQLExceptiondefault Object getArray() throws SQLException
getArray in interface ArraySQLExceptiondefault Object getArray(Map<String,Class<?>> map) throws SQLException
getArray in interface ArraySQLExceptiondefault Object getArray(long index, int count) throws SQLException
getArray in interface ArraySQLExceptiondefault Object getArray(long index, int count, Map<String,Class<?>> map) throws SQLException
getArray in interface ArraySQLExceptiondefault ResultSet getResultSet() throws SQLException
getResultSet in interface ArraySQLExceptiondefault ResultSet getResultSet(Map<String,Class<?>> map) throws SQLException
getResultSet in interface ArraySQLExceptiondefault ResultSet getResultSet(long index, int count) throws SQLException
getResultSet in interface ArraySQLExceptiondefault ResultSet getResultSet(long index, int count, Map<String,Class<?>> map) throws SQLException
getResultSet in interface ArraySQLExceptiondefault void free()
throws SQLException
free in interface ArraySQLExceptionCopyright © 2021. All rights reserved.