| Package | Description |
|---|---|
| com.helger.db.jdbc.callback | |
| com.helger.db.jdbc.executor |
| Modifier and Type | Class and Description |
|---|---|
class |
UpdatedRowCountCallback
Default implementation of
IUpdatedRowCountCallback. |
| 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) |
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) |
Copyright © 2014–2021 Philip Helger. All rights reserved.