public class SQLDeleteStatement extends SQLStatementImpl
Constructor and Description |
---|
SQLDeleteStatement() |
SQLDeleteStatement(String dbType) |
Modifier and Type | Method and Description |
---|---|
String |
getAlias() |
SQLExprTableSource |
getExprTableSource() |
SQLTableSource |
getFrom() |
SQLName |
getTableName() |
SQLTableSource |
getTableSource() |
SQLExpr |
getWhere() |
void |
setAlias(String alias) |
void |
setFrom(SQLTableSource from) |
void |
setTableName(SQLName tableName) |
void |
setTableName(String name) |
void |
setTableSource(SQLExpr expr) |
void |
setTableSource(SQLTableSource tableSource) |
void |
setWhere(SQLExpr where) |
getDbType, setDbType, toString
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
public SQLDeleteStatement()
public SQLDeleteStatement(String dbType)
public SQLTableSource getTableSource()
public SQLExprTableSource getExprTableSource()
public void setTableSource(SQLExpr expr)
public void setTableSource(SQLTableSource tableSource)
public SQLName getTableName()
public void setTableName(SQLName tableName)
public void setTableName(String name)
public SQLExpr getWhere()
public void setWhere(SQLExpr where)
public String getAlias()
public void setAlias(String alias)
public SQLTableSource getFrom()
public void setFrom(SQLTableSource from)
Copyright © 2013–2017 Alibaba Group. All rights reserved.