| Package | Description |
|---|---|
| com.landawn.abacus.condition |
| Modifier and Type | Method and Description |
|---|---|
GreaterEqual |
NamedProperty.ge(Object value) |
static GreaterEqual |
ConditionFactory.ge(String propName)
It's for parameterized SQL with question mark or named parameters.
|
static GreaterEqual |
ConditionFactory.ge(String propName,
Object propValue) |
static GreaterEqual |
ConditionFactory.greaterEqual(String propName)
It's for parameterized SQL with question mark or named parameters.
|
static GreaterEqual |
ConditionFactory.greaterEqual(String propName,
Object propValue) |
Copyright © 2021. All rights reserved.