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, replace, setFrom, setTableName, setTableName, setTableSource, setTableSource, setWheregetDbType, isAfterSemi, setAfterSemi, setDbType, toStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, clone, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentequals, getClass, hashCode, notify, notifyAll, wait, wait, waitgetDbType, isAfterSemi, setAfterSemiaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, clone, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentpublic boolean isReturning()
public void setReturning(boolean returning)
public String getAlias()
getAlias in class SQLDeleteStatementpublic void setAlias(String alias)
setAlias in class SQLDeleteStatementpublic boolean isOnly()
public void setOnly(boolean only)
public PGWithClause getWith()
public void setWith(PGWithClause with)
public void accept0(PGASTVisitor visitor)
accept0 in interface PGSQLObjectCopyright © 2013–2017 Alibaba Group. All rights reserved.