BrightSide Workbench Full Report + Source Code
All Classes Namespaces Files Functions Variables Pages
org.turro.elephant.db.SQLHelper Member List

This is the complete list of members for org.turro.elephant.db.SQLHelper, including all inherited members.

convertToIn(Collection collection)org.turro.elephant.db.SQLHelperstatic
convertToLike(String value)org.turro.elephant.db.SQLHelperstatic
convertToPartialLike(String value)org.turro.elephant.db.SQLHelperstatic
getWhereClause(String[] fields, String value)org.turro.elephant.db.SQLHelperstatic
getWhereClause(WhereClause wc, String[] fields, String value)org.turro.elephant.db.SQLHelperstatic
getWhereClause(String[] fields, String value, String regexp)org.turro.elephant.db.SQLHelperstatic
getWhereClause(WhereClause wc, String[] fields, String value, String regexp)org.turro.elephant.db.SQLHelperstatic
getWhereClause(String[] fields, String[] values)org.turro.elephant.db.SQLHelperstatic
getWhereClause(WhereClause wc, String[] fields, String[] values)org.turro.elephant.db.SQLHelperstatic
getWhereClause(String[] fields, String[] values, boolean namedValues)org.turro.elephant.db.SQLHelperstatic
getWhereClause(WhereClause wc, String[] fields, String[] values, boolean namedValues)org.turro.elephant.db.SQLHelperstatic
quoteTokensForIn(String inValue)org.turro.elephant.db.SQLHelperstatic