| Package | Description |
|---|---|
| com.holonplatform.core.query |
| Modifier and Type | Method and Description |
|---|---|
static StringFunction.Upper |
StringFunction.Upper.create(TypedExpression<String> argument)
Create a new
StringFunction.Lower function instance. |
default StringFunction.Upper |
StringQueryExpression.upper()
Creates a function to convert the String data into uppercase.
|
static StringFunction.Upper |
QueryFunction.upper(TypedExpression<String> argument)
Creates a function to convert a String data type into uppercase.
|
Copyright © 2019 The Holon Platform. All rights reserved.