com.alibaba.druid.sql.dialect.postgresql.ast.stmt
Class PGFunctionTableSource

java.lang.Object
  extended by com.alibaba.druid.sql.ast.SQLObjectImpl
      extended by com.alibaba.druid.sql.ast.statement.SQLTableSourceImpl
          extended by com.alibaba.druid.sql.ast.statement.SQLExprTableSource
              extended by com.alibaba.druid.sql.dialect.postgresql.ast.stmt.PGFunctionTableSource
All Implemented Interfaces:
SQLObject, SQLTableSource, PGSQLObject, Serializable

public class PGFunctionTableSource
extends SQLExprTableSource
implements PGSQLObject

See Also:
Serialized Form

Constructor Summary
PGFunctionTableSource()
           
PGFunctionTableSource(SQLExpr expr)
           
 
Method Summary
 void accept0(PGASTVisitor visitor)
           
 List<PGParameter> getParameters()
           
 
Methods inherited from class com.alibaba.druid.sql.ast.statement.SQLExprTableSource
getExpr, output, setExpr
 
Methods inherited from class com.alibaba.druid.sql.ast.statement.SQLTableSourceImpl
getAlias, getHints, setAlias, setHints
 
Methods inherited from class com.alibaba.druid.sql.ast.SQLObjectImpl
accept, getAttribute, getAttributes, getAttributesDirect, getParent, putAttribute, setParent, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.alibaba.druid.sql.ast.SQLObject
accept, getAttribute, getAttributes, getAttributesDirect, getParent, output, putAttribute, setParent
 

Constructor Detail

PGFunctionTableSource

public PGFunctionTableSource()

PGFunctionTableSource

public PGFunctionTableSource(SQLExpr expr)
Method Detail

getParameters

public List<PGParameter> getParameters()

accept0

public void accept0(PGASTVisitor visitor)
Specified by:
accept0 in interface PGSQLObject


Copyright © 2012 Alibaba Group. All Rights Reserved.