public interface SqlExecutor<R>
Modifier and Type | Field and Description |
---|---|
static SqlExecutor<ResultSet> |
query |
static SqlExecutor<Object> |
singleResultQuery |
static SqlExecutor<Integer> |
update |
Modifier and Type | Method and Description |
---|---|
R |
execute(DatabaseGateway<?> dbc,
Statement statement,
String sqlStatment) |
static final SqlExecutor<Integer> update
static final SqlExecutor<ResultSet> query
static final SqlExecutor<Object> singleResultQuery
R execute(DatabaseGateway<?> dbc, Statement statement, String sqlStatment) throws SQLException
SQLException
Copyright © 2003–2021 XDEV Software. All rights reserved.