| java.lang.Object org.obe.server.util.QueryBuilder
QueryBuilder | public class QueryBuilder (Code) | | Builds an SQL query by AND-ing multiple query terms together. The query
terms can be simple 'attribute-comparison-value' terms, or SQL predicates of
arbitrary complexity. All literal values (including those in SQL-style
predicates) are replaced by JDBC parameter markers. References to system
attributes are translated directly into COLUMN references, and references to
custom attributes are replaced by references to a uniquely joined row from
the OBEATTRIBUTEINSTANCE table.
author: Adrian Price |
setMaxRows | public void setMaxRows(int maxRows)(Code) | | |
|
|