| Modifier and Type | Method and Description |
|---|---|
String |
ISqlGenerator.createSql(ISqlGenerator.EStatementType eStatement,
Row aMeta,
IDBBackendQuery iQuery)
create a new SQL statement for the given set of parameters.
|
String |
IDBBackend.queryRows(Row aMeta,
String sNextToken,
List<Row> lResults,
IDBBackendQuery iQuery)
must be overwritten by derived class to support generic queries.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DBQuery<TEntity extends IEntity>
An implementation for the interface IDBQuery.
|
| Modifier and Type | Method and Description |
|---|---|
String |
CacheProvider.queryRows(Row aMetaRow,
String sNextToken,
List<Row> lResults,
IDBBackendQuery iQuery) |
| Modifier and Type | Method and Description |
|---|---|
String |
MongoDbProvider.queryRows(Row aMeta,
String sNextToken,
List<Row> lResults,
IDBBackendQuery iQuery) |
| Modifier and Type | Method and Description |
|---|---|
String |
SdbStatementGenerator.createSelectStatement(Row aMeta,
IDBBackendQuery iQuery) |
String |
SimpleDbProvider.queryRows(Row aMetaRow,
String sNextToken,
List<Row> lResults,
IDBBackendQuery iQuery) |
| Modifier and Type | Method and Description |
|---|---|
String |
SqlStatementCache.buildCacheId(ISqlGenerator.EStatementType eStatement,
Row aMeta,
IDBBackendQuery iQuery)
generate a new unique cache id for the given set of information.
|
String |
SqlProvider.queryRows(Row aMetaRow,
String sNextToken,
List<Row> lResults,
IDBBackendQuery iQuery) |
| Modifier and Type | Method and Description |
|---|---|
String |
AnsiSqlGenerator.createSql(ISqlGenerator.EStatementType eStatement,
Row aMeta,
IDBBackendQuery iQuery) |
Copyright © 2016 as-development.net. All rights reserved.