public class ValidateTableSchemaTransaction extends AbstractSchemaTransaction
| Modifier and Type | Field and Description |
|---|---|
protected TableImpl |
table
Table to be validated.
|
isolationLevel, maxRetries, mconn, rdbmsMgr| Constructor and Description |
|---|
ValidateTableSchemaTransaction(RDBMSStoreManager rdbmsMgr,
int isolationLevel,
TableImpl table)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
run(org.datanucleus.ClassLoaderResolver clr)
Implements the body of the transaction.
|
String |
toString()
Returns a description of the management transaction.
|
execute, getCurrentConnectionprotected TableImpl table
public ValidateTableSchemaTransaction(RDBMSStoreManager rdbmsMgr, int isolationLevel, TableImpl table)
rdbmsMgr - Store ManagerisolationLevel - Connection isolation leveltable - The table to validateprotected 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 © 2017. All rights reserved.