|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hsqldb.Result
Class declaration
Nested Class Summary | |
static class |
Result.ResultMetaData
|
Field Summary | |
int |
iMode
|
Result.ResultMetaData |
metaData
|
Record |
rRoot
|
Constructor Summary | |
Result(int type)
General constructor |
|
Result(int type,
int[] types,
int id)
For BATCHEXECUTE and BATCHEXECDIRECT |
|
Result(Throwable t,
String statement)
|
Method Summary | |
void |
add(Object[] d)
Method declaration |
void |
clear()
|
int |
getColumnCount()
Method declaration |
String |
getMainString()
|
int |
getSize()
Method declaration |
int |
getStatementID()
|
int |
getStatementType()
|
String |
getSubString()
|
int |
getUpdateCount()
|
int[] |
getUpdateCounts()
|
boolean |
isEmpty()
|
Iterator |
iterator()
|
static Result |
newFreeStmtRequest(int statementID)
|
static Result |
newReleaseSavepointRequest(String name)
|
static Result |
newRollbackToSavepointRequest(String name)
|
static Result |
newSetSavepointRequest(String name)
|
static Result |
read(RowInputInterface rowin,
DataInputStream datain)
Convenience method for reading, shared by Server side. |
void |
setMainString(String sql)
|
void |
setMaxRows(int count)
|
void |
setParameterData(Object[] data)
|
void |
setResultType(int type)
|
void |
setStatementType(int type)
|
static void |
write(Result r,
RowOutputInterface rowout,
OutputStream dataout)
Convenience method for writing, shared by Server side. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public Record rRoot
public int iMode
public Result.ResultMetaData metaData
Constructor Detail |
public Result(int type)
public Result(int type, int[] types, int id)
public Result(Throwable t, String statement)
Method Detail |
public static Result newFreeStmtRequest(int statementID)
public static Result newReleaseSavepointRequest(String name)
public static Result newRollbackToSavepointRequest(String name)
public static Result newSetSavepointRequest(String name)
public int getSize()
public int getColumnCount()
public void clear()
public boolean isEmpty()
public void add(Object[] d)
d
- public static void write(Result r, RowOutputInterface rowout, OutputStream dataout) throws IOException, HsqlException
IOException
HsqlException
public static Result read(RowInputInterface rowin, DataInputStream datain) throws IOException, HsqlException
IOException
HsqlException
public int getStatementID()
public String getMainString()
public void setMainString(String sql)
public String getSubString()
public void setMaxRows(int count)
public int getUpdateCount()
public int[] getUpdateCounts()
public void setParameterData(Object[] data)
public void setResultType(int type)
public void setStatementType(int type)
public int getStatementType()
public Iterator iterator()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |