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

java.lang.Object
  继承者 com.alibaba.druid.sql.ast.SQLObjectImpl
      继承者 com.alibaba.druid.sql.ast.statement.SQLTableSourceImpl
          继承者 com.alibaba.druid.sql.ast.statement.SQLExprTableSource
所有已实现的接口:
SQLObject, SQLTableSource
直接已知子类:
OracleSelectTableReference, PGFunctionTableSource

public class SQLExprTableSource
extends SQLTableSourceImpl


构造方法摘要
SQLExprTableSource()
           
SQLExprTableSource(SQLExpr expr)
           
 
方法摘要
 boolean equals(Object obj)
           
 SQLExpr getExpr()
           
 int hashCode()
           
 void output(StringBuffer buf)
           
 void setExpr(SQLExpr expr)
           
 
从类 com.alibaba.druid.sql.ast.statement.SQLTableSourceImpl 继承的方法
getAlias, getHints, getHintsSize, setAlias, setHints
 
从类 com.alibaba.druid.sql.ast.SQLObjectImpl 继承的方法
accept, getAttribute, getAttributes, getAttributesDirect, getParent, putAttribute, setParent, toString
 
从类 java.lang.Object 继承的方法
getClass, notify, notifyAll, wait, wait, wait
 
从接口 com.alibaba.druid.sql.ast.SQLObject 继承的方法
accept, getAttribute, getAttributes, getAttributesDirect, getParent, putAttribute, setParent
 

构造方法详细信息

SQLExprTableSource

public SQLExprTableSource()

SQLExprTableSource

public SQLExprTableSource(SQLExpr expr)
方法详细信息

getExpr

public SQLExpr getExpr()

setExpr

public void setExpr(SQLExpr expr)

output

public void output(StringBuffer buf)
指定者:
接口 SQLObject 中的 output
覆盖:
SQLObjectImpl 中的 output

hashCode

public int hashCode()
覆盖:
Object 中的 hashCode

equals

public boolean equals(Object obj)
覆盖:
Object 中的 equals


Copyright © 2013 Alibaba Group. All Rights Reserved.