|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.synchronoss.cpo.jdbc.JdbcWhereBuilder<T>
public class JdbcWhereBuilder<T>
JdbcWhereBuilder is an interface for specifying the sort order in which objects are returned from the Datasource.
Constructor Summary | |
---|---|
JdbcWhereBuilder(JdbcMetaClass<T> jmc)
|
Method Summary | |
---|---|
java.util.Collection<BindAttribute> |
getBindValues()
|
java.lang.String |
getWhereClause()
|
boolean |
visit(Node node)
This is called for component elements which have no children |
boolean |
visitBegin(Node node)
This is called by composite nodes prior to visiting children |
boolean |
visitEnd(Node node)
This is called by composite nodes after visiting children |
boolean |
visitMiddle(Node node)
This is called for composite nodes between visiting children |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JdbcWhereBuilder(JdbcMetaClass<T> jmc)
Method Detail |
---|
public java.lang.String getWhereClause()
public java.util.Collection<BindAttribute> getBindValues()
public boolean visitBegin(Node node) throws java.lang.Exception
visitBegin
in interface INodeVisitor
val
- The node to be visited
java.lang.Exception
public boolean visitMiddle(Node node) throws java.lang.Exception
visitMiddle
in interface INodeVisitor
val
- The node to be visited
java.lang.Exception
public boolean visitEnd(Node node) throws java.lang.Exception
visitEnd
in interface INodeVisitor
val
- The node to be visited
java.lang.Exception
public boolean visit(Node node) throws java.lang.Exception
visit
in interface INodeVisitor
val
- The element to be visited
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |