Uses of Package
com.github.tadukoo.database.mysql.syntax.statement
Packages that use com.github.tadukoo.database.mysql.syntax.statement
Package
Description
Contains classes for creating MySQL statements
-
Classes in com.github.tadukoo.database.mysql.syntax.statement used by com.github.tadukoo.database.mysql.syntax.statementClassDescriptionSQL 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 aSQLAlterStatementThe 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 MySQLThetablepart 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 aSQLDropStatementThe type part of building aSQLDropStatementSQLInsertStatement represents a MySQL Insert StatementThe Building part of building aSQLInsertStatementTheColumnsand Values part of building aSQLInsertStatementTheTablepart of building aSQLInsertStatementSQL Select Statement is used to build a MySQL select statementThe building part of building aSQLSelectStatementTheTablespart of building aSQLSelectStatementTheWhere Statementand building part of building aSQLSelectStatementA builder class used to start building a SQL Statement.SQLUpdateStatement represents an Update statement from MySQLTheSet Statementspart of building aSQLUpdateStatementTheTablepart of building aSQLUpdateStatementTheWhere Statementand building part of building aSQLUpdateStatement