Interface PGSQLObject
-
- All Superinterfaces:
SQLObject
- All Known Subinterfaces:
PGExpr,PGSQLStatement
- All Known Implementing Classes:
GaussDbInsertStatement,PGAlterDatabaseStatement,PGAlterSchemaStatement,PGAnalyzeStatement,PGAttrExpr,PGBoxExpr,PGCharExpr,PGCidrExpr,PGCircleExpr,PGConnectToStatement,PGCreateDatabaseStatement,PGCreateSchemaStatement,PGDeleteStatement,PGDoStatement,PGDropDatabaseStatement,PGDropSchemaStatement,PGEndTransactionStatement,PGExprImpl,PGExtractExpr,PGFunctionTableSource,PGInetExpr,PGInsertStatement,PGLineSegmentsExpr,PGMacAddrExpr,PGPointExpr,PGPolygonExpr,PGSelectQueryBlock,PGSelectQueryBlock.FetchClause,PGSelectQueryBlock.ForClause,PGSelectStatement,PGShowStatement,PGSQLObjectImpl,PGStartTransactionStatement,PGTypeCastExpr,PGUpdateStatement,PGVacuumStatement
public interface PGSQLObject extends SQLObject
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaccept0(PGASTVisitor visitor)-
Methods inherited from interface com.alibaba.druid.sql.ast.SQLObject
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, clone, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, putAttribute, setParent, setSource
-
-
-
-
Method Detail
-
accept0
void accept0(PGASTVisitor visitor)
-
-