public interface FunctionCategoryConstants
Modifier and Type | Field and Description |
---|---|
static String |
AGGREGATE |
static String |
CONVERSION
"Conversion" functions convert an object of one type to another type.
|
static String |
DATETIME
"Datetime" functions typically operate on or otherwise manipulate
dates, times, or timestamps.
|
static String |
GEOGRAPHY |
static String |
GEOMETRY |
static String |
JSON
"JSON" functions are for manipulating JSON documents.
|
static String |
MISCELLANEOUS
"Miscellaneous" functions are for functions that don't fit in any obvious category.
|
static String |
NUMERIC
"Numeric" functions typically operate on or otherwise manipulate
numbers, such as +, sqrt, etc.
|
static String |
SECURITY
"Security" functions check authentication or authorization information
|
static String |
STRING
"String" functions typically operate on or otherwise manipulate
strings, such as concat, substring, etc.
|
static String |
SYSTEM
"System" functions expose system information.
|
static String |
XML
"XML" functions are for manipulating XML documents.
|
static final String STRING
static final String NUMERIC
static final String DATETIME
static final String CONVERSION
static final String SYSTEM
static final String MISCELLANEOUS
static final String XML
static final String JSON
static final String SECURITY
static final String AGGREGATE
static final String GEOMETRY
static final String GEOGRAPHY
Copyright © 2020. All rights reserved.