public class

SQLiteBaseListener

extends java.lang.Object

implements SQLiteListener

 java.lang.Object

↳androidx.room.parser.SQLiteBaseListener

Gradle dependencies

compile group: 'androidx.room', name: 'room-compiler', version: '2.5.0-alpha01'

  • groupId: androidx.room
  • artifactId: room-compiler
  • version: 2.5.0-alpha01

Artifact androidx.room:room-compiler:2.5.0-alpha01 it located at Google repository (https://maven.google.com/)

Androidx artifact mapping:

androidx.room:room-compiler android.arch.persistence.room:compiler

Androidx class mapping:

androidx.room.parser.SQLiteBaseListener android.arch.persistence.room.parser.SQLiteBaseListener

Overview

This class provides an empty implementation of SQLiteListener, which can be extended to create a listener which only needs to handle a subset of the available methods.

Summary

Constructors
publicSQLiteBaseListener()

Methods
public voidenterAlter_table_stmt(SQLiteParser.Alter_table_stmtContext ctx)

public voidenterAnalyze_stmt(SQLiteParser.Analyze_stmtContext ctx)

public voidenterAny_name(SQLiteParser.Any_nameContext ctx)

public voidenterAttach_stmt(SQLiteParser.Attach_stmtContext ctx)

public voidenterBegin_stmt(SQLiteParser.Begin_stmtContext ctx)

public voidenterBinary_operator(SQLiteParser.Binary_operatorContext ctx)

public voidenterBoolean_literal(SQLiteParser.Boolean_literalContext ctx)

public voidenterCollation_name(SQLiteParser.Collation_nameContext ctx)

public voidenterColumn_alias(SQLiteParser.Column_aliasContext ctx)

public voidenterColumn_constraint(SQLiteParser.Column_constraintContext ctx)

public voidenterColumn_def(SQLiteParser.Column_defContext ctx)

public voidenterColumn_name_list(SQLiteParser.Column_name_listContext ctx)

public voidenterColumn_name(SQLiteParser.Column_nameContext ctx)

public voidenterComma_separated_expr(SQLiteParser.Comma_separated_exprContext ctx)

public voidenterCommit_stmt(SQLiteParser.Commit_stmtContext ctx)

public voidenterCommon_table_expression(SQLiteParser.Common_table_expressionContext ctx)

public voidenterCompound_operator(SQLiteParser.Compound_operatorContext ctx)

public voidenterConflict_clause(SQLiteParser.Conflict_clauseContext ctx)

public voidenterCreate_index_stmt(SQLiteParser.Create_index_stmtContext ctx)

public voidenterCreate_table_stmt(SQLiteParser.Create_table_stmtContext ctx)

public voidenterCreate_trigger_stmt(SQLiteParser.Create_trigger_stmtContext ctx)

public voidenterCreate_view_stmt(SQLiteParser.Create_view_stmtContext ctx)

public voidenterCreate_virtual_table_stmt(SQLiteParser.Create_virtual_table_stmtContext ctx)

public voidenterDelete_stmt_limited(SQLiteParser.Delete_stmt_limitedContext ctx)

public voidenterDelete_stmt(SQLiteParser.Delete_stmtContext ctx)

public voidenterDetach_stmt(SQLiteParser.Detach_stmtContext ctx)

public voidenterDrop_index_stmt(SQLiteParser.Drop_index_stmtContext ctx)

public voidenterDrop_table_stmt(SQLiteParser.Drop_table_stmtContext ctx)

public voidenterDrop_trigger_stmt(SQLiteParser.Drop_trigger_stmtContext ctx)

public voidenterDrop_view_stmt(SQLiteParser.Drop_view_stmtContext ctx)

public voidenterError_message(SQLiteParser.Error_messageContext ctx)

public voidenterError(SQLiteParser.ErrorContext ctx)

public voidenterEveryRule(ParserRuleContext ctx)

public voidenterExpr(SQLiteParser.ExprContext ctx)

public voidenterForeign_key_clause(SQLiteParser.Foreign_key_clauseContext ctx)

public voidenterForeign_table(SQLiteParser.Foreign_tableContext ctx)

public voidenterFunction_name(SQLiteParser.Function_nameContext ctx)

public voidenterIndex_name(SQLiteParser.Index_nameContext ctx)

public voidenterIndexed_column(SQLiteParser.Indexed_columnContext ctx)

public voidenterInsert_stmt(SQLiteParser.Insert_stmtContext ctx)

public voidenterJoin_clause(SQLiteParser.Join_clauseContext ctx)

public voidenterJoin_constraint(SQLiteParser.Join_constraintContext ctx)

public voidenterJoin_operator(SQLiteParser.Join_operatorContext ctx)

public voidenterKeyword(SQLiteParser.KeywordContext ctx)

public voidenterLimit_clause(SQLiteParser.Limit_clauseContext ctx)

public voidenterLiteral_value(SQLiteParser.Literal_valueContext ctx)

public voidenterModule_argument(SQLiteParser.Module_argumentContext ctx)

public voidenterModule_name(SQLiteParser.Module_nameContext ctx)

public voidenterName(SQLiteParser.NameContext ctx)

public voidenterNew_table_name(SQLiteParser.New_table_nameContext ctx)

public voidenterOrder_clause(SQLiteParser.Order_clauseContext ctx)

public voidenterOrdering_term(SQLiteParser.Ordering_termContext ctx)

public voidenterParse(SQLiteParser.ParseContext ctx)

public voidenterPragma_name(SQLiteParser.Pragma_nameContext ctx)

public voidenterPragma_stmt(SQLiteParser.Pragma_stmtContext ctx)

public voidenterPragma_value(SQLiteParser.Pragma_valueContext ctx)

public voidenterQualified_table_name(SQLiteParser.Qualified_table_nameContext ctx)

public voidenterRaise_function(SQLiteParser.Raise_functionContext ctx)

public voidenterReindex_stmt(SQLiteParser.Reindex_stmtContext ctx)

public voidenterRelease_stmt(SQLiteParser.Release_stmtContext ctx)

public voidenterResult_column(SQLiteParser.Result_columnContext ctx)

public voidenterRollback_stmt(SQLiteParser.Rollback_stmtContext ctx)

public voidenterSavepoint_name(SQLiteParser.Savepoint_nameContext ctx)

public voidenterSavepoint_stmt(SQLiteParser.Savepoint_stmtContext ctx)

public voidenterSchema_name(SQLiteParser.Schema_nameContext ctx)

public voidenterSelect_or_values(SQLiteParser.Select_or_valuesContext ctx)

public voidenterSelect_stmt(SQLiteParser.Select_stmtContext ctx)

public voidenterSigned_number(SQLiteParser.Signed_numberContext ctx)

public voidenterSql_stmt_list(SQLiteParser.Sql_stmt_listContext ctx)

public voidenterSql_stmt(SQLiteParser.Sql_stmtContext ctx)

public voidenterTable_alias(SQLiteParser.Table_aliasContext ctx)

public voidenterTable_constraint(SQLiteParser.Table_constraintContext ctx)

public voidenterTable_function(SQLiteParser.Table_functionContext ctx)

public voidenterTable_name(SQLiteParser.Table_nameContext ctx)

public voidenterTable_or_index_name(SQLiteParser.Table_or_index_nameContext ctx)

public voidenterTable_or_subquery(SQLiteParser.Table_or_subqueryContext ctx)

public voidenterTransaction_name(SQLiteParser.Transaction_nameContext ctx)

public voidenterTrigger_name(SQLiteParser.Trigger_nameContext ctx)

public voidenterType_name(SQLiteParser.Type_nameContext ctx)

public voidenterUnary_operator(SQLiteParser.Unary_operatorContext ctx)

public voidenterUpdate_stmt_limited(SQLiteParser.Update_stmt_limitedContext ctx)

public voidenterUpdate_stmt(SQLiteParser.Update_stmtContext ctx)

public voidenterUpsert_clause(SQLiteParser.Upsert_clauseContext ctx)

public voidenterVacuum_stmt(SQLiteParser.Vacuum_stmtContext ctx)

public voidenterView_name(SQLiteParser.View_nameContext ctx)

public voidenterWith_clause(SQLiteParser.With_clauseContext ctx)

public voidexitAlter_table_stmt(SQLiteParser.Alter_table_stmtContext ctx)

public voidexitAnalyze_stmt(SQLiteParser.Analyze_stmtContext ctx)

public voidexitAny_name(SQLiteParser.Any_nameContext ctx)

public voidexitAttach_stmt(SQLiteParser.Attach_stmtContext ctx)

public voidexitBegin_stmt(SQLiteParser.Begin_stmtContext ctx)

public voidexitBinary_operator(SQLiteParser.Binary_operatorContext ctx)

public voidexitBoolean_literal(SQLiteParser.Boolean_literalContext ctx)

public voidexitCollation_name(SQLiteParser.Collation_nameContext ctx)

public voidexitColumn_alias(SQLiteParser.Column_aliasContext ctx)

public voidexitColumn_constraint(SQLiteParser.Column_constraintContext ctx)

public voidexitColumn_def(SQLiteParser.Column_defContext ctx)

public voidexitColumn_name_list(SQLiteParser.Column_name_listContext ctx)

public voidexitColumn_name(SQLiteParser.Column_nameContext ctx)

public voidexitComma_separated_expr(SQLiteParser.Comma_separated_exprContext ctx)

public voidexitCommit_stmt(SQLiteParser.Commit_stmtContext ctx)

public voidexitCommon_table_expression(SQLiteParser.Common_table_expressionContext ctx)

public voidexitCompound_operator(SQLiteParser.Compound_operatorContext ctx)

public voidexitConflict_clause(SQLiteParser.Conflict_clauseContext ctx)

public voidexitCreate_index_stmt(SQLiteParser.Create_index_stmtContext ctx)

public voidexitCreate_table_stmt(SQLiteParser.Create_table_stmtContext ctx)

public voidexitCreate_trigger_stmt(SQLiteParser.Create_trigger_stmtContext ctx)

public voidexitCreate_view_stmt(SQLiteParser.Create_view_stmtContext ctx)

public voidexitCreate_virtual_table_stmt(SQLiteParser.Create_virtual_table_stmtContext ctx)

public voidexitDelete_stmt_limited(SQLiteParser.Delete_stmt_limitedContext ctx)

public voidexitDelete_stmt(SQLiteParser.Delete_stmtContext ctx)

public voidexitDetach_stmt(SQLiteParser.Detach_stmtContext ctx)

public voidexitDrop_index_stmt(SQLiteParser.Drop_index_stmtContext ctx)

public voidexitDrop_table_stmt(SQLiteParser.Drop_table_stmtContext ctx)

public voidexitDrop_trigger_stmt(SQLiteParser.Drop_trigger_stmtContext ctx)

public voidexitDrop_view_stmt(SQLiteParser.Drop_view_stmtContext ctx)

public voidexitError_message(SQLiteParser.Error_messageContext ctx)

public voidexitError(SQLiteParser.ErrorContext ctx)

public voidexitEveryRule(ParserRuleContext ctx)

public voidexitExpr(SQLiteParser.ExprContext ctx)

public voidexitForeign_key_clause(SQLiteParser.Foreign_key_clauseContext ctx)

public voidexitForeign_table(SQLiteParser.Foreign_tableContext ctx)

public voidexitFunction_name(SQLiteParser.Function_nameContext ctx)

public voidexitIndex_name(SQLiteParser.Index_nameContext ctx)

public voidexitIndexed_column(SQLiteParser.Indexed_columnContext ctx)

public voidexitInsert_stmt(SQLiteParser.Insert_stmtContext ctx)

public voidexitJoin_clause(SQLiteParser.Join_clauseContext ctx)

public voidexitJoin_constraint(SQLiteParser.Join_constraintContext ctx)

public voidexitJoin_operator(SQLiteParser.Join_operatorContext ctx)

public voidexitKeyword(SQLiteParser.KeywordContext ctx)

public voidexitLimit_clause(SQLiteParser.Limit_clauseContext ctx)

public voidexitLiteral_value(SQLiteParser.Literal_valueContext ctx)

public voidexitModule_argument(SQLiteParser.Module_argumentContext ctx)

public voidexitModule_name(SQLiteParser.Module_nameContext ctx)

public voidexitName(SQLiteParser.NameContext ctx)

public voidexitNew_table_name(SQLiteParser.New_table_nameContext ctx)

public voidexitOrder_clause(SQLiteParser.Order_clauseContext ctx)

public voidexitOrdering_term(SQLiteParser.Ordering_termContext ctx)

public voidexitParse(SQLiteParser.ParseContext ctx)

public voidexitPragma_name(SQLiteParser.Pragma_nameContext ctx)

public voidexitPragma_stmt(SQLiteParser.Pragma_stmtContext ctx)

public voidexitPragma_value(SQLiteParser.Pragma_valueContext ctx)

public voidexitQualified_table_name(SQLiteParser.Qualified_table_nameContext ctx)

public voidexitRaise_function(SQLiteParser.Raise_functionContext ctx)

public voidexitReindex_stmt(SQLiteParser.Reindex_stmtContext ctx)

public voidexitRelease_stmt(SQLiteParser.Release_stmtContext ctx)

public voidexitResult_column(SQLiteParser.Result_columnContext ctx)

public voidexitRollback_stmt(SQLiteParser.Rollback_stmtContext ctx)

public voidexitSavepoint_name(SQLiteParser.Savepoint_nameContext ctx)

public voidexitSavepoint_stmt(SQLiteParser.Savepoint_stmtContext ctx)

public voidexitSchema_name(SQLiteParser.Schema_nameContext ctx)

public voidexitSelect_or_values(SQLiteParser.Select_or_valuesContext ctx)

public voidexitSelect_stmt(SQLiteParser.Select_stmtContext ctx)

public voidexitSigned_number(SQLiteParser.Signed_numberContext ctx)

public voidexitSql_stmt_list(SQLiteParser.Sql_stmt_listContext ctx)

public voidexitSql_stmt(SQLiteParser.Sql_stmtContext ctx)

public voidexitTable_alias(SQLiteParser.Table_aliasContext ctx)

public voidexitTable_constraint(SQLiteParser.Table_constraintContext ctx)

public voidexitTable_function(SQLiteParser.Table_functionContext ctx)

public voidexitTable_name(SQLiteParser.Table_nameContext ctx)

public voidexitTable_or_index_name(SQLiteParser.Table_or_index_nameContext ctx)

public voidexitTable_or_subquery(SQLiteParser.Table_or_subqueryContext ctx)

public voidexitTransaction_name(SQLiteParser.Transaction_nameContext ctx)

public voidexitTrigger_name(SQLiteParser.Trigger_nameContext ctx)

public voidexitType_name(SQLiteParser.Type_nameContext ctx)

public voidexitUnary_operator(SQLiteParser.Unary_operatorContext ctx)

public voidexitUpdate_stmt_limited(SQLiteParser.Update_stmt_limitedContext ctx)

public voidexitUpdate_stmt(SQLiteParser.Update_stmtContext ctx)

public voidexitUpsert_clause(SQLiteParser.Upsert_clauseContext ctx)

public voidexitVacuum_stmt(SQLiteParser.Vacuum_stmtContext ctx)

public voidexitView_name(SQLiteParser.View_nameContext ctx)

public voidexitWith_clause(SQLiteParser.With_clauseContext ctx)

public voidvisitErrorNode(ErrorNode node)

public voidvisitTerminal(TerminalNode node)

from java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructors

public SQLiteBaseListener()

Methods

public void enterParse(SQLiteParser.ParseContext ctx)

The default implementation does nothing.

public void exitParse(SQLiteParser.ParseContext ctx)

The default implementation does nothing.

public void enterError(SQLiteParser.ErrorContext ctx)

The default implementation does nothing.

public void exitError(SQLiteParser.ErrorContext ctx)

The default implementation does nothing.

public void enterSql_stmt_list(SQLiteParser.Sql_stmt_listContext ctx)

The default implementation does nothing.

public void exitSql_stmt_list(SQLiteParser.Sql_stmt_listContext ctx)

The default implementation does nothing.

public void enterSql_stmt(SQLiteParser.Sql_stmtContext ctx)

The default implementation does nothing.

public void exitSql_stmt(SQLiteParser.Sql_stmtContext ctx)

The default implementation does nothing.

public void enterAlter_table_stmt(SQLiteParser.Alter_table_stmtContext ctx)

The default implementation does nothing.

public void exitAlter_table_stmt(SQLiteParser.Alter_table_stmtContext ctx)

The default implementation does nothing.

public void enterAnalyze_stmt(SQLiteParser.Analyze_stmtContext ctx)

The default implementation does nothing.

public void exitAnalyze_stmt(SQLiteParser.Analyze_stmtContext ctx)

The default implementation does nothing.

public void enterAttach_stmt(SQLiteParser.Attach_stmtContext ctx)

The default implementation does nothing.

public void exitAttach_stmt(SQLiteParser.Attach_stmtContext ctx)

The default implementation does nothing.

public void enterBegin_stmt(SQLiteParser.Begin_stmtContext ctx)

The default implementation does nothing.

public void exitBegin_stmt(SQLiteParser.Begin_stmtContext ctx)

The default implementation does nothing.

public void enterCommit_stmt(SQLiteParser.Commit_stmtContext ctx)

The default implementation does nothing.

public void exitCommit_stmt(SQLiteParser.Commit_stmtContext ctx)

The default implementation does nothing.

public void enterCreate_index_stmt(SQLiteParser.Create_index_stmtContext ctx)

The default implementation does nothing.

public void exitCreate_index_stmt(SQLiteParser.Create_index_stmtContext ctx)

The default implementation does nothing.

public void enterCreate_table_stmt(SQLiteParser.Create_table_stmtContext ctx)

The default implementation does nothing.

public void exitCreate_table_stmt(SQLiteParser.Create_table_stmtContext ctx)

The default implementation does nothing.

public void enterCreate_trigger_stmt(SQLiteParser.Create_trigger_stmtContext ctx)

The default implementation does nothing.

public void exitCreate_trigger_stmt(SQLiteParser.Create_trigger_stmtContext ctx)

The default implementation does nothing.

public void enterCreate_view_stmt(SQLiteParser.Create_view_stmtContext ctx)

The default implementation does nothing.

public void exitCreate_view_stmt(SQLiteParser.Create_view_stmtContext ctx)

The default implementation does nothing.

public void enterCreate_virtual_table_stmt(SQLiteParser.Create_virtual_table_stmtContext ctx)

The default implementation does nothing.

public void exitCreate_virtual_table_stmt(SQLiteParser.Create_virtual_table_stmtContext ctx)

The default implementation does nothing.

public void enterDelete_stmt(SQLiteParser.Delete_stmtContext ctx)

The default implementation does nothing.

public void exitDelete_stmt(SQLiteParser.Delete_stmtContext ctx)

The default implementation does nothing.

public void enterDelete_stmt_limited(SQLiteParser.Delete_stmt_limitedContext ctx)

The default implementation does nothing.

public void exitDelete_stmt_limited(SQLiteParser.Delete_stmt_limitedContext ctx)

The default implementation does nothing.

public void enterDetach_stmt(SQLiteParser.Detach_stmtContext ctx)

The default implementation does nothing.

public void exitDetach_stmt(SQLiteParser.Detach_stmtContext ctx)

The default implementation does nothing.

public void enterDrop_index_stmt(SQLiteParser.Drop_index_stmtContext ctx)

The default implementation does nothing.

public void exitDrop_index_stmt(SQLiteParser.Drop_index_stmtContext ctx)

The default implementation does nothing.

public void enterDrop_table_stmt(SQLiteParser.Drop_table_stmtContext ctx)

The default implementation does nothing.

public void exitDrop_table_stmt(SQLiteParser.Drop_table_stmtContext ctx)

The default implementation does nothing.

public void enterDrop_trigger_stmt(SQLiteParser.Drop_trigger_stmtContext ctx)

The default implementation does nothing.

public void exitDrop_trigger_stmt(SQLiteParser.Drop_trigger_stmtContext ctx)

The default implementation does nothing.

public void enterDrop_view_stmt(SQLiteParser.Drop_view_stmtContext ctx)

The default implementation does nothing.

public void exitDrop_view_stmt(SQLiteParser.Drop_view_stmtContext ctx)

The default implementation does nothing.

public void enterInsert_stmt(SQLiteParser.Insert_stmtContext ctx)

The default implementation does nothing.

public void exitInsert_stmt(SQLiteParser.Insert_stmtContext ctx)

The default implementation does nothing.

public void enterUpsert_clause(SQLiteParser.Upsert_clauseContext ctx)

The default implementation does nothing.

public void exitUpsert_clause(SQLiteParser.Upsert_clauseContext ctx)

The default implementation does nothing.

public void enterPragma_stmt(SQLiteParser.Pragma_stmtContext ctx)

The default implementation does nothing.

public void exitPragma_stmt(SQLiteParser.Pragma_stmtContext ctx)

The default implementation does nothing.

public void enterReindex_stmt(SQLiteParser.Reindex_stmtContext ctx)

The default implementation does nothing.

public void exitReindex_stmt(SQLiteParser.Reindex_stmtContext ctx)

The default implementation does nothing.

public void enterRelease_stmt(SQLiteParser.Release_stmtContext ctx)

The default implementation does nothing.

public void exitRelease_stmt(SQLiteParser.Release_stmtContext ctx)

The default implementation does nothing.

public void enterRollback_stmt(SQLiteParser.Rollback_stmtContext ctx)

The default implementation does nothing.

public void exitRollback_stmt(SQLiteParser.Rollback_stmtContext ctx)

The default implementation does nothing.

public void enterSavepoint_stmt(SQLiteParser.Savepoint_stmtContext ctx)

The default implementation does nothing.

public void exitSavepoint_stmt(SQLiteParser.Savepoint_stmtContext ctx)

The default implementation does nothing.

public void enterSelect_stmt(SQLiteParser.Select_stmtContext ctx)

The default implementation does nothing.

public void exitSelect_stmt(SQLiteParser.Select_stmtContext ctx)

The default implementation does nothing.

public void enterSelect_or_values(SQLiteParser.Select_or_valuesContext ctx)

The default implementation does nothing.

public void exitSelect_or_values(SQLiteParser.Select_or_valuesContext ctx)

The default implementation does nothing.

public void enterUpdate_stmt(SQLiteParser.Update_stmtContext ctx)

The default implementation does nothing.

public void exitUpdate_stmt(SQLiteParser.Update_stmtContext ctx)

The default implementation does nothing.

public void enterUpdate_stmt_limited(SQLiteParser.Update_stmt_limitedContext ctx)

The default implementation does nothing.

public void exitUpdate_stmt_limited(SQLiteParser.Update_stmt_limitedContext ctx)

The default implementation does nothing.

public void enterVacuum_stmt(SQLiteParser.Vacuum_stmtContext ctx)

The default implementation does nothing.

public void exitVacuum_stmt(SQLiteParser.Vacuum_stmtContext ctx)

The default implementation does nothing.

public void enterColumn_def(SQLiteParser.Column_defContext ctx)

The default implementation does nothing.

public void exitColumn_def(SQLiteParser.Column_defContext ctx)

The default implementation does nothing.

public void enterType_name(SQLiteParser.Type_nameContext ctx)

The default implementation does nothing.

public void exitType_name(SQLiteParser.Type_nameContext ctx)

The default implementation does nothing.

public void enterColumn_constraint(SQLiteParser.Column_constraintContext ctx)

The default implementation does nothing.

public void exitColumn_constraint(SQLiteParser.Column_constraintContext ctx)

The default implementation does nothing.

public void enterConflict_clause(SQLiteParser.Conflict_clauseContext ctx)

The default implementation does nothing.

public void exitConflict_clause(SQLiteParser.Conflict_clauseContext ctx)

The default implementation does nothing.

public void enterExpr(SQLiteParser.ExprContext ctx)

The default implementation does nothing.

public void exitExpr(SQLiteParser.ExprContext ctx)

The default implementation does nothing.

public void enterComma_separated_expr(SQLiteParser.Comma_separated_exprContext ctx)

The default implementation does nothing.

public void exitComma_separated_expr(SQLiteParser.Comma_separated_exprContext ctx)

The default implementation does nothing.

public void enterForeign_key_clause(SQLiteParser.Foreign_key_clauseContext ctx)

The default implementation does nothing.

public void exitForeign_key_clause(SQLiteParser.Foreign_key_clauseContext ctx)

The default implementation does nothing.

public void enterRaise_function(SQLiteParser.Raise_functionContext ctx)

The default implementation does nothing.

public void exitRaise_function(SQLiteParser.Raise_functionContext ctx)

The default implementation does nothing.

public void enterIndexed_column(SQLiteParser.Indexed_columnContext ctx)

The default implementation does nothing.

public void exitIndexed_column(SQLiteParser.Indexed_columnContext ctx)

The default implementation does nothing.

public void enterTable_constraint(SQLiteParser.Table_constraintContext ctx)

The default implementation does nothing.

public void exitTable_constraint(SQLiteParser.Table_constraintContext ctx)

The default implementation does nothing.

public void enterWith_clause(SQLiteParser.With_clauseContext ctx)

The default implementation does nothing.

public void exitWith_clause(SQLiteParser.With_clauseContext ctx)

The default implementation does nothing.

public void enterCommon_table_expression(SQLiteParser.Common_table_expressionContext ctx)

The default implementation does nothing.

public void exitCommon_table_expression(SQLiteParser.Common_table_expressionContext ctx)

The default implementation does nothing.

public void enterQualified_table_name(SQLiteParser.Qualified_table_nameContext ctx)

The default implementation does nothing.

public void exitQualified_table_name(SQLiteParser.Qualified_table_nameContext ctx)

The default implementation does nothing.

public void enterOrder_clause(SQLiteParser.Order_clauseContext ctx)

The default implementation does nothing.

public void exitOrder_clause(SQLiteParser.Order_clauseContext ctx)

The default implementation does nothing.

public void enterOrdering_term(SQLiteParser.Ordering_termContext ctx)

The default implementation does nothing.

public void exitOrdering_term(SQLiteParser.Ordering_termContext ctx)

The default implementation does nothing.

public void enterLimit_clause(SQLiteParser.Limit_clauseContext ctx)

The default implementation does nothing.

public void exitLimit_clause(SQLiteParser.Limit_clauseContext ctx)

The default implementation does nothing.

public void enterPragma_value(SQLiteParser.Pragma_valueContext ctx)

The default implementation does nothing.

public void exitPragma_value(SQLiteParser.Pragma_valueContext ctx)

The default implementation does nothing.

public void enterResult_column(SQLiteParser.Result_columnContext ctx)

The default implementation does nothing.

public void exitResult_column(SQLiteParser.Result_columnContext ctx)

The default implementation does nothing.

public void enterTable_or_subquery(SQLiteParser.Table_or_subqueryContext ctx)

The default implementation does nothing.

public void exitTable_or_subquery(SQLiteParser.Table_or_subqueryContext ctx)

The default implementation does nothing.

public void enterJoin_clause(SQLiteParser.Join_clauseContext ctx)

The default implementation does nothing.

public void exitJoin_clause(SQLiteParser.Join_clauseContext ctx)

The default implementation does nothing.

public void enterJoin_operator(SQLiteParser.Join_operatorContext ctx)

The default implementation does nothing.

public void exitJoin_operator(SQLiteParser.Join_operatorContext ctx)

The default implementation does nothing.

public void enterJoin_constraint(SQLiteParser.Join_constraintContext ctx)

The default implementation does nothing.

public void exitJoin_constraint(SQLiteParser.Join_constraintContext ctx)

The default implementation does nothing.

public void enterCompound_operator(SQLiteParser.Compound_operatorContext ctx)

The default implementation does nothing.

public void exitCompound_operator(SQLiteParser.Compound_operatorContext ctx)

The default implementation does nothing.

public void enterSigned_number(SQLiteParser.Signed_numberContext ctx)

The default implementation does nothing.

public void exitSigned_number(SQLiteParser.Signed_numberContext ctx)

The default implementation does nothing.

public void enterLiteral_value(SQLiteParser.Literal_valueContext ctx)

The default implementation does nothing.

public void exitLiteral_value(SQLiteParser.Literal_valueContext ctx)

The default implementation does nothing.

public void enterBoolean_literal(SQLiteParser.Boolean_literalContext ctx)

The default implementation does nothing.

public void exitBoolean_literal(SQLiteParser.Boolean_literalContext ctx)

The default implementation does nothing.

public void enterUnary_operator(SQLiteParser.Unary_operatorContext ctx)

The default implementation does nothing.

public void exitUnary_operator(SQLiteParser.Unary_operatorContext ctx)

The default implementation does nothing.

public void enterBinary_operator(SQLiteParser.Binary_operatorContext ctx)

The default implementation does nothing.

public void exitBinary_operator(SQLiteParser.Binary_operatorContext ctx)

The default implementation does nothing.

public void enterError_message(SQLiteParser.Error_messageContext ctx)

The default implementation does nothing.

public void exitError_message(SQLiteParser.Error_messageContext ctx)

The default implementation does nothing.

public void enterModule_argument(SQLiteParser.Module_argumentContext ctx)

The default implementation does nothing.

public void exitModule_argument(SQLiteParser.Module_argumentContext ctx)

The default implementation does nothing.

public void enterColumn_alias(SQLiteParser.Column_aliasContext ctx)

The default implementation does nothing.

public void exitColumn_alias(SQLiteParser.Column_aliasContext ctx)

The default implementation does nothing.

public void enterColumn_name_list(SQLiteParser.Column_name_listContext ctx)

The default implementation does nothing.

public void exitColumn_name_list(SQLiteParser.Column_name_listContext ctx)

The default implementation does nothing.

public void enterKeyword(SQLiteParser.KeywordContext ctx)

The default implementation does nothing.

public void exitKeyword(SQLiteParser.KeywordContext ctx)

The default implementation does nothing.

public void enterName(SQLiteParser.NameContext ctx)

The default implementation does nothing.

public void exitName(SQLiteParser.NameContext ctx)

The default implementation does nothing.

public void enterFunction_name(SQLiteParser.Function_nameContext ctx)

The default implementation does nothing.

public void exitFunction_name(SQLiteParser.Function_nameContext ctx)

The default implementation does nothing.

public void enterSchema_name(SQLiteParser.Schema_nameContext ctx)

The default implementation does nothing.

public void exitSchema_name(SQLiteParser.Schema_nameContext ctx)

The default implementation does nothing.

public void enterTable_function(SQLiteParser.Table_functionContext ctx)

The default implementation does nothing.

public void exitTable_function(SQLiteParser.Table_functionContext ctx)

The default implementation does nothing.

public void enterTable_name(SQLiteParser.Table_nameContext ctx)

The default implementation does nothing.

public void exitTable_name(SQLiteParser.Table_nameContext ctx)

The default implementation does nothing.

public void enterTable_or_index_name(SQLiteParser.Table_or_index_nameContext ctx)

The default implementation does nothing.

public void exitTable_or_index_name(SQLiteParser.Table_or_index_nameContext ctx)

The default implementation does nothing.

public void enterNew_table_name(SQLiteParser.New_table_nameContext ctx)

The default implementation does nothing.

public void exitNew_table_name(SQLiteParser.New_table_nameContext ctx)

The default implementation does nothing.

public void enterColumn_name(SQLiteParser.Column_nameContext ctx)

The default implementation does nothing.

public void exitColumn_name(SQLiteParser.Column_nameContext ctx)

The default implementation does nothing.

public void enterCollation_name(SQLiteParser.Collation_nameContext ctx)

The default implementation does nothing.

public void exitCollation_name(SQLiteParser.Collation_nameContext ctx)

The default implementation does nothing.

public void enterForeign_table(SQLiteParser.Foreign_tableContext ctx)

The default implementation does nothing.

public void exitForeign_table(SQLiteParser.Foreign_tableContext ctx)

The default implementation does nothing.

public void enterIndex_name(SQLiteParser.Index_nameContext ctx)

The default implementation does nothing.

public void exitIndex_name(SQLiteParser.Index_nameContext ctx)

The default implementation does nothing.

public void enterTrigger_name(SQLiteParser.Trigger_nameContext ctx)

The default implementation does nothing.

public void exitTrigger_name(SQLiteParser.Trigger_nameContext ctx)

The default implementation does nothing.

public void enterView_name(SQLiteParser.View_nameContext ctx)

The default implementation does nothing.

public void exitView_name(SQLiteParser.View_nameContext ctx)

The default implementation does nothing.

public void enterModule_name(SQLiteParser.Module_nameContext ctx)

The default implementation does nothing.

public void exitModule_name(SQLiteParser.Module_nameContext ctx)

The default implementation does nothing.

public void enterPragma_name(SQLiteParser.Pragma_nameContext ctx)

The default implementation does nothing.

public void exitPragma_name(SQLiteParser.Pragma_nameContext ctx)

The default implementation does nothing.

public void enterSavepoint_name(SQLiteParser.Savepoint_nameContext ctx)

The default implementation does nothing.

public void exitSavepoint_name(SQLiteParser.Savepoint_nameContext ctx)

The default implementation does nothing.

public void enterTable_alias(SQLiteParser.Table_aliasContext ctx)

The default implementation does nothing.

public void exitTable_alias(SQLiteParser.Table_aliasContext ctx)

The default implementation does nothing.

public void enterTransaction_name(SQLiteParser.Transaction_nameContext ctx)

The default implementation does nothing.

public void exitTransaction_name(SQLiteParser.Transaction_nameContext ctx)

The default implementation does nothing.

public void enterAny_name(SQLiteParser.Any_nameContext ctx)

The default implementation does nothing.

public void exitAny_name(SQLiteParser.Any_nameContext ctx)

The default implementation does nothing.

public void enterEveryRule(ParserRuleContext ctx)

The default implementation does nothing.

public void exitEveryRule(ParserRuleContext ctx)

The default implementation does nothing.

public void visitTerminal(TerminalNode node)

The default implementation does nothing.

public void visitErrorNode(ErrorNode node)

The default implementation does nothing.

Source

// Generated from SQLite.g4 by ANTLR 4.7.1
package androidx.room.parser;

import org.antlr.v4.runtime.ParserRuleContext;
import org.antlr.v4.runtime.tree.ErrorNode;
import org.antlr.v4.runtime.tree.TerminalNode;

/**
 * This class provides an empty implementation of {@link SQLiteListener},
 * which can be extended to create a listener which only needs to handle a subset
 * of the available methods.
 */
public class SQLiteBaseListener implements SQLiteListener {
	/**
	 * {@inheritDoc}
	 *
	 * <p>The default implementation does nothing.</p>
	 */
	@Override public void enterParse(SQLiteParser.ParseContext ctx) { }
	/**
	 * {@inheritDoc}
	 *
	 * <p>The default implementation does nothing.</p>
	 */
	@Override public void exitParse(SQLiteParser.ParseContext ctx) { }
	/**
	 * {@inheritDoc}
	 *
	 * <p>The default implementation does nothing.</p>
	 */
	@Override public void enterError(SQLiteParser.ErrorContext ctx) { }
	/**
	 * {@inheritDoc}
	 *
	 * <p>The default implementation does nothing.</p>
	 */
	@Override public void exitError(SQLiteParser.ErrorContext ctx) { }
	/**
	 * {@inheritDoc}
	 *
	 * <p>The default implementation does nothing.</p>
	 */
	@Override public void enterSql_stmt_list(SQLiteParser.Sql_stmt_listContext ctx) { }
	/**
	 * {@inheritDoc}
	 *
	 * <p>The default implementation does nothing.</p>
	 */
	@Override public void exitSql_stmt_list(SQLiteParser.Sql_stmt_listContext ctx) { }
	/**
	 * {@inheritDoc}
	 *
	 * <p>The default implementation does nothing.</p>
	 */
	@Override public void enterSql_stmt(SQLiteParser.Sql_stmtContext ctx) { }
	/**
	 * {@inheritDoc}
	 *
	 * <p>The default implementation does nothing.</p>
	 */
	@Override public void exitSql_stmt(SQLiteParser.Sql_stmtContext ctx) { }
	/**
	 * {@inheritDoc}
	 *
	 * <p>The default implementation does nothing.</p>
	 */
	@Override public void enterAlter_table_stmt(SQLiteParser.Alter_table_stmtContext ctx) { }
	/**
	 * {@inheritDoc}
	 *
	 * <p>The default implementation does nothing.</p>
	 */
	@Override public void exitAlter_table_stmt(SQLiteParser.Alter_table_stmtContext ctx) { }
	/**
	 * {@inheritDoc}
	 *
	 * <p>The default implementation does nothing.</p>
	 */
	@Override public void enterAnalyze_stmt(SQLiteParser.Analyze_stmtContext ctx) { }
	/**
	 * {@inheritDoc}
	 *
	 * <p>The default implementation does nothing.</p>
	 */
	@Override public void exitAnalyze_stmt(SQLiteParser.Analyze_stmtContext ctx) { }
	/**
	 * {@inheritDoc}
	 *
	 * <p>The default implementation does nothing.</p>
	 */
	@Override public void enterAttach_stmt(SQLiteParser.Attach_stmtContext ctx) { }
	/**
	 * {@inheritDoc}
	 *
	 * <p>The default implementation does nothing.</p>
	 */
	@Override public void exitAttach_stmt(SQLiteParser.Attach_stmtContext ctx) { }
	/**
	 * {@inheritDoc}
	 *
	 * <p>The default implementation does nothing.</p>
	 */
	@Override public void enterBegin_stmt(SQLiteParser.Begin_stmtContext ctx) { }
	/**
	 * {@inheritDoc}
	 *
	 * <p>The default implementation does nothing.</p>
	 */
	@Override public void exitBegin_stmt(SQLiteParser.Begin_stmtContext ctx) { }
	/**
	 * {@inheritDoc}
	 *
	 * <p>The default implementation does nothing.</p>
	 */
	@Override public void enterCommit_stmt(SQLiteParser.Commit_stmtContext ctx) { }
	/**
	 * {@inheritDoc}
	 *
	 * <p>The default implementation does nothing.</p>
	 */
	@Override public void exitCommit_stmt(SQLiteParser.Commit_stmtContext ctx) { }
	/**
	 * {@inheritDoc}
	 *
	 * <p>The default implementation does nothing.</p>
	 */
	@Override public void enterCreate_index_stmt(SQLiteParser.Create_index_stmtContext ctx) { }
	/**
	 * {@inheritDoc}
	 *
	 * <p>The default implementation does nothing.</p>
	 */
	@Override public void exitCreate_index_stmt(SQLiteParser.Create_index_stmtContext ctx) { }
	/**
	 * {@inheritDoc}
	 *
	 * <p>The default implementation does nothing.</p>
	 */
	@Override public void enterCreate_table_stmt(SQLiteParser.Create_table_stmtContext ctx) { }
	/**
	 * {@inheritDoc}
	 *
	 * <p>The default implementation does nothing.</p>
	 */
	@Override public void exitCreate_table_stmt(SQLiteParser.Create_table_stmtContext ctx) { }
	/**
	 * {@inheritDoc}
	 *
	 * <p>The default implementation does nothing.</p>
	 */
	@Override public void enterCreate_trigger_stmt(SQLiteParser.Create_trigger_stmtContext ctx) { }
	/**
	 * {@inheritDoc}
	 *
	 * <p>The default implementation does nothing.</p>
	 */
	@Override public void exitCreate_trigger_stmt(SQLiteParser.Create_trigger_stmtContext ctx) { }
	/**
	 * {@inheritDoc}
	 *
	 * <p>The default implementation does nothing.</p>
	 */
	@Override public void enterCreate_view_stmt(SQLiteParser.Create_view_stmtContext ctx) { }
	/**
	 * {@inheritDoc}
	 *
	 * <p>The default implementation does nothing.</p>
	 */
	@Override public void exitCreate_view_stmt(SQLiteParser.Create_view_stmtContext ctx) { }
	/**
	 * {@inheritDoc}
	 *
	 * <p>The default implementation does nothing.</p>
	 */
	@Override public void enterCreate_virtual_table_stmt(SQLiteParser.Create_virtual_table_stmtContext ctx) { }
	/**
	 * {@inheritDoc}
	 *
	 * <p>The default implementation does nothing.</p>
	 */
	@Override public void exitCreate_virtual_table_stmt(SQLiteParser.Create_virtual_table_stmtContext ctx) { }
	/**
	 * {@inheritDoc}
	 *
	 * <p>The default implementation does nothing.</p>
	 */
	@Override public void enterDelete_stmt(SQLiteParser.Delete_stmtContext ctx) { }
	/**
	 * {@inheritDoc}
	 *
	 * <p>The default implementation does nothing.</p>
	 */
	@Override public void exitDelete_stmt(SQLiteParser.Delete_stmtContext ctx) { }
	/**
	 * {@inheritDoc}
	 *
	 * <p>The default implementation does nothing.</p>
	 */
	@Override public void enterDelete_stmt_limited(SQLiteParser.Delete_stmt_limitedContext ctx) { }
	/**
	 * {@inheritDoc}
	 *
	 * <p>The default implementation does nothing.</p>
	 */
	@Override public void exitDelete_stmt_limited(SQLiteParser.Delete_stmt_limitedContext ctx) { }
	/**
	 * {@inheritDoc}
	 *
	 * <p>The default implementation does nothing.</p>
	 */
	@Override public void enterDetach_stmt(SQLiteParser.Detach_stmtContext ctx) { }
	/**
	 * {@inheritDoc}
	 *
	 * <p>The default implementation does nothing.</p>
	 */
	@Override public void exitDetach_stmt(SQLiteParser.Detach_stmtContext ctx) { }
	/**
	 * {@inheritDoc}
	 *
	 * <p>The default implementation does nothing.</p>
	 */
	@Override public void enterDrop_index_stmt(SQLiteParser.Drop_index_stmtContext ctx) { }
	/**
	 * {@inheritDoc}
	 *
	 * <p>The default implementation does nothing.</p>
	 */
	@Override public void exitDrop_index_stmt(SQLiteParser.Drop_index_stmtContext ctx) { }
	/**
	 * {@inheritDoc}
	 *
	 * <p>The default implementation does nothing.</p>
	 */
	@Override public void enterDrop_table_stmt(SQLiteParser.Drop_table_stmtContext ctx) { }
	/**
	 * {@inheritDoc}
	 *
	 * <p>The default implementation does nothing.</p>
	 */
	@Override public void exitDrop_table_stmt(SQLiteParser.Drop_table_stmtContext ctx) { }
	/**
	 * {@inheritDoc}
	 *
	 * <p>The default implementation does nothing.</p>
	 */
	@Override public void enterDrop_trigger_stmt(SQLiteParser.Drop_trigger_stmtContext ctx) { }
	/**
	 * {@inheritDoc}
	 *
	 * <p>The default implementation does nothing.</p>
	 */
	@Override public void exitDrop_trigger_stmt(SQLiteParser.Drop_trigger_stmtContext ctx) { }
	/**
	 * {@inheritDoc}
	 *
	 * <p>The default implementation does nothing.</p>
	 */
	@Override public void enterDrop_view_stmt(SQLiteParser.Drop_view_stmtContext ctx) { }
	/**
	 * {@inheritDoc}
	 *
	 * <p>The default implementation does nothing.</p>
	 */
	@Override public void exitDrop_view_stmt(SQLiteParser.Drop_view_stmtContext ctx) { }
	/**
	 * {@inheritDoc}
	 *
	 * <p>The default implementation does nothing.</p>
	 */
	@Override public void enterInsert_stmt(SQLiteParser.Insert_stmtContext ctx) { }
	/**
	 * {@inheritDoc}
	 *
	 * <p>The default implementation does nothing.</p>
	 */
	@Override public void exitInsert_stmt(SQLiteParser.Insert_stmtContext ctx) { }
	/**
	 * {@inheritDoc}
	 *
	 * <p>The default implementation does nothing.</p>
	 */
	@Override public void enterUpsert_clause(SQLiteParser.Upsert_clauseContext ctx) { }
	/**
	 * {@inheritDoc}
	 *
	 * <p>The default implementation does nothing.</p>
	 */
	@Override public void exitUpsert_clause(SQLiteParser.Upsert_clauseContext ctx) { }
	/**
	 * {@inheritDoc}
	 *
	 * <p>The default implementation does nothing.</p>
	 */
	@Override public void enterPragma_stmt(SQLiteParser.Pragma_stmtContext ctx) { }
	/**
	 * {@inheritDoc}
	 *
	 * <p>The default implementation does nothing.</p>
	 */
	@Override public void exitPragma_stmt(SQLiteParser.Pragma_stmtContext ctx) { }
	/**
	 * {@inheritDoc}
	 *
	 * <p>The default implementation does nothing.</p>
	 */
	@Override public void enterReindex_stmt(SQLiteParser.Reindex_stmtContext ctx) { }
	/**
	 * {@inheritDoc}
	 *
	 * <p>The default implementation does nothing.</p>
	 */
	@Override public void exitReindex_stmt(SQLiteParser.Reindex_stmtContext ctx) { }
	/**
	 * {@inheritDoc}
	 *
	 * <p>The default implementation does nothing.</p>
	 */
	@Override public void enterRelease_stmt(SQLiteParser.Release_stmtContext ctx) { }
	/**
	 * {@inheritDoc}
	 *
	 * <p>The default implementation does nothing.</p>
	 */
	@Override public void exitRelease_stmt(SQLiteParser.Release_stmtContext ctx) { }
	/**
	 * {@inheritDoc}
	 *
	 * <p>The default implementation does nothing.</p>
	 */
	@Override public void enterRollback_stmt(SQLiteParser.Rollback_stmtContext ctx) { }
	/**
	 * {@inheritDoc}
	 *
	 * <p>The default implementation does nothing.</p>
	 */
	@Override public void exitRollback_stmt(SQLiteParser.Rollback_stmtContext ctx) { }
	/**
	 * {@inheritDoc}
	 *
	 * <p>The default implementation does nothing.</p>
	 */
	@Override public void enterSavepoint_stmt(SQLiteParser.Savepoint_stmtContext ctx) { }
	/**
	 * {@inheritDoc}
	 *
	 * <p>The default implementation does nothing.</p>
	 */
	@Override public void exitSavepoint_stmt(SQLiteParser.Savepoint_stmtContext ctx) { }
	/**
	 * {@inheritDoc}
	 *
	 * <p>The default implementation does nothing.</p>
	 */
	@Override public void enterSelect_stmt(SQLiteParser.Select_stmtContext ctx) { }
	/**
	 * {@inheritDoc}
	 *
	 * <p>The default implementation does nothing.</p>
	 */
	@Override public void exitSelect_stmt(SQLiteParser.Select_stmtContext ctx) { }
	/**
	 * {@inheritDoc}
	 *
	 * <p>The default implementation does nothing.</p>
	 */
	@Override public void enterSelect_or_values(SQLiteParser.Select_or_valuesContext ctx) { }
	/**
	 * {@inheritDoc}
	 *
	 * <p>The default implementation does nothing.</p>
	 */
	@Override public void exitSelect_or_values(SQLiteParser.Select_or_valuesContext ctx) { }
	/**
	 * {@inheritDoc}
	 *
	 * <p>The default implementation does nothing.</p>
	 */
	@Override public void enterUpdate_stmt(SQLiteParser.Update_stmtContext ctx) { }
	/**
	 * {@inheritDoc}
	 *
	 * <p>The default implementation does nothing.</p>
	 */
	@Override public void exitUpdate_stmt(SQLiteParser.Update_stmtContext ctx) { }
	/**
	 * {@inheritDoc}
	 *
	 * <p>The default implementation does nothing.</p>
	 */
	@Override public void enterUpdate_stmt_limited(SQLiteParser.Update_stmt_limitedContext ctx) { }
	/**
	 * {@inheritDoc}
	 *
	 * <p>The default implementation does nothing.</p>
	 */
	@Override public void exitUpdate_stmt_limited(SQLiteParser.Update_stmt_limitedContext ctx) { }
	/**
	 * {@inheritDoc}
	 *
	 * <p>The default implementation does nothing.</p>
	 */
	@Override public void enterVacuum_stmt(SQLiteParser.Vacuum_stmtContext ctx) { }
	/**
	 * {@inheritDoc}
	 *
	 * <p>The default implementation does nothing.</p>
	 */
	@Override public void exitVacuum_stmt(SQLiteParser.Vacuum_stmtContext ctx) { }
	/**
	 * {@inheritDoc}
	 *
	 * <p>The default implementation does nothing.</p>
	 */
	@Override public void enterColumn_def(SQLiteParser.Column_defContext ctx) { }
	/**
	 * {@inheritDoc}
	 *
	 * <p>The default implementation does nothing.</p>
	 */
	@Override public void exitColumn_def(SQLiteParser.Column_defContext ctx) { }
	/**
	 * {@inheritDoc}
	 *
	 * <p>The default implementation does nothing.</p>
	 */
	@Override public void enterType_name(SQLiteParser.Type_nameContext ctx) { }
	/**
	 * {@inheritDoc}
	 *
	 * <p>The default implementation does nothing.</p>
	 */
	@Override public void exitType_name(SQLiteParser.Type_nameContext ctx) { }
	/**
	 * {@inheritDoc}
	 *
	 * <p>The default implementation does nothing.</p>
	 */
	@Override public void enterColumn_constraint(SQLiteParser.Column_constraintContext ctx) { }
	/**
	 * {@inheritDoc}
	 *
	 * <p>The default implementation does nothing.</p>
	 */
	@Override public void exitColumn_constraint(SQLiteParser.Column_constraintContext ctx) { }
	/**
	 * {@inheritDoc}
	 *
	 * <p>The default implementation does nothing.</p>
	 */
	@Override public void enterConflict_clause(SQLiteParser.Conflict_clauseContext ctx) { }
	/**
	 * {@inheritDoc}
	 *
	 * <p>The default implementation does nothing.</p>
	 */
	@Override public void exitConflict_clause(SQLiteParser.Conflict_clauseContext ctx) { }
	/**
	 * {@inheritDoc}
	 *
	 * <p>The default implementation does nothing.</p>
	 */
	@Override public void enterExpr(SQLiteParser.ExprContext ctx) { }
	/**
	 * {@inheritDoc}
	 *
	 * <p>The default implementation does nothing.</p>
	 */
	@Override public void exitExpr(SQLiteParser.ExprContext ctx) { }
	/**
	 * {@inheritDoc}
	 *
	 * <p>The default implementation does nothing.</p>
	 */
	@Override public void enterComma_separated_expr(SQLiteParser.Comma_separated_exprContext ctx) { }
	/**
	 * {@inheritDoc}
	 *
	 * <p>The default implementation does nothing.</p>
	 */
	@Override public void exitComma_separated_expr(SQLiteParser.Comma_separated_exprContext ctx) { }
	/**
	 * {@inheritDoc}
	 *
	 * <p>The default implementation does nothing.</p>
	 */
	@Override public void enterForeign_key_clause(SQLiteParser.Foreign_key_clauseContext ctx) { }
	/**
	 * {@inheritDoc}
	 *
	 * <p>The default implementation does nothing.</p>
	 */
	@Override public void exitForeign_key_clause(SQLiteParser.Foreign_key_clauseContext ctx) { }
	/**
	 * {@inheritDoc}
	 *
	 * <p>The default implementation does nothing.</p>
	 */
	@Override public void enterRaise_function(SQLiteParser.Raise_functionContext ctx) { }
	/**
	 * {@inheritDoc}
	 *
	 * <p>The default implementation does nothing.</p>
	 */
	@Override public void exitRaise_function(SQLiteParser.Raise_functionContext ctx) { }
	/**
	 * {@inheritDoc}
	 *
	 * <p>The default implementation does nothing.</p>
	 */
	@Override public void enterIndexed_column(SQLiteParser.Indexed_columnContext ctx) { }
	/**
	 * {@inheritDoc}
	 *
	 * <p>The default implementation does nothing.</p>
	 */
	@Override public void exitIndexed_column(SQLiteParser.Indexed_columnContext ctx) { }
	/**
	 * {@inheritDoc}
	 *
	 * <p>The default implementation does nothing.</p>
	 */
	@Override public void enterTable_constraint(SQLiteParser.Table_constraintContext ctx) { }
	/**
	 * {@inheritDoc}
	 *
	 * <p>The default implementation does nothing.</p>
	 */
	@Override public void exitTable_constraint(SQLiteParser.Table_constraintContext ctx) { }
	/**
	 * {@inheritDoc}
	 *
	 * <p>The default implementation does nothing.</p>
	 */
	@Override public void enterWith_clause(SQLiteParser.With_clauseContext ctx) { }
	/**
	 * {@inheritDoc}
	 *
	 * <p>The default implementation does nothing.</p>
	 */
	@Override public void exitWith_clause(SQLiteParser.With_clauseContext ctx) { }
	/**
	 * {@inheritDoc}
	 *
	 * <p>The default implementation does nothing.</p>
	 */
	@Override public void enterCommon_table_expression(SQLiteParser.Common_table_expressionContext ctx) { }
	/**
	 * {@inheritDoc}
	 *
	 * <p>The default implementation does nothing.</p>
	 */
	@Override public void exitCommon_table_expression(SQLiteParser.Common_table_expressionContext ctx) { }
	/**
	 * {@inheritDoc}
	 *
	 * <p>The default implementation does nothing.</p>
	 */
	@Override public void enterQualified_table_name(SQLiteParser.Qualified_table_nameContext ctx) { }
	/**
	 * {@inheritDoc}
	 *
	 * <p>The default implementation does nothing.</p>
	 */
	@Override public void exitQualified_table_name(SQLiteParser.Qualified_table_nameContext ctx) { }
	/**
	 * {@inheritDoc}
	 *
	 * <p>The default implementation does nothing.</p>
	 */
	@Override public void enterOrder_clause(SQLiteParser.Order_clauseContext ctx) { }
	/**
	 * {@inheritDoc}
	 *
	 * <p>The default implementation does nothing.</p>
	 */
	@Override public void exitOrder_clause(SQLiteParser.Order_clauseContext ctx) { }
	/**
	 * {@inheritDoc}
	 *
	 * <p>The default implementation does nothing.</p>
	 */
	@Override public void enterOrdering_term(SQLiteParser.Ordering_termContext ctx) { }
	/**
	 * {@inheritDoc}
	 *
	 * <p>The default implementation does nothing.</p>
	 */
	@Override public void exitOrdering_term(SQLiteParser.Ordering_termContext ctx) { }
	/**
	 * {@inheritDoc}
	 *
	 * <p>The default implementation does nothing.</p>
	 */
	@Override public void enterLimit_clause(SQLiteParser.Limit_clauseContext ctx) { }
	/**
	 * {@inheritDoc}
	 *
	 * <p>The default implementation does nothing.</p>
	 */
	@Override public void exitLimit_clause(SQLiteParser.Limit_clauseContext ctx) { }
	/**
	 * {@inheritDoc}
	 *
	 * <p>The default implementation does nothing.</p>
	 */
	@Override public void enterPragma_value(SQLiteParser.Pragma_valueContext ctx) { }
	/**
	 * {@inheritDoc}
	 *
	 * <p>The default implementation does nothing.</p>
	 */
	@Override public void exitPragma_value(SQLiteParser.Pragma_valueContext ctx) { }
	/**
	 * {@inheritDoc}
	 *
	 * <p>The default implementation does nothing.</p>
	 */
	@Override public void enterResult_column(SQLiteParser.Result_columnContext ctx) { }
	/**
	 * {@inheritDoc}
	 *
	 * <p>The default implementation does nothing.</p>
	 */
	@Override public void exitResult_column(SQLiteParser.Result_columnContext ctx) { }
	/**
	 * {@inheritDoc}
	 *
	 * <p>The default implementation does nothing.</p>
	 */
	@Override public void enterTable_or_subquery(SQLiteParser.Table_or_subqueryContext ctx) { }
	/**
	 * {@inheritDoc}
	 *
	 * <p>The default implementation does nothing.</p>
	 */
	@Override public void exitTable_or_subquery(SQLiteParser.Table_or_subqueryContext ctx) { }
	/**
	 * {@inheritDoc}
	 *
	 * <p>The default implementation does nothing.</p>
	 */
	@Override public void enterJoin_clause(SQLiteParser.Join_clauseContext ctx) { }
	/**
	 * {@inheritDoc}
	 *
	 * <p>The default implementation does nothing.</p>
	 */
	@Override public void exitJoin_clause(SQLiteParser.Join_clauseContext ctx) { }
	/**
	 * {@inheritDoc}
	 *
	 * <p>The default implementation does nothing.</p>
	 */
	@Override public void enterJoin_operator(SQLiteParser.Join_operatorContext ctx) { }
	/**
	 * {@inheritDoc}
	 *
	 * <p>The default implementation does nothing.</p>
	 */
	@Override public void exitJoin_operator(SQLiteParser.Join_operatorContext ctx) { }
	/**
	 * {@inheritDoc}
	 *
	 * <p>The default implementation does nothing.</p>
	 */
	@Override public void enterJoin_constraint(SQLiteParser.Join_constraintContext ctx) { }
	/**
	 * {@inheritDoc}
	 *
	 * <p>The default implementation does nothing.</p>
	 */
	@Override public void exitJoin_constraint(SQLiteParser.Join_constraintContext ctx) { }
	/**
	 * {@inheritDoc}
	 *
	 * <p>The default implementation does nothing.</p>
	 */
	@Override public void enterCompound_operator(SQLiteParser.Compound_operatorContext ctx) { }
	/**
	 * {@inheritDoc}
	 *
	 * <p>The default implementation does nothing.</p>
	 */
	@Override public void exitCompound_operator(SQLiteParser.Compound_operatorContext ctx) { }
	/**
	 * {@inheritDoc}
	 *
	 * <p>The default implementation does nothing.</p>
	 */
	@Override public void enterSigned_number(SQLiteParser.Signed_numberContext ctx) { }
	/**
	 * {@inheritDoc}
	 *
	 * <p>The default implementation does nothing.</p>
	 */
	@Override public void exitSigned_number(SQLiteParser.Signed_numberContext ctx) { }
	/**
	 * {@inheritDoc}
	 *
	 * <p>The default implementation does nothing.</p>
	 */
	@Override public void enterLiteral_value(SQLiteParser.Literal_valueContext ctx) { }
	/**
	 * {@inheritDoc}
	 *
	 * <p>The default implementation does nothing.</p>
	 */
	@Override public void exitLiteral_value(SQLiteParser.Literal_valueContext ctx) { }
	/**
	 * {@inheritDoc}
	 *
	 * <p>The default implementation does nothing.</p>
	 */
	@Override public void enterBoolean_literal(SQLiteParser.Boolean_literalContext ctx) { }
	/**
	 * {@inheritDoc}
	 *
	 * <p>The default implementation does nothing.</p>
	 */
	@Override public void exitBoolean_literal(SQLiteParser.Boolean_literalContext ctx) { }
	/**
	 * {@inheritDoc}
	 *
	 * <p>The default implementation does nothing.</p>
	 */
	@Override public void enterUnary_operator(SQLiteParser.Unary_operatorContext ctx) { }
	/**
	 * {@inheritDoc}
	 *
	 * <p>The default implementation does nothing.</p>
	 */
	@Override public void exitUnary_operator(SQLiteParser.Unary_operatorContext ctx) { }
	/**
	 * {@inheritDoc}
	 *
	 * <p>The default implementation does nothing.</p>
	 */
	@Override public void enterBinary_operator(SQLiteParser.Binary_operatorContext ctx) { }
	/**
	 * {@inheritDoc}
	 *
	 * <p>The default implementation does nothing.</p>
	 */
	@Override public void exitBinary_operator(SQLiteParser.Binary_operatorContext ctx) { }
	/**
	 * {@inheritDoc}
	 *
	 * <p>The default implementation does nothing.</p>
	 */
	@Override public void enterError_message(SQLiteParser.Error_messageContext ctx) { }
	/**
	 * {@inheritDoc}
	 *
	 * <p>The default implementation does nothing.</p>
	 */
	@Override public void exitError_message(SQLiteParser.Error_messageContext ctx) { }
	/**
	 * {@inheritDoc}
	 *
	 * <p>The default implementation does nothing.</p>
	 */
	@Override public void enterModule_argument(SQLiteParser.Module_argumentContext ctx) { }
	/**
	 * {@inheritDoc}
	 *
	 * <p>The default implementation does nothing.</p>
	 */
	@Override public void exitModule_argument(SQLiteParser.Module_argumentContext ctx) { }
	/**
	 * {@inheritDoc}
	 *
	 * <p>The default implementation does nothing.</p>
	 */
	@Override public void enterColumn_alias(SQLiteParser.Column_aliasContext ctx) { }
	/**
	 * {@inheritDoc}
	 *
	 * <p>The default implementation does nothing.</p>
	 */
	@Override public void exitColumn_alias(SQLiteParser.Column_aliasContext ctx) { }
	/**
	 * {@inheritDoc}
	 *
	 * <p>The default implementation does nothing.</p>
	 */
	@Override public void enterColumn_name_list(SQLiteParser.Column_name_listContext ctx) { }
	/**
	 * {@inheritDoc}
	 *
	 * <p>The default implementation does nothing.</p>
	 */
	@Override public void exitColumn_name_list(SQLiteParser.Column_name_listContext ctx) { }
	/**
	 * {@inheritDoc}
	 *
	 * <p>The default implementation does nothing.</p>
	 */
	@Override public void enterKeyword(SQLiteParser.KeywordContext ctx) { }
	/**
	 * {@inheritDoc}
	 *
	 * <p>The default implementation does nothing.</p>
	 */
	@Override public void exitKeyword(SQLiteParser.KeywordContext ctx) { }
	/**
	 * {@inheritDoc}
	 *
	 * <p>The default implementation does nothing.</p>
	 */
	@Override public void enterName(SQLiteParser.NameContext ctx) { }
	/**
	 * {@inheritDoc}
	 *
	 * <p>The default implementation does nothing.</p>
	 */
	@Override public void exitName(SQLiteParser.NameContext ctx) { }
	/**
	 * {@inheritDoc}
	 *
	 * <p>The default implementation does nothing.</p>
	 */
	@Override public void enterFunction_name(SQLiteParser.Function_nameContext ctx) { }
	/**
	 * {@inheritDoc}
	 *
	 * <p>The default implementation does nothing.</p>
	 */
	@Override public void exitFunction_name(SQLiteParser.Function_nameContext ctx) { }
	/**
	 * {@inheritDoc}
	 *
	 * <p>The default implementation does nothing.</p>
	 */
	@Override public void enterSchema_name(SQLiteParser.Schema_nameContext ctx) { }
	/**
	 * {@inheritDoc}
	 *
	 * <p>The default implementation does nothing.</p>
	 */
	@Override public void exitSchema_name(SQLiteParser.Schema_nameContext ctx) { }
	/**
	 * {@inheritDoc}
	 *
	 * <p>The default implementation does nothing.</p>
	 */
	@Override public void enterTable_function(SQLiteParser.Table_functionContext ctx) { }
	/**
	 * {@inheritDoc}
	 *
	 * <p>The default implementation does nothing.</p>
	 */
	@Override public void exitTable_function(SQLiteParser.Table_functionContext ctx) { }
	/**
	 * {@inheritDoc}
	 *
	 * <p>The default implementation does nothing.</p>
	 */
	@Override public void enterTable_name(SQLiteParser.Table_nameContext ctx) { }
	/**
	 * {@inheritDoc}
	 *
	 * <p>The default implementation does nothing.</p>
	 */
	@Override public void exitTable_name(SQLiteParser.Table_nameContext ctx) { }
	/**
	 * {@inheritDoc}
	 *
	 * <p>The default implementation does nothing.</p>
	 */
	@Override public void enterTable_or_index_name(SQLiteParser.Table_or_index_nameContext ctx) { }
	/**
	 * {@inheritDoc}
	 *
	 * <p>The default implementation does nothing.</p>
	 */
	@Override public void exitTable_or_index_name(SQLiteParser.Table_or_index_nameContext ctx) { }
	/**
	 * {@inheritDoc}
	 *
	 * <p>The default implementation does nothing.</p>
	 */
	@Override public void enterNew_table_name(SQLiteParser.New_table_nameContext ctx) { }
	/**
	 * {@inheritDoc}
	 *
	 * <p>The default implementation does nothing.</p>
	 */
	@Override public void exitNew_table_name(SQLiteParser.New_table_nameContext ctx) { }
	/**
	 * {@inheritDoc}
	 *
	 * <p>The default implementation does nothing.</p>
	 */
	@Override public void enterColumn_name(SQLiteParser.Column_nameContext ctx) { }
	/**
	 * {@inheritDoc}
	 *
	 * <p>The default implementation does nothing.</p>
	 */
	@Override public void exitColumn_name(SQLiteParser.Column_nameContext ctx) { }
	/**
	 * {@inheritDoc}
	 *
	 * <p>The default implementation does nothing.</p>
	 */
	@Override public void enterCollation_name(SQLiteParser.Collation_nameContext ctx) { }
	/**
	 * {@inheritDoc}
	 *
	 * <p>The default implementation does nothing.</p>
	 */
	@Override public void exitCollation_name(SQLiteParser.Collation_nameContext ctx) { }
	/**
	 * {@inheritDoc}
	 *
	 * <p>The default implementation does nothing.</p>
	 */
	@Override public void enterForeign_table(SQLiteParser.Foreign_tableContext ctx) { }
	/**
	 * {@inheritDoc}
	 *
	 * <p>The default implementation does nothing.</p>
	 */
	@Override public void exitForeign_table(SQLiteParser.Foreign_tableContext ctx) { }
	/**
	 * {@inheritDoc}
	 *
	 * <p>The default implementation does nothing.</p>
	 */
	@Override public void enterIndex_name(SQLiteParser.Index_nameContext ctx) { }
	/**
	 * {@inheritDoc}
	 *
	 * <p>The default implementation does nothing.</p>
	 */
	@Override public void exitIndex_name(SQLiteParser.Index_nameContext ctx) { }
	/**
	 * {@inheritDoc}
	 *
	 * <p>The default implementation does nothing.</p>
	 */
	@Override public void enterTrigger_name(SQLiteParser.Trigger_nameContext ctx) { }
	/**
	 * {@inheritDoc}
	 *
	 * <p>The default implementation does nothing.</p>
	 */
	@Override public void exitTrigger_name(SQLiteParser.Trigger_nameContext ctx) { }
	/**
	 * {@inheritDoc}
	 *
	 * <p>The default implementation does nothing.</p>
	 */
	@Override public void enterView_name(SQLiteParser.View_nameContext ctx) { }
	/**
	 * {@inheritDoc}
	 *
	 * <p>The default implementation does nothing.</p>
	 */
	@Override public void exitView_name(SQLiteParser.View_nameContext ctx) { }
	/**
	 * {@inheritDoc}
	 *
	 * <p>The default implementation does nothing.</p>
	 */
	@Override public void enterModule_name(SQLiteParser.Module_nameContext ctx) { }
	/**
	 * {@inheritDoc}
	 *
	 * <p>The default implementation does nothing.</p>
	 */
	@Override public void exitModule_name(SQLiteParser.Module_nameContext ctx) { }
	/**
	 * {@inheritDoc}
	 *
	 * <p>The default implementation does nothing.</p>
	 */
	@Override public void enterPragma_name(SQLiteParser.Pragma_nameContext ctx) { }
	/**
	 * {@inheritDoc}
	 *
	 * <p>The default implementation does nothing.</p>
	 */
	@Override public void exitPragma_name(SQLiteParser.Pragma_nameContext ctx) { }
	/**
	 * {@inheritDoc}
	 *
	 * <p>The default implementation does nothing.</p>
	 */
	@Override public void enterSavepoint_name(SQLiteParser.Savepoint_nameContext ctx) { }
	/**
	 * {@inheritDoc}
	 *
	 * <p>The default implementation does nothing.</p>
	 */
	@Override public void exitSavepoint_name(SQLiteParser.Savepoint_nameContext ctx) { }
	/**
	 * {@inheritDoc}
	 *
	 * <p>The default implementation does nothing.</p>
	 */
	@Override public void enterTable_alias(SQLiteParser.Table_aliasContext ctx) { }
	/**
	 * {@inheritDoc}
	 *
	 * <p>The default implementation does nothing.</p>
	 */
	@Override public void exitTable_alias(SQLiteParser.Table_aliasContext ctx) { }
	/**
	 * {@inheritDoc}
	 *
	 * <p>The default implementation does nothing.</p>
	 */
	@Override public void enterTransaction_name(SQLiteParser.Transaction_nameContext ctx) { }
	/**
	 * {@inheritDoc}
	 *
	 * <p>The default implementation does nothing.</p>
	 */
	@Override public void exitTransaction_name(SQLiteParser.Transaction_nameContext ctx) { }
	/**
	 * {@inheritDoc}
	 *
	 * <p>The default implementation does nothing.</p>
	 */
	@Override public void enterAny_name(SQLiteParser.Any_nameContext ctx) { }
	/**
	 * {@inheritDoc}
	 *
	 * <p>The default implementation does nothing.</p>
	 */
	@Override public void exitAny_name(SQLiteParser.Any_nameContext ctx) { }

	/**
	 * {@inheritDoc}
	 *
	 * <p>The default implementation does nothing.</p>
	 */
	@Override public void enterEveryRule(ParserRuleContext ctx) { }
	/**
	 * {@inheritDoc}
	 *
	 * <p>The default implementation does nothing.</p>
	 */
	@Override public void exitEveryRule(ParserRuleContext ctx) { }
	/**
	 * {@inheritDoc}
	 *
	 * <p>The default implementation does nothing.</p>
	 */
	@Override public void visitTerminal(TerminalNode node) { }
	/**
	 * {@inheritDoc}
	 *
	 * <p>The default implementation does nothing.</p>
	 */
	@Override public void visitErrorNode(ErrorNode node) { }
}