| Package | Description |
|---|---|
| com.helger.db.jdbc.callback | |
| com.helger.db.jdbc.executor |
| Modifier and Type | Class and Description |
|---|---|
class |
GetSingleGeneratedKeyCallback
Special implementation of the
IGeneratedKeysCallback especially for
retrieving a single created ID. |
| Modifier and Type | Method and Description |
|---|---|
com.helger.commons.state.ESuccess |
DBExecutor.executePreparedStatement(String sSQL,
IPreparedStatementDataProvider aPSDP,
IUpdatedRowCountCallback aURWCC,
IGeneratedKeysCallback aGeneratedKeysCB,
com.helger.commons.callback.exception.IExceptionCallback<? super Exception> aExtraExCB) |
com.helger.commons.state.ESuccess |
DBExecutor.executeStatement(String sSQL,
IGeneratedKeysCallback aGeneratedKeysCB,
com.helger.commons.callback.exception.IExceptionCallback<? super Exception> aExtraExCB) |
protected static void |
DBExecutor.handleGeneratedKeys(ResultSet aGeneratedKeysRS,
IGeneratedKeysCallback aGeneratedKeysCB) |
long |
DBExecutor.insertOrUpdateOrDelete(String sSQL,
IPreparedStatementDataProvider aPSDP,
IGeneratedKeysCallback aGeneratedKeysCB,
com.helger.commons.callback.exception.IExceptionCallback<? super Exception> aExtraExCB)
Perform an INSERT or UPDATE statement.
|
protected com.helger.commons.state.ESuccess |
DBExecutor.withPreparedStatementDo(String sSQL,
IPreparedStatementDataProvider aPSDP,
com.helger.db.jdbc.executor.DBExecutor.IWithPreparedStatementCallback aPSCallback,
IUpdatedRowCountCallback aUpdatedRowCountCB,
IGeneratedKeysCallback aGeneratedKeysCB,
com.helger.commons.callback.exception.IExceptionCallback<? super Exception> aExtraExCB) |
protected com.helger.commons.state.ESuccess |
DBExecutor.withStatementDo(com.helger.db.jdbc.executor.DBExecutor.IWithStatementCallback aCB,
IGeneratedKeysCallback aGeneratedKeysCB,
com.helger.commons.callback.exception.IExceptionCallback<? super Exception> aExtraExCB) |
Copyright © 2014–2021 Philip Helger. All rights reserved.