| Package | Description | 
|---|---|
| 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 | 
|---|---|
Object | 
ToNumberSqlFunction.apply(SqlFunctionExecutionContext context)  | 
Object | 
RoundSqlFunction.apply(SqlFunctionExecutionContext context)
Rounds the first argument context.getArgument(0) to the number of decimal places specified by
 context.getArgument(1). 
 | 
Object | 
AbsSqlFunction.apply(SqlFunctionExecutionContext context)  | 
Object | 
CharLengthSqlFunction.apply(SqlFunctionExecutionContext context)  | 
Object | 
CeilSqlFunction.apply(SqlFunctionExecutionContext context)  | 
Object | 
InStrSqlFunction.apply(SqlFunctionExecutionContext context)
inStr is an SQL convention (Not Java's), in the sense that the first index is 1 and not 0. 
 | 
Object | 
ConcatSqlFunction.apply(SqlFunctionExecutionContext context)  | 
Object | 
ToCharSqlFunction.apply(SqlFunctionExecutionContext context)  | 
abstract Object | 
SqlFunction.apply(SqlFunctionExecutionContext context)
Defines the action to be performed on the stored object. 
 | 
Object | 
AppendSqlFunction.apply(SqlFunctionExecutionContext context)  | 
Object | 
FloorSqlFunction.apply(SqlFunctionExecutionContext context)  | 
Object | 
ModSqlFunction.apply(SqlFunctionExecutionContext context)  | 
Object | 
UpperSqlFunction.apply(SqlFunctionExecutionContext context)  | 
Object | 
LowerSqlFunction.apply(SqlFunctionExecutionContext context)  | 
protected void | 
SqlFunction.assertNumberOfArguments(int expected,
                       SqlFunctionExecutionContext context)
Validate the number of arguments a function receives. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static Object | 
SQLFunctions.apply(SqlFunction func,
     SqlFunctionExecutionContext ctx)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
FunctionCallDescription
Created by Barak Bar Orion on 2/9/16. 
 | 
Copyright © GigaSpaces.