com.alibaba.druid.sql.dialect.postgresql.ast.stmt
类 PGDeleteStatement

java.lang.Object
  继承者 com.alibaba.druid.sql.ast.SQLObjectImpl
      继承者 com.alibaba.druid.sql.ast.SQLStatementImpl
          继承者 com.alibaba.druid.sql.ast.statement.SQLDeleteStatement
              继承者 com.alibaba.druid.sql.dialect.postgresql.ast.stmt.PGDeleteStatement
所有已实现的接口:
SQLObject, SQLStatement, PGSQLObject, PGSQLStatement

public class PGDeleteStatement
extends SQLDeleteStatement
implements PGSQLStatement


构造方法摘要
PGDeleteStatement()
           
 
方法摘要
 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)
           
 
从类 com.alibaba.druid.sql.ast.statement.SQLDeleteStatement 继承的方法
getExprTableSource, getTableName, getTableSource, getWhere, setTableName, setTableName, setTableSource, setTableSource, setWhere
 
从类 com.alibaba.druid.sql.ast.SQLStatementImpl 继承的方法
toString
 
从类 com.alibaba.druid.sql.ast.SQLObjectImpl 继承的方法
accept, getAttribute, getAttributes, getAttributesDirect, getParent, output, putAttribute, setParent
 
从类 java.lang.Object 继承的方法
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
从接口 com.alibaba.druid.sql.ast.SQLObject 继承的方法
accept, getAttribute, getAttributes, getAttributesDirect, getParent, output, putAttribute, setParent
 

构造方法详细信息

PGDeleteStatement

public PGDeleteStatement()
方法详细信息

isReturning

public boolean isReturning()

setReturning

public void setReturning(boolean returning)

getAlias

public String getAlias()
覆盖:
SQLDeleteStatement 中的 getAlias

setAlias

public void setAlias(String alias)
覆盖:
SQLDeleteStatement 中的 setAlias

getUsing

public List<SQLName> getUsing()

setUsing

public void setUsing(List<SQLName> using)

isOnly

public boolean isOnly()

setOnly

public void setOnly(boolean only)

getWith

public PGWithClause getWith()

setWith

public void setWith(PGWithClause with)

accept0

public void accept0(PGASTVisitor visitor)
指定者:
接口 PGSQLObject 中的 accept0


Copyright © 2013 Alibaba Group. All Rights Reserved.