Class SQLDeleteStatement.SQLDeleteStatementBuilder

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

public static class SQLDeleteStatement.SQLDeleteStatementBuilder extends Object implements SQLDeleteStatement.Table, SQLDeleteStatement.WhereStatementAndBuild
A builder used to build a SQLDeleteStatement. It takes the following parameters:
SQL Delete Statement Parameters
Parameter Name Description Default or Required
table The table to delete from Required
whereStatement The where statement to use for what to delete Defaults to null
Version:
Alpha v.0.3
Author:
Logan Ferree (Tadukoo)