java.lang.Object
io.ebeaninternal.server.query.CQueryPredicates
Compile Query Predicates.
This includes the where and having expressions which can be made up of Strings with named parameters or Expression objects.
This builds the appropriate bits of where and having clauses and binds the named parameters and expression values into the prepared statement.
-
Method Summary
Modifier and TypeMethodDescriptionbind(io.ebeaninternal.server.bind.DataBind dataBind) bind(PreparedStatement stmt, Connection connection) parseBindParams(String sql) voidprepare(boolean buildSql) Return the bind values for the where expression.
-
Method Details
-
bind
- Throws:
SQLException
-
bind
- Throws:
SQLException
-
parseBindParams
-
prepare
public void prepare(boolean buildSql) -
whereExprBindValues
Return the bind values for the where expression.
-