public abstract class ThrowingArrayJdbc3 extends Thrower implements Array
Array, decorated to throw an SQLException on command.| Constructor and Description |
|---|
ThrowingArrayJdbc3() |
| Modifier and Type | Method and Description |
|---|---|
Object |
getArray() |
Object |
getArray(long index,
int count) |
Object |
getArray(long index,
int count,
Map<String,Class<?>> map) |
Object |
getArray(Map<String,Class<?>> map) |
int |
getBaseType() |
String |
getBaseTypeName() |
ResultSet |
getResultSet() |
ResultSet |
getResultSet(long index,
int count) |
ResultSet |
getResultSet(long index,
int count,
Map<String,Class<?>> map) |
ResultSet |
getResultSet(Map<String,Class<?>> map) |
shouldThrow, startThrowing, startThrowingAfter, stopThrowingpublic Object getArray() throws SQLException
getArray in interface ArraySQLExceptionArray.getArray()public Object getArray(Map<String,Class<?>> map) throws SQLException
getArray in interface ArraySQLExceptionArray.getArray(java.util.Map)public Object getArray(long index, int count) throws SQLException
getArray in interface ArraySQLExceptionArray.getArray(long, int)public Object getArray(long index, int count, Map<String,Class<?>> map) throws SQLException
getArray in interface ArraySQLExceptionArray.getArray(long, int, java.util.Map)public int getBaseType()
throws SQLException
getBaseType in interface ArraySQLExceptionArray.getBaseType()public String getBaseTypeName() throws SQLException
getBaseTypeName in interface ArraySQLExceptionArray.getBaseTypeName()public ResultSet getResultSet() throws SQLException
getResultSet in interface ArraySQLExceptionArray.getResultSet()public ResultSet getResultSet(Map<String,Class<?>> map) throws SQLException
getResultSet in interface ArraySQLExceptionArray.getResultSet(java.util.Map)public ResultSet getResultSet(long index, int count) throws SQLException
getResultSet in interface ArraySQLExceptionArray.getResultSet(long, int)public ResultSet getResultSet(long index, int count, Map<String,Class<?>> map) throws SQLException
getResultSet in interface ArraySQLExceptionArray.getResultSet(long, int, java.util.Map)Copyright © 2000–2015 PanEris. All rights reserved.