Class SQLDropStatement.SQLDropStatementBuilder

java.lang.Object
com.github.tadukoo.database.mysql.syntax.statement.SQLDropStatement.SQLDropStatementBuilder
All Implemented Interfaces:
SQLDropStatement.Build, SQLDropStatement.ExistsOrName, SQLDropStatement.Name, SQLDropStatement.Type
Enclosing class:
SQLDropStatement

public static class SQLDropStatement.SQLDropStatementBuilder extends Object implements SQLDropStatement.Type, SQLDropStatement.ExistsOrName, SQLDropStatement.Name, SQLDropStatement.Build
A builder to create a SQLDropStatement. It takes the following parameters:
SQL Drop Statement Parameters
Parameter Description Required or Default
type The type to be dropped Required
ifExists Whether to include IF EXISTS in the statement or not Defaults to false
databaseName The name of the table/database to be dropped Required
Version:
Alpha v.0.3
Author:
Logan Ferree (Tadukoo)