public class ToNumberSqlFunction extends SqlFunction
| Modifier and Type | Field and Description | 
|---|---|
| static DecimalFormatSymbols | DECIMAL_FORMAT_SYMBOLS | 
| Constructor and Description | 
|---|
| ToNumberSqlFunction() | 
| Modifier and Type | Method and Description | 
|---|---|
| Object | apply(SqlFunctionExecutionContext context)Defines the action to be performed on the stored object. | 
assertNumberOfArguments, assertNumberOfArguments, fromSqlTypeName, isString, isWholeNumberpublic static final DecimalFormatSymbols DECIMAL_FORMAT_SYMBOLS
public Object apply(SqlFunctionExecutionContext context)
SqlFunctionapply in class SqlFunctioncontext - which contains an argument of type string and can have an additional format
                argument.Copyright © GigaSpaces.