Package com.github.tadukoo.database.mysql.syntax
package com.github.tadukoo.database.mysql.syntax
Contains syntax elements to help build SQL statements
-
ClassDescriptionColumn 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 aColumnDefinition
, allowing using a default length and using a longThe Size part of building aColumnDefinition
, allowing using a default sizeThe Building part of building aColumnDefinition
A builder class for non-numeric column definitionsA builder used to build aColumnDefinition
.The Column Name part of building aColumnDefinition
TheData Type
part of building aColumnDefinition
The Fractional Seconds Precision part of building aColumnDefinition
The Length part of building aColumnDefinition
The normal ending part of building aColumnDefinition
A builder class to use for numeric column definitionsThe numeric ending part of building aColumnDefinition
The Size part of building aColumnDefinition
The Size and Digits part of building aColumnDefinition
The Values part of building aColumnDefinition
Foreign Key Constraint represents a foreign key constraint in MySQLThe Column Names part of building aForeignKeyConstraint
A builder to use to make aForeignKeyConstraint
.TheOptions
and building part of building aForeignKeyConstraint
The Reference Column Names part of building aForeignKeyConstraint
The Reference Table part of building aForeignKeyConstraint
SQLColumnOperation represents an operation that can be performed on a column in MySQLSQL Data Type represents the data type for a MySQL table columnSQL Reference Option represents a Reference Option in MySQLSQL Syntax Util provides utilities for handling SQL syntax.Represents a Type in MySQL