|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.melati.poem.dbms.test.sql.Thrower org.melati.poem.dbms.test.sql.ThrowingArrayJdbc3
public abstract class ThrowingArrayJdbc3
The JDBC 3 members of an Array
, decorated to throw an SQLException on command.
Constructor Summary | |
---|---|
ThrowingArrayJdbc3()
|
Method Summary | |
---|---|
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)
|
Methods inherited from class org.melati.poem.dbms.test.sql.Thrower |
---|
shouldThrow, startThrowing, startThrowingAfter, stopThrowing |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface java.sql.Array |
---|
free |
Constructor Detail |
---|
public ThrowingArrayJdbc3()
Method Detail |
---|
public Object getArray() throws SQLException
getArray
in interface Array
SQLException
Array.getArray()
public Object getArray(Map<String,Class<?>> map) throws SQLException
getArray
in interface Array
SQLException
Array.getArray(java.util.Map)
public Object getArray(long index, int count) throws SQLException
getArray
in interface Array
SQLException
Array.getArray(long, int)
public Object getArray(long index, int count, Map<String,Class<?>> map) throws SQLException
getArray
in interface Array
SQLException
Array.getArray(long, int, java.util.Map)
public int getBaseType() throws SQLException
getBaseType
in interface Array
SQLException
Array.getBaseType()
public String getBaseTypeName() throws SQLException
getBaseTypeName
in interface Array
SQLException
Array.getBaseTypeName()
public ResultSet getResultSet() throws SQLException
getResultSet
in interface Array
SQLException
Array.getResultSet()
public ResultSet getResultSet(Map<String,Class<?>> map) throws SQLException
getResultSet
in interface Array
SQLException
Array.getResultSet(java.util.Map)
public ResultSet getResultSet(long index, int count) throws SQLException
getResultSet
in interface Array
SQLException
Array.getResultSet(long, int)
public ResultSet getResultSet(long index, int count, Map<String,Class<?>> map) throws SQLException
getResultSet
in interface Array
SQLException
Array.getResultSet(long, int, java.util.Map)
|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |