public class PGDeleteStatement extends SQLDeleteStatement implements PGSQLStatement
Constructor and Description |
---|
PGDeleteStatement() |
Modifier and Type | Method and Description |
---|---|
void |
accept0(PGASTVisitor visitor) |
String |
getAlias() |
List<SQLName> |
getUsing() |
PGWithClause |
getWith() |
boolean |
isOnly() |
boolean |
isReturning() |
void |
setAlias(String alias) |
void |
setOnly(boolean only) |
void |
setReturning(boolean returning) |
void |
setUsing(List<SQLName> using) |
void |
setWith(PGWithClause with) |
getExprTableSource, getFrom, getTableName, getTableSource, getWhere, setFrom, setTableName, setTableName, setTableSource, setTableSource, setWhere
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
getDbType
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
public boolean isReturning()
public void setReturning(boolean returning)
public String getAlias()
getAlias
in class SQLDeleteStatement
public void setAlias(String alias)
setAlias
in class SQLDeleteStatement
public boolean isOnly()
public void setOnly(boolean only)
public PGWithClause getWith()
public void setWith(PGWithClause with)
public void accept0(PGASTVisitor visitor)
accept0
in interface PGSQLObject
Copyright © 2013–2017 Alibaba Group. All rights reserved.