public class SubstringSqlFunction extends SqlFunction
Constructor and Description |
---|
SubstringSqlFunction() |
Modifier and Type | Method and Description |
---|---|
Object |
apply(SqlFunctionExecutionContext context)
Defines the action to be performed on the stored object.
|
assertNumberOfArguments, assertNumberOfArguments, fromSqlTypeName, isString, isWholeNumber
public Object apply(SqlFunctionExecutionContext context)
SqlFunction
apply
in class SqlFunction
context
- contains one String argument can furthermore contain the following options:
-Two strings, the first an SQL regex, the other an escape character
-One string, a posix regex
-Two integers.Copyright © GigaSpaces.