public class DatabaseTransactionInfo extends Object
| Constructor and Description |
|---|
DatabaseTransactionInfo(Connection con,
int levelsOfRemoval)
returns the object from the cache with the corosponding pkey
|
| Modifier and Type | Method and Description |
|---|---|
void |
cleanConnection() |
Connection |
getConnection() |
static String |
getOriginatorText(int offset) |
boolean |
isFinalizeable() |
boolean |
isOriginator(Connection con,
int levelsOfRemoval) |
public DatabaseTransactionInfo(Connection con, int levelsOfRemoval) throws SQLException
SQLExceptionpublic static String getOriginatorText(int offset)
public boolean isFinalizeable()
public boolean isOriginator(Connection con, int levelsOfRemoval)
public Connection getConnection()
public void cleanConnection()
throws SQLException
SQLExceptionCopyright © 2021. All rights reserved.