public class MinusSqlFunction extends SqlFunction
Constructor and Description |
---|
MinusSqlFunction() |
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
- which contains two arguments that have subtraction relations between them. also contains the type of the second object to support intervalsCopyright © GigaSpaces.