com.alibaba.druid.sql.dialect.postgresql.ast
Interface PGSQLObject

All Superinterfaces:
SQLObject
All Known Subinterfaces:
PGExpr, PGSQLStatement
All Known Implementing Classes:
PGAnalytic, PGAnalyticWindowing, PGDeleteStatement, PGFunctionTableSource, PGInsertStatement, PGParameter, PGSelectQueryBlock.FetchClause, PGSelectQueryBlock.ForClause, PGSelectQueryBlock.WindowClause, PGSelectStatement, PGSQLObjectImpl, PGSQLStatementImpl, PGTruncateStatement, PGUpdateStatement, PGWithClause, PGWithQuery

public interface PGSQLObject
extends SQLObject


Method Summary
 void accept0(PGASTVisitor visitor)
           
 
Methods inherited from interface com.alibaba.druid.sql.ast.SQLObject
accept, getAttribute, getAttributes, getAttributesDirect, getParent, output, putAttribute, setParent
 

Method Detail

accept0

void accept0(PGASTVisitor visitor)


Copyright © 2012 Alibaba Group. All Rights Reserved.