|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sibvisions.rad.persist.jdbc.SQLSupport
public final class SQLSupport
The SQLSupport provide helper functions to use IConditions in ANSI SQL
Queries.
ICondition| Method Summary | |
|---|---|
static Object[] |
getParameter(ICondition cCondition)
Returns the parameters used for this ICondition. |
static String |
getSQL(ICondition cCondition,
MetaData pMetaData,
boolean pUsePrefix)
Returns the ANSI SQL String for this ICondition. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static String getSQL(ICondition cCondition,
MetaData pMetaData,
boolean pUsePrefix)
ICondition.
cCondition - the Condition to use.pMetaData - the MetaDataColumn array to use.pUsePrefix - true to use the prefixed column (real column name) and false to
ignore prefixes (the simple name of the column)
ICondition.public static Object[] getParameter(ICondition cCondition)
ICondition.
cCondition - the Condition to use.
ICondition.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||