public class UpdateTableStatisticsOperation extends AbstractConnectionWritableOperation
| Modifier and Type | Field and Description |
|---|---|
protected OperationsFactory.TableReference |
table |
conn, helper, LOGGER| Constructor and Description |
|---|
UpdateTableStatisticsOperation(JDBCHelper helper) |
UpdateTableStatisticsOperation(JDBCHelper helper,
OperationsFactory.TableReference table) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.lang.String> |
getSQLs() |
java.lang.Object |
perform(JDBCConnection conn) |
void |
updateTableStatistics(JDBCConnection conn) |
getConnectioncloseConnection, continueTransactionAllowed, createSQLBuilder, needTransaction, perform_operation, performprotected final OperationsFactory.TableReference table
public UpdateTableStatisticsOperation(JDBCHelper helper)
public UpdateTableStatisticsOperation(JDBCHelper helper, OperationsFactory.TableReference table)
public final java.lang.Object perform(JDBCConnection conn) throws DataException
DataExceptionpublic java.util.List<java.lang.String> getSQLs()
public void updateTableStatistics(JDBCConnection conn) throws DataException
DataException