| Package | Description | 
|---|---|
| com.gigaspaces.client | 
 Deprecated: use  
org.openspaces.core instead. | 
| com.gigaspaces.query.sql.functions | |
| com.j_spaces.jdbc | 
 Provides GigaSpaces JDBC interfaces 
 | 
| com.j_spaces.jdbc.builder.range | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
SpaceProxyFactory.setUserDefineSqlFunctions(Map<String,SqlFunction> userDefineSqlFunctions)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AbsSqlFunction
Built in mathematical sql function to get absolute value of a parameter. 
 | 
class  | 
AppendSqlFunction
Built in string sql function to append any number of given string arguments. 
 | 
class  | 
CeilSqlFunction
Built in mathematical sql function to calculate the smallest integer value not less than the
 given argument. 
 | 
class  | 
CharLengthSqlFunction
Built in string sql function to calculate the length of the string, measured in characters. 
 | 
class  | 
ConcatSqlFunction
Built in string sql function to concatenate any number of given string arguments. 
 | 
class  | 
ContainsKeySqlFunction
Built in sql function to check if a map field contains some key 
 | 
class  | 
FloorSqlFunction
Built in mathematical sql function to get the largest integer value not greater than the given
 argument. 
 | 
class  | 
InStrSqlFunction
Built in string sql function to get the position of the first occurrence of a substring in a
 string. 
 | 
class  | 
LowerSqlFunction
Built in string sql function to change all characters of a given string to lowercase. 
 | 
class  | 
ModSqlFunction
Built in mathematical sql function to perform modulo operation. 
 | 
class  | 
RoundSqlFunction
Built in mathematical sql function to round the argument to nearest Integer. 
 | 
class  | 
ToCharSqlFunction
Built in conversion sql function to convert Date or Number types to chars. 
 | 
class  | 
ToNumberSqlFunction
Built in conversion sql function to convert string type to Number. 
 | 
class  | 
UpperSqlFunction
Built in string sql function to change all characters of a given string to uppercase. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
SqlFunction | 
SQLFunctions.create(FunctionCallDescription functionCallDescription)  | 
static SqlFunction | 
SQLFunctions.getBuildInFunction(String functionName)  | 
| Modifier and Type | Method and Description | 
|---|---|
static Object | 
SQLFunctions.apply(SqlFunction func,
     SqlFunctionExecutionContext ctx)  | 
| Constructor and Description | 
|---|
SQLFunctions(Map<String,SqlFunction> userFunctions)  | 
| Modifier and Type | Method and Description | 
|---|---|
SqlFunction | 
Range.getFunction()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
Range.setFunction(SqlFunction function)  | 
Copyright © GigaSpaces.