| Package | Description |
|---|---|
| org.delia.db | |
| org.delia.db.h2 | |
| org.delia.db.postgres | |
| org.delia.db.sql.prepared | |
| org.delia.db.sql.table |
| Modifier and Type | Method and Description |
|---|---|
void |
DBErrorConverter.convertAndRethrow(DBValidationException e,
List<TableInfo> tblinfo) |
abstract void |
DBErrorConverterBase.convertAndRethrow(DBValidationException e,
List<TableInfo> tblinfo) |
protected FKSqlGenerator |
DBInterfaceBase.createFKSqlGen(List<TableInfo> tblinfoL,
DBAccessContext dbctx) |
| Modifier and Type | Method and Description |
|---|---|
void |
H2ErrorConverter.convertAndRethrow(DBValidationException e,
List<TableInfo> tblinfoL) |
FKSqlGenerator |
SqlHelperFactory.createFKSqlGen(List<TableInfo> tblinfoL,
DBAccessContext dbctx) |
| Modifier and Type | Method and Description |
|---|---|
void |
PostgresErrorConverter.convertAndRethrow(DBValidationException e,
List<TableInfo> tblinfoL) |
| Modifier and Type | Method and Description |
|---|---|
static TableInfo |
TableInfoHelper.findTableInfo(List<TableInfo> tblInfoL,
TypePair pair,
RelationInfo info) |
static TableInfo |
TableInfoHelper.findTableInfoAssoc(List<TableInfo> tblInfoL,
DStructType nearType,
DStructType farType) |
| Modifier and Type | Method and Description |
|---|---|
static TableInfo |
TableInfoHelper.findTableInfo(List<TableInfo> tblInfoL,
TypePair pair,
RelationInfo info) |
static TableInfo |
TableInfoHelper.findTableInfoAssoc(List<TableInfo> tblInfoL,
DStructType nearType,
DStructType farType) |
SqlStatement |
InsertStatementGenerator.generateInsert(DValue dval,
List<TableInfo> tblInfoL) |
SqlStatement |
PreparedStatementGenerator.generateUpdate(DValue dval,
List<TableInfo> tblInfoL,
QuerySpec spec) |
| Constructor and Description |
|---|
FKSqlGenerator(FactoryService factorySvc,
DTypeRegistry registry,
List<TableInfo> tblinfoL,
SqlHelperFactory sqlHelperFactory,
VarEvaluator varEvaluator) |
| Modifier and Type | Field and Description |
|---|---|
List<TableInfo> |
TableCreator.alreadyCreatedL |
Copyright © 2020. All rights reserved.