Uses of Class
io.github.coho04.mysql.MYSQL
Packages that use MYSQL
-
Uses of MYSQL in io.github.coho04.mysql.entities
Constructors in io.github.coho04.mysql.entities with parameters of type MYSQLModifierConstructorDescriptionInitializes 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
Methods in io.github.coho04.mysql.interfaces that return MYSQLMethods in io.github.coho04.mysql.interfaces with parameters of type MYSQLModifier 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.