com.alibaba.druid.sql.ast.statement
类 SQLWithSubqueryClause

java.lang.Object
  继承者 com.alibaba.druid.sql.ast.SQLObjectImpl
      继承者 com.alibaba.druid.sql.ast.statement.SQLWithSubqueryClause
所有已实现的接口:
SQLObject

public class SQLWithSubqueryClause
extends SQLObjectImpl


嵌套类摘要
static class SQLWithSubqueryClause.Entry
           
 
构造方法摘要
SQLWithSubqueryClause()
           
 
方法摘要
 List<SQLWithSubqueryClause.Entry> getEntries()
           
 Boolean getRecursive()
           
 void setRecursive(Boolean recursive)
           
 
从类 com.alibaba.druid.sql.ast.SQLObjectImpl 继承的方法
accept, getAttribute, getAttributes, getAttributesDirect, getParent, output, putAttribute, setParent, toString
 
从类 java.lang.Object 继承的方法
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

构造方法详细信息

SQLWithSubqueryClause

public SQLWithSubqueryClause()
方法详细信息

getEntries

public List<SQLWithSubqueryClause.Entry> getEntries()

getRecursive

public Boolean getRecursive()

setRecursive

public void setRecursive(Boolean recursive)


Copyright © 2013 Alibaba Group. All Rights Reserved.