Package com.github.tadukoo.database.mysql.syntax.statement
package com.github.tadukoo.database.mysql.syntax.statement
Contains classes for creating MySQL statements
-
ClassDescriptionSQL Alter Statement represents a MySQL Alter statementThe building part of building a
SQLAlterStatement
Thecolumn definition
part of building aSQLAlterStatement
The Column Name part of building aSQLAlterStatement
Theoperation
part of building aSQLAlterStatement
A builder to use to build aSQLAlterStatement
.The Table name part of building aSQLAlterStatement
The Type part of building aSQLAlterStatement
SQLCreateStatement represents a MySQL Create statementThe As or Columns part of building aSQLCreateStatement
The building part of building aSQLCreateStatement
The database name part of building aSQLCreateStatement
The If Not Exists of Database name part of building aSQLCreateStatement
The If Not Exists or table name part of building aSQLCreateStatement
The Foreign Keys or Building part of building aSQLCreateStatement
A builder to create aSQLCreateStatement
.The table name part of building aSQLCreateStatement
Thetype
part of building aSQLCreateStatement
SQLDeleteStatement represents a delete statement in MySQLA builder used to build aSQLDeleteStatement
.Thetable
part of building aSQLDeleteStatement
TheWhere Statement
and building part of building aSQLDeleteStatement
SQLDropStatement represents a MySQL Drop statementThe building part of building aSQLDropStatement
The If Exists or Name part of building aSQLDropStatement
The name part of building aSQLDropStatement
A builder to create aSQLDropStatement
.The type part of building aSQLDropStatement
SQLInsertStatement represents a MySQL Insert StatementThe Building part of building aSQLInsertStatement
TheColumns
and Values part of building aSQLInsertStatement
A builder class used to build aSQLInsertStatement
.TheTable
part of building aSQLInsertStatement
SQL Select Statement is used to build a MySQL select statementThe building part of building aSQLSelectStatement
TheTables
part of building aSQLSelectStatement
A builder to build aSQLSelectStatement
.TheWhere Statement
and building part of building aSQLSelectStatement
SQL Statement is a class used to create a MySQL StatementA builder class used to start building a SQL Statement.SQLUpdateStatement represents an Update statement from MySQLTheSet Statements
part of building aSQLUpdateStatement
A builder to use to build aSQLUpdateStatement
.TheTable
part of building aSQLUpdateStatement
TheWhere Statement
and building part of building aSQLUpdateStatement