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

java.lang.Objectorg.hsqldb.TableFilter
- class TableFilter
- extends java.lang.Object
Class declaration
- Version:
- 1.7.0
| Field Summary | |
private boolean |
bOuterJoin
|
private Expression |
eAnd
|
private Expression |
eEnd
|
private Expression |
eStart
|
private Index |
iIndex
|
private Node |
nCurrent
|
(package private) java.lang.Object[] |
oCurrentData
|
private java.lang.Object[] |
oEmptyData
|
private java.lang.String |
sAlias
|
private Table |
tTable
|
| Constructor Summary | |
(package private) |
TableFilter(Table t,
java.lang.String alias,
boolean outerjoin)
Constructor declaration |
| Method Summary | |
private void |
addAndCondition(Expression e)
Method declaration |
(package private) boolean |
findFirst()
Method declaration |
(package private) java.lang.String |
getName()
Method declaration |
(package private) Table |
getTable()
Method declaration |
(package private) boolean |
next()
Method declaration |
(package private) void |
setCondition(Expression e)
Method declaration |
private boolean |
test(Expression e)
Method declaration |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
tTable
private Table tTable
sAlias
private java.lang.String sAlias
iIndex
private Index iIndex
nCurrent
private Node nCurrent
oEmptyData
private java.lang.Object[] oEmptyData
eStart
private Expression eStart
eEnd
private Expression eEnd
eAnd
private Expression eAnd
bOuterJoin
private boolean bOuterJoin
oCurrentData
java.lang.Object[] oCurrentData
| Constructor Detail |
TableFilter
TableFilter(Table t, java.lang.String alias, boolean outerjoin)
- Constructor declaration
| Method Detail |
getName
java.lang.String getName()
- Method declaration
getTable
Table getTable()
- Method declaration
setCondition
void setCondition(Expression e) throws java.sql.SQLException
- Method declaration
findFirst
boolean findFirst()
throws java.sql.SQLException
- Method declaration
next
boolean next()
throws java.sql.SQLException
- Method declaration
addAndCondition
private void addAndCondition(Expression e)
- Method declaration
test
private boolean test(Expression e) throws java.sql.SQLException
- 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.TableFilter