Uses of Class
com.gengoai.sql.statement.Drop
-
Packages that use Drop Package Description com.gengoai.sql com.gengoai.sql.object com.gengoai.sql.statement -
-
Uses of Drop in com.gengoai.sql
Methods in com.gengoai.sql with parameters of type Drop Modifier and Type Method Description protected String
SQLDialect. drop(Drop drop)
Generates the SQL to drop an object -
Uses of Drop in com.gengoai.sql.object
Methods in com.gengoai.sql.object that return Drop Modifier and Type Method Description Drop
SQLObject. drop()
Creates a newDrop
statement setting the object to be created as this object.static Drop
Index. dropIndex(String name)
static Drop
Index. dropIndexIfExists(String name)
-
Uses of Drop in com.gengoai.sql.statement
Methods in com.gengoai.sql.statement that return Drop Modifier and Type Method Description Drop
Drop. failIfNotExists()
Fail if the item being dropped does not existDrop
Drop. ifExists()
Only perform the drop the item being dropped exists.Drop
Drop. ifExists(boolean ifExists)
Set whether or not to fail if trying to drop an object that does not exist
-