public class YearSqlFunction extends SqlFunction
| Constructor and Description | 
|---|
| YearSqlFunction() | 
| Modifier and Type | Method and Description | 
|---|---|
| Object | apply(SqlFunctionExecutionContext context)Defines the action to be performed on the stored object. | 
| protected Date | verifyArgumentsAndGetDate(String functionName,
                         SqlFunctionExecutionContext context) | 
assertNumberOfArguments, assertNumberOfArguments, fromSqlTypeName, isString, isWholeNumberprotected final Calendar calendar
public Object apply(SqlFunctionExecutionContext context)
SqlFunctionapply in class SqlFunctioncontext - which contains one argument of type string.protected Date verifyArgumentsAndGetDate(String functionName, SqlFunctionExecutionContext context)
Copyright © GigaSpaces.