Index

A B C D E F G H I J K L M N O P Q R S T U V W Y 
All Classes and Interfaces|All Packages

D

database() - Method in class com.github.tadukoo.database.mysql.syntax.statement.SQLCreateStatement.SQLCreateStatementBuilder
We'll be creating a database
database() - Method in interface com.github.tadukoo.database.mysql.syntax.statement.SQLCreateStatement.Type
We'll be creating a database
database() - Method in class com.github.tadukoo.database.mysql.syntax.statement.SQLDropStatement.SQLDropStatementBuilder
We'll be dropping a Database
database() - Method in interface com.github.tadukoo.database.mysql.syntax.statement.SQLDropStatement.Type
We'll be dropping a Database
Database - Class in com.github.tadukoo.database.mysql
A class used to connect to a MySQL database and make queries, updates, etc.
Database(EasyLogger, String, int, String, String, String, int) - Constructor for class com.github.tadukoo.database.mysql.Database
Constructs a new Database with the given parameters
DATABASE - Enum constant in enum class com.github.tadukoo.database.mysql.syntax.SQLType
Represents a Database in MySQL
Database.Build - Interface in com.github.tadukoo.database.mysql
The building part of building a Database
Database.DatabaseBuilder - Class in com.github.tadukoo.database.mysql
A Builder to use to build a Database.
Database.DatabaseNameOrUsername - Interface in com.github.tadukoo.database.mysql
The host database name or username part of building a Database
Database.Host - Interface in com.github.tadukoo.database.mysql
The host URL part of building a Database
Database.Logger - Interface in com.github.tadukoo.database.mysql
The logger part of building a Database
Database.MaxAttemptsOrBuild - Interface in com.github.tadukoo.database.mysql
The max attempts or building part of building a Database
Database.Password - Interface in com.github.tadukoo.database.mysql
The password part of building a Database
Database.PortOrDatabaseNameOrUsername - Interface in com.github.tadukoo.database.mysql
The host port or host database or username part of building a Database
Database.Username - Interface in com.github.tadukoo.database.mysql
The username part of building a Database
DatabaseBuilder() - Constructor for class com.github.tadukoo.database.mysql.Database.DatabaseBuilder
Not allowed to instantiate outside of Database
databaseName - Variable in class com.github.tadukoo.database.mysql.Database.DatabaseBuilder
The MySQL host database name
databaseName - Variable in class com.github.tadukoo.database.mysql.Database
The MySQL host database name
databaseName(String) - Method in class com.github.tadukoo.database.mysql.Database.DatabaseBuilder
databaseName(String) - Method in interface com.github.tadukoo.database.mysql.Database.DatabaseNameOrUsername
 
databaseName(String) - Method in interface com.github.tadukoo.database.mysql.syntax.statement.SQLCreateStatement.DatabaseName
 
databaseName(String) - Method in class com.github.tadukoo.database.mysql.syntax.statement.SQLCreateStatement.SQLCreateStatementBuilder
DatabasePojo - Interface in com.github.tadukoo.database.mysql.pojo
Database Pojo represents a MappedPojo that can be used with a Database, to store and retrieve values from the Database as needed.
dataType - Variable in class com.github.tadukoo.database.mysql.syntax.ColumnDefinition.Builder
The data type of the column
dataType - Variable in class com.github.tadukoo.database.mysql.syntax.ColumnDefinition.ColumnDefinitionBuilder
The data type of the column
dataType - Variable in class com.github.tadukoo.database.mysql.syntax.ColumnDefinition
The data type of the column
date() - Method in class com.github.tadukoo.database.mysql.syntax.ColumnDefinition.ColumnDefinitionBuilder
Sets the data type to DATE.
date() - Method in interface com.github.tadukoo.database.mysql.syntax.ColumnDefinition.DataType
Sets the data type to DATE.
DATE - Enum constant in enum class com.github.tadukoo.database.mysql.syntax.SQLDataType
The DATE type in MySQL
dates(ResultSet) - Static method in class com.github.tadukoo.database.mysql.CommonResultSetConverters
This will convert multiple rows of a ResultSet into a List of Dates, a single Date for each row
datetime() - Method in class com.github.tadukoo.database.mysql.syntax.ColumnDefinition.ColumnDefinitionBuilder
Sets the data type to DATETIME.
datetime() - Method in interface com.github.tadukoo.database.mysql.syntax.ColumnDefinition.DataType
Sets the data type to DATETIME.
DATETIME - Enum constant in enum class com.github.tadukoo.database.mysql.syntax.SQLDataType
The DATETIME type in MySQL
decimal() - Method in class com.github.tadukoo.database.mysql.syntax.ColumnDefinition.ColumnDefinitionBuilder
Sets the data type to DECIMAL.
decimal() - Method in interface com.github.tadukoo.database.mysql.syntax.ColumnDefinition.DataType
Sets the data type to DECIMAL.
DECIMAL - Enum constant in enum class com.github.tadukoo.database.mysql.syntax.SQLDataType
The DECIMAL type in MySQL
defaultFractionalSecondsPrecision() - Method in class com.github.tadukoo.database.mysql.syntax.ColumnDefinition.ColumnDefinitionBuilder
Sets to use the default fractional seconds precision for the data type
defaultFractionalSecondsPrecision() - Method in interface com.github.tadukoo.database.mysql.syntax.ColumnDefinition.FractionalSecondsPrecision
Sets to use the default fractional seconds precision for the data type
defaultLength() - Method in interface com.github.tadukoo.database.mysql.syntax.ColumnDefinition.AllowDefaultLength
Sets length to the default for the data type
defaultLength() - Method in class com.github.tadukoo.database.mysql.syntax.ColumnDefinition.ColumnDefinitionBuilder
Sets length to the default for the data type
defaultSize() - Method in interface com.github.tadukoo.database.mysql.syntax.ColumnDefinition.AllowDefaultSize
Sets size to the default for the data type
defaultSize() - Method in class com.github.tadukoo.database.mysql.syntax.ColumnDefinition.ColumnDefinitionBuilder
Sets size to the default for the data type
defaultSizeAndDigits() - Method in class com.github.tadukoo.database.mysql.syntax.ColumnDefinition.ColumnDefinitionBuilder
Sets to use the default size and digits for the data type
defaultSizeAndDigits() - Method in interface com.github.tadukoo.database.mysql.syntax.ColumnDefinition.SizeAndDigits
Sets to use the default size and digits for the data type
delete() - Method in class com.github.tadukoo.database.mysql.syntax.statement.SQLStatement.SQLStatementBuilder
 
