想知道以下内容是否正确?
UserTransaction ut = getUserTransaction();
ut.begin();
conn = dataSource.getConnection();
conn.setAutoCommit(false);
stmt = conn.createStatement();
// perform statement query udpate here
// do i need to call conn.commit? or ut.commit will handle it implicitly?
ut.commit();
我在我公司的一
如何使用Blob inventory?为什么我的账号不支持BlobInventoryPolicy?
Could not add blob inventory rule 'myRule' for account 'mystorage'. Reason BlobInventoryPolicy is not supported for the account.
这是我的帐号。