Uses of Class
com.feedzai.commons.sql.abstraction.engine.DatabaseEngineRuntimeException
-
Packages that use DatabaseEngineRuntimeException Package Description com.feedzai.commons.sql.abstraction.dml.result Columns results implementations.com.feedzai.commons.sql.abstraction.engine Contains the database engine core.com.feedzai.commons.sql.abstraction.exceptions -
-
Uses of DatabaseEngineRuntimeException in com.feedzai.commons.sql.abstraction.dml.result
Methods in com.feedzai.commons.sql.abstraction.dml.result that throw DatabaseEngineRuntimeException Modifier and Type Method Description <T> TDB2ResultColumn. toBlob()<T> TOracleResultColumn. toBlob()<T> TResultColumn. toBlob()Converts this result (in the form of blob) to the specified object type. -
Uses of DatabaseEngineRuntimeException in com.feedzai.commons.sql.abstraction.engine
Subclasses of DatabaseEngineRuntimeException in com.feedzai.commons.sql.abstraction.engine Modifier and Type Class Description classOperationNotSupportedRuntimeExceptionMethods in com.feedzai.commons.sql.abstraction.engine that throw DatabaseEngineRuntimeException Modifier and Type Method Description voidAbstractDatabaseEngine. beginTransaction()Starts a transaction.voidDatabaseEngine. beginTransaction()Starts a transaction.voidAbstractDatabaseEngine. commit()Commits the current transaction.voidDatabaseEngine. commit()Commits the current transaction.booleanAbstractDatabaseEngine. isTransactionActive()booleanDatabaseEngine. isTransactionActive()Checks if a transaction is active.voidAbstractDatabaseEngine. rollback()Rolls back a transaction.voidDatabaseEngine. rollback()Rolls back a transaction. -
Uses of DatabaseEngineRuntimeException in com.feedzai.commons.sql.abstraction.exceptions
Subclasses of DatabaseEngineRuntimeException in com.feedzai.commons.sql.abstraction.exceptions Modifier and Type Class Description classDatabaseEngineRetryableRuntimeExceptionTo be thrown when faults happen during regular database operations and can be retried with a chance of success.
-