Uses of Interface
io.github.coho04.mysql.interfaces.QueryHelper
-
Uses of QueryHelper in io.github.coho04.mysql
Modifier and TypeClassDescriptionclass
The MYSQL class provides methods for connecting to a MySQL server and performing operations on the server. -
Uses of QueryHelper in io.github.coho04.mysql.entities
Modifier and TypeClassDescriptionclass
Represents a column in a database table.class
The Database class represents a database in a MySQL server.class
Represents a row in a MySQL database table.class
The Table class represents a table in a database.class
Represents a User in the application.