Connection connection = connectionHandler.getPoolConnection(getSchema());
try {
DatabaseDDLInterface ddlInterface = connectionHandler.getInterfaceProvider().getDDLInterface();
ddlInterface.updateTrigger(getDataset().getSchema().getName(), getDataset().getName(), getName(), oldCode, newCode, connection);
} finally {
connectionHandler.freePoolConnection(connection);
}
}
/*********************************************************
* DBEditableObject *
********************************************************/