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

E

ENUM - Enum constant in enum class com.github.tadukoo.database.mysql.syntax.SQLDataType
The ENUM type in MySQL
enumeration() - Method in class com.github.tadukoo.database.mysql.syntax.ColumnDefinition.ColumnDefinitionBuilder
Sets the data type to ENUM.
enumeration() - Method in interface com.github.tadukoo.database.mysql.syntax.ColumnDefinition.DataType
Sets the data type to ENUM.
EQUAL - Enum constant in enum class com.github.tadukoo.database.mysql.syntax.conditional.SQLOperator
Equal to (=)
EqualsStatement - Class in com.github.tadukoo.database.mysql.syntax.conditional
EqualsStatement represents a simple MySQL equals statement
EqualsStatement(ColumnRef, Object) - Constructor for class com.github.tadukoo.database.mysql.syntax.conditional.EqualsStatement
Constructs a new EqualsStatement using the given parameters
execute(Connection, EasyLogger) - Method in class com.github.tadukoo.database.mysql.transaction.InsertAndGetID
Executes the transaction using the given connection, and will log messages as needed to the given EasyLogger
execute(Connection, EasyLogger) - Method in class com.github.tadukoo.database.mysql.transaction.query.Query
Executes the transaction using the given connection, and will log messages as needed to the given EasyLogger
execute(Connection, EasyLogger) - Method in interface com.github.tadukoo.database.mysql.transaction.SQLTransaction
Executes the transaction using the given connection, and will log messages as needed to the given EasyLogger
execute(Connection, EasyLogger) - Method in class com.github.tadukoo.database.mysql.transaction.update.Updates
Executes the transaction using the given connection, and will log messages as needed to the given EasyLogger
executeQuery(String, String, ThrowingFunction<ResultSet, ResultType, SQLException>) - Method in class com.github.tadukoo.database.mysql.Database
Executes a sql query after building a Query object for it from the given pieces.
executeTransaction(SQLTransaction<ResultType>) - Method in class com.github.tadukoo.database.mysql.Database
Runs a SQL transaction.
executeUpdate(String, String) - Method in class com.github.tadukoo.database.mysql.Database
Executes a single sql update and returns if it was a success.
executeUpdates(String, List<String>, List<String>) - Method in class com.github.tadukoo.database.mysql.Database
Executes sql updates and returns if they were a success.
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