Modifier and Type | Method and Description |
---|---|
DatabaseGateway<?> |
DELETE.SuperConditionalQuery.getDatabaseGatewayForExecution() |
DatabaseGateway<?> |
DELETE.SuperWritingQuery.getDatabaseGatewayForExecution() |
DatabaseGateway<?> |
UPDATE.SuperValueAssigningQuery.getDatabaseGatewayForExecution() |
DatabaseGateway<?> |
UPDATE.SuperConditionalQuery.getDatabaseGatewayForExecution() |
DatabaseGateway<?> |
INSERT.SuperValueAssigningQuery.getDatabaseGatewayForExecution() |
DatabaseGateway<?> |
SELECT.SuperConditionalQuery.getDatabaseGatewayForExecution() |
static DatabaseGateway<?> |
SQL.getDefaultDatabaseGateway()
Gets the default database gateway.
|
Modifier and Type | Method and Description |
---|---|
static <T extends SqlDdlTable> |
SQL.initializeFor(DatabaseGateway<?> dbc,
Class<T> tableClass,
String alias)
Initialize for.
|
DELETE |
DELETE.setDatabaseGateway(DatabaseGateway<?> databaseGateway) |
DELETE.SuperConditionalQuery |
DELETE.SuperConditionalQuery.setDatabaseGateway(DatabaseGateway<?> databaseGateway) |
DELETE.SuperWritingQuery |
DELETE.SuperWritingQuery.setDatabaseGateway(DatabaseGateway<?> databaseGateway) |
UPDATE |
UPDATE.setDatabaseGateway(DatabaseGateway<?> databaseGateway) |
UPDATE.SuperValueAssigningQuery |
UPDATE.SuperValueAssigningQuery.setDatabaseGateway(DatabaseGateway<?> databaseGateway) |
UPDATE.SuperConditionalQuery |
UPDATE.SuperConditionalQuery.setDatabaseGateway(DatabaseGateway<?> databaseGateway) |
INSERT |
INSERT.setDatabaseGateway(DatabaseGateway<?> databaseGateway) |
DELETE.SuperWritingQuery |
INSERT.SuperValueAssigningQuery.setDatabaseGateway(DatabaseGateway<?> databaseGateway) |
SELECT |
SELECT.setDatabaseGateway(DatabaseGateway<?> databaseGateway) |
SELECT.SuperConditionalQuery |
SELECT.SuperConditionalQuery.setDatabaseGateway(DatabaseGateway<?> databaseGateway) |
static void |
SQL.setDefaultDatabaseGateway(DatabaseGateway<?> defaultDatabaseGateway)
Sets the default database gateway.
|
Modifier and Type | Method and Description |
---|---|
DatabaseGateway<?> |
JdbcExecutionContext.getDatabaseGateway() |
Modifier and Type | Method and Description |
---|---|
DatabaseGateway<A> |
DbmsAdaptor.getDatabaseGateway()
Gets the database gateway.
|
DatabaseGateway<A> |
DbmsAdaptor.Implementation.getDatabaseGateway() |
Modifier and Type | Method and Description |
---|---|
void |
DbmsAdaptor.initialize(DatabaseGateway<A> dbc)
Initialize.
|
A |
DbmsAdaptor.setDatabaseGateway(DatabaseGateway<A> dbgw)
Sets the database gateway.
|
A |
DbmsAdaptor.Implementation.setDatabaseGateway(DatabaseGateway<A> dbc) |
Modifier and Type | Method and Description |
---|---|
void |
StandardDbmsAdaptor.initialize(DatabaseGateway<StandardDbmsAdaptor> dbc) |
StandardDbmsAdaptor |
StandardDbmsAdaptor.setDatabaseGateway(DatabaseGateway<StandardDbmsAdaptor> dbc) |
Modifier and Type | Method and Description |
---|---|
DatabaseGateway<?> |
QueryEventPreAssembly.getDatabaseGateway() |
Modifier and Type | Method and Description |
---|---|
R |
SqlExecutor.execute(DatabaseGateway<?> dbc,
Statement statement,
String sqlStatment) |
Modifier and Type | Method and Description |
---|---|
DatabaseGateway<A> |
DatabaseGateway.connect()
Connect.
|
Modifier and Type | Method and Description |
---|---|
static <A extends DbmsAdaptor<A>,R> |
DatabaseGateway.execute(DatabaseGateway<A> databaseGateway,
Query query,
LoggingContext loggingContext,
SqlExecutor<R> executor,
Object... parameters) |
Modifier and Type | Method and Description |
---|---|
static DatabaseGateway<?> |
TableExpression.Utils.getDatabaseGateway(TableExpression tableExpression)
Gets the database gateway.
|
Modifier and Type | Field and Description |
---|---|
protected DatabaseGateway<?> |
SqlTable.databaseGateway
The database gateway.
|
Modifier and Type | Method and Description |
---|---|
protected DatabaseGateway<?> |
SqlTable.getDatabaseGateway()
Gets the database gateway.
|
DatabaseGateway<?> |
SqlTable.Database.getDatabaseGateway()
Gets the database gateway.
|
Modifier and Type | Method and Description |
---|---|
SqlDdlTable |
SqlDdlTable.Database.initializeFor(DatabaseGateway<?> databaseGateway)
Initialize for.
|
void |
SqlTable.Database.setDatabaseGateway(DatabaseGateway<?> databaseGateway)
Sets the database gateway.
|
Modifier and Type | Method and Description |
---|---|
DatabaseGateway<?> |
Query.Implementation.getDatabaseGateway() |
DatabaseGateway<?> |
Query.getDatabaseGatewayForExecution() |
DatabaseGateway<?> |
Query.Implementation.getDatabaseGatewayForExecution() |
DatabaseGateway<?> |
TableQuery.Implementation.getDatabaseGatewayForExecution() |
Modifier and Type | Method and Description |
---|---|
Query |
Query.setDatabaseGateway(DatabaseGateway<?> databaseGateway) |
Query |
Query.Implementation.setDatabaseGateway(DatabaseGateway<?> databaseGateway) |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractDBConnection.decorateDelegate(Object query,
DatabaseGateway gateway)
Quick and dirty way to inject the gateway into a xdev.db.sql object
|
Modifier and Type | Field and Description |
---|---|
protected DatabaseGateway<A> |
JDBCConnection.gateway |
Modifier and Type | Method and Description |
---|---|
protected DatabaseGateway<A> |
JDBCDataSource.createGateway() |
DatabaseGateway<A> |
JDBCDataSource.getGateway() |
Copyright © 2003–2021 XDEV Software. All rights reserved.