Searched defs:isolation (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/sql/rowset/
H A DBaseRowSet.java467 * A constant indicating the isolation level of the connection
477 private int isolation; field in class:BaseRowSet
1033 * Returns the transaction isolation property for this
1035 * the transaction isolation level requested for use in transactions.
1056 return isolation;
1060 * Sets the transaction isolation property for this JDBC <code>RowSet</code> object to the given
1061 * constant. The DBMS will use this transaction isolation level for
1090 throw new SQLException("Invalid transaction isolation set. Must " +
1098 this.isolation = level;

Completed in 45 milliseconds