Class SQLUpdateStatement.SQLUpdateStatementBuilder

java.lang.Object
com.github.tadukoo.database.mysql.syntax.statement.SQLUpdateStatement.SQLUpdateStatementBuilder
All Implemented Interfaces:
SQLUpdateStatement.SetStatements, SQLUpdateStatement.Table, SQLUpdateStatement.WhereStatementAndBuild
Enclosing class:
SQLUpdateStatement

public static class SQLUpdateStatement.SQLUpdateStatementBuilder extends Object implements SQLUpdateStatement.Table, SQLUpdateStatement.SetStatements, SQLUpdateStatement.WhereStatementAndBuild
A builder to use to build a SQLUpdateStatement. It takes the following parameters:
SQL Insert Statement Parameters
Parameter Name Description Default or Required
table The table to update Required
setStatements The statements to set values Required
whereStatement The where statement Defaults to null
Version:
Alpha v.0.3
Author:
Logan Ferree (Tadukoo)