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

C

clearPreparedParameters(String) - Method in class org.example.project.database.GenericTable
Clears the parameters that have been associated with the prepared statement that is identified by the given ID.
close() - Method in class org.example.project.database.GenericTable
Closes the Statement and ResultSet objects and releases the database and JDBC resources asociated with these objects.
commit() - Method in class org.example.project.database.GenericTable
Makes all changes made since the previous commit/rollback permanent and releases any database locks currently held by the Connection object.
createPreparedStatement(String, String) - Method in class org.example.project.database.GenericTable
Creates and stores a prepared statement for later use.
createPreparedStatement(String, String, int) - Method in class org.example.project.database.GenericTable
Creates and stores the default prepared statement as does createPreparedStatement(String, String), except that the user may specify whether or not this statement can return auto-generated keys.
createPreparedStatement(String, String, int, int) - Method in class org.example.project.database.GenericTable
Creates and stores a prepared statement for later use.
createPreparedStatement(String, String, int, int, int) - Method in class org.example.project.database.GenericTable
Creates and stores a prepared statement for later use.

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