public class DeleteImpl extends WhereImpl<org.teasoft.bee.osql.chain.Delete> implements org.teasoft.bee.osql.chain.Delete
pvList, sql| Constructor and Description |
|---|
DeleteImpl() |
| Modifier and Type | Method and Description |
|---|---|
org.teasoft.bee.osql.chain.Delete |
delete(String table) |
org.teasoft.bee.osql.chain.Delete |
drop() |
org.teasoft.bee.osql.chain.Delete |
drop(String table) |
org.teasoft.bee.osql.chain.Delete |
IfExists() |
org.teasoft.bee.osql.chain.Delete |
table(String table) |
org.teasoft.bee.osql.chain.Delete |
truncate(String table) |
and, between, checkFieldOrExpression, in, in, isNotNull, isNull, lParentheses, not, notBetween, notIn, notIn, op, op, op, opWithField, or, rParentheses, where, whereaddValue, appendTable, checkExpression, getPvList, getTable, isUsePlaceholder, setContext, setTable, setUsePlaceholder, toSQL, toSQLclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic org.teasoft.bee.osql.chain.Delete delete(String table)
delete in interface org.teasoft.bee.osql.chain.Deletepublic org.teasoft.bee.osql.chain.Delete truncate(String table)
truncate in interface org.teasoft.bee.osql.chain.Deletepublic org.teasoft.bee.osql.chain.Delete drop(String table)
drop in interface org.teasoft.bee.osql.chain.Deletepublic org.teasoft.bee.osql.chain.Delete drop()
drop in interface org.teasoft.bee.osql.chain.Deletepublic org.teasoft.bee.osql.chain.Delete IfExists()
IfExists in interface org.teasoft.bee.osql.chain.Deletepublic org.teasoft.bee.osql.chain.Delete table(String table)
table in interface org.teasoft.bee.osql.chain.DeleteCopyright © 2024. All rights reserved.