| Package | Description |
|---|---|
| io.daobab.error | |
| io.daobab.result.index | |
| io.daobab.result.remove | |
| io.daobab.statement.condition | |
| io.daobab.statement.where.base | |
| io.daobab.target.database |
| Constructor and Description |
|---|
UnhandledOperator(Operator operator) |
| Modifier and Type | Method and Description |
|---|---|
Collection<Integer> |
BitBufferIndex.filter(Operator operator,
F... keys) |
Collection<Integer> |
BitBufferIndexBase.filter(Operator operator,
F... keys) |
Collection<Integer> |
BitBufferUniqueIndex.filter(Operator operator,
F... keys) |
abstract Collection<Integer> |
BitBufferIndex.filter(Operator operator,
Object key) |
Collection<Integer> |
BitBufferIndexBase.filter(Operator operator,
Object key) |
Collection<Integer> |
BitBufferIndexBoolean.filter(Operator operator,
Object key1) |
Collection<Integer> |
BitBufferIndexComparable.filter(Operator operator,
Object key1) |
Collection<Integer> |
BitBufferIndexInteger.filter(Operator operator,
Object key1) |
Collection<Integer> |
BitBufferIndexNumber.filter(Operator operator,
Object key1) |
Collection<Integer> |
BitBufferIndexString.filter(Operator operator,
Object key1) |
Collection<Integer> |
BitBufferIndexUniqueComparable.filter(Operator operator,
Object key1) |
Collection<Integer> |
BitBufferIndexUniqueDouble.filter(Operator operator,
Object key1) |
Collection<Integer> |
BitBufferIndexUniqueInteger.filter(Operator operator,
Object key1) |
Collection<Integer> |
BitBufferIndexUniqueLong.filter(Operator operator,
Object key1) |
Collection<Integer> |
BitBufferIndexUniqueNumber.filter(Operator operator,
Object key1) |
abstract Collection<Integer> |
BitBufferUniqueIndex.filter(Operator operator,
Object key) |
Collection<Integer> |
BitBufferIndex.filterNegative(Operator operator,
Object key1) |
Collection<Integer> |
BitBufferIndexBase.filterNegative(Operator operator,
Object key1) |
Collection<Integer> |
BitBufferUniqueIndex.filterNegative(Operator operator,
Object key1) |
| Modifier and Type | Method and Description |
|---|---|
List<E> |
Index.filter(Operator operator,
F... keys) |
abstract List<E> |
Index.filter(Operator operator,
Object key) |
List<E> |
IndexBoolean.filter(Operator operator,
Object key1) |
List<E> |
IndexDate.filter(Operator operator,
Object key1) |
List<E> |
IndexNumber.filter(Operator operator,
Object key1) |
List<E> |
IndexString.filter(Operator operator,
Object key1) |
List<E> |
Index.filterNegative(Operator operator,
Object key1) |
List<Number> |
Index.filterPk(Operator operator,
F... keys) |
abstract List<Number> |
Index.filterPk(Operator operator,
Object key) |
List<Number> |
IndexBoolean.filterPk(Operator operator,
Object key1) |
List<Number> |
IndexNumber.filterPk(Operator operator,
Object key1) |
List<Number> |
IndexString.filterPk(Operator operator,
Object key1) |
List<Number> |
Index.filterPkNegative(Operator operator,
Object key1) |
| Modifier and Type | Method and Description |
|---|---|
static Operator |
Operator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Operator[] |
Operator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Operator |
WhereBase.getRelationForPointer(int pointer) |
| Modifier and Type | Method and Description |
|---|---|
static long |
OptymalisationWeight.getOperatorWeight(Operator operator) |
<E extends Entity,F,R extends EntityRelation> |
Where.ifNotNull(Field<E,F,R> column,
Operator operator,
F val) |
protected void |
Where.tempHaving(Column column,
Operator operator,
Object val) |
| Modifier and Type | Method and Description |
|---|---|
default StringBuilder |
SqlQueryResolver.appendKey(IdentifierStorage storage,
Column<Entity,Object,EntityRelation> keyFromWrapper,
String databaseengine,
Operator relation) |
default StringBuilder |
SqlQueryResolver.valueToSQL(IdentifierStorage storage,
String databaseengine,
Operator relation,
Object value) |
Copyright © 2021. All rights reserved.