digits - Variable in class com.github.tadukoo.database.mysql.syntax.ColumnDefinition.Builder
The number of digits after the decimal
digits - Variable in class com.github.tadukoo.database.mysql.syntax.ColumnDefinition.ColumnDefinitionBuilder
The number of digits after the decimal
digits - Variable in class com.github.tadukoo.database.mysql.syntax.ColumnDefinition
The number of digits after the decimal
distinct - Variable in class com.github.tadukoo.database.mysql.syntax.statement.SQLSelectStatement
Whether to select distinct columns or not
distinct - Variable in class com.github.tadukoo.database.mysql.syntax.statement.SQLSelectStatement.SQLSelectStatementBuilder
Whether to select distinct columns or not
distinct() - Method in interface com.github.tadukoo.database.mysql.syntax.statement.SQLSelectStatement.DistinctOrColumnsOrTables
Sets distinct to true for this select statement
distinct() - Method in class com.github.tadukoo.database.mysql.syntax.statement.SQLSelectStatement.SQLSelectStatementBuilder
Sets distinct to true for this select statement
doSearch(Database, Class<P>, boolean) - Method in interface com.github.tadukoo.database.mysql.pojo.DatabasePojo
Performs a search for data on pojos of this type in the given Database.
doSearch(Database, Class<P>, Collection<String>) - Method in interface com.github.tadukoo.database.mysql.pojo.DatabasePojo
Performs a search for data on pojos of this type in the given Database.
DOUBLE - Enum constant in enum class com.github.tadukoo.database.mysql.syntax.SQLDataType
The DOUBLE Type in MySQL
doubles(ResultSet) - Static method in class com.github.tadukoo.database.mysql.CommonResultSetConverters
This will convert multiple rows of a ResultSet into a List of doubles, a single double for each row
doubleType() - Method in class com.github.tadukoo.database.mysql.syntax.ColumnDefinition.ColumnDefinitionBuilder
Sets the data type to DOUBLE.
doubleType() - Method in interface com.github.tadukoo.database.mysql.syntax.ColumnDefinition.DataType
Sets the data type to DOUBLE.
drop() - Method in interface com.github.tadukoo.database.mysql.syntax.statement.SQLAlterStatement.Operation
Sets the operation to drop a column
drop() - Method in class com.github.tadukoo.database.mysql.syntax.statement.SQLAlterStatement.SQLAlterStatementBuilder
Sets the operation to drop a column
drop() - Method in class com.github.tadukoo.database.mysql.syntax.statement.SQLStatement.SQLStatementBuilder
 
DROP - Enum constant in enum class com.github.tadukoo.database.mysql.syntax.SQLColumnOperation
Drop an existing column - DROP COLUMN
A B C D E F G H I J K L M N O P Q R S T U V W Y 
All Classes and Interfaces|All Packages