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 java.lang.Object

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


Field Summary
protected  java.lang.StringBuilder sb
           
protected  java.util.List<java.lang.Object> values
           
 
Method Summary
 java.lang.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 java.lang.StringBuilder sb

values

protected java.util.List<java.lang.Object> values
Method Detail

toString

public java.lang.String toString()
Return the Condition string

Overrides:
toString in class java.lang.Object


Copyright © 2010 Yahoo. All Rights Reserved.