com.samskivert.jdbc.depot.operator
Class Logic.And
java.lang.Object
com.samskivert.jdbc.depot.operator.SQLOperator.MultiOperator
com.samskivert.jdbc.depot.operator.Logic.And
- All Implemented Interfaces:
- SQLExpression, SQLOperator
- Enclosing class:
- Logic
public static class Logic.And
- extends SQLOperator.MultiOperator
Represents a condition that is true iff all its subconditions are true.
|
Method Summary |
String |
operator()
Returns the text infix to be used to join expressions together. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Logic.And
public Logic.And(Collection<? extends SQLExpression> conditions)
Logic.And
public Logic.And(SQLExpression... conditions)
operator
public String operator()
- Description copied from class:
SQLOperator.MultiOperator
- Returns the text infix to be used to join expressions together.
- Specified by:
operator in class SQLOperator.MultiOperator
Copyright © 2000-2008 Michael Bayne.
All Rights Reserved.