com.im.commons.db.dml
Class SQLWhereClauseLeafElement
java.lang.Object
com.im.commons.db.dml.SQLWhereClauseLeafElement
- All Implemented Interfaces:
- SQLWhereClauseElement
- Direct Known Subclasses:
- SQLWhereClauseInListElement, SQLWhereClauseStringElement, SQLWhereClauseTermElement
public abstract class SQLWhereClauseLeafElement
- extends Object
- implements SQLWhereClauseElement
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NONE
public static final SQLWhereClauseLeafElement.None NONE
SQLWhereClauseLeafElement
public SQLWhereClauseLeafElement()
addElement
public SQLWhereClauseElement addElement(SQLWhereClauseElement el,
SQLWhereClauseCompositeElement.Type type)
- Creates a new SQLWhereCompositeElement element ands this and el parameter to it.
- Specified by:
addElement in interface SQLWhereClauseElement
- Parameters:
el - type -
- Returns:
- Thenew SQLWhereCompositeElement that was created