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 aColumnDefinitionA builder class for non-numeric column definitionsA builder used to build aColumnDefinition.The Column Name part of building aColumnDefinitionTheData Typepart of building aColumnDefinitionThe Fractional Seconds Precision part of building aColumnDefinitionThe Length part of building aColumnDefinitionThe normal ending part of building aColumnDefinitionA builder class to use for numeric column definitionsThe numeric ending part of building aColumnDefinitionThe Size part of building aColumnDefinitionThe Size and Digits part of building aColumnDefinitionThe Values part of building aColumnDefinitionForeign Key Constraint represents a foreign key constraint in MySQLThe Column Names part of building aForeignKeyConstraintA builder to use to make aForeignKeyConstraint.TheOptionsand building part of building aForeignKeyConstraintThe Reference Column Names part of building aForeignKeyConstraintThe Reference Table part of building aForeignKeyConstraintSQLColumnOperation 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