Interface OscarObject
-
- All Superinterfaces:
SQLObject
- All Known Subinterfaces:
OscarExpr,OscarStatement
- All Known Implementing Classes:
OscarAlterSchemaStatement,OscarConnectToStatement,OscarCreateSchemaStatement,OscarDeleteStatement,OscarDropSchemaStatement,OscarFunctionTableSource,OscarInsertStatement,OscarObjectImpl,OscarSelectQueryBlock,OscarSelectQueryBlock.FetchClause,OscarSelectQueryBlock.ForClause,OscarSelectStatement,OscarShowStatement,OscarStartTransactionStatement,OscarUpdateStatement
public interface OscarObject extends SQLObject
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaccept0(OscarASTVisitor 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(OscarASTVisitor visitor)
-
-