public class PGDeleteStatement extends SQLDeleteStatement implements PGSQLStatement
Constructor and Description |
---|
PGDeleteStatement() |
Modifier and Type | Method and Description |
---|---|
void |
accept0(PGASTVisitor visitor) |
PGDeleteStatement |
clone() |
String |
getAlias() |
boolean |
isReturning() |
void |
setAlias(String alias) |
void |
setReturning(boolean returning) |
addCondition, addCondition, getChildren, getExprTableSource, getFrom, getTableName, getTableSource, getUsing, getWhere, getWith, isOnly, removeCondition, removeCondition, replace, setFrom, setOnly, setTableName, setTableName, setTableSource, setTableSource, setUsing, setWhere, setWith
getDbType, getHeadHintsDirect, isAfterSemi, setAfterSemi, setDbType, setHeadHints, toString
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
getChildren, getDbType, isAfterSemi, setAfterSemi
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 void accept0(PGASTVisitor visitor)
accept0
in interface PGSQLObject
public PGDeleteStatement clone()
clone
in interface SQLObject
clone
in interface SQLStatement
clone
in class SQLDeleteStatement
Copyright © 2013–2017 Alibaba Group. All rights reserved.