org.apache.oozie.util.db
Class SqlStatement.Condition

java.lang.Object
  extended by org.apache.oozie.util.db.SqlStatement.Condition
Enclosing class:
SqlStatement

public static class SqlStatement.Condition
extends Object

Construct the condition statement that will be used in the where clause


Field Summary
protected  StringBuilder sb
           
protected  List<Object> values
           
 
Method Summary
 String toString()
          Return the Condition string
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

sb

protected StringBuilder sb

values

protected List<Object> values
Method Detail

toString

public String toString()
Return the Condition string

Overrides:
toString in class Object


Copyright © 2012 Apache Software Foundation. All Rights Reserved.