com.ontimize.db
Interface SQLStatementBuilder.SQLConditionValuesProcessor
- All Known Implementing Classes:
- SQLStatementBuilder.DefaultSQLConditionValuesProcessor
- Enclosing interface:
- SQLStatementBuilder
- public static interface SQLStatementBuilder.SQLConditionValuesProcessor
This interface defines the basic method that must be implemented by any
class that creates the condition string for a SQL Statement.
createQueryConditions
public java.lang.String createQueryConditions(java.util.Hashtable conditions,
java.util.Vector wildcards,
java.util.Vector values)
- Creates the condition string for a SQL Statement.
- Parameters:
conditions - condition list that be using for create the stringwildcards - column list that can use wildcardsvalues - vector where the value of each processed conditions is stored
- Returns:
setSQLStatementHandler
public void setSQLStatementHandler(SQLStatementHandler handler)