org.hsqldb
Class Select
java.lang.Object
|
+--org.hsqldb.Select
- class Select
- extends java.lang.Object
Class declaration
Constructor Summary |
(package private) |
Select()
|
Method Summary |
(package private) void |
checkResolved()
Method declaration |
(package private) Result |
getResult(int maxrows)
Method declaration |
(package private) java.lang.Object |
getValue(int type)
Method declaration |
(package private) void |
resolve()
Method declaration |
(package private) void |
resolve(TableFilter f,
boolean ownfilter)
Method declaration |
Methods inherited from class java.lang.Object |
,
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
bDistinct
boolean bDistinct
tFilter
TableFilter[] tFilter
eCondition
Expression eCondition
eColumn
Expression[] eColumn
iResultLen
int iResultLen
iGroupLen
int iGroupLen
iOrderLen
int iOrderLen
sUnion
Select sUnion
sIntoTable
java.lang.String sIntoTable
iUnionType
int iUnionType
UNION
static final int UNION
UNIONALL
static final int UNIONALL
INTERSECT
static final int INTERSECT
EXCEPT
static final int EXCEPT
Select
Select()
resolve
void resolve()
throws java.sql.SQLException
- Method declaration
- Throws:
- java.sql.SQLException -
resolve
void resolve(TableFilter f,
boolean ownfilter)
throws java.sql.SQLException
- Method declaration
- Parameters:
f
- ownfilter
- - Throws:
- java.sql.SQLException -
checkResolved
void checkResolved()
throws java.sql.SQLException
- Method declaration
- Throws:
- java.sql.SQLException -
getValue
java.lang.Object getValue(int type)
throws java.sql.SQLException
- Method declaration
- Parameters:
type
- - Returns:
-
- Throws:
- java.sql.SQLException -
getResult
Result getResult(int maxrows)
throws java.sql.SQLException
- Method declaration
- Parameters:
maxrows
- - Returns:
-
- Throws:
- java.sql.SQLException -