com.ontimize.db
Class ContainsExtendedSQLConditionValuesProcessor
java.lang.Object
com.ontimize.db.SQLStatementBuilder.DefaultSQLConditionValuesProcessor
com.ontimize.db.SQLStatementBuilder.ExtendedSQLConditionValuesProcessor
com.ontimize.db.ContainsExtendedSQLConditionValuesProcessor
- All Implemented Interfaces:
- SQLStatementBuilder.SQLConditionValuesProcessor
- public class ContainsExtendedSQLConditionValuesProcessor
- extends SQLStatementBuilder.ExtendedSQLConditionValuesProcessor
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ContainsExtendedSQLConditionValuesProcessor
public ContainsExtendedSQLConditionValuesProcessor()
renderQueryConditionsFromExpression
public java.lang.String renderQueryConditionsFromExpression(SQLStatementBuilder.Expression e)
- Overrides:
renderQueryConditionsFromExpression in class SQLStatementBuilder.ExtendedSQLConditionValuesProcessor
renderQueryConditionsFromExpression
public void renderQueryConditionsFromExpression(SQLStatementBuilder.Expression e,
java.lang.StringBuffer sb)
- Overrides:
renderQueryConditionsFromExpression in class SQLStatementBuilder.ExtendedSQLConditionValuesProcessor
renderQueryConditionsExpressBundle
public static java.lang.String renderQueryConditionsExpressBundle(SQLStatementBuilder.Expression e,
java.util.ResourceBundle bundle)
renderQueryConditionsExpress
public static void renderQueryConditionsExpress(SQLStatementBuilder.Expression e,
java.lang.StringBuffer sb,
java.util.ResourceBundle bundle)
createQueryConditionsExpress
public static java.lang.String createQueryConditionsExpress(SQLStatementBuilder.Expression e)
- Description copied from class:
SQLStatementBuilder.ExtendedSQLConditionValuesProcessor
- Creates the condition string from a expression. This condition string
be used after WHERE clause in the SQL Statement.
queryToStandard
public static SQLStatementBuilder.Expression queryToStandard(SQLStatementBuilder.Expression query,
java.lang.String[] cols,
int[] types)
queryToStandard
public static SQLStatementBuilder.Expression queryToStandard(SQLStatementBuilder.Expression query,
java.lang.String entityName,
java.util.List cols,
EntityReferenceLocator locator)