Index
All Classes and Interfaces|All Packages
U
- unsigned - Variable in class com.github.tadukoo.database.mysql.syntax.ColumnDefinition.Builder
-
Whether this column is unsigned (true) or signed (false)
- unsigned - Variable in class com.github.tadukoo.database.mysql.syntax.ColumnDefinition
-
Whether this column is unsigned (true) or signed (false)
- unsigned() - Method in class com.github.tadukoo.database.mysql.syntax.ColumnDefinition.NumericColumnDefinitionBuilder
-
Sets the column as unsigned
- unsigned() - Method in interface com.github.tadukoo.database.mysql.syntax.ColumnDefinition.NumericEnding
-
Sets the column as unsigned
- update() - Method in class com.github.tadukoo.database.mysql.syntax.statement.SQLStatement.SQLStatementBuilder
- update(String, Collection<String>, Collection<Object>, Collection<String>, Collection<Object>) - Method in class com.github.tadukoo.database.mysql.Database
-
Executes a single sql update statement
This sends the table, cols, values, whereCols, and whereValues toSQLSyntaxUtil.formatUpdateStatement(String, Collection, Collection, Collection, Collection)
to create the update statement and then usesDatabase.executeUpdate(String, String)
to run it - Updates - Class in com.github.tadukoo.database.mysql.transaction.update
-
Represents one or more MySQL update statements to be executed as a transaction.
- Updates() - Constructor for class com.github.tadukoo.database.mysql.transaction.update.Updates
- username - Variable in class com.github.tadukoo.database.mysql.Database.DatabaseBuilder
-
The MySQL username for connecting to the Database
- username - Variable in class com.github.tadukoo.database.mysql.Database
-
The MySQL username for connecting to the database
- username(String) - Method in class com.github.tadukoo.database.mysql.Database.DatabaseBuilder
- username(String) - Method in interface com.github.tadukoo.database.mysql.Database.Username
All Classes and Interfaces|All Packages