|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.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 | |
|---|---|
java.lang.Object |
getArray()
|
java.lang.Object |
getArray(long index,
int count)
|
java.lang.Object |
getArray(long index,
int count,
java.util.Map map)
|
java.lang.Object |
getArray(java.util.Map map)
|
int |
getBaseType()
|
java.lang.String |
getBaseTypeName()
|
java.sql.ResultSet |
getResultSet()
|
java.sql.ResultSet |
getResultSet(long index,
int count)
|
java.sql.ResultSet |
getResultSet(long index,
int count,
java.util.Map map)
|
java.sql.ResultSet |
getResultSet(java.util.Map 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 |
| Constructor Detail |
|---|
public ThrowingArrayJdbc3()
| Method Detail |
|---|
public java.lang.Object getArray()
throws java.sql.SQLException
getArray in interface java.sql.Arrayjava.sql.SQLExceptionArray.getArray()
public java.lang.Object getArray(java.util.Map map)
throws java.sql.SQLException
getArray in interface java.sql.Arrayjava.sql.SQLExceptionArray.getArray(java.util.Map)
public java.lang.Object getArray(long index,
int count)
throws java.sql.SQLException
getArray in interface java.sql.Arrayjava.sql.SQLExceptionArray.getArray(long, int)
public java.lang.Object getArray(long index,
int count,
java.util.Map map)
throws java.sql.SQLException
getArray in interface java.sql.Arrayjava.sql.SQLExceptionArray.getArray(long, int, java.util.Map)
public int getBaseType()
throws java.sql.SQLException
getBaseType in interface java.sql.Arrayjava.sql.SQLExceptionArray.getBaseType()
public java.lang.String getBaseTypeName()
throws java.sql.SQLException
getBaseTypeName in interface java.sql.Arrayjava.sql.SQLExceptionArray.getBaseTypeName()
public java.sql.ResultSet getResultSet()
throws java.sql.SQLException
getResultSet in interface java.sql.Arrayjava.sql.SQLExceptionArray.getResultSet()
public java.sql.ResultSet getResultSet(java.util.Map map)
throws java.sql.SQLException
getResultSet in interface java.sql.Arrayjava.sql.SQLExceptionArray.getResultSet(java.util.Map)
public java.sql.ResultSet getResultSet(long index,
int count)
throws java.sql.SQLException
getResultSet in interface java.sql.Arrayjava.sql.SQLExceptionArray.getResultSet(long, int)
public java.sql.ResultSet getResultSet(long index,
int count,
java.util.Map map)
throws java.sql.SQLException
getResultSet in interface java.sql.Arrayjava.sql.SQLExceptionArray.getResultSet(long, int, java.util.Map)
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||