Interface PGExpr
-
- All Superinterfaces:
Cloneable,PGSQLObject,SQLExpr,SQLObject
- All Known Implementing Classes:
PGAttrExpr,PGBoxExpr,PGCharExpr,PGCidrExpr,PGCircleExpr,PGExprImpl,PGExtractExpr,PGInetExpr,PGLineSegmentsExpr,PGMacAddrExpr,PGPointExpr,PGPolygonExpr,PGTypeCastExpr
public interface PGExpr extends SQLExpr, PGSQLObject
-
-
Method Summary
-
Methods inherited from interface com.alibaba.druid.sql.dialect.postgresql.ast.PGSQLObject
accept0
-
Methods inherited from interface com.alibaba.druid.sql.ast.SQLExpr
clone, computeDataType, getChildren, getHint
-
Methods inherited from interface com.alibaba.druid.sql.ast.SQLObject
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, putAttribute, setParent, setSource
-
-