Uses of Class
com.github.tadukoo.database.mysql.syntax.conditional.EqualsStatement
Packages that use EqualsStatement
Package
Description
Contains classes for creating MySQL statements
-
Uses of EqualsStatement in com.github.tadukoo.database.mysql.syntax.statement
Fields in com.github.tadukoo.database.mysql.syntax.statement with type parameters of type EqualsStatementModifier and TypeFieldDescriptionprivate final List<EqualsStatement>
SQLUpdateStatement.setStatements
Thestatements
to set valuesprivate List<EqualsStatement>
SQLUpdateStatement.SQLUpdateStatementBuilder.setStatements
Thestatements
to set valuesMethods in com.github.tadukoo.database.mysql.syntax.statement that return types with arguments of type EqualsStatementMethods in com.github.tadukoo.database.mysql.syntax.statement with parameters of type EqualsStatementModifier and TypeMethodDescriptionSQLUpdateStatement.SetStatements.setStatements
(EqualsStatement... setStatements) SQLUpdateStatement.SQLUpdateStatementBuilder.setStatements
(EqualsStatement... setStatements) Method parameters in com.github.tadukoo.database.mysql.syntax.statement with type arguments of type EqualsStatementModifier and TypeMethodDescriptionSQLUpdateStatement.SetStatements.setStatements
(List<EqualsStatement> setStatements) SQLUpdateStatement.SQLUpdateStatementBuilder.setStatements
(List<EqualsStatement> setStatements) Constructor parameters in com.github.tadukoo.database.mysql.syntax.statement with type arguments of type EqualsStatementModifierConstructorDescriptionprivate
SQLUpdateStatement
(TableRef table, List<EqualsStatement> setStatements, Conditional whereStatement) Constructs a SQLUpdateStatement using the given parameters