All Classes and Interfaces

Class
Description
Abstract Database Pojo is a simple implementation of a DatabasePojo to use to easily make pojos that can be stored and retrieved from a Database
Column Definition is a definition for a column in MySQL.
The Length part of building a ColumnDefinition, allowing using a default length
The Length part of building a ColumnDefinition, allowing using a default length and using a long
The Size part of building a ColumnDefinition, allowing using a default size
The Building part of building a ColumnDefinition
A builder class for non-numeric column definitions
A builder used to build a ColumnDefinition.
The Column Name part of building a ColumnDefinition
The Data Type part of building a ColumnDefinition
The Fractional Seconds Precision part of building a ColumnDefinition
The Length part of building a ColumnDefinition
The normal ending part of building a ColumnDefinition
A builder class to use for numeric column definitions
The numeric ending part of building a ColumnDefinition
The Size part of building a ColumnDefinition
The Size and Digits part of building a ColumnDefinition
The Values part of building a ColumnDefinition
Column Ref is a reference to a column in SQL
The Alias and building part of building a ColumnRef
The building part of building a ColumnRef
The Column Name part of building a ColumnRef
A builder to use to build a ColumnRef.
The Table Name or Column Name part of building a ColumnRef
Common Result Set Converters are used for common/simple conversions from a ResultSet to values
Conditional represents a (potentially complex) conditional in MySQL
The Building part of building a Conditional
Conditional Builder is used to build a Conditional.
The First Condition part of building a Conditional
The Operator part of building a Conditional
The Operator or building part of building a Conditional
The Second Condition part of building a Conditional
Conditional Statement represents a single conditional statement in MySQL (it may be part of a greater Conditional)
The building part of building a ConditionalStatement
The Column part of building a ConditionalStatement
A builder to create a ConditionalStatement.
The Operator part of building a ConditionalStatement
The Value part of building a ConditionalStatement
A class used to connect to a MySQL database and make queries, updates, etc.
The building part of building a Database
A Builder to use to build a Database.
The host database name or username part of building a Database
The host URL part of building a Database
The logger part of building a Database
The max attempts or building part of building a Database
The password part of building a Database
The host port or host database or username part of building a Database
The username part of building a Database
Database Pojo represents a MappedPojo that can be used with a Database, to store and retrieve values from the Database as needed.
EqualsStatement represents a simple MySQL equals statement
Foreign Key Constraint represents a foreign key constraint in MySQL
The Column Names part of building a ForeignKeyConstraint
A builder to use to make a ForeignKeyConstraint.
The Options and building part of building a ForeignKeyConstraint
The Reference Column Names part of building a ForeignKeyConstraint
The Reference Table part of building a ForeignKeyConstraint
Insert and Get ID is a SQLTransaction that will run an insert statement on a table and then retrieve the id of the new entry.
Represents a single statement query in MySQL, to be executed as a transaction.
SQL Alter Statement represents a MySQL Alter statement
The building part of building a SQLAlterStatement
The column definition part of building a SQLAlterStatement
The Column Name part of building a SQLAlterStatement
The operation part of building a SQLAlterStatement
A builder to use to build a SQLAlterStatement.
The Table name part of building a SQLAlterStatement
The Type part of building a SQLAlterStatement
SQLColumnOperation represents an operation that can be performed on a column in MySQL
SQL Conjunctive Operator represents operators that join conditional statements together.
SQLCreateStatement represents a MySQL Create statement
The As or Columns part of building a SQLCreateStatement
The building part of building a SQLCreateStatement
The database name part of building a SQLCreateStatement
The If Not Exists of Database name part of building a SQLCreateStatement
The If Not Exists or table name part of building a SQLCreateStatement
The Foreign Keys or Building part of building a SQLCreateStatement
A builder to create a SQLCreateStatement.
The table name part of building a SQLCreateStatement
The type part of building a SQLCreateStatement
SQL Data Type represents the data type for a MySQL table column
SQLDeleteStatement represents a delete statement in MySQL
A builder used to build a SQLDeleteStatement.
The table part of building a SQLDeleteStatement
The Where Statement and building part of building a SQLDeleteStatement
SQLDropStatement represents a MySQL Drop statement
The building part of building a SQLDropStatement
The If Exists or Name part of building a SQLDropStatement
The name part of building a SQLDropStatement
A builder to create a SQLDropStatement.
The type part of building a SQLDropStatement
SQLInsertStatement represents a MySQL Insert Statement
The Building part of building a SQLInsertStatement
The Columns and Values part of building a SQLInsertStatement
A builder class used to build a SQLInsertStatement.
The Table part of building a SQLInsertStatement
SQL Operator represents a conditional operator in MySQL
SQL Reference Option represents a Reference Option in MySQL
SQL Select Statement is used to build a MySQL select statement
The building part of building a SQLSelectStatement
The Columns and Tables part of building a SQLSelectStatement
The distinct of columns or Tables part of building a SQLSelectStatement
The Tables part of building a SQLSelectStatement
A builder to build a SQLSelectStatement.
The Where Statement and building part of building a SQLSelectStatement
SQL Statement is a class used to create a MySQL Statement
A builder class used to start building a SQL Statement.
SQL Syntax Util provides utilities for handling SQL syntax.
Represents a transaction in MySQL
Represents a Type in MySQL
SQLUpdateStatement represents an Update statement from MySQL
The Set Statements part of building a SQLUpdateStatement
A builder to use to build a SQLUpdateStatement.
The Table part of building a SQLUpdateStatement
The Where Statement and building part of building a SQLUpdateStatement
Sub Pojo Definition holds all the information for a sub pojo contained inside another pojo
The building part of building a SubPojoDefinition
The ID column part of building a SubPojoDefinition
The Key part of building a SubPojoDefinition
A builder used to build a SubPojoDefinition.
The Type and Junction part of building a SubPojoDefinition
Table Ref is used as a reference to a Table in SQL.
The Alias and building part of building a TableRef
The Table Name part of building a TableRef
A builder to build a new TableRef.
Represents one or more MySQL update statements to be executed as a transaction.