| Package | Description |
|---|---|
| org.delia.db.h2 | |
| org.delia.db.postgres | |
| org.delia.db.sql | |
| org.delia.db.sql.prepared | |
| org.delia.db.sql.table |
| Modifier and Type | Method and Description |
|---|---|
SqlNameFormatter |
SqlHelperFactory.createNameFormatter(DBAccessContext dbctx) |
| Modifier and Type | Method and Description |
|---|---|
SqlNameFormatter |
PostgresSqlHelperFactory.createNameFormatter(DBAccessContext dbctx) |
| Constructor and Description |
|---|
PostgresErrorConverter(SqlNameFormatter nameFormatter) |
PostgresInsertStatementGenerator(FactoryService factorySvc,
DTypeRegistry registry,
SqlNameFormatter nameFormatter) |
PostgresTableCreator(FactoryService factorySvc,
DTypeRegistry registry,
FieldGenFactory fieldgenFactory,
SqlNameFormatter nameFormatter) |
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleSqlNameFormatter |
| Modifier and Type | Field and Description |
|---|---|
protected SqlNameFormatter |
PreparedStatementGenerator.nameFormatter |
| Constructor and Description |
|---|
InsertStatementGenerator(FactoryService factorySvc,
DTypeRegistry registry,
SqlNameFormatter nameFormatter) |
| Modifier and Type | Field and Description |
|---|---|
protected SqlNameFormatter |
TableCreator.nameFormatter |
| Constructor and Description |
|---|
TableCreator(FactoryService factorySvc,
DTypeRegistry registry,
FieldGenFactory fieldgenFactory,
SqlNameFormatter nameFormatter) |
Copyright © 2020. All rights reserved.