| Package | Description |
|---|---|
| ch.jalu.datasourcecolumns.predicate | |
| ch.jalu.datasourcecolumns.sqlimplementation |
| Modifier and Type | Method and Description |
|---|---|
static <C> EqualsIgnoreCasePredicate<C> |
StandardPredicates.eqIgnoreCase(Column<String,C> column,
String requiredValue) |
static <C> EqualsIgnoreCasePredicate<C> |
StandardPredicates.notEqIgnoreCase(Column<String,C> column,
String requiredValue) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
PredicateSqlGenerator.processEqualsIgnoreCasePredicate(EqualsIgnoreCasePredicate<C> predicate,
StringBuilder sqlResult,
List<Object> objects)
Adds the SQL code for the given predicate.
|
Copyright © 2017–2024. All rights reserved.