| Interface | Description | 
|---|---|
| SqlFunctionExecutionContext | 
 Defines the arguments to be passed to an SqlFunction, generated for sqlFunction invocations. 
 | 
| Class | Description | 
|---|---|
| AbsSqlFunction | 
 Built in mathematical sql function to get absolute value of a parameter. 
 | 
| AppendSqlFunction | 
 Built in string sql function to append any number of given string arguments. 
 | 
| CeilSqlFunction | 
 Built in mathematical sql function to calculate the smallest integer value not less than the
 given argument. 
 | 
| CharLengthSqlFunction | 
 Built in string sql function to calculate the length of the string, measured in characters. 
 | 
| ConcatSqlFunction | 
 Built in string sql function to concatenate any number of given string arguments. 
 | 
| FloorSqlFunction | 
 Built in mathematical sql function to get the largest integer value not greater than the given
 argument. 
 | 
| InStrSqlFunction | 
 Built in string sql function to get the position of the first occurrence of a substring in a
 string. 
 | 
| LowerSqlFunction | 
 Built in string sql function to change all characters of a given string to lowercase. 
 | 
| ModSqlFunction | 
 Built in mathematical sql function to perform modulo operation. 
 | 
| RoundSqlFunction | 
 Built in mathematical sql function to round the argument to nearest Integer. 
 | 
| SqlFunction | 
 Defines a routine, to be use in SQLQuery context, that accepts arguments and performs an action
 on the stored object, such as a complex calculation. 
 | 
| ToCharSqlFunction | 
 Built in conversion sql function to convert Date or Number types to chars. 
 | 
| ToNumberSqlFunction | 
 Built in conversion sql function to convert string type to Number. 
 | 
| UpperSqlFunction | 
 Built in string sql function to change all characters of a given string to uppercase. 
 | 
Copyright © GigaSpaces.