|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.oozie.util.db.SqlStatement.Condition
public static class SqlStatement.Condition
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 |
---|
protected java.lang.StringBuilder sb
protected java.util.List<java.lang.Object> values
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |