Skip navigation links
A C D E G H I L M N O P Q R S T U W 

A

AbstractDB2Connector - Class in com.helger.db.jdbc.db2
Abstract DB connector for DB2
AbstractDB2Connector() - Constructor for class com.helger.db.jdbc.db2.AbstractDB2Connector
 
AbstractDBConnector - Class in com.helger.db.jdbc
Abstract implementation of IHasDataSource based on BasicDataSource implementation.
AbstractDBConnector() - Constructor for class com.helger.db.jdbc.AbstractDBConnector
 
AbstractH2Connector - Class in com.helger.db.jdbc.h2
Base DB connector for H2 databases
AbstractH2Connector() - Constructor for class com.helger.db.jdbc.h2.AbstractH2Connector
 
AbstractMSSQLConnector - Class in com.helger.db.jdbc.mssql
Abstract DB connector for Microsoft SQL Server
AbstractMSSQLConnector() - Constructor for class com.helger.db.jdbc.mssql.AbstractMSSQLConnector
 
AbstractOracleConnector - Class in com.helger.db.jdbc.oracle
Abstract DB connector for Oracle
AbstractOracleConnector() - Constructor for class com.helger.db.jdbc.oracle.AbstractOracleConnector
 
AbstractOracleOCIConnector - Class in com.helger.db.jdbc.oracle
Abstract DB connector for Oracle
AbstractOracleOCIConnector() - Constructor for class com.helger.db.jdbc.oracle.AbstractOracleOCIConnector
 
addValue(Object) - Method in class com.helger.db.jdbc.callback.ConstantPreparedStatementDataProvider
 

C

close() - Method in class com.helger.db.jdbc.AbstractDBConnector
 
closingDatabase() - Method in class com.helger.db.jdbc.h2.LoggingH2EventListener
 
com.helger.db.jdbc - package com.helger.db.jdbc
 
com.helger.db.jdbc.callback - package com.helger.db.jdbc.callback
 
com.helger.db.jdbc.config - package com.helger.db.jdbc.config
 
com.helger.db.jdbc.db2 - package com.helger.db.jdbc.db2
 
com.helger.db.jdbc.executor - package com.helger.db.jdbc.executor
 
com.helger.db.jdbc.h2 - package com.helger.db.jdbc.h2
 
com.helger.db.jdbc.mssql - package com.helger.db.jdbc.mssql
 
com.helger.db.jdbc.oracle - package com.helger.db.jdbc.oracle
 
COMMONS_DBCP - Static variable in class com.helger.db.jdbc.config.ThirdPartyModuleProvider_ph_db_jdbc
Apache commons-dbcp2
COMMONS_POOL - Static variable in class com.helger.db.jdbc.config.ThirdPartyModuleProvider_ph_db_jdbc
Apache commons-pool2
ConnectionFromDataSource - Class in com.helger.db.jdbc
Implementation of IHasConnection that creates a connection from an DataSource.
ConnectionFromDataSource(DataSource) - Constructor for class com.helger.db.jdbc.ConnectionFromDataSource
 
ConnectionFromDataSourceProvider - Class in com.helger.db.jdbc
Deprecated.
Since 6.5.1 - use ConnectionFromDataSource instead.
ConnectionFromDataSourceProvider(IHasDataSource) - Constructor for class com.helger.db.jdbc.ConnectionFromDataSourceProvider
Deprecated.
 
ConstantConnection - Class in com.helger.db.jdbc
Implementation of IHasConnection that with a constant Connection
ConstantConnection(Connection, boolean) - Constructor for class com.helger.db.jdbc.ConstantConnection
 
ConstantPreparedStatementDataProvider - Class in com.helger.db.jdbc.callback
A simple implementation of the IPreparedStatementDataProvider that takes a list of objects and returns theses objects as they are.
ConstantPreparedStatementDataProvider() - Constructor for class com.helger.db.jdbc.callback.ConstantPreparedStatementDataProvider
 
ConstantPreparedStatementDataProvider(Iterable<?>) - Constructor for class com.helger.db.jdbc.callback.ConstantPreparedStatementDataProvider
 
ConstantPreparedStatementDataProvider(Object...) - Constructor for class com.helger.db.jdbc.callback.ConstantPreparedStatementDataProvider
 
CountAndKey(long, Object) - Constructor for class com.helger.db.jdbc.executor.DBExecutor.CountAndKey
 
create(IHasDataSource) - Static method in class com.helger.db.jdbc.ConnectionFromDataSource
 
createBackup(File) - Method in class com.helger.db.jdbc.h2.AbstractH2Connector
Create a backup file.

D

DBExecutor - Class in com.helger.db.jdbc.executor
Simple wrapper around common JDBC functionality.
DBExecutor(IHasDataSource) - Constructor for class com.helger.db.jdbc.executor.DBExecutor
 
DBExecutor(IHasConnection) - Constructor for class com.helger.db.jdbc.executor.DBExecutor
 
DBExecutor.CountAndKey - Class in com.helger.db.jdbc.executor
 
DBNoConnectionException - Exception in com.helger.db.jdbc.executor
A special exception that is thrown to indicate that no Connection could be established.
DBNoConnectionException(String) - Constructor for exception com.helger.db.jdbc.executor.DBNoConnectionException
 
DBNoConnectionException(String, SQLException) - Constructor for exception com.helger.db.jdbc.executor.DBNoConnectionException
 
DBResultField - Class in com.helger.db.jdbc.executor
Represents a single DB query result value within a result row.
DBResultField(String, int, Object) - Constructor for class com.helger.db.jdbc.executor.DBResultField
 
DBResultRow - Class in com.helger.db.jdbc.executor
Represents a single DB query result row.
DBResultRow(DBResultRow) - Constructor for class com.helger.db.jdbc.executor.DBResultRow
Copy constructor
DBResultRow(int) - Constructor for class com.helger.db.jdbc.executor.DBResultRow
Create an empty result row with the specified number of colums.
debugLog(String) - Static method in class com.helger.db.jdbc.executor.DBExecutor
Debug logging method.
DEFAULT_DEBUG_CONNECTIONS - Static variable in class com.helger.db.jdbc.executor.DBExecutor
 
DEFAULT_DEBUG_SQL_STATEMENTS - Static variable in class com.helger.db.jdbc.executor.DBExecutor
 
DEFAULT_DEBUG_TRANSACTIONS - Static variable in class com.helger.db.jdbc.executor.DBExecutor
 
DEFAULT_EXECUTION_DURATION_WARN_MS - Static variable in class com.helger.db.jdbc.executor.DBExecutor
 
DEFAULT_VALIDITY_CHECK_ENABLED - Static variable in class com.helger.db.jdbc.ConnectionFromDataSource
 
DEFAULT_VALIDITY_CHECK_TIMEOUT_SECONDS - Static variable in class com.helger.db.jdbc.ConnectionFromDataSource
 
diskSpaceIsLow() - Method in class com.helger.db.jdbc.h2.LoggingH2EventListener
 
dumpDatabase(File) - Method in class com.helger.db.jdbc.h2.AbstractH2Connector
 
dumpDatabase(OutputStream) - Method in class com.helger.db.jdbc.h2.AbstractH2Connector
Dump the database to the passed output stream and closed the passed output stream.

E

exceptionCallbacks() - Method in class com.helger.db.jdbc.executor.DBExecutor
 
exceptionThrown(SQLException, String) - Method in class com.helger.db.jdbc.h2.LoggingH2EventListener
 
executePreparedStatement(String, IPreparedStatementDataProvider) - Method in class com.helger.db.jdbc.executor.DBExecutor
 
executePreparedStatement(String, IPreparedStatementDataProvider, IUpdatedRowCountCallback, IGeneratedKeysCallback, IExceptionCallback<? super Exception>) - Method in class com.helger.db.jdbc.executor.DBExecutor
 
executePreparedStatementAndGetGeneratedKey(String, IPreparedStatementDataProvider, IExceptionCallback<? super Exception>) - Method in class com.helger.db.jdbc.executor.DBExecutor
Execute a prepared statement and return the generated key.
executeStatement(String) - Method in class com.helger.db.jdbc.executor.DBExecutor
 
executeStatement(String, IGeneratedKeysCallback, IExceptionCallback<? super Exception>) - Method in class com.helger.db.jdbc.executor.DBExecutor
 
executionTimeExceededHandlers() - Static method in class com.helger.db.jdbc.executor.DBExecutor
Get the custom exception handler list.

G

get(int) - Method in class com.helger.db.jdbc.executor.DBResultRow
Get the result field at the specified index
getAllThirdPartyModules() - Method in class com.helger.db.jdbc.config.ThirdPartyModuleProvider_ph_db_jdbc
 
getAsBigDecimal(int) - Method in class com.helger.db.jdbc.executor.DBResultRow
 
getAsBigInteger(int) - Method in class com.helger.db.jdbc.executor.DBResultRow
 
getAsBlob(int) - Method in class com.helger.db.jdbc.executor.DBResultRow
 
getAsBoolean(int) - Method in class com.helger.db.jdbc.executor.DBResultRow
 
getAsBoolean(int, boolean) - Method in class com.helger.db.jdbc.executor.DBResultRow
 
getAsBooleanObj(int) - Method in class com.helger.db.jdbc.executor.DBResultRow
 
getAsByte(int) - Method in class com.helger.db.jdbc.executor.DBResultRow
 
getAsByte(int, byte) - Method in class com.helger.db.jdbc.executor.DBResultRow
 
getAsByteArray(int) - Method in class com.helger.db.jdbc.executor.DBResultRow
 
getAsByteObj(int) - Method in class com.helger.db.jdbc.executor.DBResultRow
 
getAsChar(int) - Method in class com.helger.db.jdbc.executor.DBResultRow
 
getAsChar(int, char) - Method in class com.helger.db.jdbc.executor.DBResultRow
 
getAsCharObj(int) - Method in class com.helger.db.jdbc.executor.DBResultRow
 
getAsClob(int) - Method in class com.helger.db.jdbc.executor.DBResultRow
 
getAsDate(int) - Method in class com.helger.db.jdbc.executor.DBResultRow
 
getAsDouble(int) - Method in class com.helger.db.jdbc.executor.DBResultRow
 
getAsDouble(int, double) - Method in class com.helger.db.jdbc.executor.DBResultRow
 
getAsDoubleObj(int) - Method in class com.helger.db.jdbc.executor.DBResultRow
 
getAsFloat(int) - Method in class com.helger.db.jdbc.executor.DBResultRow
 
getAsFloat(int, float) - Method in class com.helger.db.jdbc.executor.DBResultRow
 
getAsFloatObj(int) - Method in class com.helger.db.jdbc.executor.DBResultRow
 
getAsInt(int) - Method in class com.helger.db.jdbc.executor.DBResultRow
 
getAsInt(int, int) - Method in class com.helger.db.jdbc.executor.DBResultRow
 
getAsIntObj(int) - Method in class com.helger.db.jdbc.executor.DBResultRow
 
getAsLocalDate(int) - Method in class com.helger.db.jdbc.executor.DBResultRow
 
getAsLocalDateTime(int) - Method in class com.helger.db.jdbc.executor.DBResultRow
 
getAsLocalTime(int) - Method in class com.helger.db.jdbc.executor.DBResultRow
 
getAsLong(int) - Method in class com.helger.db.jdbc.executor.DBResultRow
 
getAsLong(int, long) - Method in class com.helger.db.jdbc.executor.DBResultRow
 
getAsLongObj(int) - Method in class com.helger.db.jdbc.executor.DBResultRow
 
getAsNClob(int) - Method in class com.helger.db.jdbc.executor.DBResultRow
 
getAsOffsetDateTime(int) - Method in class com.helger.db.jdbc.executor.DBResultRow
 
getAsRowId(int) - Method in class com.helger.db.jdbc.executor.DBResultRow
 
getAsShort(int) - Method in class com.helger.db.jdbc.executor.DBResultRow
 
getAsShort(int, short) - Method in class com.helger.db.jdbc.executor.DBResultRow
 
getAsShortObj(int) - Method in class com.helger.db.jdbc.executor.DBResultRow
 
getAsString(int) - Method in class com.helger.db.jdbc.executor.DBResultRow
 
getAsTime(int) - Method in class com.helger.db.jdbc.executor.DBResultRow
 
getAsTimestamp(int) - Method in class com.helger.db.jdbc.executor.DBResultRow
 
getClone() - Method in class com.helger.db.jdbc.callback.ConstantPreparedStatementDataProvider
 
getClone() - Method in class com.helger.db.jdbc.executor.DBResultRow
 
getColumnCount() - Method in class com.helger.db.jdbc.executor.DBResultRow
 
getColumnName() - Method in class com.helger.db.jdbc.executor.DBResultField
 
getColumnName(int) - Method in class com.helger.db.jdbc.executor.DBResultRow
Get the column name of the column at the specified index.
getColumnNameToIndexMap() - Method in class com.helger.db.jdbc.executor.DBResultRow
 
getColumnType() - Method in class com.helger.db.jdbc.executor.DBResultField
 
getColumnType(int) - Method in class com.helger.db.jdbc.executor.DBResultRow
Get the column type of the column at the specified index.
getColumnTypeName() - Method in class com.helger.db.jdbc.executor.DBResultField
 
getColumnTypeName(int) - Method in class com.helger.db.jdbc.executor.DBResultRow
Get the column type name of the column at the specified index.
getConnection() - Method in class com.helger.db.jdbc.ConnectionFromDataSource
 
getConnection() - Method in class com.helger.db.jdbc.ConnectionFromDataSourceProvider
Deprecated.
 
getConnection() - Method in class com.helger.db.jdbc.ConstantConnection
 
getConnection() - Method in interface com.helger.db.jdbc.IHasConnection
 
getConnectionEstablished() - Static method in class com.helger.db.jdbc.executor.DBExecutor
 
getConnectionStatusChangeCallback() - Static method in class com.helger.db.jdbc.executor.DBExecutor
 
getConnectionUrl() - Method in class com.helger.db.jdbc.AbstractDBConnector
 
getDataSource() - Method in class com.helger.db.jdbc.AbstractDBConnector
 
getDataSource() - Method in class com.helger.db.jdbc.ConnectionFromDataSource
 
getDataSource() - Method in interface com.helger.db.jdbc.IHasDataSource
Retrieve a data source.
getExecutionDurationWarnMS() - Method in class com.helger.db.jdbc.executor.DBExecutor
 
getGeneratedKey() - Method in class com.helger.db.jdbc.callback.GetSingleGeneratedKeyCallback
 
getGeneratedKey() - Method in class com.helger.db.jdbc.executor.DBExecutor.CountAndKey
 
getJDBCDriverClassName() - Method in class com.helger.db.jdbc.AbstractDBConnector
 
getJDBCDriverClassName() - Method in class com.helger.db.jdbc.db2.AbstractDB2Connector
 
getJDBCDriverClassName() - Method in class com.helger.db.jdbc.h2.AbstractH2Connector
 
getJDBCDriverClassName() - Method in class com.helger.db.jdbc.mssql.AbstractMSSQLConnector
 
getJDBCDriverClassName() - Method in class com.helger.db.jdbc.oracle.AbstractOracleConnector
 
getJDBCDriverClassName() - Method in class com.helger.db.jdbc.oracle.AbstractOracleOCIConnector
 
getLock() - Method in class com.helger.db.jdbc.AbstractDBConnector
 
getObjectValues() - Method in class com.helger.db.jdbc.callback.ConstantPreparedStatementDataProvider
 
getObjectValues() - Method in interface com.helger.db.jdbc.callback.IPreparedStatementDataProvider
 
getPassword() - Method in class com.helger.db.jdbc.AbstractDBConnector
 
GetSingleGeneratedKeyCallback - Class in com.helger.db.jdbc.callback
Special implementation of the IGeneratedKeysCallback especially for retrieving a single created ID.
GetSingleGeneratedKeyCallback() - Constructor for class com.helger.db.jdbc.callback.GetSingleGeneratedKeyCallback
 
getUpdateCount() - Method in class com.helger.db.jdbc.executor.DBExecutor.CountAndKey
 
getUpdatedRowCount() - Method in interface com.helger.db.jdbc.callback.IUpdatedRowCountCallback
 
getUpdatedRowCount() - Method in class com.helger.db.jdbc.callback.UpdatedRowCountCallback
 
getUsedColumnIndex() - Method in class com.helger.db.jdbc.executor.DBResultRow
 
getUserName() - Method in class com.helger.db.jdbc.AbstractDBConnector
 
getValidityCheckTimeoutSeconds() - Method in class com.helger.db.jdbc.ConnectionFromDataSource
 
getValue() - Method in class com.helger.db.jdbc.executor.DBResultField
 
getValue(int) - Method in class com.helger.db.jdbc.executor.DBResultRow
 
getValueCount() - Method in class com.helger.db.jdbc.callback.ConstantPreparedStatementDataProvider
 
getValueCount() - Method in interface com.helger.db.jdbc.callback.IPreparedStatementDataProvider
 

H

handleGeneratedKeys(ResultSet, IGeneratedKeysCallback) - Static method in class com.helger.db.jdbc.executor.DBExecutor
 
hasGeneratedKey() - Method in class com.helger.db.jdbc.executor.DBExecutor.CountAndKey
 

I

IConnectionStatusChangeCallback - Interface in com.helger.db.jdbc.callback
Callback to be invoked if the connection status changes.
IGeneratedKeysCallback - Interface in com.helger.db.jdbc.callback
This callback is used to retrieve generated keys upon insertion.
IHasConnection - Interface in com.helger.db.jdbc
Simple Connection provider interface.
IHasDataSource - Interface in com.helger.db.jdbc
A simple provider interface for DataSource objects.
init(String) - Method in class com.helger.db.jdbc.h2.LoggingH2EventListener
 
insertOrUpdateAndGetGeneratedKey(String, IPreparedStatementDataProvider, IExceptionCallback<? super Exception>) - Method in class com.helger.db.jdbc.executor.DBExecutor
 
insertOrUpdateOrDelete(String, IPreparedStatementDataProvider) - Method in class com.helger.db.jdbc.executor.DBExecutor
Perform an INSERT or UPDATE statement.
insertOrUpdateOrDelete(String, IPreparedStatementDataProvider, IGeneratedKeysCallback, IExceptionCallback<? super Exception>) - Method in class com.helger.db.jdbc.executor.DBExecutor
Perform an INSERT or UPDATE statement.
internalAdd(DBResultField) - Method in class com.helger.db.jdbc.executor.DBResultRow
Add a new result field in the the first free column.
internalClear() - Method in class com.helger.db.jdbc.executor.DBResultRow
Set all columns to null and restart the index at 0.
IPreparedStatementDataProvider - Interface in com.helger.db.jdbc.callback
Interface for objects that deliver content to pass parameters to a prepared statement.
IResultSetRowCallback - Interface in com.helger.db.jdbc.callback
A simple callback that can be executed for each row in a ResultSet.
isDebugConnections() - Method in class com.helger.db.jdbc.executor.DBExecutor
 
isDebugSQLStatements() - Method in class com.helger.db.jdbc.executor.DBExecutor
 
isDebugTransactions() - Method in class com.helger.db.jdbc.executor.DBExecutor
 
isExecutionDurationWarnEnabled() - Method in class com.helger.db.jdbc.executor.DBExecutor
 
isPoolPreparedStatements() - Method in class com.helger.db.jdbc.AbstractDBConnector
 
isUpdateCountUsable() - Method in class com.helger.db.jdbc.executor.DBExecutor.CountAndKey
 
isUseDefaultAutoCommit() - Method in class com.helger.db.jdbc.AbstractDBConnector
 
isValidityCheckEnabled() - Method in class com.helger.db.jdbc.ConnectionFromDataSource
 
iterateResultSet(ResultSet, IResultSetRowCallback) - Static method in class com.helger.db.jdbc.executor.DBExecutor
Iterate the passed result set, collect all values of a single result row, and call the callback for each row of result objects.
IUpdatedRowCountCallback - Interface in com.helger.db.jdbc.callback
This callback is used to retrieve generated keys upon insertion.

L

LoggingH2EventListener - Class in com.helger.db.jdbc.h2
A logging H2 event listener.
LoggingH2EventListener() - Constructor for class com.helger.db.jdbc.h2.LoggingH2EventListener
 

M

m_aDataSource - Variable in class com.helger.db.jdbc.AbstractDBConnector
 

N

NOT_INITIALIZED - Static variable in interface com.helger.db.jdbc.callback.IUpdatedRowCountCallback
Default value for uninitialized row count

O

onConnectionStatusChanged(ETriState, ETriState) - Method in interface com.helger.db.jdbc.callback.IConnectionStatusChangeCallback
 
onExecutionTimeExceeded(String, long) - Method in class com.helger.db.jdbc.executor.DBExecutor
 
onGeneratedKeys(ICommonsList<ICommonsList<Object>>) - Method in class com.helger.db.jdbc.callback.GetSingleGeneratedKeyCallback
 
onGeneratedKeys(ICommonsList<ICommonsList<Object>>) - Method in interface com.helger.db.jdbc.callback.IGeneratedKeysCallback
Set all generated keys.
opened() - Method in class com.helger.db.jdbc.h2.LoggingH2EventListener
 

P

performInTransaction(IThrowingRunnable<Exception>) - Method in class com.helger.db.jdbc.executor.DBExecutor
 
performInTransaction(IThrowingRunnable<Exception>, IExceptionCallback<? super Exception>) - Method in class com.helger.db.jdbc.executor.DBExecutor
 

Q

queryAll(String, IResultSetRowCallback) - Method in class com.helger.db.jdbc.executor.DBExecutor
Perform an SQL query that does not contain any parameters.
queryAll(String, IPreparedStatementDataProvider, IResultSetRowCallback) - Method in class com.helger.db.jdbc.executor.DBExecutor
Perform an SQL query that does contains parameters to be filled with the provided IPreparedStatementDataProvider.
queryAll(String) - Method in class com.helger.db.jdbc.executor.DBExecutor
Query a list of 0-n rows with an SQL script without parameters.
queryAll(String, IPreparedStatementDataProvider) - Method in class com.helger.db.jdbc.executor.DBExecutor
Query a list of 0-n rows with an SQL script with parameters.
queryCount(String) - Method in class com.helger.db.jdbc.executor.DBExecutor
 
queryCount(String, IPreparedStatementDataProvider) - Method in class com.helger.db.jdbc.executor.DBExecutor
 
querySingle(String, Consumer<? super DBResultRow>) - Method in class com.helger.db.jdbc.executor.DBExecutor
Query a a single result row with an SQL script without parameters.
querySingle(String, IPreparedStatementDataProvider, Consumer<? super DBResultRow>) - Method in class com.helger.db.jdbc.executor.DBExecutor
Query a a single result row with an SQL script with parameters.

R

resetConnectionEstablished() - Static method in class com.helger.db.jdbc.executor.DBExecutor
Reset the "Connection established" flag.

S

setConnectionEstablished(ETriState) - Static method in class com.helger.db.jdbc.executor.DBExecutor
Set the "Connection established" state.
setConnectionStatusChangeCallback(IConnectionStatusChangeCallback) - Static method in class com.helger.db.jdbc.executor.DBExecutor
Set the callback to be invoked, if the connection status changes.
setDebugConnections(boolean) - Method in class com.helger.db.jdbc.executor.DBExecutor
 
setDebugSQLStatements(boolean) - Method in class com.helger.db.jdbc.executor.DBExecutor
 
setDebugTransactions(boolean) - Method in class com.helger.db.jdbc.executor.DBExecutor
 
setExecutionDurationWarnMS(long) - Method in class com.helger.db.jdbc.executor.DBExecutor
 
setProgress(int, String, int, int) - Method in class com.helger.db.jdbc.h2.LoggingH2EventListener
 
setUpdatedRowCount(long) - Method in interface com.helger.db.jdbc.callback.IUpdatedRowCountCallback
Notify on the updated row count update.
setUpdatedRowCount(long) - Method in class com.helger.db.jdbc.callback.UpdatedRowCountCallback
 
setValidityCheckEnabled(boolean) - Method in class com.helger.db.jdbc.ConnectionFromDataSource
 
setValidityCheckTimeoutSeconds(int) - Method in class com.helger.db.jdbc.ConnectionFromDataSource
 
shouldCloseConnection() - Method in class com.helger.db.jdbc.ConstantConnection
 
shouldCloseConnection() - Method in interface com.helger.db.jdbc.IHasConnection
 

T

ThirdPartyModuleProvider_ph_db_jdbc - Class in com.helger.db.jdbc.config
Implement this SPI interface if your JAR file contains external third party modules.
ThirdPartyModuleProvider_ph_db_jdbc() - Constructor for class com.helger.db.jdbc.config.ThirdPartyModuleProvider_ph_db_jdbc
 
toString() - Method in class com.helger.db.jdbc.AbstractDBConnector
 
toString() - Method in class com.helger.db.jdbc.callback.ConstantPreparedStatementDataProvider
 
toString() - Method in class com.helger.db.jdbc.callback.GetSingleGeneratedKeyCallback
 
toString() - Method in class com.helger.db.jdbc.callback.UpdatedRowCountCallback
 
toString() - Method in class com.helger.db.jdbc.ConnectionFromDataSource
 
toString() - Method in class com.helger.db.jdbc.ConnectionFromDataSourceProvider
Deprecated.
 
toString() - Method in class com.helger.db.jdbc.ConstantConnection
 
toString() - Method in class com.helger.db.jdbc.executor.DBExecutor
 
toString() - Method in class com.helger.db.jdbc.executor.DBResultField
 
toString() - Method in class com.helger.db.jdbc.executor.DBResultRow
 
toString() - Method in class com.helger.db.jdbc.h2.LoggingH2EventListener
 

U

UpdatedRowCountCallback - Class in com.helger.db.jdbc.callback
Default implementation of IUpdatedRowCountCallback.
UpdatedRowCountCallback() - Constructor for class com.helger.db.jdbc.callback.UpdatedRowCountCallback
 

W

withExistingConnectionDo(Connection, DBExecutor.IWithConnectionCallback, IExceptionCallback<? super Exception>) - Method in class com.helger.db.jdbc.executor.DBExecutor
 
withNewConnectionDo(DBExecutor.IWithConnectionCallback, IExceptionCallback<? super Exception>) - Method in class com.helger.db.jdbc.executor.DBExecutor
 
withPreparedStatementDo(String, IPreparedStatementDataProvider, DBExecutor.IWithPreparedStatementCallback, IUpdatedRowCountCallback, IGeneratedKeysCallback, IExceptionCallback<? super Exception>) - Method in class com.helger.db.jdbc.executor.DBExecutor
 
withStatementDo(DBExecutor.IWithStatementCallback, IGeneratedKeysCallback, IExceptionCallback<? super Exception>) - Method in class com.helger.db.jdbc.executor.DBExecutor
 
withTimingDo(String, IThrowingRunnable<SQLException>) - Method in class com.helger.db.jdbc.executor.DBExecutor
 
A C D E G H I L M N O P Q R S T U W 
Skip navigation links

Copyright © 2014–2021 Philip Helger. All rights reserved.