Index
All Classes and Interfaces|All Packages
M
- makeColumnRef(String) - Static method in class com.github.tadukoo.database.mysql.syntax.SQLSyntaxUtil
 - 
Makes a single
ColumnRefusing the given columnName - makeColumnRefs(Collection<String>) - Static method in class com.github.tadukoo.database.mysql.syntax.SQLSyntaxUtil
 - 
Makes a List of
ColumnRefsusing the given columnNames - makeConditional(Collection<String>, Collection<Object>, boolean) - Static method in class com.github.tadukoo.database.mysql.syntax.SQLSyntaxUtil
 - 
Makes a
Conditionalusing the given parameters - makeConditionalStmt(boolean, String, Object) - Static method in class com.github.tadukoo.database.mysql.syntax.SQLSyntaxUtil
 - 
Creates a
ConditionalStatementusing 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
operationto modify a column - modify() - Method in class com.github.tadukoo.database.mysql.syntax.statement.SQLAlterStatement.SQLAlterStatementBuilder
 - 
Sets the
operationto 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