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, isWholeNumberpublic Object apply(SqlFunctionExecutionContext context)
SqlFunctionapply in class SqlFunctioncontext - 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.