Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.hsqldb
Class TableFilter  view TableFilter download TableFilter.java

java.lang.Object
  extended byorg.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