| Package | Description |
|---|---|
| net.as_development.asdk.db_service | |
| net.as_development.asdk.db_service.impl.sql | |
| net.as_development.asdk.db_service.impl.sql.generator |
| Modifier and Type | Method and Description |
|---|---|
static ISqlGenerator.EStatementType |
ISqlGenerator.EStatementType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ISqlGenerator.EStatementType[] |
ISqlGenerator.EStatementType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| 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.
|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
String |
AnsiSqlGenerator.createSql(ISqlGenerator.EStatementType eStatement,
Row aMeta,
IDBBackendQuery iQuery) |
Copyright © 2016 as-development.net. All rights reserved.