public class InStrSqlFunction extends SqlFunction
Constructor and Description |
---|
InStrSqlFunction() |
Modifier and Type | Method and Description |
---|---|
Object |
apply(SqlFunctionExecutionContext context)
inStr is an SQL convention (Not Java's), in the sense that the first index is 1 and not 0.
|
assertNumberOfArguments, assertNumberOfArguments, fromSqlTypeName, isString, isWholeNumber
public Object apply(SqlFunctionExecutionContext context)
apply
in class SqlFunction
context
- contains two arguments of type string.Copyright © GigaSpaces.