Index

A B C D E G H I L N O P R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

R

READ_COMMITTED - Enum constant in enum class com.blackrook.sql.SQLConnection.TransactionLevel
From Connection: A constant indicating that dirty reads are prevented; non-repeatable reads and phantom reads can occur.
READ_UNCOMMITTED - Enum constant in enum class com.blackrook.sql.SQLConnection.TransactionLevel
From Connection: A constant indicating that dirty reads, non-repeatable reads and phantom reads can occur.
releaseConnection(SQLConnection) - Method in class com.blackrook.sql.SQLPool
Releases a connection back to the pool.
REPEATABLE_READ - Enum constant in enum class com.blackrook.sql.SQLConnection.TransactionLevel
From Connection: A constant indicating that dirty reads and non-repeatable reads are prevented; phantom reads can occur.
reset() - Method in class com.blackrook.sql.SQLResult.SQLResultIterator
Resets the iterator to the beginning.
rollback() - Method in class com.blackrook.sql.SQLConnection.Transaction
Rolls back this entire transaction.
rollback(Savepoint) - Method in class com.blackrook.sql.SQLConnection.Transaction
Rolls back this transaction to a Savepoint.
rowCount - Variable in class com.blackrook.sql.SQLResult
Rows affected or returned in the query.
rowCount(SQLConnectionFunction<SQLResult>) - Method in class com.blackrook.sql.SQLAbstractDAO
Gets a connection and performs a function on it, returning the altered row count.
rows - Variable in class com.blackrook.sql.SQLResult
List of rows of associative data.
A B C D E G H I L N O P R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form