public class RepeatSqlFunction extends SqlFunction
Constructor and Description |
---|
RepeatSqlFunction() |
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
- contains a string arguments to repeat, and an integer n that represents the times to repeats.Copyright © GigaSpaces.