A B C D E F G I K L M N O P R S U

G

GenericTable - Class in org.example.project.database
Abstract class that defines a set of commonly used database access methods.
GenericTable(Connection) - Constructor for class org.example.project.database.GenericTable
Initialise the database connection for this class.
getAutoCommit() - Method in class org.example.project.database.GenericTable
Retrieves the current auto-commit status for the Connection object.
getGeneratedKeys() - Method in class org.example.project.database.GenericTable
Populates the key result set with any auto-generated keys created as a result of executing the query from either executeUpdate(String) or executeUpdate(String, int).
getPreparedGeneratedKeys(String) - Method in class org.example.project.database.GenericTable
Populates the key result set with any auto-generated keys created as a result of executing the prepared query using executePreparedUpdate(String).
getTransactionIsolation() - Method in class org.example.project.database.GenericTable
Retrieves the Connection object's current transaction isolation level.

A B C D E F G I K L M N O P R S U