Interface OracleExpr
-
- All Superinterfaces:
Cloneable,OracleSQLObject,SQLExpr,SQLObject
- All Known Implementing Classes:
ModelClause.CellAssignment,OracleAnalytic,OracleAnalyticWindowing,OracleBinaryDoubleExpr,OracleBinaryFloatExpr,OracleCursorExpr,OracleIntervalExpr,OracleIsOfTypeExpr,OracleIsSetExpr,OracleOuterExpr
public interface OracleExpr extends SQLExpr, OracleSQLObject
-
-
Method Summary
-
Methods inherited from interface com.alibaba.druid.sql.dialect.oracle.ast.OracleSQLObject
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
-
-