com.metamatrix.query.function.metadata
Interface FunctionCategoryConstants

All Known Implementing Classes:
SystemSource

public interface FunctionCategoryConstants

This interface defines the default set of function category constants.


Field Summary
static java.lang.String CONVERSION
          "Conversion" functions convert an object of one type to another type.
static java.lang.String DATETIME
          "Datetime" functions typically operate on or otherwise manipulate dates, times, or timestamps.
static java.lang.String MISCELLANEOUS
          "Miscellaneous" functions are for functions that don't fit in any obvious category.
static java.lang.String NUMERIC
          "Numeric" functions typically operate on or otherwise manipulate numbers, such as +, sqrt, etc.
static java.lang.String SECURITY
          "Security" functions check authentication or authorization information
static java.lang.String STRING
          "String" functions typically operate on or otherwise manipulate strings, such as concat, substring, etc.
static java.lang.String SYSTEM
          "System" functions expose system information.
static java.lang.String XML
          "XML" functions are for manipulating XML documents.
 

Field Detail

STRING

static final java.lang.String STRING
"String" functions typically operate on or otherwise manipulate strings, such as concat, substring, etc.

See Also:
Constant Field Values

NUMERIC

static final java.lang.String NUMERIC
"Numeric" functions typically operate on or otherwise manipulate numbers, such as +, sqrt, etc.

See Also:
Constant Field Values

DATETIME

static final java.lang.String DATETIME
"Datetime" functions typically operate on or otherwise manipulate dates, times, or timestamps.

See Also:
Constant Field Values

CONVERSION

static final java.lang.String CONVERSION
"Conversion" functions convert an object of one type to another type.

See Also:
Constant Field Values

SYSTEM

static final java.lang.String SYSTEM
"System" functions expose system information.

See Also:
Constant Field Values

MISCELLANEOUS

static final java.lang.String MISCELLANEOUS
"Miscellaneous" functions are for functions that don't fit in any obvious category.

See Also:
Constant Field Values

XML

static final java.lang.String XML
"XML" functions are for manipulating XML documents.

See Also:
Constant Field Values

SECURITY

static final java.lang.String SECURITY
"Security" functions check authentication or authorization information

See Also:
Constant Field Values


Copyright © 2009. All Rights Reserved.