Package de.ec.sql
Class Delete
- java.lang.Object
-
- de.ec.sql.Delete
-
- All Implemented Interfaces:
BeforeWhere,QueryBuilder,QueryPart
public class Delete extends java.lang.Object implements QueryBuilder, BeforeWhere
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedDelete(BeforeDelete builder, java.lang.String table)Delete(Table table)Delete(java.lang.String table)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Stringstring(QueryOptions options)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface de.ec.sql.BeforeWhere
where, where, where, whereSQL
-
Methods inherited from interface de.ec.sql.QueryBuilder
query
-
-
-
-
Constructor Detail
-
Delete
public Delete(java.lang.String table)
-
Delete
public Delete(Table table)
-
Delete
protected Delete(BeforeDelete builder, java.lang.String table)
-
-
Method Detail
-
string
public java.lang.String string(QueryOptions options)
-
-