com.alibaba.druid.sql.dialect.postgresql.ast.stmt
类 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
- 所有已实现的接口:
- SQLObject, SQLTableSource, PGSQLObject
public class PGFunctionTableSource
- extends SQLExprTableSource
- implements PGSQLObject
PGFunctionTableSource
public PGFunctionTableSource()
PGFunctionTableSource
public PGFunctionTableSource(SQLExpr expr)
getParameters
public List<PGParameter> getParameters()
accept0
public void accept0(PGASTVisitor visitor)
- 指定者:
- 接口
PGSQLObject 中的 accept0
Copyright © 2013-2014 Alibaba Group. All Rights Reserved.