Uses of Class
com.gigaspaces.query.sql.functions.SqlFunction
Packages that use SqlFunction
Package
Description
Deprecated: use
org.openspaces.core instead.Provides GigaSpaces JDBC interfaces
-
Uses of SqlFunction in com.gigaspaces.client
Method parameters in com.gigaspaces.client with type arguments of type SqlFunctionModifier and TypeMethodDescriptionvoidSpaceProxyFactory.setUserDefineSqlFunctions(Map<String, SqlFunction> userDefineSqlFunctions) -
Uses of SqlFunction in com.gigaspaces.query.sql.functions
Subclasses of SqlFunction in com.gigaspaces.query.sql.functionsModifier and TypeClassDescriptionclassBuilt in mathematical sql function to get absolute value of a parameter.classBuilt in string sql function to append any number of given string arguments.classCasts a String into the wanted data objectclassBuilt in mathematical sql function to calculate the smallest integer value not less than the given argument.classBuilt in string sql function to calculate the length of the string, measured in characters.classBuilt in string sql function to concatenate any number of given string arguments.classBuilt in sql function to check if a map field contains some keyclassReturns current date formattedclassReturns current time formattedclassAdds a time/date interval to a date and then returns the dateclassReturns day nameclassReturns day of monthclassReturns day of weekclassReturns day of yearclassReturns the the subtraction of two objectsclassBuilt in mathematical sql function to get the largest integer value not greater than the given argument.classReturns current date formattedclassReturns hour according to timestampclassBuilt in string sql function to get the position of the first occurrence of a substring in a string.classReturns a substring of a given string starting from the leftclassBuilt in string sql function to change all characters of a given string to lowercase.classReturns the the subtraction of two objectsclassReturns minute according to timestampclassBuilt in mathematical sql function to perform modulo operation.classReturns month name according to timestampclassReturns month according to timestampclassReturns the the subtraction of two objectsclassReturns timestamp with time zoneclassA system function that returns a decompiled source code of a Postgres expression.classReturns the the addition of two objectsclassReturns quarter according to timestampclassConcats a string to itself n timesclassBuilt in string sql function to replace matching subtring with other argumentclassReturns a substring of a given string starting from the rightclassBuilt in mathematical sql function to round the argument to nearest Integer.classReturns seconds according to timestampclassReturns the position of the character where the first occurrence of the substring appears in a string.classReturns a substring of a given stringclassReturns a substring of a given stringclassReturns date and timeclassBuilt in conversion sql function to convert Date or Number types to chars.classBuilt in conversion sql function to convert string type to Number.classclassAn implementation of a function that is not supported by the backend.classBuilt in string sql function to change all characters of a given string to uppercase.classReturns week according to timestampclassReturns year according to timestamp -
Uses of SqlFunction in com.gigaspaces.query.sql.functions.extended
Subclasses of SqlFunction in com.gigaspaces.query.sql.functions.extendedModifier and TypeClassDescriptionclassclassThe COALESCE function returns the first of its arguments that is not null.classGet username for this sessionclassExtract function, implementation is in the xap-jdbc module, designed to run only with the Data GatewayclassBuilt in mathematical sql function to perform ln operation.classBuilt in mathematical sql function to perform log10 operation.classBuilt in mathematical sql function to perform log operation.classBuilt in mathematical sql function to perform power operation.classBuilt in mathematical sql function to perform random operation. -
Uses of SqlFunction in com.j_spaces.jdbc
Methods in com.j_spaces.jdbc that return SqlFunctionModifier and TypeMethodDescriptionstatic SqlFunctionSQLFunctions.getBuiltInFunction(String functionName) SQLFunctions.getFunction(String functionName) Methods in com.j_spaces.jdbc that return types with arguments of type SqlFunctionModifier and TypeMethodDescriptionstatic Map<String,SqlFunction> SQLFunctionsExtended.getFunctions()Methods in com.j_spaces.jdbc with parameters of type SqlFunctionModifier and TypeMethodDescriptionstatic ObjectSQLFunctions.apply(SqlFunction func, SqlFunctionExecutionContext ctx) Constructor parameters in com.j_spaces.jdbc with type arguments of type SqlFunction -
Uses of SqlFunction in com.j_spaces.jdbc.builder.range
Methods in com.j_spaces.jdbc.builder.range that return SqlFunctionMethods in com.j_spaces.jdbc.builder.range with parameters of type SqlFunction