Index
All Classes and Interfaces|All Packages
M
- makeColumnRef(String) - Static method in class com.github.tadukoo.database.mysql.syntax.SQLSyntaxUtil
-
Makes a single
ColumnRef
using the given columnName - makeColumnRefs(Collection<String>) - Static method in class com.github.tadukoo.database.mysql.syntax.SQLSyntaxUtil
-
Makes a List of
ColumnRefs
using the given columnNames - makeConditional(Collection<String>, Collection<Object>, boolean) - Static method in class com.github.tadukoo.database.mysql.syntax.SQLSyntaxUtil
-
Makes a
Conditional
using the given parameters - makeConditionalStmt(boolean, String, Object) - Static method in class com.github.tadukoo.database.mysql.syntax.SQLSyntaxUtil
-
Creates a
ConditionalStatement
using the given parameters. - maxAttempts - Variable in class com.github.tadukoo.database.mysql.Database.DatabaseBuilder
-
The maximum number of attempts to try a SQL transaction before giving up
- maxAttempts - Variable in class com.github.tadukoo.database.mysql.Database
-
The maximum number of attempts to try a SQL transaction before giving up
- maxAttempts(int) - Method in class com.github.tadukoo.database.mysql.Database.DatabaseBuilder
- maxAttempts(int) - Method in interface com.github.tadukoo.database.mysql.Database.MaxAttemptsOrBuild
- mediumblob() - Method in class com.github.tadukoo.database.mysql.syntax.ColumnDefinition.ColumnDefinitionBuilder
-
Sets the data type to
MEDIUMBLOB
. - mediumblob() - Method in interface com.github.tadukoo.database.mysql.syntax.ColumnDefinition.DataType
-
Sets the data type to
MEDIUMBLOB
. - MEDIUMBLOB - Enum constant in enum class com.github.tadukoo.database.mysql.syntax.SQLDataType
-
The MEDIUMBLOB type in MySQL
- mediumint() - Method in class com.github.tadukoo.database.mysql.syntax.ColumnDefinition.ColumnDefinitionBuilder
-
Sets the data type to
MEDIUMINT
. - mediumint() - Method in interface com.github.tadukoo.database.mysql.syntax.ColumnDefinition.DataType
-
Sets the data type to
MEDIUMINT
. - MEDIUMINT - Enum constant in enum class com.github.tadukoo.database.mysql.syntax.SQLDataType
-
The MEDIUMINT type in MySQL
- mediumtext() - Method in class com.github.tadukoo.database.mysql.syntax.ColumnDefinition.ColumnDefinitionBuilder
-
Sets the data type to
MEDIUMTEXT
. - mediumtext() - Method in interface com.github.tadukoo.database.mysql.syntax.ColumnDefinition.DataType
-
Sets the data type to
MEDIUMTEXT
. - MEDIUMTEXT - Enum constant in enum class com.github.tadukoo.database.mysql.syntax.SQLDataType
-
The MEDIUMTEXT type in MySQL
- modify() - Method in interface com.github.tadukoo.database.mysql.syntax.statement.SQLAlterStatement.Operation
-
Sets the
operation
to modify a column - modify() - Method in class com.github.tadukoo.database.mysql.syntax.statement.SQLAlterStatement.SQLAlterStatementBuilder
-
Sets the
operation
to modify a column - MODIFY - Enum constant in enum class com.github.tadukoo.database.mysql.syntax.SQLColumnOperation
-
Modify an existing column - MODIFY COLUMN
All Classes and Interfaces|All Packages