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