Package | Description |
---|---|
com.xdev.jadoth.sqlengine.interfaces | |
com.xdev.jadoth.sqlengine.internal | |
com.xdev.jadoth.sqlengine.types |
Modifier and Type | Field and Description |
---|---|
static SqlExecutor<ResultSet> |
SqlExecutor.query |
static SqlExecutor<Object> |
SqlExecutor.singleResultQuery |
static SqlExecutor<Integer> |
SqlExecutor.update |
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) |
<R> R |
DatabaseGateway.execute(SqlExecutor<R> executor,
String sql) |
Modifier and Type | Method and Description |
---|---|
protected <R> R |
Query.Implementation.execute(SqlExecutor<R> queryExecutor,
Object... parameters) |
Copyright © 2003–2021 XDEV Software. All rights reserved.