com.im.commons.db 5.9.2

com.im.commons.db.dml
Class SQLWhereClauseLeafElement.None

java.lang.Object
  extended by com.im.commons.db.dml.SQLWhereClauseLeafElement.None
All Implemented Interfaces:
SQLWhereClauseElement
Enclosing class:
SQLWhereClauseLeafElement

protected static final class SQLWhereClauseLeafElement.None
extends Object
implements SQLWhereClauseElement


Constructor Summary
protected SQLWhereClauseLeafElement.None()
           
 
Method Summary
 SQLWhereClauseElement addElement(SQLWhereClauseElement el, SQLWhereClauseCompositeElement.Type type)
           
 void addJoins(Set<SQLJoin> joins)
           
 void addRequiredTables(Set<SchemaQualifiedName> requiredTables)
           
 void appendTo(StringBuffer buf)
          Append the individual filter expression of the where clause
 void appendWhere(StringBuffer buf)
          Appends WHERE plus the individual elements
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SQLWhereClauseLeafElement.None

protected SQLWhereClauseLeafElement.None()
Method Detail

addElement

public SQLWhereClauseElement addElement(SQLWhereClauseElement el,
                                        SQLWhereClauseCompositeElement.Type type)
Specified by:
addElement in interface SQLWhereClauseElement

addJoins

public void addJoins(Set<SQLJoin> joins)
Specified by:
addJoins in interface SQLWhereClauseElement

appendTo

public void appendTo(StringBuffer buf)
Description copied from interface: SQLWhereClauseElement
Append the individual filter expression of the where clause

Specified by:
appendTo in interface SQLWhereClauseElement

appendWhere

public void appendWhere(StringBuffer buf)
Description copied from interface: SQLWhereClauseElement
Appends WHERE plus the individual elements

Specified by:
appendWhere in interface SQLWhereClauseElement

addRequiredTables

public void addRequiredTables(Set<SchemaQualifiedName> requiredTables)
Specified by:
addRequiredTables in interface SQLWhereClauseElement

com.im.commons.db 5.9.2