public class DeleteTablesSchemaTransaction extends AbstractSchemaTransaction
| Modifier and Type | Field and Description |
|---|---|
protected static org.datanucleus.util.Localiser |
LOCALISER
Localiser for messages.
|
isolationLevel, LOCALISER_RDBMS, maxRetries, mconn, rdbmsMgr| Constructor and Description |
|---|
DeleteTablesSchemaTransaction(RDBMSStoreManager rdbmsMgr,
int isolationLevel,
org.datanucleus.store.StoreDataManager dataMgr) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
run(org.datanucleus.ClassLoaderResolver clr)
Implements the body of the transaction.
|
void |
setWriter(Writer writer) |
String |
toString()
Returns a description of the management transaction.
|
execute, getCurrentConnectionprotected static final org.datanucleus.util.Localiser LOCALISER
public DeleteTablesSchemaTransaction(RDBMSStoreManager rdbmsMgr, int isolationLevel, org.datanucleus.store.StoreDataManager dataMgr)
rdbmsMgr - isolationLevel - public void setWriter(Writer writer)
protected void run(org.datanucleus.ClassLoaderResolver clr)
throws SQLException
AbstractSchemaTransactionrun in class AbstractSchemaTransactionclr - the ClassLoaderResolverSQLException - Thrown if the transaction fails due to a database error that should allow
the entire transaction to be retried.public String toString()
AbstractSchemaTransactiontoString in class AbstractSchemaTransactionCopyright © 2013. All Rights Reserved.