|
|||||||||
| Home >> All >> org >> [ hsqldb overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.hsqldb
Class Result

java.lang.Objectorg.hsqldb.Result
- class Result
- extends java.lang.Object
Class declaration
- Version:
- 1.7.0
| Field Summary | |
(package private) int[] |
colScale
|
(package private) int[] |
colSize
|
(package private) int[] |
colType
|
(package private) static int |
DATA
|
(package private) static int |
ERROR
|
(package private) int |
errorCode
|
private int |
iColumnCount
|
(package private) int |
iMode
|
private int |
iSize
|
(package private) boolean[] |
isLabelQuoted
|
(package private) int |
iUpdateCount
|
(package private) Record |
rRoot
|
private Record |
rTail
|
(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,
int code)
Constructor declaration |
| Method Summary | |
(package private) void |
add(java.lang.Object[] d)
Method declaration |
(package private) void |
append(Result a)
Method declaration |
private int |
compareRecord(java.lang.Object[] a,
java.lang.Object[] b,
int len)
Method declaration |
private int |
compareRecord(java.lang.Object[] a,
java.lang.Object[] b,
int[] order,
int[] way)
Method declaration |
(package private) byte[] |
getBytes()
Method declaration |
(package private) int |
getColumnCount()
Method declaration |
(package private) int |
getSize()
Method declaration |
private void |
prepareData(int columns)
Method declaration |
(package private) void |
removeDifferent(Result r2)
Method declaration |
(package private) void |
removeDuplicates()
Method declaration |
(package private) void |
removeSecond(Result minus)
Method declaration |
(package private) void |
setColumnCount(int columns)
Method declaration |
(package private) void |
setRows(Result a)
Method declaration |
(package private) void |
sortResult(int[] order,
int[] way)
Method declaration |
(package private) void |
trimResult(int limitstart,
int limitcount)
Method declaration |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
rTail
private Record rTail
iSize
private int iSize
iColumnCount
private int iColumnCount
UPDATECOUNT
static final int UPDATECOUNT
- See Also:
- Constant Field Values
ERROR
static final int ERROR
- See Also:
- Constant Field Values
DATA
static final int DATA
- See Also:
- Constant Field Values
iMode
int iMode
sError
java.lang.String sError
errorCode
int errorCode
iUpdateCount
int iUpdateCount
rRoot
Record rRoot
sLabel
java.lang.String[] sLabel
sTable
java.lang.String[] sTable
sName
java.lang.String[] sName
isLabelQuoted
boolean[] isLabelQuoted
colType
int[] colType
colSize
int[] colSize
colScale
int[] colScale
| Constructor Detail |
Result
Result()
- Constructor declaration
Result
Result(java.lang.String error, int code)
- Constructor declaration
Result
Result(int columns)
- Constructor declaration
Result
Result(byte[] b) throws java.sql.SQLException
- Constructor declaration
| Method Detail |
getSize
int getSize()
- Method declaration
setColumnCount
void setColumnCount(int columns)
- Method declaration
getColumnCount
int getColumnCount()
- Method declaration
append
void append(Result a)
- Method declaration
setRows
void setRows(Result a)
- Method declaration
add
void add(java.lang.Object[] d)
- Method declaration
trimResult
void trimResult(int limitstart,
int limitcount)
- Method declaration
removeDuplicates
void removeDuplicates()
throws java.sql.SQLException
- Method declaration
removeSecond
void removeSecond(Result minus) throws java.sql.SQLException
- Method declaration
removeDifferent
void removeDifferent(Result r2) throws java.sql.SQLException
- Method declaration
sortResult
void sortResult(int[] order,
int[] way)
throws java.sql.SQLException
- Method declaration
compareRecord
private int compareRecord(java.lang.Object[] a, java.lang.Object[] b, int[] order, int[] way) throws java.sql.SQLException
- Method declaration
compareRecord
private int compareRecord(java.lang.Object[] a, java.lang.Object[] b, int len) throws java.sql.SQLException
- Method declaration
getBytes
byte[] getBytes()
throws java.sql.SQLException
- Method declaration
prepareData
private void prepareData(int columns)
- Method declaration
|
|||||||||
| Home >> All >> org >> [ hsqldb overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.hsqldb.Result