Uses of Class
com.alibaba.druid.sql.dialect.postgresql.ast.expr.PGLineSegmentsExpr
-
Packages that use PGLineSegmentsExpr Package Description com.alibaba.druid.sql.dialect.postgresql.ast.expr com.alibaba.druid.sql.dialect.postgresql.visitor -
-
Uses of PGLineSegmentsExpr in com.alibaba.druid.sql.dialect.postgresql.ast.expr
Methods in com.alibaba.druid.sql.dialect.postgresql.ast.expr that return PGLineSegmentsExpr Modifier and Type Method Description PGLineSegmentsExprPGLineSegmentsExpr. clone() -
Uses of PGLineSegmentsExpr in com.alibaba.druid.sql.dialect.postgresql.visitor
Methods in com.alibaba.druid.sql.dialect.postgresql.visitor with parameters of type PGLineSegmentsExpr Modifier and Type Method Description default voidPGASTVisitor. endVisit(PGLineSegmentsExpr x)voidPGASTVisitorAdapter. endVisit(PGLineSegmentsExpr x)default booleanPGASTVisitor. visit(PGLineSegmentsExpr x)booleanPGASTVisitorAdapter. visit(PGLineSegmentsExpr x)booleanPGOutputVisitor. visit(PGLineSegmentsExpr x)
-