Package | Description |
---|---|
com.gigaspaces.client |
Deprecated: use
org.openspaces.core instead. |
com.gigaspaces.query.sql.functions | |
com.gigaspaces.query.sql.functions.extended | |
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 |
CastSqlFunction
Casts a String into the wanted data object
|
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 |
CurrentDateSqlFunction
Returns current date formatted
|
class |
CurrentTimeSqlFunction
Returns current time formatted
|
class |
DateAddSqlFunction
Adds a time/date interval to a date and then returns the date
|
class |
DayNameSqlFunction
Returns day name
|
class |
DayOfMonthSqlFunction
Returns day of month
|
class |
DayOfWeekSqlFunction
Returns day of week
|
class |
DayOfYearSqlFunction
Returns day of year
|
class |
DivideSqlFunction
Returns the the subtraction of two objects
|
class |
FloorSqlFunction
Built in mathematical sql function to get the largest integer value not greater than the given
argument.
|
class |
GetDateSqlFunction
Returns current date formatted
|
class |
HourSqlFunction
Returns hour according to timestamp
|
class |
InStrSqlFunction
Built in string sql function to get the position of the first occurrence of a substring in a
string.
|
class |
LeftSqlFunction
Returns a substring of a given string starting from the left
|
class |
LowerSqlFunction
Built in string sql function to change all characters of a given string to lowercase.
|
class |
MinusSqlFunction
Returns the the subtraction of two objects
|
class |
MinuteSqlFunction
Returns minute according to timestamp
|
class |
ModSqlFunction
Built in mathematical sql function to perform modulo operation.
|
class |
MonthNameSqlFunction
Returns month name according to timestamp
|
class |
MonthSqlFunction
Returns month according to timestamp
|
class |
MultiplySqlFunction
Returns the the subtraction of two objects
|
class |
OdbcTimestampSqlFunction
Returns timestamp with time zone
|
class |
PgGetExprSqlFunction
A system function that returns a decompiled source
code of a Postgres expression.
|
class |
PlusSqlFunction
Returns the the addition of two objects
|
class |
QuarterSqlFunction
Returns quarter according to timestamp
|
class |
RepeatSqlFunction
Concats a string to itself n times
|
class |
ReplaceSqlFunction
Built in string sql function to replace matching subtring with other argument
|
class |
RightSqlFunction
Returns a substring of a given string starting from the right
|
class |
RoundSqlFunction
Built in mathematical sql function to round the argument to nearest Integer.
|
class |
SecondSqlFunction
Returns seconds according to timestamp
|
class |
StrposFunction
Returns the position of the character where the first occurrence of the substring appears in a string.
|
class |
SubstringSqlFunction
Returns a substring of a given string
|
class |
SubstrSqlFunction
Returns a substring of a given string
|
class |
SysDateSqlFunction
Returns date and time
|
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 |
TruncSqlFunction |
class |
UnsupportedSqlFunction
An implementation of a function that is not supported by
the backend.
|
class |
UpperSqlFunction
Built in string sql function to change all characters of a given string to uppercase.
|
class |
WeekSqlFunction
Returns week according to timestamp
|
class |
YearSqlFunction
Returns year according to timestamp
|
Modifier and Type | Class and Description |
---|---|
class |
ChrSqlFunction |
class |
CoalesceSqlFunction
The COALESCE function returns the first of its arguments that is not null.
|
class |
CurrentUserSqlFunction
Get username for this session
|
class |
ExtractSqlFunction
Extract function, implementation is in the xap-jdbc module, designed to run only with the Data Gateway
|
class |
LnSqlFunction
Built in mathematical sql function to perform ln operation.
|
class |
Log10SqlFunction
Built in mathematical sql function to perform log10 operation.
|
class |
LogSqlFunction
Built in mathematical sql function to perform log operation.
|
class |
PowerSqlFunction
Built in mathematical sql function to perform power operation.
|
class |
RandomSqlFunction
Built in mathematical sql function to perform random operation.
|
Modifier and Type | Method and Description |
---|---|
static SqlFunction |
SQLFunctions.getBuiltInFunction(String functionName) |
SqlFunction |
SQLFunctions.getFunction(String functionName) |
Modifier and Type | Method and Description |
---|---|
static Map<String,SqlFunction> |
SQLFunctionsExtended.getFunctions() |
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.