org.eclipse.datatools.sqltools.sqlbuilder.expressionbuilder
Class MSSQLServerFunctionNamesAndSignatures
java.lang.Object
   org.eclipse.datatools.sqltools.sqlbuilder.expressionbuilder.MSSQLServerFunctionNamesAndSignatures
org.eclipse.datatools.sqltools.sqlbuilder.expressionbuilder.MSSQLServerFunctionNamesAndSignatures
- public class MSSQLServerFunctionNamesAndSignatures 
- extends java.lang.Object
 
 
 
| Methods inherited from class java.lang.Object | 
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
msSQLServerAll
public static final java.lang.String msSQLServerAll
msSQLServerAggregate
public static final java.lang.String msSQLServerAggregate
msSQLServerConfiguration
public static final java.lang.String msSQLServerConfiguration
- See Also:
- Constant Field Values
msSQLServerCursor
public static final java.lang.String msSQLServerCursor
- See Also:
- Constant Field Values
msSQLServerDateAndTime
public static final java.lang.String msSQLServerDateAndTime
msSQLServerMath
public static final java.lang.String msSQLServerMath
msSQLServerMetadata
public static final java.lang.String msSQLServerMetadata
- See Also:
- Constant Field Values
msSQLServerSecurity
public static final java.lang.String msSQLServerSecurity
- See Also:
- Constant Field Values
msSQLServerString
public static final java.lang.String msSQLServerString
msSQLServerSystem
public static final java.lang.String msSQLServerSystem
msSQLServerSystemStatistical
public static final java.lang.String msSQLServerSystemStatistical
- See Also:
- Constant Field Values
msSQLServerTextAndImage
public static final java.lang.String msSQLServerTextAndImage
- See Also:
- Constant Field Values
msSQLServerRowset
public static final java.lang.String msSQLServerRowset
- See Also:
- Constant Field Values
msSQLServerNotSupported
public static final java.lang.String msSQLServerNotSupported
dbUDF
public static java.lang.String dbUDF
MSSQLServerFunctionNamesAndSignatures
public MSSQLServerFunctionNamesAndSignatures()
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)
- 
 
requiresNoBrackets
public static boolean requiresNoBrackets(java.lang.String functionName)
- 
 
isNotSupported
public static boolean isNotSupported(java.lang.String functionName)
- 
 
getFunctionList
public static java.lang.String[] getFunctionList(java.lang.String category,
                                                 boolean isColumn,
                                                 SQLDomainModel domainModel)
-