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