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 DatabaseColumn Definition is a definition for a column in MySQL.
The Length part of building a
ColumnDefinition, allowing using a default lengthThe Length part of building a
ColumnDefinition, allowing using a default length and using a longThe Size part of building a
ColumnDefinition, allowing using a default sizeThe Building part of building a
ColumnDefinitionA builder class for non-numeric column definitions
A builder used to build a
ColumnDefinition.The Column Name part of building a
ColumnDefinitionThe
Data Type part of building a ColumnDefinitionThe Fractional Seconds Precision part of building a
ColumnDefinitionThe Length part of building a
ColumnDefinitionThe normal ending part of building a
ColumnDefinitionA builder class to use for numeric column definitions
The numeric ending part of building a
ColumnDefinitionThe Size part of building a
ColumnDefinitionThe Size and Digits part of building a
ColumnDefinitionThe Values part of building a
ColumnDefinitionColumn Ref is a reference to a column in SQL
The Alias and building part of building a
ColumnRefThe building part of building a
ColumnRefThe Column Name part of building a
ColumnRefA builder to use to build a
ColumnRef.The Table Name or Column Name part of building a
ColumnRefCommon Result Set Converters are used for common/simple conversions from a
ResultSet to valuesConditional represents a (potentially complex) conditional in MySQL
The Building part of building a
ConditionalConditional Builder is used to build a
Conditional.The First Condition part of building a
ConditionalThe
Operator part of building a ConditionalThe
Operator or building part of building a ConditionalThe Second Condition part of building a
ConditionalConditional Statement represents a single conditional statement in MySQL (it may be part of a greater
Conditional)The building part of building a
ConditionalStatementThe
Column part of building a ConditionalStatementA builder to create a
ConditionalStatement.The
Operator part of building a ConditionalStatementThe Value part of building a
ConditionalStatementA class used to connect to a MySQL database and make queries, updates, etc.
The building part of building a
DatabaseA Builder to use to build a
Database.The host database name or username part of building a
DatabaseThe host URL part of building a
DatabaseThe
logger part of building a DatabaseThe max attempts or building part of building a
DatabaseThe password part of building a
DatabaseThe host port or host database or username part of building a
DatabaseThe username part of building a
DatabaseEqualsStatement represents a simple MySQL equals statement
Foreign Key Constraint represents a foreign key constraint in MySQL
The Column Names part of building a
ForeignKeyConstraintA builder to use to make a
ForeignKeyConstraint.The
Options and building part of building a ForeignKeyConstraintThe Reference Column Names part of building a
ForeignKeyConstraintThe Reference Table part of building a
ForeignKeyConstraintInsert 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
SQLAlterStatementThe
column definition part of building a SQLAlterStatementThe Column Name part of building a
SQLAlterStatementThe
operation part of building a SQLAlterStatementA builder to use to build a
SQLAlterStatement.The Table name part of building a
SQLAlterStatementThe Type part of building a
SQLAlterStatementSQLColumnOperation 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
SQLCreateStatementThe building part of building a
SQLCreateStatementThe database name part of building a
SQLCreateStatementThe If Not Exists of Database name part of building a
SQLCreateStatementThe If Not Exists or table name part of building a
SQLCreateStatementThe Foreign Keys or Building part of building a
SQLCreateStatementA builder to create a
SQLCreateStatement.The table name part of building a
SQLCreateStatementThe
type part of building a SQLCreateStatementSQL 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 SQLDeleteStatementThe
Where Statement and building part of building a SQLDeleteStatementSQLDropStatement represents a MySQL Drop statement
The building part of building a
SQLDropStatementThe If Exists or Name part of building a
SQLDropStatementThe name part of building a
SQLDropStatementA builder to create a
SQLDropStatement.The type part of building a
SQLDropStatementSQLInsertStatement represents a MySQL Insert Statement
The Building part of building a
SQLInsertStatementThe
Columns and Values part of building a SQLInsertStatementA builder class used to build a
SQLInsertStatement.The
Table part of building a SQLInsertStatementSQL 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
SQLSelectStatementThe
Tables part of building a SQLSelectStatementA builder to build a
SQLSelectStatement.The
Where Statement and building part of building a SQLSelectStatementSQL 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 SQLUpdateStatementA builder to use to build a
SQLUpdateStatement.The
Table part of building a SQLUpdateStatementThe
Where Statement and building part of building a SQLUpdateStatementSub Pojo Definition holds all the information for a sub pojo contained inside another pojo
The building part of building a
SubPojoDefinitionThe ID column part of building a
SubPojoDefinitionThe Key part of building a
SubPojoDefinitionA builder used to build a
SubPojoDefinition.The Type and Junction part of building a
SubPojoDefinitionTable Ref is used as a reference to a Table in SQL.
The Alias and building part of building a
TableRefThe Table Name part of building a
TableRefA builder to build a new
TableRef.Represents one or more MySQL update statements to be executed as a transaction.