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
SQLAlterStatementThecolumn definitionpart of building aSQLAlterStatementThe Column Name part of building aSQLAlterStatementTheoperationpart of building aSQLAlterStatementA builder to use to build aSQLAlterStatement.The Table name part of building aSQLAlterStatementThe Type part of building aSQLAlterStatementSQLCreateStatement represents a MySQL Create statementThe As or Columns part of building aSQLCreateStatementThe building part of building aSQLCreateStatementThe database name part of building aSQLCreateStatementThe If Not Exists of Database name part of building aSQLCreateStatementThe If Not Exists or table name part of building aSQLCreateStatementThe Foreign Keys or Building part of building aSQLCreateStatementA builder to create aSQLCreateStatement.The table name part of building aSQLCreateStatementThetypepart of building aSQLCreateStatementSQLDeleteStatement represents a delete statement in MySQLA builder used to build aSQLDeleteStatement.Thetablepart of building aSQLDeleteStatementTheWhere Statementand building part of building aSQLDeleteStatementSQLDropStatement represents a MySQL Drop statementThe building part of building aSQLDropStatementThe If Exists or Name part of building aSQLDropStatementThe name part of building aSQLDropStatementA builder to create aSQLDropStatement.The type part of building aSQLDropStatementSQLInsertStatement represents a MySQL Insert StatementThe Building part of building aSQLInsertStatementTheColumnsand Values part of building aSQLInsertStatementA builder class used to build aSQLInsertStatement.TheTablepart of building aSQLInsertStatementSQL Select Statement is used to build a MySQL select statementThe building part of building aSQLSelectStatementTheTablespart of building aSQLSelectStatementA builder to build aSQLSelectStatement.TheWhere Statementand building part of building aSQLSelectStatementSQL 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 Statementspart of building aSQLUpdateStatementA builder to use to build aSQLUpdateStatement.TheTablepart of building aSQLUpdateStatementTheWhere Statementand building part of building aSQLUpdateStatement