You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.prepareStatement("UPDATE op_host_capacity, data_center SET op_host_capacity.capacity_state='Disabled' where data_center.id=op_host_capacity.data_center_id and data_center.allocation_state='Disabled';");
955
956
pstmt.executeUpdate();
956
-
pstmt = conn
957
-
.prepareStatement("");
958
-
pstmt.executeUpdate();
959
957
} catch (SQLExceptione) {
960
958
thrownewCloudRuntimeException("Unable to update op_host_capacity table. ", e);
0 commit comments