Package | Description |
---|---|
mdbtools.dbengine | |
mdbtools.dbengine.sql | |
mdbtools.dbengine.tasks |
Modifier and Type | Field and Description |
---|---|
private Select |
SelectEngine.sql |
(package private) Select |
Tests.Test.sql |
Modifier and Type | Method and Description |
---|---|
private Select |
Tests.buildSelect(Object[] columnList,
Object[] tableList,
Object where,
FQColumn[] groupBy,
Object[][] orderBy) |
Modifier and Type | Method and Description |
---|---|
private Data |
Engine.execute(Select select)
Execute a sql select query
|
Constructor and Description |
---|
SelectEngine(Select select) |
Modifier and Type | Method and Description |
---|---|
String |
FunctionDef.toString(Select sql) |
String |
Condition.toString(Select sql) |
String |
FQColumn.toString(Select sql) |
String |
Join.toString(Select sql) |
String |
Equation.toString(Select sql) |
String |
OrderBy.toString(Select select) |
static String |
Util.toString(Select sql,
Object o)
easy way to call toString(Select) (if needed) on any object
also quotes strings and expands out arrays
|
Modifier and Type | Field and Description |
---|---|
private Select |
NonAggregateQuery.sql |
private Select |
AggregateQuery.sql |
Constructor and Description |
---|
AggregateQuery(Task task,
Select sql,
int[] tableMap) |
NonAggregateQuery(Task task,
Select sql,
int[] tableMap) |
Copyright © 2016 Open Microscopy Environment