com.alibaba.druid.sql.dialect.postgresql.ast
接口 PGSQLObject

所有超级接口:
SQLObject
所有已知子接口:
PGExpr, PGSQLStatement
所有已知实现类:
PGDeleteStatement, PGFunctionTableSource, PGInsertStatement, PGParameter, PGSelectQueryBlock.FetchClause, PGSelectQueryBlock.ForClause, PGSelectQueryBlock.WindowClause, PGSelectStatement, PGSQLObjectImpl, PGUpdateStatement, PGWithClause, PGWithQuery

public interface PGSQLObject
extends SQLObject


方法摘要
 void accept0(PGASTVisitor visitor)
           
 
从接口 com.alibaba.druid.sql.ast.SQLObject 继承的方法
accept, getAttribute, getAttributes, getAttributesDirect, getParent, output, putAttribute, setParent
 

方法详细信息

accept0

void accept0(PGASTVisitor visitor)


Copyright © 2013 Alibaba Group. All Rights Reserved.