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