public class Query extends Object
| Constructor and Description |
|---|
Query(String selection,
String table) |
Query(String selection,
String table,
String whereClause) |
| Modifier and Type | Method and Description |
|---|---|
void |
addOption(String option) |
void |
addSelectCondition(String selectCondition) |
Query |
and(String condition) |
Query |
from(String tableName) |
Query |
from(String tableName,
String alias) |
Query |
leftJoin(String leftAlias,
String[] leftColumns,
String rightTable,
String rightAlias,
String[] rightColumns) |
static Query |
select(String selection) |
String |
toString() |
Query |
where(String where) |
Copyright © 2006–2014 Volker Bergmann. All rights reserved.