com.alibaba.druid.sql.dialect.postgresql.ast.stmt
Class PGFunctionTableSource
java.lang.Object
com.alibaba.druid.sql.ast.SQLObjectImpl
com.alibaba.druid.sql.ast.statement.SQLTableSourceImpl
com.alibaba.druid.sql.ast.statement.SQLExprTableSource
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
PGFunctionTableSource
public PGFunctionTableSource()
PGFunctionTableSource
public PGFunctionTableSource(SQLExpr expr)
getParameters
public List<PGParameter> getParameters()
accept0
public void accept0(PGASTVisitor visitor)
- Specified by:
accept0 in interface PGSQLObject
Copyright © 2012 Alibaba Group. All Rights Reserved.