Uses of Package
com.github.tadukoo.database.mysql.syntax
Package
Description
Contains
DatabasePojo
, which can be used to store and
retrieve the pojo values from a Database
Contains syntax elements to help build SQL statements
Contains classes for creating MySQL statements
-
ClassDescriptionColumn Definition is a definition for a column in MySQL.Foreign Key Constraint represents a foreign key constraint in MySQL
-
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
The 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
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 MySQLRepresents a Type in MySQL -
ClassDescriptionColumn Definition is a definition for a column in MySQL.Foreign Key Constraint represents a foreign key constraint in MySQLSQLColumnOperation represents an operation that can be performed on a column in MySQLRepresents a Type in MySQL