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, isWholeNumberpublic Object apply(SqlFunctionExecutionContext context)
apply in class SqlFunctioncontext - contains two arguments of type string.Copyright © GigaSpaces.