Class MySqlJSONTableExpr
- java.lang.Object
-
- com.alibaba.druid.sql.ast.SQLObjectImpl
-
- com.alibaba.druid.sql.dialect.mysql.ast.MySqlObjectImpl
-
- com.alibaba.druid.sql.dialect.mysql.ast.expr.MySqlExprImpl
-
- com.alibaba.druid.sql.dialect.mysql.ast.expr.MySqlJSONTableExpr
-
- All Implemented Interfaces:
SQLExpr,SQLObject,MySqlObject,Cloneable
public class MySqlJSONTableExpr extends MySqlExprImpl
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMySqlJSONTableExpr.Column
-
Field Summary
-
Fields inherited from class com.alibaba.druid.sql.dialect.mysql.ast.expr.MySqlExprImpl
hint
-
Fields inherited from class com.alibaba.druid.sql.ast.SQLObjectImpl
attributes, parent, sourceColumn, sourceLine
-
-
Constructor Summary
Constructors Constructor Description MySqlJSONTableExpr()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept0(MySqlASTVisitor v)voidaddColumn(MySqlJSONTableExpr.Column column)List<SQLObject>getChildren()List<MySqlJSONTableExpr.Column>getColumns()SQLExprgetExpr()SQLExprgetPath()voidsetExpr(SQLExpr x)voidsetPath(SQLExpr x)-
Methods inherited from class com.alibaba.druid.sql.dialect.mysql.ast.expr.MySqlExprImpl
clone, getHint, setHint
-
Methods inherited from class com.alibaba.druid.sql.dialect.mysql.ast.MySqlObjectImpl
accept0
-
Methods inherited from class com.alibaba.druid.sql.ast.SQLObjectImpl
accept, acceptChild, acceptChild, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, cloneTo, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, putAttribute, setParent, setSource, setSourceLine, toString
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.alibaba.druid.sql.ast.SQLExpr
computeDataType
-
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
-
-
-
-
Method Detail
-
accept0
public void accept0(MySqlASTVisitor v)
- Specified by:
accept0in interfaceMySqlObject- Specified by:
accept0in classMySqlObjectImpl
-
getExpr
public SQLExpr getExpr()
-
setExpr
public void setExpr(SQLExpr x)
-
getPath
public SQLExpr getPath()
-
setPath
public void setPath(SQLExpr x)
-
getColumns
public List<MySqlJSONTableExpr.Column> getColumns()
-
addColumn
public void addColumn(MySqlJSONTableExpr.Column column)
-
-