Uses of Class
io.github.coho04.mysql.MYSQL
-
Uses of MYSQL in io.github.coho04.mysql.entities
ModifierConstructorDescriptionInitializes a new instance of the Column class with the given name, table, and MYSQL object.Creates a new instance of the Database class.Represents a row in a database table.Creates a new Table object with the given name, database, and MYSQL objects.Represents a User in the application. -
Uses of MYSQL in io.github.coho04.mysql.interfaces
Modifier and TypeMethodDescriptiondefault <T> List
<T> QueryHelper.executeQuery
(String query, QueryHelper.ResultSetHandler<T> handler, MYSQL mysql) Executes a query on the database and returns the result.default <T> List
<T> QueryHelper.executeQuery
(String query, QueryHelper.ResultSetHandler<T> handler, MYSQL mysql, String database) Executes a query on the database and returns the result.default void
QueryHelper.executeUpdate
(String query, MYSQL mysql) Executes an update query on the database.default void
QueryHelper.executeUpdate
(String query, MYSQL mysql, String database) Executes an update query on the database.