com.samskivert.jdbc.depot.operator
Class Logic.And

java.lang.Object
  extended by com.samskivert.jdbc.depot.operator.SQLOperator.MultiOperator
      extended by 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.


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.samskivert.jdbc.depot.operator.SQLOperator
SQLOperator.BinaryOperator, SQLOperator.MultiOperator
 
Field Summary
 
Fields inherited from class com.samskivert.jdbc.depot.operator.SQLOperator.MultiOperator
_conditions
 
Constructor Summary
Logic.And(Collection<? extends SQLExpression> conditions)
           
Logic.And(SQLExpression... conditions)
           
 
Method Summary
 String operator()
          Returns the text infix to be used to join expressions together.
 
Methods inherited from class com.samskivert.jdbc.depot.operator.SQLOperator.MultiOperator
accept, addClasses, getConditions
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Logic.And

public Logic.And(Collection<? extends SQLExpression> conditions)

Logic.And

public Logic.And(SQLExpression... conditions)
Method Detail

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.