org.eclipse.datatools.sqltools.sqlbuilder.expressionbuilder
Class InstantDBFunctionNamesAndSignatures
java.lang.Object
org.eclipse.datatools.sqltools.sqlbuilder.expressionbuilder.InstantDBFunctionNamesAndSignatures
public class InstantDBFunctionNamesAndSignatures
- extends java.lang.Object
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
instantDBAll
public static final java.lang.String instantDBAll
instantDBAggregate
public static final java.lang.String instantDBAggregate
dbUDF
public static java.lang.String dbUDF
InstantDBFunctionNamesAndSignatures
public InstantDBFunctionNamesAndSignatures()
getParms
public static java.lang.Object[][] getParms(java.lang.String func)
getParameterFormats
public static java.lang.Object[][] getParameterFormats(java.lang.String functionName)
fillCategoryCombo
public static void fillCategoryCombo(org.eclipse.swt.widgets.Combo functionsCategoryCombo,
boolean isColumn)
isFunctionSupportingStar
public static boolean isFunctionSupportingStar(java.lang.String s)
getFunctionList
public static java.lang.String[] getFunctionList(java.lang.String category,
boolean isColumn,
SQLDomainModel domainModel)