QueryGroup
SQLQueryGroup
public abstract class AbstractQueryGroup extends Object implements QueryGroup
Modifier and Type | Class | Description |
---|---|---|
protected static class |
AbstractQueryGroup.Entry |
Modifier and Type | Field | Description |
---|---|---|
(package private) List<AbstractQueryGroup.Entry> |
entries |
Constructor | Description |
---|---|
AbstractQueryGroup() |
Modifier and Type | Method | Description |
---|---|---|
QueryGroup |
add(Query query,
Object... values) |
|
void |
clear() |
|
boolean |
isEmpty() |
|
int |
size() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
execute
final List<AbstractQueryGroup.Entry> entries
public int size()
size
in interface QueryGroup
public boolean isEmpty()
isEmpty
in interface QueryGroup
public QueryGroup add(Query query, Object... values)
add
in interface QueryGroup
public void clear()
clear
in interface QueryGroup
Copyright © 2020. All rights reserved.