Package | Description |
---|---|
com.feedzai.commons.sql.abstraction.dml.result |
Columns results implementations.
|
com.feedzai.commons.sql.abstraction.engine |
Contains the database engine core.
|
Modifier and Type | Method and Description |
---|---|
<T> T |
OracleResultColumn.toBlob() |
<T> T |
DB2ResultColumn.toBlob() |
<T> T |
ResultColumn.toBlob()
Converts this result (in the form of blob) to the specified object type.
|
Modifier and Type | Method and Description |
---|---|
void |
DatabaseEngine.beginTransaction()
Starts a transaction.
|
void |
AbstractDatabaseEngine.beginTransaction()
Starts a transaction.
|
void |
DatabaseEngine.commit()
Commits the current transaction.
|
void |
AbstractDatabaseEngine.commit()
Commits the current transaction.
|
boolean |
DatabaseEngine.isTransactionActive()
Checks if a transaction is active.
|
boolean |
AbstractDatabaseEngine.isTransactionActive() |
void |
DatabaseEngine.rollback()
Rolls back a transaction.
|
void |
AbstractDatabaseEngine.rollback()
Rolls back a transaction.
|
Copyright © 2014 Feedzai. All Rights Reserved.