| Package | Description |
|---|---|
| org.delia.db | |
| org.delia.db.h2 | |
| org.delia.db.postgres |
| Modifier and Type | Method and Description |
|---|---|
protected PreparedStatementGenerator |
DBInterfaceBase.createPrepSqlGen(DBAccessContext dbctx) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
DBConnectionBase.doesTableExist(String tableName,
PreparedStatementGenerator sqlgen,
boolean disableSqlLogging) |
int |
DBConnectionBase.enumerateDBSchema(PreparedStatementGenerator sqlgen,
Log logToUse,
DBListingType listingType) |
boolean |
DBConnectionBase.execFieldDetect(String tableName,
String fieldName,
PreparedStatementGenerator sqlgen,
boolean disableSqlLogging) |
String |
DBConnectionBase.findConstraint(PreparedStatementGenerator sqlgen,
String tableName,
String fieldName,
String constraintType) |
| Modifier and Type | Method and Description |
|---|---|
PreparedStatementGenerator |
SqlHelperFactory.createPrepSqlGen(DBAccessContext dbctx) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
H2DBConnection.newExecTableDetect(String tableName,
PreparedStatementGenerator sqlgen,
boolean disableSqlLogging) |
| Modifier and Type | Class and Description |
|---|---|
class |
PostgresPreparedStatementGenerator |
| Modifier and Type | Method and Description |
|---|---|
PreparedStatementGenerator |
PostgresSqlHelperFactory.createPrepSqlGen(DBAccessContext dbctx) |
Copyright © 2020. All rights reserved.