示例#1
0
 public void releaseSavepoint(java.sql.Savepoint savepoint)
 {
     throw new java.sql.SQLFeatureNotSupportedException();
 }
示例#2
0
 public void rollback(java.sql.Savepoint savepoint)
 {
     throw new java.sql.SQLFeatureNotSupportedException();
 }