All Classes and Interfaces

Class
Description
Represents a column in a database table.
The Database class represents a database in a MySQL server.
The ExceptionHandler class handles exceptions and takes action based on the configuration flags.
The MYSQL class provides methods for connecting to a MySQL server and performing operations on the server.
The MysqlTypes enum represents the different MySQL data types.
The NoConnectionException is an exception thrown when there is no connection to the MySQL server.
Represents different permissions that can be assigned to a user or database.
 
 
Represents a row in a MySQL database table.
The RowBuilder class is used to build a row for database insertion.
The SearchResult class represents a single search result item.
The SearchResults class represents a collection of SearchResult objects.
The Table class represents a table in a database.
 
Represents a User in the application.