| Modifier and Type | Method and Description |
|---|---|
SqlBaseParser.PropertyContext |
SqlBaseParser.property() |
SqlBaseParser.PropertyContext |
SqlBaseParser.ShowWhereClauseContext.property() |
SqlBaseParser.PropertyContext |
SqlBaseParser.AlterClauseContext.property(int i) |
SqlBaseParser.PropertyContext |
SqlBaseParser.AttributeClausesContext.property(int i) |
SqlBaseParser.PropertyContext |
SqlBaseParser.AttributeClauseContext.property(int i) |
SqlBaseParser.PropertyContext |
SqlBaseParser.TagClauseContext.property(int i) |
| Modifier and Type | Method and Description |
|---|---|
List<SqlBaseParser.PropertyContext> |
SqlBaseParser.AlterClauseContext.property() |
List<SqlBaseParser.PropertyContext> |
SqlBaseParser.AttributeClausesContext.property() |
List<SqlBaseParser.PropertyContext> |
SqlBaseParser.AttributeClauseContext.property() |
List<SqlBaseParser.PropertyContext> |
SqlBaseParser.TagClauseContext.property() |
| Modifier and Type | Method and Description |
|---|---|
T |
SqlBaseBaseVisitor.visitProperty(SqlBaseParser.PropertyContext ctx)
Visit a parse tree produced by
SqlBaseParser.property(). |
T |
SqlBaseVisitor.visitProperty(SqlBaseParser.PropertyContext ctx)
Visit a parse tree produced by
SqlBaseParser.property(). |
Copyright © 2020 The Apache Software Foundation. All rights reserved.