示例#1
0
 @Getter
 public int getTransactionIsolation() throws SQLException {
   return connection.getTransactionIsolation();
 }