|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.hsqldb.Result
Class declaration
Field Summary | |
(package private) static int |
DATA
|
(package private) static int |
ERROR
|
(package private) int |
iMode
|
(package private) int[] |
iType
|
(package private) int |
iUpdateCount
|
(package private) Record |
rRoot
|
(package private) java.lang.String |
sError
|
(package private) java.lang.String[] |
sLabel
|
(package private) java.lang.String[] |
sName
|
(package private) java.lang.String[] |
sTable
|
(package private) static int |
UPDATECOUNT
|
Constructor Summary | |
(package private) |
Result()
Constructor declaration |
(package private) |
Result(byte[] b)
Constructor declaration |
(package private) |
Result(int columns)
Constructor declaration |
(package private) |
Result(java.lang.String error)
Constructor declaration |
Method Summary | |
(package private) void |
add(java.lang.Object[] d)
Method declaration |
(package private) void |
append(Result a)
Method declaration |
(package private) byte[] |
getBytes()
Method declaration |
(package private) int |
getColumnCount()
Method declaration |
(package private) int |
getSize()
Method declaration |
(package private) void |
setColumnCount(int columns)
Method declaration |
Methods inherited from class java.lang.Object |
|
Field Detail |
static final int UPDATECOUNT
static final int ERROR
static final int DATA
int iMode
java.lang.String sError
int iUpdateCount
Record rRoot
java.lang.String[] sLabel
java.lang.String[] sTable
java.lang.String[] sName
int[] iType
Constructor Detail |
Result()
Result(java.lang.String error)
error
- Result(int columns)
columns
- Result(byte[] b) throws java.sql.SQLException
b
- Method Detail |
int getSize()
void setColumnCount(int columns)
columns
- int getColumnCount()
void append(Result a)
a
- void add(java.lang.Object[] d)
d
- byte[] getBytes() throws java.sql.SQLException
|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |