Trait

wvlet.airframe.sql.parser

SqlBaseListener

Related Doc: package parser

Permalink

trait SqlBaseListener extends ParseTreeListener

Linear Supertypes
ParseTreeListener, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SqlBaseListener
  2. ParseTreeListener
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def enterAddColumn(ctx: AddColumnContext): Unit

    Permalink
  2. abstract def enterAliasedRelation(ctx: AliasedRelationContext): Unit

    Permalink
  3. abstract def enterArithmeticBinary(ctx: ArithmeticBinaryContext): Unit

    Permalink
  4. abstract def enterArithmeticUnary(ctx: ArithmeticUnaryContext): Unit

    Permalink
  5. abstract def enterArrayConstructor(ctx: ArrayConstructorContext): Unit

    Permalink
  6. abstract def enterAtTimeZone(ctx: AtTimeZoneContext): Unit

    Permalink
  7. abstract def enterBackQuotedIdentifier(ctx: BackQuotedIdentifierContext): Unit

    Permalink
  8. abstract def enterBaseType(ctx: BaseTypeContext): Unit

    Permalink
  9. abstract def enterBasicStringLiteral(ctx: BasicStringLiteralContext): Unit

    Permalink
  10. abstract def enterBetween(ctx: BetweenContext): Unit

    Permalink
  11. abstract def enterBinaryLiteral(ctx: BinaryLiteralContext): Unit

    Permalink
  12. abstract def enterBooleanDeafault(ctx: BooleanDeafaultContext): Unit

    Permalink
  13. abstract def enterBooleanLiteral(ctx: BooleanLiteralContext): Unit

    Permalink
  14. abstract def enterBooleanValue(ctx: BooleanValueContext): Unit

    Permalink
  15. abstract def enterBoundedFrame(ctx: BoundedFrameContext): Unit

    Permalink
  16. abstract def enterCall(ctx: CallContext): Unit

    Permalink
  17. abstract def enterCast(ctx: CastContext): Unit

    Permalink
  18. abstract def enterColumnAliases(ctx: ColumnAliasesContext): Unit

    Permalink
  19. abstract def enterColumnDefinition(ctx: ColumnDefinitionContext): Unit

    Permalink
  20. abstract def enterColumnReference(ctx: ColumnReferenceContext): Unit

    Permalink
  21. abstract def enterCommit(ctx: CommitContext): Unit

    Permalink
  22. abstract def enterComparison(ctx: ComparisonContext): Unit

    Permalink
  23. abstract def enterComparisonOperator(ctx: ComparisonOperatorContext): Unit

    Permalink
  24. abstract def enterComparisonQuantifier(ctx: ComparisonQuantifierContext): Unit

    Permalink
  25. abstract def enterConcatenation(ctx: ConcatenationContext): Unit

    Permalink
  26. abstract def enterCreateSchema(ctx: CreateSchemaContext): Unit

    Permalink
  27. abstract def enterCreateTable(ctx: CreateTableContext): Unit

    Permalink
  28. abstract def enterCreateTableAsSelect(ctx: CreateTableAsSelectContext): Unit

    Permalink
  29. abstract def enterCreateView(ctx: CreateViewContext): Unit

    Permalink
  30. abstract def enterCurrentRowBound(ctx: CurrentRowBoundContext): Unit

    Permalink
  31. abstract def enterCurrentUser(ctx: CurrentUserContext): Unit

    Permalink
  32. abstract def enterDeallocate(ctx: DeallocateContext): Unit

    Permalink
  33. abstract def enterDecimalLiteral(ctx: DecimalLiteralContext): Unit

    Permalink
  34. abstract def enterDelete(ctx: DeleteContext): Unit

    Permalink
  35. abstract def enterDereference(ctx: DereferenceContext): Unit

    Permalink
  36. abstract def enterDescribeInput(ctx: DescribeInputContext): Unit

    Permalink
  37. abstract def enterDescribeOutput(ctx: DescribeOutputContext): Unit

    Permalink
  38. abstract def enterDigitIdentifier(ctx: DigitIdentifierContext): Unit

    Permalink
  39. abstract def enterDistinctFrom(ctx: DistinctFromContext): Unit

    Permalink
  40. abstract def enterDoubleLiteral(ctx: DoubleLiteralContext): Unit

    Permalink
  41. abstract def enterDropColumn(ctx: DropColumnContext): Unit

    Permalink
  42. abstract def enterDropSchema(ctx: DropSchemaContext): Unit

    Permalink
  43. abstract def enterDropTable(ctx: DropTableContext): Unit

    Permalink
  44. abstract def enterDropView(ctx: DropViewContext): Unit

    Permalink
  45. abstract def enterEveryRule(arg0: ParserRuleContext): Unit

    Permalink
    Definition Classes
    ParseTreeListener
  46. abstract def enterExecute(ctx: ExecuteContext): Unit

    Permalink
  47. abstract def enterExists(ctx: ExistsContext): Unit

    Permalink
  48. abstract def enterExplain(ctx: ExplainContext): Unit

    Permalink
  49. abstract def enterExplainFormat(ctx: ExplainFormatContext): Unit

    Permalink
  50. abstract def enterExplainType(ctx: ExplainTypeContext): Unit

    Permalink
  51. abstract def enterExpression(ctx: ExpressionContext): Unit

    Permalink
  52. abstract def enterExtract(ctx: ExtractContext): Unit

    Permalink
  53. abstract def enterFilter(ctx: FilterContext): Unit

    Permalink
  54. abstract def enterFunctionCall(ctx: FunctionCallContext): Unit

    Permalink
  55. abstract def enterGrant(ctx: GrantContext): Unit

    Permalink
  56. abstract def enterGroupBy(ctx: GroupByContext): Unit

    Permalink
  57. abstract def enterGroupingOperation(ctx: GroupingOperationContext): Unit

    Permalink
  58. abstract def enterGroupingSet(ctx: GroupingSetContext): Unit

    Permalink
  59. abstract def enterInList(ctx: InListContext): Unit

    Permalink
  60. abstract def enterInSubquery(ctx: InSubqueryContext): Unit

    Permalink
  61. abstract def enterInlineTable(ctx: InlineTableContext): Unit

    Permalink
  62. abstract def enterInsertInto(ctx: InsertIntoContext): Unit

    Permalink
  63. abstract def enterIntegerLiteral(ctx: IntegerLiteralContext): Unit

    Permalink
  64. abstract def enterInterval(ctx: IntervalContext): Unit

    Permalink
  65. abstract def enterIntervalField(ctx: IntervalFieldContext): Unit

    Permalink
  66. abstract def enterIntervalLiteral(ctx: IntervalLiteralContext): Unit

    Permalink
  67. abstract def enterIsolationLevel(ctx: IsolationLevelContext): Unit

    Permalink
  68. abstract def enterJoinCriteria(ctx: JoinCriteriaContext): Unit

    Permalink
  69. abstract def enterJoinRelation(ctx: JoinRelationContext): Unit

    Permalink
  70. abstract def enterJoinType(ctx: JoinTypeContext): Unit

    Permalink
  71. abstract def enterLambda(ctx: LambdaContext): Unit

    Permalink
  72. abstract def enterLateral(ctx: LateralContext): Unit

    Permalink
  73. abstract def enterLateralView(ctx: LateralViewContext): Unit

    Permalink
  74. abstract def enterLike(ctx: LikeContext): Unit

    Permalink
  75. abstract def enterLikeClause(ctx: LikeClauseContext): Unit

    Permalink
  76. abstract def enterLogicalBinary(ctx: LogicalBinaryContext): Unit

    Permalink
  77. abstract def enterLogicalNot(ctx: LogicalNotContext): Unit

    Permalink
  78. abstract def enterNamedArgument(ctx: NamedArgumentContext): Unit

    Permalink
  79. abstract def enterNamedQuery(ctx: NamedQueryContext): Unit

    Permalink
  80. abstract def enterNonReserved(ctx: NonReservedContext): Unit

    Permalink
  81. abstract def enterNormalForm(ctx: NormalFormContext): Unit

    Permalink
  82. abstract def enterNormalize(ctx: NormalizeContext): Unit

    Permalink
  83. abstract def enterNullLiteral(ctx: NullLiteralContext): Unit

    Permalink
  84. abstract def enterNullPredicate(ctx: NullPredicateContext): Unit

    Permalink
  85. abstract def enterNumericLiteral(ctx: NumericLiteralContext): Unit

    Permalink
  86. abstract def enterOver(ctx: OverContext): Unit

    Permalink
  87. abstract def enterParameter(ctx: ParameterContext): Unit

    Permalink
  88. abstract def enterParenthesizedExpression(ctx: ParenthesizedExpressionContext): Unit

    Permalink
  89. abstract def enterParenthesizedRelation(ctx: ParenthesizedRelationContext): Unit

    Permalink
  90. abstract def enterPosition(ctx: PositionContext): Unit

    Permalink
  91. abstract def enterPositionalArgument(ctx: PositionalArgumentContext): Unit

    Permalink
  92. abstract def enterPredicated(ctx: PredicatedContext): Unit

    Permalink
  93. abstract def enterPrepare(ctx: PrepareContext): Unit

    Permalink
  94. abstract def enterPrivilege(ctx: PrivilegeContext): Unit

    Permalink
  95. abstract def enterProperties(ctx: PropertiesContext): Unit

    Permalink
  96. abstract def enterProperty(ctx: PropertyContext): Unit

    Permalink
  97. abstract def enterQualifiedName(ctx: QualifiedNameContext): Unit

    Permalink
  98. abstract def enterQuery(ctx: QueryContext): Unit

    Permalink
  99. abstract def enterQueryNoWith(ctx: QueryNoWithContext): Unit

    Permalink
  100. abstract def enterQueryPrimaryDefault(ctx: QueryPrimaryDefaultContext): Unit

    Permalink
  101. abstract def enterQuerySpecification(ctx: QuerySpecificationContext): Unit

    Permalink
  102. abstract def enterQueryTermDefault(ctx: QueryTermDefaultContext): Unit

    Permalink
  103. abstract def enterQuotedIdentifier(ctx: QuotedIdentifierContext): Unit

    Permalink
  104. abstract def enterReadCommitted(ctx: ReadCommittedContext): Unit

    Permalink
  105. abstract def enterReadUncommitted(ctx: ReadUncommittedContext): Unit

    Permalink
  106. abstract def enterRelationDefault(ctx: RelationDefaultContext): Unit

    Permalink
  107. abstract def enterRenameColumn(ctx: RenameColumnContext): Unit

    Permalink
  108. abstract def enterRenameSchema(ctx: RenameSchemaContext): Unit

    Permalink
  109. abstract def enterRenameTable(ctx: RenameTableContext): Unit

    Permalink
  110. abstract def enterRepeatableRead(ctx: RepeatableReadContext): Unit

    Permalink
  111. abstract def enterResetSession(ctx: ResetSessionContext): Unit

    Permalink
  112. abstract def enterRevoke(ctx: RevokeContext): Unit

    Permalink
  113. abstract def enterRollback(ctx: RollbackContext): Unit

    Permalink
  114. abstract def enterRowConstructor(ctx: RowConstructorContext): Unit

    Permalink
  115. abstract def enterSearchedCase(ctx: SearchedCaseContext): Unit

    Permalink
  116. abstract def enterSelectAll(ctx: SelectAllContext): Unit

    Permalink
  117. abstract def enterSelectSingle(ctx: SelectSingleContext): Unit

    Permalink
  118. abstract def enterSerializable(ctx: SerializableContext): Unit

    Permalink
  119. abstract def enterSetOperation(ctx: SetOperationContext): Unit

    Permalink
  120. abstract def enterSetQuantifier(ctx: SetQuantifierContext): Unit

    Permalink
  121. abstract def enterSetSession(ctx: SetSessionContext): Unit

    Permalink
  122. abstract def enterShowCatalogs(ctx: ShowCatalogsContext): Unit

    Permalink
  123. abstract def enterShowColumns(ctx: ShowColumnsContext): Unit

    Permalink
  124. abstract def enterShowCreateTable(ctx: ShowCreateTableContext): Unit

    Permalink
  125. abstract def enterShowCreateView(ctx: ShowCreateViewContext): Unit

    Permalink
  126. abstract def enterShowFunctions(ctx: ShowFunctionsContext): Unit

    Permalink
  127. abstract def enterShowGrants(ctx: ShowGrantsContext): Unit

    Permalink
  128. abstract def enterShowPartitions(ctx: ShowPartitionsContext): Unit

    Permalink
  129. abstract def enterShowSchemas(ctx: ShowSchemasContext): Unit

    Permalink
  130. abstract def enterShowSession(ctx: ShowSessionContext): Unit

    Permalink
  131. abstract def enterShowStats(ctx: ShowStatsContext): Unit

    Permalink
  132. abstract def enterShowStatsForQuery(ctx: ShowStatsForQueryContext): Unit

    Permalink
  133. abstract def enterShowTables(ctx: ShowTablesContext): Unit

    Permalink
  134. abstract def enterSimpleCase(ctx: SimpleCaseContext): Unit

    Permalink
  135. abstract def enterSingleExpression(ctx: SingleExpressionContext): Unit

    Permalink
  136. abstract def enterSingleStatement(ctx: SingleStatementContext): Unit

    Permalink
  137. abstract def enterSortItem(ctx: SortItemContext): Unit

    Permalink
  138. abstract def enterSpecialDateTimeFunction(ctx: SpecialDateTimeFunctionContext): Unit

    Permalink
  139. abstract def enterStartTransaction(ctx: StartTransactionContext): Unit

    Permalink
  140. abstract def enterStatementDefault(ctx: StatementDefaultContext): Unit

    Permalink
  141. abstract def enterStringLiteral(ctx: StringLiteralContext): Unit

    Permalink
  142. abstract def enterSubquery(ctx: SubqueryContext): Unit

    Permalink
  143. abstract def enterSubqueryExpression(ctx: SubqueryExpressionContext): Unit

    Permalink
  144. abstract def enterSubqueryRelation(ctx: SubqueryRelationContext): Unit

    Permalink
  145. abstract def enterSubscript(ctx: SubscriptContext): Unit

    Permalink
  146. abstract def enterSubstring(ctx: SubstringContext): Unit

    Permalink
  147. abstract def enterTable(ctx: TableContext): Unit

    Permalink
  148. abstract def enterTableElement(ctx: TableElementContext): Unit

    Permalink
  149. abstract def enterTableName(ctx: TableNameContext): Unit

    Permalink
  150. abstract def enterTimeZoneInterval(ctx: TimeZoneIntervalContext): Unit

    Permalink
  151. abstract def enterTimeZoneString(ctx: TimeZoneStringContext): Unit

    Permalink
  152. abstract def enterTransactionAccessMode(ctx: TransactionAccessModeContext): Unit

    Permalink
  153. abstract def enterType(ctx: TypeContext): Unit

    Permalink
  154. abstract def enterTypeConstructor(ctx: TypeConstructorContext): Unit

    Permalink
  155. abstract def enterTypeParameter(ctx: TypeParameterContext): Unit

    Permalink
  156. abstract def enterUnboundedFrame(ctx: UnboundedFrameContext): Unit

    Permalink
  157. abstract def enterUnicodeStringLiteral(ctx: UnicodeStringLiteralContext): Unit

    Permalink
  158. abstract def enterUnnest(ctx: UnnestContext): Unit

    Permalink
  159. abstract def enterUnquotedIdentifier(ctx: UnquotedIdentifierContext): Unit

    Permalink
  160. abstract def enterUse(ctx: UseContext): Unit

    Permalink
  161. abstract def enterValueExpressionDefault(ctx: ValueExpressionDefaultContext): Unit

    Permalink
  162. abstract def enterWhenClause(ctx: WhenClauseContext): Unit

    Permalink
  163. abstract def enterWindowFrame(ctx: WindowFrameContext): Unit

    Permalink
  164. abstract def enterWith(ctx: WithContext): Unit

    Permalink
  165. abstract def exitAddColumn(ctx: AddColumnContext): Unit

    Permalink
  166. abstract def exitAliasedRelation(ctx: AliasedRelationContext): Unit

    Permalink
  167. abstract def exitArithmeticBinary(ctx: ArithmeticBinaryContext): Unit

    Permalink
  168. abstract def exitArithmeticUnary(ctx: ArithmeticUnaryContext): Unit

    Permalink
  169. abstract def exitArrayConstructor(ctx: ArrayConstructorContext): Unit

    Permalink
  170. abstract def exitAtTimeZone(ctx: AtTimeZoneContext): Unit

    Permalink
  171. abstract def exitBackQuotedIdentifier(ctx: BackQuotedIdentifierContext): Unit

    Permalink
  172. abstract def exitBaseType(ctx: BaseTypeContext): Unit

    Permalink
  173. abstract def exitBasicStringLiteral(ctx: BasicStringLiteralContext): Unit

    Permalink
  174. abstract def exitBetween(ctx: BetweenContext): Unit

    Permalink
  175. abstract def exitBinaryLiteral(ctx: BinaryLiteralContext): Unit

    Permalink
  176. abstract def exitBooleanDeafault(ctx: BooleanDeafaultContext): Unit

    Permalink
  177. abstract def exitBooleanLiteral(ctx: BooleanLiteralContext): Unit

    Permalink
  178. abstract def exitBooleanValue(ctx: BooleanValueContext): Unit

    Permalink
  179. abstract def exitBoundedFrame(ctx: BoundedFrameContext): Unit

    Permalink
  180. abstract def exitCall(ctx: CallContext): Unit

    Permalink
  181. abstract def exitCast(ctx: CastContext): Unit

    Permalink
  182. abstract def exitColumnAliases(ctx: ColumnAliasesContext): Unit

    Permalink
  183. abstract def exitColumnDefinition(ctx: ColumnDefinitionContext): Unit

    Permalink
  184. abstract def exitColumnReference(ctx: ColumnReferenceContext): Unit

    Permalink
  185. abstract def exitCommit(ctx: CommitContext): Unit

    Permalink
  186. abstract def exitComparison(ctx: ComparisonContext): Unit

    Permalink
  187. abstract def exitComparisonOperator(ctx: ComparisonOperatorContext): Unit

    Permalink
  188. abstract def exitComparisonQuantifier(ctx: ComparisonQuantifierContext): Unit

    Permalink
  189. abstract def exitConcatenation(ctx: ConcatenationContext): Unit

    Permalink
  190. abstract def exitCreateSchema(ctx: CreateSchemaContext): Unit

    Permalink
  191. abstract def exitCreateTable(ctx: CreateTableContext): Unit

    Permalink
  192. abstract def exitCreateTableAsSelect(ctx: CreateTableAsSelectContext): Unit

    Permalink
  193. abstract def exitCreateView(ctx: CreateViewContext): Unit

    Permalink
  194. abstract def exitCurrentRowBound(ctx: CurrentRowBoundContext): Unit

    Permalink
  195. abstract def exitCurrentUser(ctx: CurrentUserContext): Unit

    Permalink
  196. abstract def exitDeallocate(ctx: DeallocateContext): Unit

    Permalink
  197. abstract def exitDecimalLiteral(ctx: DecimalLiteralContext): Unit

    Permalink
  198. abstract def exitDelete(ctx: DeleteContext): Unit

    Permalink
  199. abstract def exitDereference(ctx: DereferenceContext): Unit

    Permalink
  200. abstract def exitDescribeInput(ctx: DescribeInputContext): Unit

    Permalink
  201. abstract def exitDescribeOutput(ctx: DescribeOutputContext): Unit

    Permalink
  202. abstract def exitDigitIdentifier(ctx: DigitIdentifierContext): Unit

    Permalink
  203. abstract def exitDistinctFrom(ctx: DistinctFromContext): Unit

    Permalink
  204. abstract def exitDoubleLiteral(ctx: DoubleLiteralContext): Unit

    Permalink
  205. abstract def exitDropColumn(ctx: DropColumnContext): Unit

    Permalink
  206. abstract def exitDropSchema(ctx: DropSchemaContext): Unit

    Permalink
  207. abstract def exitDropTable(ctx: DropTableContext): Unit

    Permalink
  208. abstract def exitDropView(ctx: DropViewContext): Unit

    Permalink
  209. abstract def exitEveryRule(arg0: ParserRuleContext): Unit

    Permalink
    Definition Classes
    ParseTreeListener
  210. abstract def exitExecute(ctx: ExecuteContext): Unit

    Permalink
  211. abstract def exitExists(ctx: ExistsContext): Unit

    Permalink
  212. abstract def exitExplain(ctx: ExplainContext): Unit

    Permalink
  213. abstract def exitExplainFormat(ctx: ExplainFormatContext): Unit

    Permalink
  214. abstract def exitExplainType(ctx: ExplainTypeContext): Unit

    Permalink
  215. abstract def exitExpression(ctx: ExpressionContext): Unit

    Permalink
  216. abstract def exitExtract(ctx: ExtractContext): Unit

    Permalink
  217. abstract def exitFilter(ctx: FilterContext): Unit

    Permalink
  218. abstract def exitFunctionCall(ctx: FunctionCallContext): Unit

    Permalink
  219. abstract def exitGrant(ctx: GrantContext): Unit

    Permalink
  220. abstract def exitGroupBy(ctx: GroupByContext): Unit

    Permalink
  221. abstract def exitGroupingOperation(ctx: GroupingOperationContext): Unit

    Permalink
  222. abstract def exitGroupingSet(ctx: GroupingSetContext): Unit

    Permalink
  223. abstract def exitInList(ctx: InListContext): Unit

    Permalink
  224. abstract def exitInSubquery(ctx: InSubqueryContext): Unit

    Permalink
  225. abstract def exitInlineTable(ctx: InlineTableContext): Unit

    Permalink
  226. abstract def exitInsertInto(ctx: InsertIntoContext): Unit

    Permalink
  227. abstract def exitIntegerLiteral(ctx: IntegerLiteralContext): Unit

    Permalink
  228. abstract def exitInterval(ctx: IntervalContext): Unit

    Permalink
  229. abstract def exitIntervalField(ctx: IntervalFieldContext): Unit

    Permalink
  230. abstract def exitIntervalLiteral(ctx: IntervalLiteralContext): Unit

    Permalink
  231. abstract def exitIsolationLevel(ctx: IsolationLevelContext): Unit

    Permalink
  232. abstract def exitJoinCriteria(ctx: JoinCriteriaContext): Unit

    Permalink
  233. abstract def exitJoinRelation(ctx: JoinRelationContext): Unit

    Permalink
  234. abstract def exitJoinType(ctx: JoinTypeContext): Unit

    Permalink
  235. abstract def exitLambda(ctx: LambdaContext): Unit

    Permalink
  236. abstract def exitLateral(ctx: LateralContext): Unit

    Permalink
  237. abstract def exitLateralView(ctx: LateralViewContext): Unit

    Permalink
  238. abstract def exitLike(ctx: LikeContext): Unit

    Permalink
  239. abstract def exitLikeClause(ctx: LikeClauseContext): Unit

    Permalink
  240. abstract def exitLogicalBinary(ctx: LogicalBinaryContext): Unit

    Permalink
  241. abstract def exitLogicalNot(ctx: LogicalNotContext): Unit

    Permalink
  242. abstract def exitNamedArgument(ctx: NamedArgumentContext): Unit

    Permalink
  243. abstract def exitNamedQuery(ctx: NamedQueryContext): Unit

    Permalink
  244. abstract def exitNonReserved(ctx: NonReservedContext): Unit

    Permalink
  245. abstract def exitNormalForm(ctx: NormalFormContext): Unit

    Permalink
  246. abstract def exitNormalize(ctx: NormalizeContext): Unit

    Permalink
  247. abstract def exitNullLiteral(ctx: NullLiteralContext): Unit

    Permalink
  248. abstract def exitNullPredicate(ctx: NullPredicateContext): Unit

    Permalink
  249. abstract def exitNumericLiteral(ctx: NumericLiteralContext): Unit

    Permalink
  250. abstract def exitOver(ctx: OverContext): Unit

    Permalink
  251. abstract def exitParameter(ctx: ParameterContext): Unit

    Permalink
  252. abstract def exitParenthesizedExpression(ctx: ParenthesizedExpressionContext): Unit

    Permalink
  253. abstract def exitParenthesizedRelation(ctx: ParenthesizedRelationContext): Unit

    Permalink
  254. abstract def exitPosition(ctx: PositionContext): Unit

    Permalink
  255. abstract def exitPositionalArgument(ctx: PositionalArgumentContext): Unit

    Permalink
  256. abstract def exitPredicated(ctx: PredicatedContext): Unit

    Permalink
  257. abstract def exitPrepare(ctx: PrepareContext): Unit

    Permalink
  258. abstract def exitPrivilege(ctx: PrivilegeContext): Unit

    Permalink
  259. abstract def exitProperties(ctx: PropertiesContext): Unit

    Permalink
  260. abstract def exitProperty(ctx: PropertyContext): Unit

    Permalink
  261. abstract def exitQualifiedName(ctx: QualifiedNameContext): Unit

    Permalink
  262. abstract def exitQuery(ctx: QueryContext): Unit

    Permalink
  263. abstract def exitQueryNoWith(ctx: QueryNoWithContext): Unit

    Permalink
  264. abstract def exitQueryPrimaryDefault(ctx: QueryPrimaryDefaultContext): Unit

    Permalink
  265. abstract def exitQuerySpecification(ctx: QuerySpecificationContext): Unit

    Permalink
  266. abstract def exitQueryTermDefault(ctx: QueryTermDefaultContext): Unit

    Permalink
  267. abstract def exitQuotedIdentifier(ctx: QuotedIdentifierContext): Unit

    Permalink
  268. abstract def exitReadCommitted(ctx: ReadCommittedContext): Unit

    Permalink
  269. abstract def exitReadUncommitted(ctx: ReadUncommittedContext): Unit

    Permalink
  270. abstract def exitRelationDefault(ctx: RelationDefaultContext): Unit

    Permalink
  271. abstract def exitRenameColumn(ctx: RenameColumnContext): Unit

    Permalink
  272. abstract def exitRenameSchema(ctx: RenameSchemaContext): Unit

    Permalink
  273. abstract def exitRenameTable(ctx: RenameTableContext): Unit

    Permalink
  274. abstract def exitRepeatableRead(ctx: RepeatableReadContext): Unit

    Permalink
  275. abstract def exitResetSession(ctx: ResetSessionContext): Unit

    Permalink
  276. abstract def exitRevoke(ctx: RevokeContext): Unit

    Permalink
  277. abstract def exitRollback(ctx: RollbackContext): Unit

    Permalink
  278. abstract def exitRowConstructor(ctx: RowConstructorContext): Unit

    Permalink
  279. abstract def exitSearchedCase(ctx: SearchedCaseContext): Unit

    Permalink
  280. abstract def exitSelectAll(ctx: SelectAllContext): Unit

    Permalink
  281. abstract def exitSelectSingle(ctx: SelectSingleContext): Unit

    Permalink
  282. abstract def exitSerializable(ctx: SerializableContext): Unit

    Permalink
  283. abstract def exitSetOperation(ctx: SetOperationContext): Unit

    Permalink
  284. abstract def exitSetQuantifier(ctx: SetQuantifierContext): Unit

    Permalink
  285. abstract def exitSetSession(ctx: SetSessionContext): Unit

    Permalink
  286. abstract def exitShowCatalogs(ctx: ShowCatalogsContext): Unit

    Permalink
  287. abstract def exitShowColumns(ctx: ShowColumnsContext): Unit

    Permalink
  288. abstract def exitShowCreateTable(ctx: ShowCreateTableContext): Unit

    Permalink
  289. abstract def exitShowCreateView(ctx: ShowCreateViewContext): Unit

    Permalink
  290. abstract def exitShowFunctions(ctx: ShowFunctionsContext): Unit

    Permalink
  291. abstract def exitShowGrants(ctx: ShowGrantsContext): Unit

    Permalink
  292. abstract def exitShowPartitions(ctx: ShowPartitionsContext): Unit

    Permalink
  293. abstract def exitShowSchemas(ctx: ShowSchemasContext): Unit

    Permalink
  294. abstract def exitShowSession(ctx: ShowSessionContext): Unit

    Permalink
  295. abstract def exitShowStats(ctx: ShowStatsContext): Unit

    Permalink
  296. abstract def exitShowStatsForQuery(ctx: ShowStatsForQueryContext): Unit

    Permalink
  297. abstract def exitShowTables(ctx: ShowTablesContext): Unit

    Permalink
  298. abstract def exitSimpleCase(ctx: SimpleCaseContext): Unit

    Permalink
  299. abstract def exitSingleExpression(ctx: SingleExpressionContext): Unit

    Permalink
  300. abstract def exitSingleStatement(ctx: SingleStatementContext): Unit

    Permalink
  301. abstract def exitSortItem(ctx: SortItemContext): Unit

    Permalink
  302. abstract def exitSpecialDateTimeFunction(ctx: SpecialDateTimeFunctionContext): Unit

    Permalink
  303. abstract def exitStartTransaction(ctx: StartTransactionContext): Unit

    Permalink
  304. abstract def exitStatementDefault(ctx: StatementDefaultContext): Unit

    Permalink
  305. abstract def exitStringLiteral(ctx: StringLiteralContext): Unit

    Permalink
  306. abstract def exitSubquery(ctx: SubqueryContext): Unit

    Permalink
  307. abstract def exitSubqueryExpression(ctx: SubqueryExpressionContext): Unit

    Permalink
  308. abstract def exitSubqueryRelation(ctx: SubqueryRelationContext): Unit

    Permalink
  309. abstract def exitSubscript(ctx: SubscriptContext): Unit

    Permalink
  310. abstract def exitSubstring(ctx: SubstringContext): Unit

    Permalink
  311. abstract def exitTable(ctx: TableContext): Unit

    Permalink
  312. abstract def exitTableElement(ctx: TableElementContext): Unit

    Permalink
  313. abstract def exitTableName(ctx: TableNameContext): Unit

    Permalink
  314. abstract def exitTimeZoneInterval(ctx: TimeZoneIntervalContext): Unit

    Permalink
  315. abstract def exitTimeZoneString(ctx: TimeZoneStringContext): Unit

    Permalink
  316. abstract def exitTransactionAccessMode(ctx: TransactionAccessModeContext): Unit

    Permalink
  317. abstract def exitType(ctx: TypeContext): Unit

    Permalink
  318. abstract def exitTypeConstructor(ctx: TypeConstructorContext): Unit

    Permalink
  319. abstract def exitTypeParameter(ctx: TypeParameterContext): Unit

    Permalink
  320. abstract def exitUnboundedFrame(ctx: UnboundedFrameContext): Unit

    Permalink
  321. abstract def exitUnicodeStringLiteral(ctx: UnicodeStringLiteralContext): Unit

    Permalink
  322. abstract def exitUnnest(ctx: UnnestContext): Unit

    Permalink
  323. abstract def exitUnquotedIdentifier(ctx: UnquotedIdentifierContext): Unit

    Permalink
  324. abstract def exitUse(ctx: UseContext): Unit

    Permalink
  325. abstract def exitValueExpressionDefault(ctx: ValueExpressionDefaultContext): Unit

    Permalink
  326. abstract def exitWhenClause(ctx: WhenClauseContext): Unit

    Permalink
  327. abstract def exitWindowFrame(ctx: WindowFrameContext): Unit

    Permalink
  328. abstract def exitWith(ctx: WithContext): Unit

    Permalink
  329. abstract def visitErrorNode(arg0: ErrorNode): Unit

    Permalink
    Definition Classes
    ParseTreeListener
  330. abstract def visitTerminal(arg0: TerminalNode): Unit

    Permalink
    Definition Classes
    ParseTreeListener

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  10. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  11. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  12. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  13. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  14. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  15. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  16. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  17. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  18. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  19. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from ParseTreeListener

Inherited from AnyRef

Inherited from Any

Ungrouped