Index

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

abbreviated_grant_or_revoke() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
abbreviated_grant_or_revoke() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_default_privileges_statementContext
 
Abbreviated_grant_or_revokeContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Abbreviated_grant_or_revokeContext
 
ABORT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
ABORT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
ABORT - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
ABORT - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
ABORT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_index_actionContext
 
ABORT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
ABORT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
ABORT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Script_transactionContext
 
ABORT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
ABORT_AFTER_WAIT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
ABORT_AFTER_WAIT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
ABORT_AFTER_WAIT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Low_priority_lock_waitContext
 
ABORT_AFTER_WAIT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
ABSENT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
ABSENT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
ABSENT - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
ABSENT - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
ABSENT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Json_null_clauseContext
 
ABSENT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
ABSENT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Xml_common_directivesContext
 
ABSENT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
ABSENT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Json_on_null_clauseContext
 
ABSENT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
ABSOLUTE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
ABSOLUTE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
ABSOLUTE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
ABSOLUTE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
ABSOLUTE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Cursor_statementContext
 
ABSOLUTE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
ABSOLUTE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
ABSOLUTE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Fetch_move_directionContext
 
ABSOLUTE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
AbstractAnalysisLauncher - Class in org.pgcodekeeper.core.parsers.antlr.base.launcher
This class and all child classes contains statement, its contexts and implementation of logic for launch the analysis of statement's contexts.
AbstractAnalysisLauncher_error_prefix - Static variable in class org.pgcodekeeper.core.localizations.Messages
 
AbstractColumn - Class in org.pgcodekeeper.core.schema
Abstract base class for database column definitions.
AbstractConstraint - Class in org.pgcodekeeper.core.schema
Abstract base class for database table constraints.
AbstractDatabase - Class in org.pgcodekeeper.core.schema
Abstract base class representing a database schema.
AbstractExpr - Class in org.pgcodekeeper.core.parsers.antlr.pg.expr
Abstract base class for SQL expression analysis.
AbstractExprWithNmspc<T extends org.antlr.v4.runtime.ParserRuleContext> - Class in org.pgcodekeeper.core.parsers.antlr.pg.expr
Abstract expression parser with namespace support for tracking variables, references, and CTEs.
AbstractExprWithNmspc_log_ambiguos_ref - Static variable in class org.pgcodekeeper.core.localizations.Messages
 
AbstractExprWithNmspc_log_cte_contains_cols - Static variable in class org.pgcodekeeper.core.localizations.Messages
 
AbstractExprWithNmspc_log_dupl_col_alias - Static variable in class org.pgcodekeeper.core.localizations.Messages
 
AbstractExprWithNmspc_log_dupl_cte - Static variable in class org.pgcodekeeper.core.localizations.Messages
 
AbstractExprWithNmspc_log_dupl_unaliased_table - Static variable in class org.pgcodekeeper.core.localizations.Messages
 
AbstractExprWithNmspc_log_not_alternative - Static variable in class org.pgcodekeeper.core.localizations.Messages
 
AbstractForeignTable - Class in org.pgcodekeeper.core.schema.pg
Base implementation of foreign table for PostgreSQL database.
AbstractFormatter - Class in org.pgcodekeeper.core.formatter
Abstract base class for SQL formatter implementations.
AbstractFunction - Class in org.pgcodekeeper.core.schema
Abstract base class for database functions, procedures, and aggregates.
AbstractIndex - Class in org.pgcodekeeper.core.schema
Abstract base class for database table indexes.
AbstractJdbcConnector - Class in org.pgcodekeeper.core.loader
Abstract base class for JDBC database connectors.
AbstractMsClrFunction - Class in org.pgcodekeeper.core.schema.ms
Abstract base class for Microsoft SQL CLR (Common Language Runtime) functions.
AbstractMsFunction - Class in org.pgcodekeeper.core.schema.ms
Abstract base class for Microsoft SQL functions.
AbstractPgAnalysisLauncher - Class in org.pgcodekeeper.core.parsers.antlr.pg.launcher
This class and all child classes contains PG statement, its contexts and implementation of logic for launch the analysis of statement's contexts.
AbstractPgFunction - Class in org.pgcodekeeper.core.schema.pg
Base implementation of PostgreSQL functions and procedures.
AbstractPgFunction.PgArgument - Class in org.pgcodekeeper.core.schema.pg
PostgreSQL-specific function argument implementation.
AbstractPgTable - Class in org.pgcodekeeper.core.schema.pg
Base PostgreSQL table class providing common functionality for all PostgreSQL table types.
AbstractPgTable_log_inherits_not_found - Static variable in class org.pgcodekeeper.core.localizations.Messages
 
AbstractPgTable_log_schemas_not_found - Static variable in class org.pgcodekeeper.core.localizations.Messages
 
AbstractPgView - Class in org.pgcodekeeper.core.schema.pg
Base PostgreSQL view implementation.
AbstractPolicy - Class in org.pgcodekeeper.core.schema
Abstract base class for database row-level security policies.
AbstractRegularTable - Class in org.pgcodekeeper.core.schema.pg
Base PostgreSQL regular table implementation.
AbstractSchema - Class in org.pgcodekeeper.core.schema
Abstract base class representing a database schema.
AbstractSequence - Class in org.pgcodekeeper.core.schema
Abstract base class for database sequences.
AbstractStatementReader - Class in org.pgcodekeeper.core.loader.jdbc
Abstract base class for JDBC statement readers that process database metadata.
AbstractStatementReader_start - Static variable in class org.pgcodekeeper.core.localizations.Messages
 
AbstractStatistics - Class in org.pgcodekeeper.core.schema
Abstract base class for database statistics objects.
AbstractTable - Class in org.pgcodekeeper.core.schema
Abstract base class for database tables.
AbstractTrigger - Class in org.pgcodekeeper.core.schema
Abstract base class for database triggers.
AbstractType - Class in org.pgcodekeeper.core.schema
Abstract base class for database user-defined types.
AbstractView - Class in org.pgcodekeeper.core.schema
Abstract base class for database views.
ACCENT_SENSITIVITY - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
ACCENT_SENSITIVITY - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
ACCENT_SENSITIVITY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_fulltext_catalogContext
 
ACCENT_SENSITIVITY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_fulltext_catalogContext
 
ACCENT_SENSITIVITY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
ACCESS - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
ACCESS - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
ACCESS - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
ACCESS - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
ACCESS - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
ACCESS - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
ACCESS() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.PermissionContext
 
ACCESS() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Show_stmtContext
 
ACCESS() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
ACCESS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.PermissionContext
 
ACCESS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
ACCESS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
ACCESS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Comment_member_objectContext
 
ACCESS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_access_method_statementContext
 
ACCESS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Drop_statementsContext
 
ACCESS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Extension_member_objectContext
 
ACCESS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Lock_modeContext
 
ACCESS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Materialized_view_actionContext
 
ACCESS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Table_actionContext
 
ACCESS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
access_method_name - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Materialized_view_actionContext
 
access_method_name - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Table_actionContext
 
acls - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.PrivilegesParser.PrivilegesContext
 
action() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
action() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Changed_actionContext
 
action(RuleContext, int, int) - Method in class org.pgcodekeeper.core.parsers.antlr.base.generated.IgnoreListLexer
 
action(RuleContext, int, int) - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
action(RuleContext, int, int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
action(RuleContext, int, int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.PrivilegesLexer
 
action(RuleContext, int, int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
ACTION - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
ACTION - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
ACTION - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
ACTION - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
ACTION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Add_drop_eventContext
 
ACTION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.On_deleteContext
 
ACTION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.On_updateContext
 
ACTION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
ACTION() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.ActionContext
 
ACTION() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
ACTION() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
ActionContainer - Class in org.pgcodekeeper.core.model.graph
Container class used to combine actions with database objects (CREATE ALTER DROP).
ActionContainer(PgStatement, PgStatement, ObjectState, PgStatement) - Constructor for class org.pgcodekeeper.core.model.graph.ActionContainer
Creates an action container with the specified objects and action.
ActionContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.ActionContext
 
ActionsToScriptConverter - Class in org.pgcodekeeper.core.model.graph
Converts database action containers into executable SQL script statements.
ActionsToScriptConverter(SQLScript, Set<ActionContainer>, Set<PgStatement>, AbstractDatabase, AbstractDatabase) - Constructor for class org.pgcodekeeper.core.model.graph.ActionsToScriptConverter
Creates a new ActionsToScriptConverter with the specified parameters.
ACTIVATION - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
ACTIVATION - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
ACTIVATION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Queue_settingsContext
 
ACTIVATION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
ACTIVE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
ACTIVE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
ACTIVE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_certificateContext
 
ACTIVE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_certificateContext
 
ACTIVE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
add(IgnoredObject) - Method in class org.pgcodekeeper.core.model.difftree.IgnoreList
 
add(IgnoredObject) - Method in class org.pgcodekeeper.core.model.difftree.IgnoreSchemaList
 
add(IgnoredObject) - Method in interface org.pgcodekeeper.core.model.difftree.IIgnoreList
Adds an ignore rule to the list.
ADD - Enum constant in enum class org.pgcodekeeper.core.model.difftree.IgnoredObject.AddStatus
 
ADD - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
ADD - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
ADD - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
ADD - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
ADD - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
ADD - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
ADD() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_table_actionContext
 
ADD() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_user_stmtContext
 
ADD() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.PermissionContext
 
ADD() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
ADD() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Add_alter_drop_predicateContext
 
ADD() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Add_drop_event_targetContext
 
ADD() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Add_drop_eventContext
 
ADD() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Add_drop_propertyContext
 
ADD() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Add_signatureContext
 
ADD() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_assemblyContext
 
ADD() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_availability_group_optionsContext
 
ADD() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_column_encryption_keyContext
 
ADD() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_column_optionContext
 
ADD() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_db_roleContext
 
ADD() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_external_languageContext
 
ADD() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_external_libraryContext
 
ADD() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_fulltext_index_optionContext
 
ADD() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_fulltext_stoplistContext
 
ADD() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_login_sql_serverContext
 
ADD() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_master_key_sql_serverContext
 
ADD() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_server_audit_specificationContext
 
ADD() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_server_roleContext
 
ADD() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_serviceContext
 
ADD() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_symmetric_keyContext
 
ADD() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_table_actionContext
 
ADD() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_xml_schema_collectionContext
 
ADD() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_security_policyContext
 
ADD() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_server_audit_specificationContext
 
ADD() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.File_and_filegroup_optionsContext
 
ADD() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_domain_statementContext
 
ADD() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_extension_actionContext
 
ADD() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_fts_configurationContext
 
ADD() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_group_actionContext
 
ADD() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_publication_actionContext
 
ADD() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_subscription_actionContext
 
ADD() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_type_statementContext
 
ADD() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
ADD() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Column_actionContext
 
ADD() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Foreign_optionContext
 
ADD() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Operator_family_actionContext
 
ADD() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Partition_gp_actionContext
 
ADD() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Table_actionContext
 
ADD() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
ADD() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Type_actionContext
 
ADD(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_user_stmtContext
 
ADD(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_server_audit_specificationContext
 
ADD(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_serviceContext
 
ADD(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_security_policyContext
 
ADD(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_server_audit_specificationContext
 
add_alter_drop_predicate() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
add_alter_drop_predicate() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_security_policyContext
 
add_alter_drop_predicate(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_security_policyContext
 
Add_alter_drop_predicateContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Add_alter_drop_predicateContext
 
add_drop_event() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
add_drop_event() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_or_alter_event_sessionContext
 
add_drop_event(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_or_alter_event_sessionContext
 
add_drop_event_target() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
add_drop_event_target() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_or_alter_event_sessionContext
 
add_drop_event_target(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_or_alter_event_sessionContext
 
Add_drop_event_targetContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Add_drop_event_targetContext
 
Add_drop_eventContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Add_drop_eventContext
 
add_drop_property() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
add_drop_property() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_search_property_listContext
 
Add_drop_propertyContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Add_drop_propertyContext
 
add_listener_option() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
add_listener_option() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_availability_group_optionsContext
 
Add_listener_optionContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Add_listener_optionContext
 
add_operator_to_family() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
add_operator_to_family() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Operator_family_actionContext
 
add_operator_to_family(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Operator_family_actionContext
 
Add_operator_to_familyContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Add_operator_to_familyContext
 
add_signature() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
add_signature() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Security_statementContext
 
Add_signatureContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Add_signatureContext
 
ADD_SUBTREE - Enum constant in enum class org.pgcodekeeper.core.model.difftree.IgnoredObject.AddStatus
 
addAll(Collection<IgnoredObject>) - Method in class org.pgcodekeeper.core.model.difftree.IgnoreList
Adds all ignore rules from the collection to this list.
addAllDeps(Collection<GenericColumn>) - Method in class org.pgcodekeeper.core.schema.PgStatement
 
addAllStatements(SQLScript) - Method in class org.pgcodekeeper.core.script.SQLScript
Merges all statements from another SQL script into this one.
addAnalysisLauncher(AbstractAnalysisLauncher) - Method in class org.pgcodekeeper.core.schema.AbstractDatabase
Add 'analysis launcher' for deferred analyze.
addArgument(Argument) - Method in class org.pgcodekeeper.core.schema.AbstractFunction
Adds an argument to this function.
addArgument(Argument) - Method in class org.pgcodekeeper.core.schema.ch.ChFunction
Adds an argument to this function.
addArgument(Argument) - Method in class org.pgcodekeeper.core.schema.meta.MetaFunction
Adds an argument to this function.
addAssembly(MsAssembly) - Method in class org.pgcodekeeper.core.schema.ms.MsDatabase
Adds an assembly to this database.
addAttr(String, String) - Method in class org.pgcodekeeper.core.schema.meta.MetaCompositeType
Adds an attribute to this composite type.
addAttr(AbstractColumn) - Method in class org.pgcodekeeper.core.schema.pg.PgCompositeType
Adds an attribute to this composite type.
addBinary(String) - Method in class org.pgcodekeeper.core.schema.ms.MsAssembly
Adds a binary to this assembly.
addChild(TreeElement) - Method in class org.pgcodekeeper.core.model.difftree.TreeElement
Adds a child element to this element.
addChild(IStatement) - Method in class org.pgcodekeeper.core.schema.AbstractSchema
 
addChild(IStatement) - Method in class org.pgcodekeeper.core.schema.ch.ChDatabase
 
addChild(IStatement) - Method in class org.pgcodekeeper.core.schema.ch.ChSchema
 
addChild(IStatement) - Method in interface org.pgcodekeeper.core.schema.IStatementContainer
Adds a child statement to this container.
addChild(IStatement) - Method in class org.pgcodekeeper.core.schema.ms.MsDatabase
 
addChild(IStatement) - Method in class org.pgcodekeeper.core.schema.ms.MsTable
 
addChild(IStatement) - Method in class org.pgcodekeeper.core.schema.ms.MsType
 
addChild(IStatement) - Method in class org.pgcodekeeper.core.schema.ms.MsView
 
addChild(IStatement) - Method in class org.pgcodekeeper.core.schema.pg.PgDatabase
 
addChild(IStatement) - Method in class org.pgcodekeeper.core.schema.pg.PgSchema
 
addChild(IStatement) - Method in class org.pgcodekeeper.core.schema.PgStatementContainer
 
addCodec(String) - Method in class org.pgcodekeeper.core.schema.ch.ChColumn
 
addCol(String) - Method in class org.pgcodekeeper.core.schema.ms.MsStatistics
Adds a column to this statistics object.
addColumn(String) - Method in class org.pgcodekeeper.core.schema.meta.MetaConstraint
Adds a column to this constraint.
addColumn(String) - Method in class org.pgcodekeeper.core.schema.ms.MsConstraintFk
Adds a column to this foreign key constraint.
addColumn(String) - Method in class org.pgcodekeeper.core.schema.pg.PgConstraintFk
Adds a column to this foreign key constraint.
addColumn(String) - Method in class org.pgcodekeeper.core.schema.pg.PgConstraintPk
Adds a column to this constraint.
addColumn(AbstractColumn) - Method in class org.pgcodekeeper.core.schema.AbstractTable
Adds a column to the table.
addColumn(AbstractColumn) - Method in class org.pgcodekeeper.core.schema.ch.ChDictionary
Adds a column to this dictionary.
addColumn(ChColumn) - Method in class org.pgcodekeeper.core.schema.ch.ChView
Adds a column definition to this view.
addColumn(SimpleColumn) - Method in class org.pgcodekeeper.core.schema.AbstractIndex
 
addColumn(SimpleColumn) - Method in interface org.pgcodekeeper.core.schema.ISimpleColumnContainer
Adds a column reference to this container.
addColumn(SimpleColumn) - Method in class org.pgcodekeeper.core.schema.ms.MsConstraintPk
 
addColumn(SimpleColumn) - Method in class org.pgcodekeeper.core.schema.pg.PgConstraintExclude
 
addColumnComment(String, String) - Method in class org.pgcodekeeper.core.schema.pg.AbstractPgView
Adds a comment to a view column.
addColumnDefaultValue(String, String) - Method in class org.pgcodekeeper.core.schema.pg.PgView
Adds/replaces column default value specification.
addColumnName(String) - Method in class org.pgcodekeeper.core.schema.pg.AbstractPgView
Adds a column name to this view.
addColumns(List<? extends Pair<String, String>>) - Method in class org.pgcodekeeper.core.schema.meta.MetaRelation
Sets the columns for this relation.
addColumns(List<AbstractColumn>, List<AbstractColumn>, TreeElement, List<TreeElement>) - Static method in class org.pgcodekeeper.core.model.difftree.DiffTree
Deprecated.
this method is deprecated
addCommand(String) - Method in class org.pgcodekeeper.core.schema.pg.PgRule
Adds an action command to be executed when this rule fires.
addCommentStatement(String) - Method in class org.pgcodekeeper.core.script.SQLScript
Adds a comment statement to the script.
addConfiguration(String, String) - Method in class org.pgcodekeeper.core.schema.pg.AbstractPgFunction
Adds a configuration parameter for this function.
addConstraint(AbstractConstraint) - Method in class org.pgcodekeeper.core.schema.AbstractTable
 
addConstraint(AbstractConstraint) - Method in class org.pgcodekeeper.core.schema.AbstractView
 
addConstraint(AbstractConstraint) - Method in class org.pgcodekeeper.core.schema.ch.ChTableLog
 
addConstraint(AbstractConstraint) - Method in class org.pgcodekeeper.core.schema.ms.MsTable
 
addConstraint(AbstractConstraint) - Method in class org.pgcodekeeper.core.schema.pg.PgDomain
Adds a constraint to this domain.
addConstraint(AbstractConstraint) - Method in class org.pgcodekeeper.core.schema.PgStatementContainer
Adds a constraint to this container.
addCustomDepcies(List<Map.Entry<PgStatement, PgStatement>>) - Method in class org.pgcodekeeper.core.model.graph.DepcyGraph
Adds custom dependencies to the graph.
addDefRole(String) - Method in class org.pgcodekeeper.core.schema.ch.ChUser
Adds a default role for this user.
addDelActCol(String) - Method in class org.pgcodekeeper.core.schema.pg.PgConstraintFk
 
addDep(GenericColumn) - Method in class org.pgcodekeeper.core.schema.PgStatement
Adds a dependency to this statement.
addDictionary(String, List<String>) - Method in class org.pgcodekeeper.core.schema.pg.PgFtsConfiguration
Adds dictionary mapping for a token fragment.
addEnum(String) - Method in class org.pgcodekeeper.core.schema.pg.PgEnumType
Adds an enum value to this type.
addError(String) - Method in class org.pgcodekeeper.core.loader.jdbc.JdbcLoaderBase
 
addExcept(String) - Method in class org.pgcodekeeper.core.schema.ch.ChPolicy
Adds a role to the EXCEPT list for this policy.
addExceptRole(String) - Method in class org.pgcodekeeper.core.schema.ch.ChUser
Adds a role to the EXCEPT list for default roles.
addExGrantee(String) - Method in class org.pgcodekeeper.core.schema.ch.ChUser
Adds a role to the EXCEPT list for grantees.
addExpr(String) - Method in class org.pgcodekeeper.core.schema.pg.PgStatistics
Adds a column expression for statistics collection.
addForeignColumn(String) - Method in class org.pgcodekeeper.core.schema.ms.MsConstraintFk
Adds a referenced column to this foreign key constraint.
addForeignColumn(String) - Method in class org.pgcodekeeper.core.schema.pg.PgConstraintFk
Adds a referenced column in the foreign table.
addForeignOption(String, String) - Method in class org.pgcodekeeper.core.schema.pg.PgColumn
Adds a foreign table option to this column.
addFunction(AbstractFunction) - Method in class org.pgcodekeeper.core.schema.AbstractSchema
Adds a function to this schema.
addGrantee(String) - Method in class org.pgcodekeeper.core.schema.ch.ChUser
Adds a grantee role for this user.
addHost(String) - Method in class org.pgcodekeeper.core.schema.ch.ChUser
Adds a host restriction for this user.
addInclude(String) - Method in class org.pgcodekeeper.core.schema.AbstractIndex
 
addInclude(String) - Method in interface org.pgcodekeeper.core.schema.ISimpleColumnContainer
Adds an included column to this container.
addInclude(String) - Method in class org.pgcodekeeper.core.schema.ms.MsConstraintPk
Throws an exception as include columns are not supported for primary key/unique constraints.
addInclude(String) - Method in class org.pgcodekeeper.core.schema.pg.PgConstraintExclude
 
addInclude(String) - Method in class org.pgcodekeeper.core.schema.pg.PgConstraintPk
 
addInclude(String) - Method in interface org.pgcodekeeper.core.schema.pg.PgIndexParamContainer
Adds a column to the INCLUDE clause of the index.
addIndex(AbstractIndex) - Method in class org.pgcodekeeper.core.schema.PgStatementContainer
Adds an index to this container.
addInherit(String, String) - Method in class org.pgcodekeeper.core.schema.pg.PgIndex
Sets the parent index for this partitioned index.
addInherits(String, String) - Method in class org.pgcodekeeper.core.schema.pg.AbstractPgTable
Adds a parent table to the inheritance list.
addition_oper_name - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Operator_optionContext
 
additional_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
additional_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Function_statementContext
 
additional_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Script_additionalContext
 
Additional_statementContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Additional_statementContext
 
addKind(String) - Method in class org.pgcodekeeper.core.schema.pg.PgStatistics
Adds a statistics kind (ndistinct, dependencies, mcv, etc.).
addLib(AbstractDatabase, String, String) - Method in class org.pgcodekeeper.core.schema.AbstractDatabase
Adds a library database to this database, merging its objects and analysis launchers.
addMember(String) - Method in class org.pgcodekeeper.core.schema.ms.MsRole
Adds a member to this role.
addMetaChild(MetaStatement) - Method in class org.pgcodekeeper.core.schema.meta.MetaStorage
Adds a metadata statement to this storage.
addNamespaceVariable(Pair<String, String>) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.expr.AbstractExprWithNmspc
Adds a "freestanding" variable (e.g.
addOpClassParam(String, String) - Method in class org.pgcodekeeper.core.schema.SimpleColumn
Adds an operator class parameter.
addOption(String) - Method in class org.pgcodekeeper.core.schema.ms.AbstractMsClrFunction
Adds a CLR function option.
addOption(String, String) - Method in class org.pgcodekeeper.core.schema.AbstractIndex
 
addOption(String, String) - Method in class org.pgcodekeeper.core.schema.AbstractTable
 
addOption(String, String) - Method in class org.pgcodekeeper.core.schema.ch.ChDictionary
 
addOption(String, String) - Method in class org.pgcodekeeper.core.schema.ch.ChEngine
Adds an engine option with the specified key and value.
addOption(String, String) - Method in interface org.pgcodekeeper.core.schema.IOptionContainer
Adds an option to this container.
addOption(String, String) - Method in class org.pgcodekeeper.core.schema.ms.MsConstraintPk
 
addOption(String, String) - Method in class org.pgcodekeeper.core.schema.pg.AbstractPgView
 
addOption(String, String) - Method in class org.pgcodekeeper.core.schema.pg.PgColumn
 
addOption(String, String) - Method in class org.pgcodekeeper.core.schema.pg.PgForeignDataWrapper
 
addOption(String, String) - Method in class org.pgcodekeeper.core.schema.pg.PgFtsDictionary
 
addOption(String, String) - Method in class org.pgcodekeeper.core.schema.pg.PgServer
 
addOption(String, String) - Method in class org.pgcodekeeper.core.schema.pg.PgUserMapping
 
addOrderBy(Argument) - Method in class org.pgcodekeeper.core.schema.meta.MetaFunction
Adds an ORDER BY argument for aggregate functions.
addOrderCol(String) - Method in class org.pgcodekeeper.core.schema.ms.MsIndex
Adds a column to the ORDER clause for columnstore indexes.
addParam(String, String) - Method in class org.pgcodekeeper.core.schema.pg.PgConstraintExclude
 
addParam(String, String) - Method in class org.pgcodekeeper.core.schema.pg.PgConstraintPk
 
addParam(String, String) - Method in interface org.pgcodekeeper.core.schema.pg.PgIndexParamContainer
Adds an index parameter (WITH clause option).
addPolicy(AbstractPolicy) - Method in class org.pgcodekeeper.core.schema.PgStatementContainer
Adds a policy to this container.
addPrivilege(PgPrivilege) - Method in class org.pgcodekeeper.core.schema.PgStatement
Adds a privilege to this statement with database-specific filtering.
addPrivilege(PgPrivilege) - Method in class org.pgcodekeeper.core.schema.StatementOverride
Adds a privilege override to this statement.
addProjection(String, String) - Method in class org.pgcodekeeper.core.schema.ch.ChTable
Adds a projection to this table.
addRawTableReference(GenericColumn) - Method in class org.pgcodekeeper.core.parsers.antlr.ch.expr.ChAbstractExprWithNmspc
Adds an unaliased table reference to the namespace.
addRawTableReference(GenericColumn) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.expr.MsAbstractExprWithNmspc
Adds an unaliased table reference to the namespace.
addRawTableReference(GenericColumn) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.expr.AbstractExprWithNmspc
 
addReference(String) - Method in class org.pgcodekeeper.core.parsers.antlr.ch.expr.ChAbstractExprWithNmspc
Adds a reference with the given alias
addReference(String, GenericColumn) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.expr.MsAbstractExprWithNmspc
Adds a reference to the namespace with the specified alias.
addReference(String, GenericColumn) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.expr.AbstractExprWithNmspc
Clients may use this to set up pseudo-variable names before expression analysis.
addReference(String, PgObjLocation) - Method in class org.pgcodekeeper.core.schema.AbstractDatabase
Adds an object reference to the specified file.
addReplacement(String) - Method in class org.pgcodekeeper.core.model.graph.RowData
Adds a column for null replacement to resolve cyclic dependencies.
ADDRESS - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
ADDRESS - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
ADDRESS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_routeContext
 
ADDRESS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_routeContext
 
ADDRESS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
addReturnsColumn(String, String) - Method in class org.pgcodekeeper.core.schema.meta.MetaFunction
Adds a column to the returns table for table-returning functions.
addReturnsColumn(String, String) - Method in class org.pgcodekeeper.core.schema.pg.AbstractPgFunction
Adds a column to the RETURNS TABLE definition.
addRole(String) - Method in class org.pgcodekeeper.core.schema.AbstractPolicy
Adds a role to this policy.
addRole(MsRole) - Method in class org.pgcodekeeper.core.schema.ms.MsDatabase
Adds a role to this database.
addRule(PgRule) - Method in class org.pgcodekeeper.core.schema.PgStatementContainer
Adds a rule to this container.
addSchema(AbstractSchema) - Method in class org.pgcodekeeper.core.schema.AbstractDatabase
Adds a schema to this database.
addSequence(AbstractSequence) - Method in class org.pgcodekeeper.core.schema.AbstractSchema
Adds a sequence to this schema.
addSource(String, String) - Method in class org.pgcodekeeper.core.schema.ch.ChDictionary
 
addStatement(String) - Method in class org.pgcodekeeper.core.script.SQLScript
Adds a SQL statement to the MID phase with separator.
addStatement(StringBuilder) - Method in class org.pgcodekeeper.core.script.SQLScript
Adds a statement from StringBuilder to the MID phase.
addStatement(String, SQLActionType) - Method in class org.pgcodekeeper.core.script.SQLScript
Adds a SQL statement to specified execution phase with separator.
addStatement(String, SQLActionType, boolean) - Method in class org.pgcodekeeper.core.script.SQLScript
Adds a SQL statement to specified execution phase with optional separator.
addStatement(IStatement) - Method in class org.pgcodekeeper.core.schema.meta.MetaContainer
Adds a statement to the appropriate collection based on its type.
addStatementWithoutSeparator(String) - Method in class org.pgcodekeeper.core.script.SQLScript
Adds a SQL statement to the MID phase without separator.
addStatementWithoutSeparator(String, SQLActionType) - Method in class org.pgcodekeeper.core.script.SQLScript
Adds a SQL statement to specified execution phase without separator.
addTable(AbstractTable) - Method in class org.pgcodekeeper.core.schema.AbstractSchema
Adds a table to this schema.
addTag(String) - Method in class org.pgcodekeeper.core.schema.pg.PgEventTrigger
Adds a command tag that this trigger should respond to.
addTemplate(PartitionTemplateContainer) - Method in class org.pgcodekeeper.core.schema.pg.PartitionGpTable
Adds a partition template to this table.
addTransform(String) - Method in class org.pgcodekeeper.core.schema.pg.AbstractPgFunction
Adds a data type transform for this function.
addTrigger(AbstractTrigger) - Method in class org.pgcodekeeper.core.schema.PgStatementContainer
Adds a trigger to this container.
addType(AbstractType) - Method in class org.pgcodekeeper.core.schema.AbstractSchema
Adds a type to this schema.
addType(AbstractType) - Method in class org.pgcodekeeper.core.schema.pg.PgSchema
 
addTypeDepcy(PgStatement) - Method in class org.pgcodekeeper.core.loader.jdbc.JdbcType
Adds this type as a dependency to the specified statement if it's a user type.
addUpdateColumn(String) - Method in class org.pgcodekeeper.core.schema.pg.PgTrigger
Adds a column name to the UPDATE OF clause.
addUrLocation(String) - Method in class org.pgcodekeeper.core.schema.pg.GpExternalTable
Adds a URI location for the external table.
addUser(MsUser) - Method in class org.pgcodekeeper.core.schema.ms.MsDatabase
Adds a user to this database.
addView(AbstractView) - Method in class org.pgcodekeeper.core.schema.AbstractSchema
Adds a view to this schema.
ADMIN - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
ADMIN - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
ADMIN - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
ADMIN - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
ADMIN() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.PermissionContext
 
ADMIN() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.PrivilegesContext
 
ADMIN() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
ADMIN() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.With_optionContext
 
ADMIN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Admin_optionContext
 
ADMIN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
ADMIN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
ADMIN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.User_or_role_or_group_option_for_createContext
 
admin_option() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
admin_option() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Other_rulesContext
 
admin_option() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.With_admin_optionContext
 
Admin_optionContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Admin_optionContext
 
ADMINISTER - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
ADMINISTER - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
ADMINISTER() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.PermissionContext
 
ADMINISTER() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
AES - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
AES - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
AES() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.EncryptionContext
 
AES() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
AES_128 - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
AES_128 - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
AES_128() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.AlgorithmContext
 
AES_128() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Base_algorithmContext
 
AES_128() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
AES_192 - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
AES_192 - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
AES_192() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.AlgorithmContext
 
AES_192() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Base_algorithmContext
 
AES_192() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
AES_256 - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
AES_256 - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
AES_256() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.AlgorithmContext
 
AES_256() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Base_algorithmContext
 
AES_256() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
AFFINITY - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
AFFINITY - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
AFFINITY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_server_configurationContext
 
AFFINITY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_or_alter_resource_poolContext
 
AFFINITY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
AFTER - Enum constant in enum class org.pgcodekeeper.core.schema.pg.PgTrigger.TgTypes
 
AFTER - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
AFTER - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
AFTER - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
AFTER - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
AFTER - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
AFTER - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
AFTER() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.PositionContext
 
AFTER() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
AFTER() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Block_dml_operationContext
 
AFTER() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_or_alter_triggerContext
 
AFTER() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Restore_optionContext
 
AFTER() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
AFTER() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.TerminationContext
 
AFTER() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_type_statementContext
 
AFTER() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
AFTER() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_trigger_statementContext
 
AFTER() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
after_ops() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
after_ops() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Perform_stmtContext
 
after_ops() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Select_stmt_no_parensContext
 
after_ops() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Select_stmtContext
 
after_ops(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Perform_stmtContext
 
after_ops(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Select_stmt_no_parensContext
 
after_ops(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Select_stmtContext
 
After_opsContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.After_opsContext
 
afterOps() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.rulectx.SelectStmt
Returns the list of operations that come after the main SELECT.
agg_order() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
agg_order() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Function_argsContext
 
Agg_orderContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Agg_orderContext
 
AGGREGATE - Enum constant in enum class org.pgcodekeeper.core.model.difftree.DbObjType
 
AGGREGATE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
AGGREGATE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
AGGREGATE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
AGGREGATE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
AGGREGATE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_aggregateContext
 
AGGREGATE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Drop_statementsContext
 
AGGREGATE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.PermissionContext
 
AGGREGATE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
AGGREGATE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_aggregate_statementContext
 
AGGREGATE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
AGGREGATE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Comment_member_objectContext
 
AGGREGATE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_aggregate_statementContext
 
AGGREGATE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Drop_function_statementContext
 
AGGREGATE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Extension_member_objectContext
 
AGGREGATE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Label_member_objectContext
 
AGGREGATE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Owner_member_objectContext
 
AGGREGATE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
AGGREGATE_FUNCTION - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
AGGREGATE_FUNCTION - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
AGGREGATE_FUNCTION() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Data_typeContext
 
AGGREGATE_FUNCTION() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
aggregate_function_args() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
aggregate_function_args() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Aggregate_paramContext
 
aggregate_function_args() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_aggregate_statementContext
 
Aggregate_function_argsContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Aggregate_function_argsContext
 
aggregate_param() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
aggregate_param() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_aggregate_statementContext
 
aggregate_param(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_aggregate_statementContext
 
Aggregate_paramContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Aggregate_paramContext
 
AggregateAnalysisLauncher - Class in org.pgcodekeeper.core.parsers.antlr.pg.launcher
Specialized launcher for analyzing aggregate function dependencies.
AggregateAnalysisLauncher(PgStatement, GenericColumn, String) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.launcher.AggregateAnalysisLauncher
Creates an analyzer for aggregate function statements.
al_pattern_quantifier() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
al_pattern_quantifier() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Arbitrary_length_patternContext
 
Al_pattern_quantifierContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Al_pattern_quantifierContext
 
algorithm() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
algorithm() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Key_optionsContext
 
ALGORITHM - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
ALGORITHM - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
ALGORITHM() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_column_encryption_keyContext
 
ALGORITHM() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Base_algorithmContext
 
ALGORITHM() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_asymmetric_keyContext
 
ALGORITHM() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_column_encryption_keyContext
 
ALGORITHM() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Encrypted_optContext
 
ALGORITHM() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.EncryptionContext
 
ALGORITHM() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Key_optionsContext
 
ALGORITHM() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
ALGORITHM(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_column_encryption_keyContext
 
AlgorithmContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.AlgorithmContext
 
alias - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alias_clauseContext
 
alias - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Delete_stmt_for_psqlContext
 
alias - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.From_primaryContext
 
alias - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.From_rows_with_aliasContext
 
alias - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Insert_stmt_for_psqlContext
 
alias - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Loop_startContext
 
alias - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Merge_stmt_for_psqlContext
 
alias - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Update_stmt_for_psqlContext
 
ALIAS - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
ALIAS - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
ALIAS - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
ALIAS - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
ALIAS() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Modify_column_exprContext
 
ALIAS() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Table_column_property_exprContext
 
ALIAS() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
ALIAS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonkeywordContext
 
ALIAS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Type_declarationContext
 
alias_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
alias_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alias_exprContext
 
alias_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.From_itemContext
 
alias_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Table_exprContext
 
alias_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
alias_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.From_itemContext
 
alias_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.From_primaryContext
 
Alias_clauseContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alias_clauseContext
 
Alias_clauseContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alias_clauseContext
 
alias_expr() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
alias_expr() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.ExprContext
 
Alias_exprContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alias_exprContext
 
alignment - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_type_statementContext
 
ALIGNMENT - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
ALIGNMENT - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
ALIGNMENT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_type_statementContext
 
ALIGNMENT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonkeywordContext
 
ALIGNMENT(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_type_statementContext
 
all() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.rulectx.ChSelectOps
 
ALL - Static variable in class org.pgcodekeeper.core.parsers.antlr.base.generated.IgnoreListLexer
 
ALL - Static variable in class org.pgcodekeeper.core.parsers.antlr.base.generated.IgnoreListParser
 
ALL - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
ALL - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
ALL - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
ALL - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
ALL - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
ALL - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
ALL() - Method in class org.pgcodekeeper.core.parsers.antlr.base.generated.IgnoreListParser.BlackContext
 
ALL() - Method in class org.pgcodekeeper.core.parsers.antlr.base.generated.IgnoreListParser.WhiteContext
 
ALL() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Join_opContext
 
ALL() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.PermissionContext
 
ALL() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Select_ops_no_parensContext
 
ALL() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Select_opsContext
 
ALL() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_reservedContext
 
ALL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.All_distinct_expressionContext
 
ALL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_assemblyContext
 
ALL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_fulltext_stoplistContext
 
ALL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_indexContext
 
ALL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_table_actionContext
 
ALL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Close_keyContext
 
ALL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_or_alter_triggerContext
 
ALL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_partition_schemeContext
 
ALL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Database_mirroringContext
 
ALL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Drop_ddl_triggerContext
 
ALL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Enable_disable_triggerContext
 
ALL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Group_by_clauseContext
 
ALL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Partition_numberContext
 
ALL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.PermissionContext
 
ALL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.PredicateContext
 
ALL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Primary_role_optionContext
 
ALL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Secondary_role_optionContext
 
ALL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Set_qualifierContext
 
ALL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Tcp_optionsContext
 
ALL() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Abbreviated_grant_or_revokeContext
 
ALL() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Additional_statementContext
 
ALL() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.After_opsContext
 
ALL() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_function_statementContext
 
ALL() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_index_statementContext
 
ALL() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_materialized_view_statementContext
 
ALL() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_user_or_role_set_resetContext
 
ALL() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
ALL() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Comparison_modContext
 
ALL() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_policy_statementContext
 
ALL() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_publication_statementContext
 
ALL() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.External_table_executeContext
 
ALL() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Fetch_move_directionContext
 
ALL() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Function_actions_commonContext
 
ALL() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Like_optionContext
 
ALL() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.PermissionContext
 
ALL() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Rule_member_objectContext
 
ALL() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Script_additionalContext
 
ALL() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Set_actionContext
 
ALL() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Set_qualifierContext
 
ALL() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Set_reset_parameterContext
 
ALL() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Show_statementContext
 
ALL() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Table_actionContext
 
ALL() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Table_column_privilegeContext
 
ALL() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_reservedContext
 
ALL(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Enable_disable_triggerContext
 
ALL(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_function_statementContext
 
all_distinct_expression() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
all_distinct_expression() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Function_callContext
 
All_distinct_expressionContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.All_distinct_expressionContext
 
all_op() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
all_op() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Constr_bodyContext
 
all_op(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Constr_bodyContext
 
all_op_ref() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Aggregate_paramContext
 
all_op_ref() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
all_op_ref() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Operator_optionContext
 
all_op_ref() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Order_specificationContext
 
All_op_refContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.All_op_refContext
 
All_opContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.All_opContext
 
all_simple_op() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.All_op_refContext
 
all_simple_op() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
all_simple_op() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.OpContext
 
all_simple_op() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Operator_nameContext
 
All_simple_opContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.All_simple_opContext
 
ALL_SPARSE_COLUMNS - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
ALL_SPARSE_COLUMNS - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
ALL_SPARSE_COLUMNS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Column_set_defContext
 
ALL_SPARSE_COLUMNS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
ALLOW_CONNECTIONS - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
ALLOW_CONNECTIONS - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
ALLOW_CONNECTIONS - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
ALLOW_CONNECTIONS - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
ALLOW_CONNECTIONS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Primary_role_optionContext
 
ALLOW_CONNECTIONS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Secondary_role_optionContext
 
ALLOW_CONNECTIONS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
ALLOW_CONNECTIONS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_database_optionContext
 
ALLOW_CONNECTIONS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonkeywordContext
 
ALLOW_ENCRYPTED_VALUE_MODIFICATIONS - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
ALLOW_ENCRYPTED_VALUE_MODIFICATIONS - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
ALLOW_ENCRYPTED_VALUE_MODIFICATIONS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_userContext
 
ALLOW_ENCRYPTED_VALUE_MODIFICATIONS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
ALLOW_ENCRYPTED_VALUE_MODIFICATIONS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.User_optionContext
 
ALLOW_ENCRYPTED_VALUE_MODIFICATIONS(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_userContext
 
ALLOW_MULTIPLE_EVENT_LOSS - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
ALLOW_MULTIPLE_EVENT_LOSS - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
ALLOW_MULTIPLE_EVENT_LOSS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_or_alter_event_session_withContext
 
ALLOW_MULTIPLE_EVENT_LOSS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
ALLOW_SINGLE_EVENT_LOSS - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
ALLOW_SINGLE_EVENT_LOSS - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
ALLOW_SINGLE_EVENT_LOSS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_or_alter_event_session_withContext
 
ALLOW_SINGLE_EVENT_LOSS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
ALLOW_SNAPSHOT_ISOLATION - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
ALLOW_SNAPSHOT_ISOLATION - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
ALLOW_SNAPSHOT_ISOLATION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Database_optionspecContext
 
ALLOW_SNAPSHOT_ISOLATION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
ALLOWED - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
ALLOWED - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
ALLOWED() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Database_optionspecContext
 
ALLOWED() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
ALSO - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
ALSO - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
ALSO() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
ALSO() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_rewrite_statementContext
 
ALSO() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
ALTER - Enum constant in enum class org.pgcodekeeper.core.schema.ObjectState
 
ALTER - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
ALTER - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
ALTER - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
ALTER - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
ALTER - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
ALTER - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
ALTER() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_named_collection_stmtContext
 
ALTER() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_policy_stmtContext
 
ALTER() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_role_stmtContext
 
ALTER() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_table_actionContext
 
ALTER() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_table_stmtContext
 
ALTER() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_user_stmtContext
 
ALTER() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.PermissionContext
 
ALTER() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
ALTER() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Add_alter_drop_predicateContext
 
ALTER() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_fulltext_index_optionContext
 
ALTER() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_table_actionContext
 
ALTER() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Batch_statementContext
 
ALTER() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.PermissionContext
 
ALTER() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Schema_alterContext
 
ALTER() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_fts_configurationContext
 
ALTER() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_partition_gpContext
 
ALTER() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_view_actionContext
 
ALTER() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
ALTER() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Index_def_actionContext
 
ALTER() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Materialized_view_actionContext
 
ALTER() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Partition_gp_actionContext
 
ALTER() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.PermissionContext
 
ALTER() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Schema_alterContext
 
ALTER() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Table_actionContext
 
ALTER() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
ALTER() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Type_actionContext
 
ALTER(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_partition_gpContext
 
alter_aggregate_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
alter_aggregate_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Schema_alterContext
 
Alter_aggregate_statementContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_aggregate_statementContext
 
alter_app_role_option() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
alter_app_role_option() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_application_roleContext
 
alter_app_role_option(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_application_roleContext
 
Alter_app_role_optionContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_app_role_optionContext
 
alter_application_role() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
alter_application_role() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Schema_alterContext
 
Alter_application_roleContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_application_roleContext
 
alter_assembly() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
alter_assembly() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Schema_alterContext
 
Alter_assemblyContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_assemblyContext
 
alter_asymmetric_key() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
alter_asymmetric_key() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Schema_alterContext
 
Alter_asymmetric_keyContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_asymmetric_keyContext
 
alter_audit_action() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
alter_audit_action() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_server_auditContext
 
Alter_audit_actionContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_audit_actionContext
 
alter_authorization() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
alter_authorization() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Schema_alterContext
 
Alter_authorizationContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_authorizationContext
 
alter_availability_group() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
alter_availability_group() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Schema_alterContext
 
alter_availability_group_options() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
alter_availability_group_options() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_availability_groupContext
 
Alter_availability_group_optionsContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_availability_group_optionsContext
 
Alter_availability_groupContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_availability_groupContext
 
alter_certificate() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
alter_certificate() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Schema_alterContext
 
Alter_certificateContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_certificateContext
 
alter_collation_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
alter_collation_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Schema_alterContext
 
Alter_collation_statementContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_collation_statementContext
 
ALTER_COLUMN - Enum constant in enum class org.pgcodekeeper.core.DangerStatement
 
alter_column_encryption_key() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
alter_column_encryption_key() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Schema_alterContext
 
Alter_column_encryption_keyContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_column_encryption_keyContext
 
alter_column_option() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
alter_column_option() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_table_actionContext
 
Alter_column_optionContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_column_optionContext
 
alter_conversion_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
alter_conversion_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Schema_alterContext
 
Alter_conversion_statementContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_conversion_statementContext
 
alter_credential() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
alter_credential() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Schema_alterContext
 
Alter_credentialContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_credentialContext
 
alter_cryptographic_provider() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
alter_cryptographic_provider() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Schema_alterContext
 
Alter_cryptographic_providerContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_cryptographic_providerContext
 
alter_database() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
alter_database() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Schema_alterContext
 
alter_database_action() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
alter_database_action() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_database_statementContext
 
Alter_database_actionContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_database_actionContext
 
alter_database_encryption_key() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
alter_database_encryption_key() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Schema_alterContext
 
Alter_database_encryption_keyContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_database_encryption_keyContext
 
alter_database_option() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_database_actionContext
 
alter_database_option() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
alter_database_option() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_database_optionContext
 
alter_database_option(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_database_actionContext
 
Alter_database_optionContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_database_optionContext
 
alter_database_scoped_credential() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
alter_database_scoped_credential() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Schema_alterContext
 
Alter_database_scoped_credentialContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_database_scoped_credentialContext
 
alter_database_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
alter_database_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Schema_alterContext
 
Alter_database_statementContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_database_statementContext
 
Alter_databaseContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_databaseContext
 
alter_db_role() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
alter_db_role() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Schema_alterContext
 
Alter_db_roleContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_db_roleContext
 
alter_default_privileges_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
alter_default_privileges_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Schema_alterContext
 
Alter_default_privileges_statementContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_default_privileges_statementContext
 
alter_domain_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
alter_domain_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Schema_alterContext
 
Alter_domain_statementContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_domain_statementContext
 
alter_endpoint() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
alter_endpoint() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Schema_alterContext
 
Alter_endpointContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_endpointContext
 
alter_event_trigger_action() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
alter_event_trigger_action() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_event_trigger_statementContext
 
Alter_event_trigger_actionContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_event_trigger_actionContext
 
alter_event_trigger_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
alter_event_trigger_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Schema_alterContext
 
Alter_event_trigger_statementContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_event_trigger_statementContext
 
alter_extension_action() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
alter_extension_action() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_extension_statementContext
 
Alter_extension_actionContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_extension_actionContext
 
alter_extension_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
alter_extension_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Schema_alterContext
 
Alter_extension_statementContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_extension_statementContext
 
alter_external_data_source() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
alter_external_data_source() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Schema_alterContext
 
Alter_external_data_sourceContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_external_data_sourceContext
 
alter_external_language() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
alter_external_language() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Schema_alterContext
 
Alter_external_languageContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_external_languageContext
 
alter_external_library() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
alter_external_library() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Schema_alterContext
 
Alter_external_libraryContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_external_libraryContext
 
alter_external_resource_pool() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
alter_external_resource_pool() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Schema_alterContext
 
Alter_external_resource_poolContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_external_resource_poolContext
 
alter_foreign_data_wrapper() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
alter_foreign_data_wrapper() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Schema_alterContext
 
alter_foreign_data_wrapper_action() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
alter_foreign_data_wrapper_action() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_foreign_data_wrapperContext
 
Alter_foreign_data_wrapper_actionContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_foreign_data_wrapper_actionContext
 
Alter_foreign_data_wrapperContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_foreign_data_wrapperContext
 
ALTER_FOREIGN_OPTION - Static variable in interface org.pgcodekeeper.core.schema.pg.PgForeignOptionContainer
 
alter_fts_configuration() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
alter_fts_configuration() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_fts_statementContext
 
Alter_fts_configurationContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_fts_configurationContext
 
alter_fts_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
alter_fts_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Schema_alterContext
 
Alter_fts_statementContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_fts_statementContext
 
alter_fulltext_catalog() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
alter_fulltext_catalog() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Schema_alterContext
 
Alter_fulltext_catalogContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_fulltext_catalogContext
 
alter_fulltext_index() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
alter_fulltext_index() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Schema_alterContext
 
alter_fulltext_index_option() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
alter_fulltext_index_option() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_fulltext_indexContext
 
Alter_fulltext_index_optionContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_fulltext_index_optionContext
 
Alter_fulltext_indexContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_fulltext_indexContext
 
alter_fulltext_stoplist() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
alter_fulltext_stoplist() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Schema_alterContext
 
Alter_fulltext_stoplistContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_fulltext_stoplistContext
 
alter_function_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
alter_function_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Schema_alterContext
 
Alter_function_statementContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_function_statementContext
 
alter_group_action() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
alter_group_action() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_group_statementContext
 
Alter_group_actionContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_group_actionContext
 
alter_group_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
alter_group_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Schema_alterContext
 
Alter_group_statementContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_group_statementContext
 
alter_identity() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
alter_identity() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Column_actionContext
 
alter_identity(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Column_actionContext
 
Alter_identityContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_identityContext
 
alter_index() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
alter_index() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Schema_alterContext
 
alter_index_action() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
alter_index_action() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_indexContext
 
Alter_index_actionContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_index_actionContext
 
alter_index_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
alter_index_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Schema_alterContext
 
Alter_index_statementContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_index_statementContext
 
Alter_indexContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_indexContext
 
alter_language_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
alter_language_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Schema_alterContext
 
Alter_language_statementContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_language_statementContext
 
alter_login_sql_server() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
alter_login_sql_server() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Schema_alterContext
 
Alter_login_sql_serverContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_login_sql_serverContext
 
alter_master_key_sql_server() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
alter_master_key_sql_server() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Schema_alterContext
 
Alter_master_key_sql_serverContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_master_key_sql_serverContext
 
alter_materialized_view_action() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
alter_materialized_view_action() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_materialized_view_statementContext
 
Alter_materialized_view_actionContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_materialized_view_actionContext
 
alter_materialized_view_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
alter_materialized_view_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Schema_alterContext
 
Alter_materialized_view_statementContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_materialized_view_statementContext
 
alter_message_type() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
alter_message_type() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Schema_alterContext
 
Alter_message_typeContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_message_typeContext
 
alter_named_collection_stmt() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
alter_named_collection_stmt() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_stmtContext
 
Alter_named_collection_stmtContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_named_collection_stmtContext
 
alter_operator_action() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
alter_operator_action() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_operator_statementContext
 
Alter_operator_actionContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_operator_actionContext
 
alter_operator_class_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
alter_operator_class_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Schema_alterContext
 
Alter_operator_class_statementContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_operator_class_statementContext
 
alter_operator_family_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
alter_operator_family_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Schema_alterContext
 
Alter_operator_family_statementContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_operator_family_statementContext
 
alter_operator_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
alter_operator_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Schema_alterContext
 
Alter_operator_statementContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_operator_statementContext
 
alter_owner_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
alter_owner_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Schema_alterContext
 
Alter_owner_statementContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_owner_statementContext
 
alter_partition() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
alter_partition() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_table_statementContext
 
alter_partition_function() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
alter_partition_function() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Schema_alterContext
 
Alter_partition_functionContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_partition_functionContext
 
alter_partition_gp() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
alter_partition_gp() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_table_statementContext
 
alter_partition_gp_element() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
alter_partition_gp_element() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Partition_gp_actionContext
 
Alter_partition_gp_elementContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_partition_gp_elementContext
 
alter_partition_gp_name() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
alter_partition_gp_name() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_partition_gpContext
 
alter_partition_gp_name() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Partition_gp_actionContext
 
alter_partition_gp_name(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_partition_gpContext
 
Alter_partition_gp_nameContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_partition_gp_nameContext
 
Alter_partition_gpContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_partition_gpContext
 
alter_partition_scheme() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
alter_partition_scheme() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Schema_alterContext
 
Alter_partition_schemeContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_partition_schemeContext
 
Alter_partitionContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_partitionContext
 
alter_policy_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
alter_policy_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Schema_alterContext
 
Alter_policy_statementContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_policy_statementContext
 
alter_policy_stmt() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
alter_policy_stmt() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_stmtContext
 
Alter_policy_stmtContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_policy_stmtContext
 
alter_publication_action() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
alter_publication_action() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_publication_statementContext
 
Alter_publication_actionContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_publication_actionContext
 
alter_publication_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
alter_publication_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Schema_alterContext
 
Alter_publication_statementContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_publication_statementContext
 
alter_queue() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
alter_queue() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Schema_alterContext
 
Alter_queueContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_queueContext
 
alter_remote_service_binding() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
alter_remote_service_binding() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Schema_alterContext
 
Alter_remote_service_bindingContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_remote_service_bindingContext
 
alter_resource_governor() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
alter_resource_governor() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Schema_alterContext
 
Alter_resource_governorContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_resource_governorContext
 
alter_role_stmt() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
alter_role_stmt() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_stmtContext
 
Alter_role_stmtContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_role_stmtContext
 
alter_route() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
alter_route() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Schema_alterContext
 
Alter_routeContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_routeContext
 
alter_rule_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
alter_rule_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Schema_alterContext
 
Alter_rule_statementContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_rule_statementContext
 
alter_schema_sql() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
alter_schema_sql() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Schema_alterContext
 
Alter_schema_sqlContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_schema_sqlContext
 
alter_schema_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
alter_schema_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Schema_alterContext
 
Alter_schema_statementContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_schema_statementContext
 
alter_search_property_list() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
alter_search_property_list() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Schema_alterContext
 
Alter_search_property_listContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_search_property_listContext
 
alter_security_policy() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
alter_security_policy() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Schema_alterContext
 
Alter_security_policyContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_security_policyContext
 
alter_sequence() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
alter_sequence() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Schema_alterContext
 
alter_sequence_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
alter_sequence_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Schema_alterContext
 
Alter_sequence_statementContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_sequence_statementContext
 
Alter_sequenceContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_sequenceContext
 
alter_server_action() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
alter_server_action() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_server_statementContext
 
Alter_server_actionContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_server_actionContext
 
alter_server_audit() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
alter_server_audit() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Schema_alterContext
 
alter_server_audit_specification() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
alter_server_audit_specification() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Schema_alterContext
 
Alter_server_audit_specificationContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_server_audit_specificationContext
 
Alter_server_auditContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_server_auditContext
 
alter_server_configuration() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
alter_server_configuration() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Schema_alterContext
 
Alter_server_configurationContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_server_configurationContext
 
alter_server_role() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
alter_server_role() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Schema_alterContext
 
Alter_server_roleContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_server_roleContext
 
alter_server_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
alter_server_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Schema_alterContext
 
Alter_server_statementContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_server_statementContext
 
alter_service() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
alter_service() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Schema_alterContext
 
alter_service_master_key() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
alter_service_master_key() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Schema_alterContext
 
Alter_service_master_keyContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_service_master_keyContext
 
Alter_serviceContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_serviceContext
 
alter_statistic() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
alter_statistic() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_table_add_actionContext
 
alter_statistic() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_table_clear_actionContext
 
alter_statistic() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_table_drop_actionContext
 
alter_statistic() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_table_mat_actionContext
 
Alter_statisticContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_statisticContext
 
alter_statistics_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
alter_statistics_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Schema_alterContext
 
Alter_statistics_statementContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_statistics_statementContext
 
alter_stmt() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
alter_stmt() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Ddl_stmtContext
 
Alter_stmtContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_stmtContext
 
alter_subscription_action() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
alter_subscription_action() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_subscription_statementContext
 
Alter_subscription_actionContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_subscription_actionContext
 
alter_subscription_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
alter_subscription_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Schema_alterContext
 
Alter_subscription_statementContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_subscription_statementContext
 
alter_symmetric_key() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
alter_symmetric_key() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Schema_alterContext
 
Alter_symmetric_keyContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_symmetric_keyContext
 
alter_table() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
alter_table() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Schema_alterContext
 
alter_table_action() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
alter_table_action() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_table_actionsContext
 
alter_table_action() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
alter_table_action() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_tableContext
 
alter_table_action(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_table_actionsContext
 
Alter_table_actionContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_table_actionContext
 
Alter_table_actionContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_table_actionContext
 
alter_table_actions() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
alter_table_actions() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_table_stmtContext
 
Alter_table_actionsContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_table_actionsContext
 
alter_table_add_action() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_table_actionContext
 
alter_table_add_action() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
Alter_table_add_actionContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_table_add_actionContext
 
alter_table_clear_action() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_table_actionContext
 
alter_table_clear_action() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
Alter_table_clear_actionContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_table_clear_actionContext
 
alter_table_drop_action() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_table_actionContext
 
alter_table_drop_action() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
Alter_table_drop_actionContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_table_drop_actionContext
 
alter_table_mat_action() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_table_actionContext
 
alter_table_mat_action() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
Alter_table_mat_actionContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_table_mat_actionContext
 
alter_table_modify_action() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_table_actionContext
 
alter_table_modify_action() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
Alter_table_modify_actionContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_table_modify_actionContext
 
alter_table_set_action() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_table_actionContext
 
alter_table_set_action() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
Alter_table_set_actionContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_table_set_actionContext
 
alter_table_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
alter_table_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Schema_alterContext
 
Alter_table_statementContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_table_statementContext
 
alter_table_stmt() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_stmtContext
 
alter_table_stmt() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
Alter_table_stmtContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_table_stmtContext
 
Alter_tableContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_tableContext
 
alter_tablespace_action() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
alter_tablespace_action() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_tablespace_statementContext
 
Alter_tablespace_actionContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_tablespace_actionContext
 
alter_tablespace_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
alter_tablespace_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Schema_alterContext
 
Alter_tablespace_statementContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_tablespace_statementContext
 
alter_trigger_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
alter_trigger_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Schema_alterContext
 
Alter_trigger_statementContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_trigger_statementContext
 
alter_type_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
alter_type_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Schema_alterContext
 
Alter_type_statementContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_type_statementContext
 
alter_user() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
alter_user() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Schema_alterContext
 
alter_user_mapping_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
alter_user_mapping_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Schema_alterContext
 
Alter_user_mapping_statementContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_user_mapping_statementContext
 
alter_user_or_role_set_reset() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
alter_user_or_role_set_reset() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_user_or_role_statementContext
 
Alter_user_or_role_set_resetContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_user_or_role_set_resetContext
 
alter_user_or_role_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
alter_user_or_role_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Schema_alterContext
 
Alter_user_or_role_statementContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_user_or_role_statementContext
 
alter_user_stmt() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_stmtContext
 
alter_user_stmt() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
Alter_user_stmtContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_user_stmtContext
 
Alter_userContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_userContext
 
alter_view_action() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
alter_view_action() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_view_statementContext
 
Alter_view_actionContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_view_actionContext
 
alter_view_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
alter_view_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Schema_alterContext
 
Alter_view_statementContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_view_statementContext
 
ALTER_WITH_DEP - Enum constant in enum class org.pgcodekeeper.core.schema.ObjectState
 
alter_workload_group() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
alter_workload_group() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Schema_alterContext
 
Alter_workload_groupContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_workload_groupContext
 
alter_xml_schema_collection() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
alter_xml_schema_collection() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Schema_alterContext
 
Alter_xml_schema_collectionContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_xml_schema_collectionContext
 
AlterChOther - Class in org.pgcodekeeper.core.parsers.antlr.ch.statement
Parser for ClickHouse ALTER statements that handle policies, users, and roles.
AlterChOther(CHParser.Alter_stmtContext, ChDatabase, ISettings) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.statement.AlterChOther
Creates a parser for ClickHouse ALTER statements.
AlterChTable - Class in org.pgcodekeeper.core.parsers.antlr.ch.statement
Parser for ClickHouse ALTER TABLE statements.
AlterChTable(CHParser.Alter_table_stmtContext, ChDatabase, ISettings) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.statement.AlterChTable
Creates a parser for ClickHouse ALTER TABLE statements.
AlterDomain - Class in org.pgcodekeeper.core.parsers.antlr.pg.statement
Parser for PostgreSQL ALTER DOMAIN statements.
AlterDomain(SQLParser.Alter_domain_statementContext, PgDatabase, ISettings) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.statement.AlterDomain
Constructs a new AlterDomain parser.
AlterFtsStatement - Class in org.pgcodekeeper.core.parsers.antlr.pg.statement
Parser for PostgreSQL ALTER TEXT SEARCH statements.
AlterFtsStatement(SQLParser.Alter_fts_statementContext, PgDatabase, ISettings) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.statement.AlterFtsStatement
Constructs a new AlterFtsStatement parser.
AlterIndex - Class in org.pgcodekeeper.core.parsers.antlr.pg.statement
Parser for PostgreSQL ALTER INDEX statements.
AlterIndex(SQLParser.Alter_index_statementContext, PgDatabase, ISettings) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.statement.AlterIndex
Constructs a new AlterIndex parser.
AlterMatView - Class in org.pgcodekeeper.core.parsers.antlr.pg.statement
Parser for PostgreSQL ALTER MATERIALIZED VIEW statements.
AlterMatView(SQLParser.Alter_materialized_view_statementContext, PgDatabase, ISettings) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.statement.AlterMatView
Constructs a new AlterMatView parser.
AlterMsAssembly - Class in org.pgcodekeeper.core.parsers.antlr.ms.statement
Parser for Microsoft SQL ALTER ASSEMBLY statements.
AlterMsAssembly(TSQLParser.Alter_assemblyContext, MsDatabase, ISettings) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.statement.AlterMsAssembly
Creates a parser for Microsoft SQL ALTER ASSEMBLY statements.
AlterMsAuthorization - Class in org.pgcodekeeper.core.parsers.antlr.ms.statement
Parser for Microsoft SQL ALTER AUTHORIZATION statements.
AlterMsAuthorization(TSQLParser.Alter_authorizationContext, MsDatabase, Map<PgStatement, StatementOverride>, ISettings) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.statement.AlterMsAuthorization
Creates a parser for Microsoft SQL ALTER AUTHORIZATION statements with statement overrides.
AlterMsAuthorization(TSQLParser.Alter_authorizationContext, MsDatabase, ISettings) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.statement.AlterMsAuthorization
Creates a parser for Microsoft SQL ALTER AUTHORIZATION statements without overrides.
AlterMsBatch - Class in org.pgcodekeeper.core.parsers.antlr.ms.statement
Parser for Microsoft SQL ALTER statements in batch context.
AlterMsBatch(TSQLParser.Batch_statement_bodyContext, MsDatabase, CommonTokenStream, ISettings) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.statement.AlterMsBatch
Creates a parser for Microsoft SQL ALTER statements in batch context.
AlterMsOther - Class in org.pgcodekeeper.core.parsers.antlr.ms.statement
Parser for Microsoft SQL ALTER statements that handle schemas, users, and sequences.
AlterMsOther(TSQLParser.Schema_alterContext, MsDatabase, ISettings) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.statement.AlterMsOther
Creates a parser for Microsoft SQL ALTER statements.
AlterMsRole - Class in org.pgcodekeeper.core.parsers.antlr.ms.statement
Parser for Microsoft SQL ALTER ROLE statements.
AlterMsRole(TSQLParser.Alter_db_roleContext, MsDatabase, ISettings) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.statement.AlterMsRole
Creates a parser for Microsoft SQL ALTER ROLE statements.
AlterMsTable - Class in org.pgcodekeeper.core.parsers.antlr.ms.statement
Parser for Microsoft SQL ALTER TABLE statements.
AlterMsTable(TSQLParser.Alter_tableContext, MsDatabase, ISettings) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.statement.AlterMsTable
Creates a parser for Microsoft SQL ALTER TABLE statements.
AlterOther - Class in org.pgcodekeeper.core.parsers.antlr.pg.statement
Parser for miscellaneous PostgreSQL ALTER statements.
AlterOther(SQLParser.Schema_alterContext, PgDatabase, ISettings) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.statement.AlterOther
Constructs a new AlterOther parser.
AlterOwner - Class in org.pgcodekeeper.core.parsers.antlr.pg.statement
Parser for PostgreSQL ALTER ...
AlterOwner(SQLParser.Alter_owner_statementContext, PgDatabase, Map<PgStatement, StatementOverride>, ISettings) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.statement.AlterOwner
Constructs a new AlterOwner parser with optional statement overrides.
AlterOwner(SQLParser.Alter_owner_statementContext, PgDatabase, ISettings) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.statement.AlterOwner
Constructs a new AlterOwner parser without statement overrides.
AlterSequence - Class in org.pgcodekeeper.core.parsers.antlr.pg.statement
Parser for PostgreSQL ALTER SEQUENCE statements.
AlterSequence(SQLParser.Alter_sequence_statementContext, PgDatabase, ISettings) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.statement.AlterSequence
Constructs a new AlterSequence parser.
AlterTable - Class in org.pgcodekeeper.core.parsers.antlr.pg.statement
Parser for PostgreSQL ALTER TABLE statements.
AlterTable(SQLParser.Alter_table_statementContext, PgDatabase, String, CommonTokenStream, ISettings) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.statement.AlterTable
Constructs a new AlterTable parser.
AlterTriggerError - Static variable in class org.pgcodekeeper.core.localizations.Messages
 
AlterView - Class in org.pgcodekeeper.core.parsers.antlr.pg.statement
Parser for PostgreSQL ALTER VIEW statements.
AlterView(SQLParser.Alter_view_statementContext, PgDatabase, CommonTokenStream, ISettings) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.statement.AlterView
Constructs a new AlterView parser.
ALWAYS - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
ALWAYS - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
ALWAYS - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
ALWAYS - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
ALWAYS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Column_optionContext
 
ALWAYS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
ALWAYS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_event_trigger_actionContext
 
ALWAYS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_identityContext
 
ALWAYS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
ALWAYS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Constr_bodyContext
 
ALWAYS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Identity_bodyContext
 
ALWAYS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Table_actionContext
 
ALWAYS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
ANALYSE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
ANALYSE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
ANALYSE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Analyze_keywordContext
 
ANALYSE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
ANALYSE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_reservedContext
 
analyze(ParserRuleContext, MetaContainer) - Method in class org.pgcodekeeper.core.parsers.antlr.ch.launcher.ChFuncAnalysisLauncher
 
analyze(ParserRuleContext, MetaContainer) - Method in class org.pgcodekeeper.core.parsers.antlr.ch.launcher.ChViewAnalysisLauncher
 
analyze(ParserRuleContext, MetaContainer) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.launcher.MsExpressionAnalysisLauncher
 
analyze(ParserRuleContext, MetaContainer) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.launcher.MsFuncProcTrigAnalysisLauncher
 
analyze(ParserRuleContext, MetaContainer) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.launcher.MsViewAnalysisLauncher
 
analyze(ParserRuleContext, MetaContainer) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.launcher.ConstraintAnalysisLauncher
 
analyze(ParserRuleContext, MetaContainer) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.launcher.DomainAnalysisLauncher
 
analyze(ParserRuleContext, MetaContainer) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.launcher.FuncProcAnalysisLauncher
 
analyze(ParserRuleContext, MetaContainer) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.launcher.IndexAnalysisLauncher
Analyzes the index definition to extract table dependencies.
analyze(ParserRuleContext, MetaContainer) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.launcher.RuleAnalysisLauncher
 
analyze(ParserRuleContext, MetaContainer) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.launcher.StatisticsAnalysisLauncher
 
analyze(ParserRuleContext, MetaContainer) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.launcher.TriggerAnalysisLauncher
 
analyze(ParserRuleContext, MetaContainer) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.launcher.VexAnalysisLauncher
 
analyze(ParserRuleContext, MetaContainer) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.launcher.ViewAnalysisLauncher
 
analyze(CHParser.ExprContext) - Method in class org.pgcodekeeper.core.parsers.antlr.ch.expr.ChExprWithNmspc
Analyzes the given expression context and returns an empty list.
analyze(CHParser.ExprContext) - Method in class org.pgcodekeeper.core.parsers.antlr.ch.expr.ChValueExpr
Analyzes an expression context.
analyze(CHParser.Select_stmt_no_parensContext) - Method in class org.pgcodekeeper.core.parsers.antlr.ch.expr.ChSelect
Analyzes a SELECT statement without parentheses context.
analyze(CHParser.Select_stmtContext) - Method in class org.pgcodekeeper.core.parsers.antlr.ch.expr.ChSelect
Analyzes a SELECT statement context.
analyze(ChSelectStmt) - Method in class org.pgcodekeeper.core.parsers.antlr.ch.expr.ChSelect
Analyzes a pre-parsed SELECT statement structure.
analyze(TSQLParser.Delete_statementContext) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.expr.MsDelete
 
analyze(TSQLParser.ExpressionContext) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.expr.MsExprWithNmspc
 
analyze(TSQLParser.ExpressionContext) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.expr.MsValueExpr
Analyzes a Microsoft SQL expression and extracts database dependencies.
analyze(TSQLParser.Insert_statementContext) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.expr.MsInsert
 
analyze(TSQLParser.Merge_statementContext) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.expr.MsMerge
 
analyze(TSQLParser.Select_statementContext) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.expr.MsSelect
 
analyze(TSQLParser.Select_stmt_no_parensContext) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.expr.MsSelect
Analyzes a SELECT statement without parentheses.
analyze(TSQLParser.Sql_clausesContext) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.expr.MsSqlClauses
Analyzes SQL clauses and extracts database object dependencies.
analyze(TSQLParser.Update_statementContext) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.expr.MsUpdate
 
analyze(MsSelectStmt) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.expr.MsSelect
Analyzes a Microsoft SQL SELECT statement wrapper.
analyze(SQLParser.Delete_stmt_for_psqlContext) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.expr.Delete
 
analyze(SQLParser.Function_bodyContext) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.expr.SqlFunctionBody
Analyzes a function body context and returns empty result list.
analyze(SQLParser.Insert_stmt_for_psqlContext) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.expr.Insert
 
analyze(SQLParser.Merge_stmt_for_psqlContext) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.expr.Merge
 
analyze(SQLParser.Perform_stmtContext) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.expr.Select
Analyzes a PERFORM statement and returns the result types.
analyze(SQLParser.Plpgsql_functionContext) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.expr.Function
 
analyze(SQLParser.Select_stmt_no_parensContext) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.expr.Select
Analyzes a SELECT statement without parentheses and returns the result types.
analyze(SQLParser.Select_stmtContext) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.expr.Select
 
analyze(SQLParser.Update_stmt_for_psqlContext) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.expr.Update
 
analyze(SQLParser.Vex_bContext) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.expr.ValueExprWithNmspc
Analyzes a value expression context.
analyze(SQLParser.VexContext) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.expr.ValueExprWithNmspc
 
analyze(SelectStmt) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.expr.Select
Analyzes a SELECT statement wrapper and returns the result types.
analyze(Vex) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.expr.ValueExpr
Analyzes a value expression and returns its type information.
analyze(Vex) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.expr.ValueExprWithNmspc
Analyzes a value expression rule context.
analyze(T) - Method in class org.pgcodekeeper.core.parsers.antlr.ch.expr.ChAbstractExprWithNmspc
Analyzes the given SQL context and returns a list of processing results.
analyze(T) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.expr.MsAbstractExprWithNmspc
Analyzes the given rule context and returns a list of column names.
analyze(T) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.expr.AbstractExprWithNmspc
Analyzes the given rule context.
analyze(T) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.expr.Statements
 
ANALYZE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
ANALYZE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
ANALYZE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Analyze_keywordContext
 
ANALYZE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
ANALYZE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_reservedContext
 
analyze_function - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_type_statementContext
 
analyze_keyword() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Additional_statementContext
 
analyze_keyword() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
analyze_keyword() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_type_statementContext
 
analyze_keyword() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Explain_optionContext
 
analyze_keyword() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Explain_statementContext
 
analyze_keyword() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Type_propertyContext
 
analyze_keyword() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Vacuum_modeContext
 
analyze_keyword() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Vacuum_optionContext
 
analyze_keyword(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_type_statementContext
 
Analyze_keywordContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Analyze_keywordContext
 
analyze_mode() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Additional_statementContext
 
analyze_mode() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
analyze_mode(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Additional_statementContext
 
Analyze_modeContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Analyze_modeContext
 
analyzeView(IRelation) - Method in class org.pgcodekeeper.core.loader.FullAnalyze
Analyzes views in the database, optionally focusing on a specific relation.
and() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.rulectx.Vex
 
AND - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
AND - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
AND - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
AND - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
AND - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
AND - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
AND() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.ExprContext
 
AND() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.OpContext
 
AND() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
AND() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Win_frame_extendContext
 
AND() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Audit_whereContext
 
AND() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Event_session_predicate_expressionContext
 
AND() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Match_specificationContext
 
AND() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Merge_whenContext
 
AND() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.PredicateContext
 
AND() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Search_condition_andContext
 
AND() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Window_frame_extentContext
 
AND() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
AND() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_event_trigger_statementContext
 
AND() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Frame_clauseContext
 
AND() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Script_transactionContext
 
AND() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_reservedContext
 
AND() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Transaction_statementContext
 
AND() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.VexContext
 
AND() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.When_conditionContext
 
AND(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Event_session_predicate_expressionContext
 
AND(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Match_specificationContext
 
AND(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.PredicateContext
 
AND(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Search_condition_andContext
 
AND(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_event_trigger_statementContext
 
AND_ASSIGN - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
AND_ASSIGN - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
AND_ASSIGN() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Assignment_operatorContext
 
ANONYMOUS - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
ANONYMOUS - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
ANONYMOUS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_remote_service_bindingContext
 
ANONYMOUS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_remote_service_bindingContext
 
ANONYMOUS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
anonymous_block() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Additional_statementContext
 
anonymous_block() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
Anonymous_blockContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Anonymous_blockContext
 
another_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
another_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.St_clauseContext
 
Another_statementContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Another_statementContext
 
ANSI_NULL_DEFAULT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
ANSI_NULL_DEFAULT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
ANSI_NULL_DEFAULT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Database_optionspecContext
 
ANSI_NULL_DEFAULT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
ANSI_NULLS - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
ANSI_NULLS - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
ANSI_NULLS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Database_optionspecContext
 
ANSI_NULLS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
ANSI_PADDING - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
ANSI_PADDING - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
ANSI_PADDING() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Database_optionspecContext
 
ANSI_PADDING() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
ANSI_WARNINGS - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
ANSI_WARNINGS - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
ANSI_WARNINGS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Database_optionspecContext
 
ANSI_WARNINGS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
ANTI - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
ANTI - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
ANTI() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Join_opContext
 
ANTI() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_reservedContext
 
AntlrContextProcessor<R extends org.antlr.v4.runtime.ParserRuleContext> - Interface in org.pgcodekeeper.core.parsers.antlr.base
Interface for processing ANTLR parser rule contexts with token streams
AntlrError - Class in org.pgcodekeeper.core.parsers.antlr.base
Represents an error found during ANTLR parsing with location information
AntlrError(String, int, int, String, ErrorTypes) - Constructor for class org.pgcodekeeper.core.parsers.antlr.base.AntlrError
Creates an ANTLR error without token information
AntlrError(Token, String, int, int, String) - Constructor for class org.pgcodekeeper.core.parsers.antlr.base.AntlrError
Creates an ANTLR error with default error type
AntlrError(Token, String, int, int, String, ErrorTypes) - Constructor for class org.pgcodekeeper.core.parsers.antlr.base.AntlrError
Creates an ANTLR error with specified error type
AntlrParser - Class in org.pgcodekeeper.core.parsers.antlr.base
Utility class for creating and managing ANTLR parsers for different SQL dialects.
AntlrTask<T> - Class in org.pgcodekeeper.core.parsers.antlr.base
Wrapper for asynchronous ANTLR parsing tasks that combines a Future with a completion handler.
AntlrTask(Future<T>, Consumer<T>) - Constructor for class org.pgcodekeeper.core.parsers.antlr.base.AntlrTask
Creates a new ANTLR task with a Future and completion handler.
AntlrTaskManager - Class in org.pgcodekeeper.core.parsers.antlr.base
Manages execution and completion of asynchronous ANTLR parsing tasks.
AntlrUtils - Class in org.pgcodekeeper.core.parsers.antlr.base
Utility class providing helper methods for ANTLR parsing operations.
ANY - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
ANY - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
ANY - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
ANY - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
ANY - Static variable in interface org.pgcodekeeper.core.parsers.antlr.pg.expr.TypesSetManually
 
ANY - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
ANY - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
ANY() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.HostContext
 
ANY() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Join_opContext
 
ANY() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_reservedContext
 
ANY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_availability_group_optionsContext
 
ANY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_contractContext
 
ANY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_or_alter_broker_priorityContext
 
ANY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.PermissionContext
 
ANY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.PredicateContext
 
ANY() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
ANY() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Comparison_modContext
 
ANY() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_aggregate_statementContext
 
ANY() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Function_actions_commonContext
 
ANY() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_reservedContext
 
ANY(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_contractContext
 
ANY(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_or_alter_broker_priorityContext
 
ANYARRAY - Static variable in interface org.pgcodekeeper.core.parsers.antlr.pg.expr.TypesSetManually
 
ANYENUM - Static variable in interface org.pgcodekeeper.core.parsers.antlr.pg.expr.TypesSetManually
 
ANYNOARRAY - Static variable in interface org.pgcodekeeper.core.parsers.antlr.pg.expr.TypesSetManually
 
ANYRANGE - Static variable in interface org.pgcodekeeper.core.parsers.antlr.pg.expr.TypesSetManually
 
ANYTYPE - Static variable in interface org.pgcodekeeper.core.parsers.antlr.pg.expr.TypesSetManually
 
APPEND - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
APPEND - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
APPEND() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_or_alter_triggerContext
 
APPEND() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
APPEND_ONLY - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
APPEND_ONLY - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
APPEND_ONLY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Ledger_optionContext
 
APPEND_ONLY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
appendAlterComments(PgStatement, SQLScript) - Method in class org.pgcodekeeper.core.schema.pg.AbstractPgView
 
appendAlterComments(PgStatement, SQLScript) - Method in class org.pgcodekeeper.core.schema.pg.PgCompositeType
 
appendAlterComments(PgStatement, SQLScript) - Method in class org.pgcodekeeper.core.schema.PgStatement
Appends ALTER comment SQL if the comment has changed.
appendAlterSQL(PgStatement, SQLScript) - Method in class org.pgcodekeeper.core.schema.AbstractDatabase
 
appendAlterSQL(PgStatement, SQLScript) - Method in class org.pgcodekeeper.core.schema.AbstractFunction
 
appendAlterSQL(PgStatement, SQLScript) - Method in class org.pgcodekeeper.core.schema.AbstractType
 
appendAlterSQL(PgStatement, SQLScript) - Method in class org.pgcodekeeper.core.schema.ch.ChColumn
 
appendAlterSQL(PgStatement, SQLScript) - Method in class org.pgcodekeeper.core.schema.ch.ChConstraint
 
appendAlterSQL(PgStatement, SQLScript) - Method in class org.pgcodekeeper.core.schema.ch.ChDictionary
 
appendAlterSQL(PgStatement, SQLScript) - Method in class org.pgcodekeeper.core.schema.ch.ChFunction
 
appendAlterSQL(PgStatement, SQLScript) - Method in class org.pgcodekeeper.core.schema.ch.ChIndex
 
appendAlterSQL(PgStatement, SQLScript) - Method in class org.pgcodekeeper.core.schema.ch.ChPolicy
 
appendAlterSQL(PgStatement, SQLScript) - Method in class org.pgcodekeeper.core.schema.ch.ChRole
 
appendAlterSQL(PgStatement, SQLScript) - Method in class org.pgcodekeeper.core.schema.ch.ChSchema
 
appendAlterSQL(PgStatement, SQLScript) - Method in class org.pgcodekeeper.core.schema.ch.ChTable
 
appendAlterSQL(PgStatement, SQLScript) - Method in class org.pgcodekeeper.core.schema.ch.ChTableLog
 
appendAlterSQL(PgStatement, SQLScript) - Method in class org.pgcodekeeper.core.schema.ch.ChUser
 
appendAlterSQL(PgStatement, SQLScript) - Method in class org.pgcodekeeper.core.schema.ch.ChView
 
appendAlterSQL(PgStatement, SQLScript) - Method in class org.pgcodekeeper.core.schema.ms.MsAssembly
 
appendAlterSQL(PgStatement, SQLScript) - Method in class org.pgcodekeeper.core.schema.ms.MsColumn
 
appendAlterSQL(PgStatement, SQLScript) - Method in class org.pgcodekeeper.core.schema.ms.MsConstraint
 
appendAlterSQL(PgStatement, SQLScript) - Method in class org.pgcodekeeper.core.schema.ms.MsIndex
 
appendAlterSQL(PgStatement, SQLScript) - Method in class org.pgcodekeeper.core.schema.ms.MsRole
 
appendAlterSQL(PgStatement, SQLScript) - Method in class org.pgcodekeeper.core.schema.ms.MsSchema
 
appendAlterSQL(PgStatement, SQLScript) - Method in class org.pgcodekeeper.core.schema.ms.MsSequence
 
appendAlterSQL(PgStatement, SQLScript) - Method in class org.pgcodekeeper.core.schema.ms.MsStatistics
 
appendAlterSQL(PgStatement, SQLScript) - Method in class org.pgcodekeeper.core.schema.ms.MsTable
 
appendAlterSQL(PgStatement, SQLScript) - Method in class org.pgcodekeeper.core.schema.ms.MsTrigger
 
appendAlterSQL(PgStatement, SQLScript) - Method in class org.pgcodekeeper.core.schema.ms.MsUser
 
appendAlterSQL(PgStatement, SQLScript) - Method in class org.pgcodekeeper.core.schema.ms.MsView
 
appendAlterSQL(PgStatement, SQLScript) - Method in class org.pgcodekeeper.core.schema.pg.AbstractPgTable
 
appendAlterSQL(PgStatement, SQLScript) - Method in class org.pgcodekeeper.core.schema.pg.AbstractPgView
 
appendAlterSQL(PgStatement, SQLScript) - Method in class org.pgcodekeeper.core.schema.pg.PgCast
 
appendAlterSQL(PgStatement, SQLScript) - Method in class org.pgcodekeeper.core.schema.pg.PgCollation
 
appendAlterSQL(PgStatement, SQLScript) - Method in class org.pgcodekeeper.core.schema.pg.PgColumn
 
appendAlterSQL(PgStatement, SQLScript) - Method in class org.pgcodekeeper.core.schema.pg.PgConstraint
 
appendAlterSQL(PgStatement, SQLScript) - Method in class org.pgcodekeeper.core.schema.pg.PgDomain
 
appendAlterSQL(PgStatement, SQLScript) - Method in class org.pgcodekeeper.core.schema.pg.PgEventTrigger
 
appendAlterSQL(PgStatement, SQLScript) - Method in class org.pgcodekeeper.core.schema.pg.PgExtension
 
appendAlterSQL(PgStatement, SQLScript) - Method in class org.pgcodekeeper.core.schema.pg.PgForeignDataWrapper
 
appendAlterSQL(PgStatement, SQLScript) - Method in class org.pgcodekeeper.core.schema.pg.PgFtsConfiguration
 
appendAlterSQL(PgStatement, SQLScript) - Method in class org.pgcodekeeper.core.schema.pg.PgFtsDictionary
 
appendAlterSQL(PgStatement, SQLScript) - Method in class org.pgcodekeeper.core.schema.pg.PgFtsParser
 
appendAlterSQL(PgStatement, SQLScript) - Method in class org.pgcodekeeper.core.schema.pg.PgFtsTemplate
 
appendAlterSQL(PgStatement, SQLScript) - Method in class org.pgcodekeeper.core.schema.pg.PgIndex
 
appendAlterSQL(PgStatement, SQLScript) - Method in class org.pgcodekeeper.core.schema.pg.PgOperator
 
appendAlterSQL(PgStatement, SQLScript) - Method in class org.pgcodekeeper.core.schema.pg.PgPolicy
 
appendAlterSQL(PgStatement, SQLScript) - Method in class org.pgcodekeeper.core.schema.pg.PgRule
 
appendAlterSQL(PgStatement, SQLScript) - Method in class org.pgcodekeeper.core.schema.pg.PgSchema
 
appendAlterSQL(PgStatement, SQLScript) - Method in class org.pgcodekeeper.core.schema.pg.PgSequence
 
appendAlterSQL(PgStatement, SQLScript) - Method in class org.pgcodekeeper.core.schema.pg.PgServer
 
appendAlterSQL(PgStatement, SQLScript) - Method in class org.pgcodekeeper.core.schema.pg.PgStatistics
 
appendAlterSQL(PgStatement, SQLScript) - Method in class org.pgcodekeeper.core.schema.pg.PgTrigger
 
appendAlterSQL(PgStatement, SQLScript) - Method in class org.pgcodekeeper.core.schema.pg.PgUserMapping
 
appendAlterSQL(PgStatement, SQLScript) - Method in class org.pgcodekeeper.core.schema.PgStatement
Fill script with object changes and return change type
appendCollection(StringBuilder, Collection<String>, String, boolean) - Static method in class org.pgcodekeeper.core.schema.StatementUtils
Appends a collection of strings to a StringBuilder with a specified delimiter.
appendCols(StringBuilder, Collection<String>, DatabaseType) - Static method in class org.pgcodekeeper.core.schema.StatementUtils
Appends column names to a StringBuilder with proper quoting for the database type.
appendComments(SQLScript) - Method in class org.pgcodekeeper.core.schema.ch.ChColumn
 
appendComments(SQLScript) - Method in class org.pgcodekeeper.core.schema.ch.ChDictionary
 
appendComments(SQLScript) - Method in class org.pgcodekeeper.core.schema.ch.ChSchema
 
appendComments(SQLScript) - Method in class org.pgcodekeeper.core.schema.ch.ChTable
 
appendComments(SQLScript) - Method in class org.pgcodekeeper.core.schema.ch.ChView
 
appendComments(SQLScript) - Method in class org.pgcodekeeper.core.schema.pg.AbstractPgTable
 
appendComments(SQLScript) - Method in class org.pgcodekeeper.core.schema.pg.AbstractPgView
 
appendComments(SQLScript) - Method in class org.pgcodekeeper.core.schema.pg.PgCompositeType
 
appendComments(SQLScript) - Method in class org.pgcodekeeper.core.schema.pg.PgDomain
 
appendComments(SQLScript) - Method in class org.pgcodekeeper.core.schema.PgStatement
Appends comment SQL to the script if this statement has comments.
appendDeclaration(StringBuilder, boolean, boolean) - Method in class org.pgcodekeeper.core.schema.Argument
Appends the argument declaration to a StringBuilder.
appendDefaultPostgresPrivileges(PgStatement, SQLScript) - Static method in class org.pgcodekeeper.core.schema.PgPrivilege
Appends default PostgreSQL privileges for a database object.
appendFullName(StringBuilder) - Method in class org.pgcodekeeper.core.schema.pg.PgAggregate
 
appendFunctionSignature(StringBuilder, boolean, boolean) - Method in class org.pgcodekeeper.core.schema.pg.AbstractPgFunction
Appends signature of statement to sb.
appendInsert(DatabaseType, boolean, StringBuilder) - Method in class org.pgcodekeeper.core.model.graph.RowData
Appends INSERT statement to the script builder.
appendMoveDataSql(PgStatement, SQLScript, String, List<String>) - Method in class org.pgcodekeeper.core.schema.AbstractTable
Adds commands to the script for move data from the temporary table to the new table, given the identity columns, and a command to delete the temporary table.
appendMoveDataSql(PgStatement, SQLScript, String, List<String>) - Method in class org.pgcodekeeper.core.schema.pg.AbstractForeignTable
 
appendMoveDataSql(PgStatement, SQLScript, String, List<String>) - Method in class org.pgcodekeeper.core.schema.pg.GpExternalTable
 
appendMoveDataSql(PgStatement, SQLScript, String, List<String>) - Method in class org.pgcodekeeper.core.schema.pg.PartitionPgTable
 
appendName(StringBuilder) - Method in class org.pgcodekeeper.core.schema.ms.MsTrigger
 
appendName(StringBuilder) - Method in interface org.pgcodekeeper.core.schema.SourceStatement
Appends the only normalized statement part: its name and location, always qualifies and quotes.
appendOptions(StringBuilder) - Method in class org.pgcodekeeper.core.schema.pg.AbstractForeignTable
 
appendOptions(StringBuilder) - Method in class org.pgcodekeeper.core.schema.pg.GpExternalTable
 
appendOptions(StringBuilder) - Method in interface org.pgcodekeeper.core.schema.pg.PgForeignOptionContainer
Appends SQL OPTIONS clause to StringBuilder.
appendOptions(StringBuilder, Map<String, String>, DatabaseType) - Static method in class org.pgcodekeeper.core.schema.StatementUtils
Appends parameters/options at StringBuilder.
appendOptions(IOptionContainer, StringBuilder, StringBuilder, SQLScript) - Method in interface org.pgcodekeeper.core.schema.ISimpleOptionContainer
Appends SQL options to set and reset option builders for ALTER statements.
appendOptions(IOptionContainer, StringBuilder, StringBuilder, SQLScript) - Method in class org.pgcodekeeper.core.schema.pg.PgFtsDictionary
 
appendOptionsWithParen(StringBuilder, Map<String, String>, DatabaseType) - Static method in class org.pgcodekeeper.core.schema.StatementUtils
Appends options to a StringBuilder enclosed in parentheses.
appendOwnerSQL(SQLScript) - Method in class org.pgcodekeeper.core.schema.PgStatement
Appends ALTER OWNER SQL statement to the script for this database object.
appendPrivileges(Collection<PgPrivilege>, SQLScript) - Static method in class org.pgcodekeeper.core.schema.PgPrivilege
Appends multiple privileges to a SQL script.
appendRuleCode(StringBuilder, boolean) - Method in class org.pgcodekeeper.core.model.difftree.IgnoredObject
Appends the rule code representation to the given StringBuilder.
appendSourceStatement(boolean, StringBuilder) - Method in interface org.pgcodekeeper.core.schema.SourceStatement
Assembles entire statement from source parts
appendSqlWrappedInDo(StringBuilder, StringBuilder, String) - Static method in class org.pgcodekeeper.core.PgDiffUtils
Wraps SQL in DO block with error handling.
appendUpdate(DatabaseType, StringBuilder) - Method in class org.pgcodekeeper.core.model.graph.RowData
Appends UPDATE statement to fix cyclic dependency null replacements.
APPLICATION - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
APPLICATION - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
APPLICATION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_application_roleContext
 
APPLICATION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Class_typeContext
 
APPLICATION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_application_roleContext
 
APPLICATION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Drop_statementsContext
 
APPLICATION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.PermissionContext
 
APPLICATION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
APPLICATION_LOG - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
APPLICATION_LOG - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
APPLICATION_LOG() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Audit_toContext
 
APPLICATION_LOG() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
APPLY - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
APPLY - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
APPLY - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
APPLY - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
APPLY() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_table_actionContext
 
APPLY() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Select_modeContext
 
APPLY() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
APPLY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.From_itemContext
 
APPLY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
APPROX_PERCENTILE_CONT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
APPROX_PERCENTILE_CONT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
APPROX_PERCENTILE_CONT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Function_callContext
 
APPROX_PERCENTILE_CONT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
APPROX_PERCENTILE_DISC - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
APPROX_PERCENTILE_DISC - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
APPROX_PERCENTILE_DISC() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Function_callContext
 
APPROX_PERCENTILE_DISC() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
ARBITRARY - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
ARBITRARY - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
ARBITRARY() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.PermissionContext
 
ARBITRARY() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
arbitrary_length_pattern() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
arbitrary_length_pattern() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Match_specificationContext
 
arbitrary_length_pattern(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Match_specificationContext
 
Arbitrary_length_patternContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Arbitrary_length_patternContext
 
arg_expr() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
arg_expr() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Arg_listContext
 
arg_expr(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Arg_listContext
 
Arg_exprContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Arg_exprContext
 
arg_list() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
arg_list() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Function_callContext
 
Arg_listContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Arg_listContext
 
arg_mode() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
arg_mode() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Execute_statement_argContext
 
arg_mode() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Execute_stringContext
 
arg_mode() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Procedure_paramContext
 
arg_mode(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Execute_stringContext
 
Arg_modeContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Arg_modeContext
 
argmode() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
argmode() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Function_argumentsContext
 
ArgMode - Enum Class in org.pgcodekeeper.core.schema
Enumeration of function argument modes.
ArgmodeContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.ArgmodeContext
 
argument - Variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Raiseerror_statementContext
 
Argument - Class in org.pgcodekeeper.core.schema
Represents a function argument with its mode, name, data type, and default value.
Argument(String, String) - Constructor for class org.pgcodekeeper.core.schema.Argument
 
Argument(ArgMode, String, String) - Constructor for class org.pgcodekeeper.core.schema.Argument
 
arguments_list() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
arguments_list() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Type_declarationContext
 
Arguments_listContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Arguments_listContext
 
ARITHABORT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
ARITHABORT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
ARITHABORT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Database_optionspecContext
 
ARITHABORT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
ARRAY - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
ARRAY - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
ARRAY - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
ARRAY - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
ARRAY() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Array_join_clauseContext
 
ARRAY() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Data_typeContext
 
ARRAY() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_reservedContext
 
ARRAY() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Array_expressionContext
 
ARRAY() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Data_typeContext
 
ARRAY() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Json_behavior_typeContext
 
ARRAY() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Json_wrapperContext
 
ARRAY() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Loop_startContext
 
ARRAY() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_reservedContext
 
array_elements() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
array_elements() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Array_elementsContext
 
array_elements() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Array_expressionContext
 
array_elements(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Array_elementsContext
 
Array_elementsContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Array_elementsContext
 
array_expression() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
array_expression() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Value_expression_primaryContext
 
Array_expressionContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Array_expressionContext
 
array_join_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
array_join_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Select_primaryContext
 
Array_join_clauseContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Array_join_clauseContext
 
array_type() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
array_type() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Data_typeContext
 
array_type(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Data_typeContext
 
Array_typeContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Array_typeContext
 
ARROW - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
ARROW - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
ARROW() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Lambda_exprContext
 
AS - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
AS - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
AS - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
AS - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
AS - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
AS - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
AS() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alias_clauseContext
 
AS() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Common_table_query_exprContext
 
AS() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Create_function_stmtContext
 
AS() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Create_named_collection_stmtContext
 
AS() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Create_view_stmtContext
 
AS() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Function_callContext
 
AS() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Policy_actionContext
 
AS() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Select_modeContext
 
AS() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Table_body_exprContext
 
AS() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Table_schema_clauseContext
 
AS() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_reservedContext
 
AS() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Window_clauseContext
 
AS() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.With_queryContext
 
AS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_assemblyContext
 
AS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_endpointContext
 
AS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_fulltext_catalogContext
 
AS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.As_table_aliasContext
 
AS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Column_defContext
 
AS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Column_definitionContext
 
AS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Column_optionContext
 
AS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Common_table_expressionContext
 
AS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_databaseContext
 
AS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_defaultContext
 
AS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_endpointContext
 
AS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_fulltext_catalogContext
 
AS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_or_alter_functionContext
 
AS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_or_alter_procedureContext
 
AS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_or_alter_triggerContext
 
AS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_or_alter_viewContext
 
AS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_partition_functionContext
 
AS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_partition_schemeContext
 
AS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_ruleContext
 
AS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_xml_schema_collectionContext
 
AS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Declare_localContext
 
AS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Declare_statementContext
 
AS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Execute_clauseContext
 
AS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Execute_stringContext
 
AS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.External_table_as_select_defContext
 
AS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Function_callContext
 
AS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Named_promoted_node_path_itemContext
 
AS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Open_jsonContext
 
AS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Output_dml_elemContext
 
AS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Procedure_paramContext
 
AS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Receive_column_specifierContext
 
AS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Result_sets_definitionContext
 
AS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Rule_commonContext
 
AS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Select_list_elemContext
 
AS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Sequence_bodyContext
 
AS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Type_definitionContext
 
AS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Window_specificationContext
 
AS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Xml_declarationContext
 
AS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Xmlnamespace_itemContext
 
AS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Additional_statementContext
 
AS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alias_clauseContext
 
AS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Cast_nameContext
 
AS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Cast_specificationContext
 
AS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Column_actionContext
 
AS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Constr_bodyContext
 
AS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Copy_optionContext
 
AS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_cast_statementContext
 
AS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_domain_statementContext
 
AS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_operator_class_statementContext
 
AS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_policy_statementContext
 
AS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_rewrite_statementContext
 
AS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_table_as_statementContext
 
AS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_type_statementContext
 
AS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_view_statementContext
 
AS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Delete_stmt_for_psqlContext
 
AS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Format_optionsContext
 
AS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.From_primaryContext
 
AS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.From_rows_with_aliasContext
 
AS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Function_actions_commonContext
 
AS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Identity_bodyContext
 
AS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Insert_stmt_for_psqlContext
 
AS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Json_functionContext
 
AS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Json_passing_clauseContext
 
AS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Json_table_columnContext
 
AS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Merge_stmt_for_psqlContext
 
AS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Perform_stmtContext
 
AS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Select_primaryContext
 
AS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Select_sublistContext
 
AS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Sequence_bodyContext
 
AS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Set_actionContext
 
AS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_reservedContext
 
AS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Trigger_referencingContext
 
AS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Update_stmt_for_psqlContext
 
AS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.With_queryContext
 
AS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Xml_functionContext
 
AS(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_assemblyContext
 
AS(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Open_jsonContext
 
AS(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.From_rows_with_aliasContext
 
AS(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Json_passing_clauseContext
 
AS(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Perform_stmtContext
 
AS(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Select_primaryContext
 
AS(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Xml_functionContext
 
AS_LABEL - Enum constant in enum class org.pgcodekeeper.core.sql.Keyword.LabelCategory
 
as_principal - Variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Rule_commonContext
 
as_table_alias() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
as_table_alias() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.From_itemContext
 
as_table_alias() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.From_primaryContext
 
as_table_alias() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Function_callContext
 
as_table_alias() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Merge_statementContext
 
As_table_aliasContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.As_table_aliasContext
 
ASC - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
ASC - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
ASC - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
ASC - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
ASC() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Asc_descContext
 
ASC() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
ASC() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Order_specificationContext
 
ASC() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_reservedContext
 
asc_desc() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
asc_desc() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Column_with_orderContext
 
asc_desc() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Order_by_expressionContext
 
Asc_descContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Asc_descContext
 
ASCENDING - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
ASCENDING - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
ASCENDING() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Order_exprContext
 
ASCENDING() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
ASENSITIVE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
ASENSITIVE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
ASENSITIVE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
ASENSITIVE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
ASOF - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
ASOF - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
ASOF() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Join_opContext
 
ASOF() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_reservedContext
 
ASSEMBLY - Enum constant in enum class org.pgcodekeeper.core.model.difftree.DbObjType
 
ASSEMBLY - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
ASSEMBLY - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
ASSEMBLY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_assemblyContext
 
ASSEMBLY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Class_typeContext
 
ASSEMBLY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_assemblyContext
 
ASSEMBLY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_asymmetric_keyContext
 
ASSEMBLY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Drop_assemblyContext
 
ASSEMBLY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Existing_keysContext
 
ASSEMBLY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.PermissionContext
 
ASSEMBLY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
assembly_name - Variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Assembly_specifierContext
 
assembly_name - Variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_aggregateContext
 
assembly_name - Variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_assemblyContext
 
assembly_name - Variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Existing_keysContext
 
assembly_name - Variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Type_definitionContext
 
assembly_option() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_assemblyContext
 
assembly_option() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
assembly_option(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_assemblyContext
 
Assembly_optionContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Assembly_optionContext
 
assembly_permission() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Assembly_optionContext
 
assembly_permission() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
assembly_permission() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_assemblyContext
 
Assembly_permissionContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Assembly_permissionContext
 
assembly_specifier() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
assembly_specifier() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Func_bodyContext
 
assembly_specifier() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Proc_bodyContext
 
Assembly_specifierContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Assembly_specifierContext
 
ASSERT - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
ASSERT - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
ASSERT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Message_statementContext
 
ASSERT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonkeywordContext
 
ASSERTION - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
ASSERTION - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
ASSERTION() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
ASSERTION() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
assign_stmt() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
assign_stmt() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Base_statementContext
 
Assign_stmtContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Assign_stmtContext
 
ASSIGNMENT - Enum constant in enum class org.pgcodekeeper.core.schema.ICast.CastContext
 
ASSIGNMENT - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
ASSIGNMENT - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
ASSIGNMENT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
ASSIGNMENT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_cast_statementContext
 
ASSIGNMENT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
assignment_operator() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
assignment_operator() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.ExpressionContext
 
assignment_operator() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Set_statementContext
 
assignment_operator() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Update_elemContext
 
Assignment_operatorContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Assignment_operatorContext
 
ASSUME - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
ASSUME - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
ASSUME() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Table_constraint_defContext
 
ASSUME() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
AST - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
AST - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
AST() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Explain_stmtContext
 
AST() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
ASTERISK - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
ASTERISK - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
ASTERISK() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Columns_clauseContext
 
ASTERISK() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Expr_primaryContext
 
ASTERISK() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Names_referencesContext
 
ASTERISK() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.OpContext
 
ASTERISK() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Optimize_by_exprContext
 
ASTERISK() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Qualified_name_or_asteriskContext
 
ASTERISK(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Names_referencesContext
 
asym_key_name - Variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Decryption_mechanismContext
 
asym_key_name - Variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Encryption_mechanismContext
 
ASYMMETRIC - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
ASYMMETRIC - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
ASYMMETRIC - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
ASYMMETRIC - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
ASYMMETRIC() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_asymmetric_keyContext
 
ASYMMETRIC() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_database_encryption_keyContext
 
ASYMMETRIC() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_symmetric_keyContext
 
ASYMMETRIC() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Backup_optionContext
 
ASYMMETRIC() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Class_typeContext
 
ASYMMETRIC() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_asymmetric_keyContext
 
ASYMMETRIC() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_database_encryption_keyContext
 
ASYMMETRIC() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_userContext
 
ASYMMETRIC() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Cripto_listContext
 
ASYMMETRIC() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Decryption_mechanismContext
 
ASYMMETRIC() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Drop_asymmetric_keyContext
 
ASYMMETRIC() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Drop_signatureContext
 
ASYMMETRIC() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Encryption_mechanismContext
 
ASYMMETRIC() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Login_sourcesContext
 
ASYMMETRIC() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.PermissionContext
 
ASYMMETRIC() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
ASYMMETRIC() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
ASYMMETRIC() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_reservedContext
 
ASYMMETRIC() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.VexContext
 
ASYMMETRIC(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Drop_signatureContext
 
asymmetric_key_option() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_asymmetric_keyContext
 
asymmetric_key_option() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
Asymmetric_key_optionContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Asymmetric_key_optionContext
 
asymmetric_key_password_change_option() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Asymmetric_key_optionContext
 
asymmetric_key_password_change_option() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
asymmetric_key_password_change_option(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Asymmetric_key_optionContext
 
Asymmetric_key_password_change_optionContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Asymmetric_key_password_change_optionContext
 
ASYNC - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
ASYNC - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
ASYNC() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Kill_stmtContext
 
ASYNC() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
ASYNCHRONOUS_COMMIT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
ASYNCHRONOUS_COMMIT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
ASYNCHRONOUS_COMMIT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Availability_group_spec_optionContext
 
ASYNCHRONOUS_COMMIT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Replica_optionContext
 
ASYNCHRONOUS_COMMIT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
AT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
AT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
AT - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
AT - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
AT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Execute_stringContext
 
AT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
AT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Partition_gp_actionContext
 
AT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
AT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.VexContext
 
ATOMIC - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
ATOMIC - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
ATOMIC() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
ATOMIC() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Function_bodyContext
 
ATOMIC() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
ATTACH - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
ATTACH - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
ATTACH - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
ATTACH - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
ATTACH() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_table_actionContext
 
ATTACH() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Create_dictinary_stmtContext
 
ATTACH() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Create_view_stmtContext
 
ATTACH() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Ddl_stmtContext
 
ATTACH() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
ATTACH() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_partitionContext
 
ATTACH() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
ATTACH() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Index_def_actionContext
 
ATTACH() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
attach_stmt() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
attach_stmt() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Ddl_stmtContext
 
Attach_stmtContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Attach_stmtContext
 
attach_table_stmt() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Attach_stmtContext
 
attach_table_stmt() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
Attach_table_stmtContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Attach_table_stmtContext
 
attname - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Xml_functionContext
 
attr_def_option() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
attr_def_option() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Dictionary_attr_defContext
 
Attr_def_optionContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Attr_def_optionContext
 
attribute() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
attribute() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.User_or_role_or_group_common_optionContext
 
attribute(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.User_or_role_or_group_common_optionContext
 
ATTRIBUTE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
ATTRIBUTE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
ATTRIBUTE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_type_statementContext
 
ATTRIBUTE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
ATTRIBUTE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
ATTRIBUTE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Type_actionContext
 
attribute_name - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_type_statementContext
 
AttributeContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.AttributeContext
 
attrs - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_type_statementContext
 
AUDIT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
AUDIT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
AUDIT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_server_audit_specificationContext
 
AUDIT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_server_auditContext
 
AUDIT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Class_typeContext
 
AUDIT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_server_audit_specificationContext
 
AUDIT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_server_auditContext
 
AUDIT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Drop_statementsContext
 
AUDIT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.PermissionContext
 
AUDIT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
AUDIT(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_server_audit_specificationContext
 
AUDIT(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_server_audit_specificationContext
 
audit_action_group_name - Variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_server_audit_specificationContext
 
audit_action_group_name - Variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_server_audit_specificationContext
 
audit_file_action() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
audit_file_action() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Audit_toContext
 
audit_file_action(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Audit_toContext
 
Audit_file_actionContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Audit_file_actionContext
 
audit_guid - Variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Audit_optionContext
 
AUDIT_GUID - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
AUDIT_GUID - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
AUDIT_GUID() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Audit_optionContext
 
AUDIT_GUID() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
audit_name - Variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_server_audit_specificationContext
 
audit_name - Variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_server_auditContext
 
audit_name - Variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_server_audit_specificationContext
 
audit_name - Variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_server_auditContext
 
audit_option() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_audit_actionContext
 
audit_option() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
audit_option() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_server_auditContext
 
audit_option(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_audit_actionContext
 
audit_option(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_server_auditContext
 
Audit_optionContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Audit_optionContext
 
audit_specification_name - Variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_server_audit_specificationContext
 
audit_specification_name - Variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_server_audit_specificationContext
 
audit_to() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_audit_actionContext
 
audit_to() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
audit_to() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_server_auditContext
 
Audit_toContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Audit_toContext
 
audit_where() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_audit_actionContext
 
audit_where() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
audit_where() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_server_auditContext
 
audit_where(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_audit_actionContext
 
audit_where(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_server_auditContext
 
Audit_whereContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Audit_whereContext
 
auth_params() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
auth_params() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.IdentificationContext
 
Auth_paramsContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Auth_paramsContext
 
auth_type - Variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.IdentificationContext
 
AUTHENTICATE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
AUTHENTICATE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
AUTHENTICATE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.PermissionContext
 
AUTHENTICATE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
authentication() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
authentication() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Database_mirroringContext
 
authentication() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Service_brokerContext
 
AUTHENTICATION - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
AUTHENTICATION - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
AUTHENTICATION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.AuthenticationContext
 
AUTHENTICATION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
AuthenticationContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.AuthenticationContext
 
AUTHORIZATION - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
AUTHORIZATION - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
AUTHORIZATION - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
AUTHORIZATION - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
AUTHORIZATION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_authorizationContext
 
AUTHORIZATION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_endpointContext
 
AUTHORIZATION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_external_languageContext
 
AUTHORIZATION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_external_libraryContext
 
AUTHORIZATION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_assemblyContext
 
AUTHORIZATION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_asymmetric_keyContext
 
AUTHORIZATION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_certificateContext
 
AUTHORIZATION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_contractContext
 
AUTHORIZATION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_db_roleContext
 
AUTHORIZATION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_endpointContext
 
AUTHORIZATION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_external_languageContext
 
AUTHORIZATION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_external_libraryContext
 
AUTHORIZATION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_fulltext_catalogContext
 
AUTHORIZATION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_fulltext_stoplistContext
 
AUTHORIZATION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_keyContext
 
AUTHORIZATION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_message_typeContext
 
AUTHORIZATION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_remote_service_bindingContext
 
AUTHORIZATION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_routeContext
 
AUTHORIZATION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_schemaContext
 
AUTHORIZATION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_search_property_listContext
 
AUTHORIZATION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_server_roleContext
 
AUTHORIZATION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_serviceContext
 
AUTHORIZATION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Drop_external_libraryContext
 
AUTHORIZATION() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Additional_statementContext
 
AUTHORIZATION() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
AUTHORIZATION() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_schema_statementContext
 
AUTHORIZATION() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Session_local_optionContext
 
AUTHORIZATION() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Show_statementContext
 
AUTHORIZATION() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_reserved_except_function_typeContext
 
AUTO - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
AUTO - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
AUTO() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_fulltext_index_optionContext
 
AUTO() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_server_configurationContext
 
AUTO() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_table_set_actionContext
 
AUTO() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_or_alter_resource_poolContext
 
AUTO() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.For_clauseContext
 
AUTO() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Fulltext_index_optionContext
 
AUTO() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
AUTO_CLEANUP - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
AUTO_CLEANUP - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
AUTO_CLEANUP() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Change_tracking_option_listContext
 
AUTO_CLEANUP() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
AUTO_CLOSE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
AUTO_CLOSE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
AUTO_CLOSE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Database_optionspecContext
 
AUTO_CLOSE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
AUTO_CREATE_STATISTICS - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
AUTO_CREATE_STATISTICS - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
AUTO_CREATE_STATISTICS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Database_optionspecContext
 
AUTO_CREATE_STATISTICS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
AUTO_DROP - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
AUTO_DROP - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
AUTO_DROP() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
AUTO_DROP() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Update_statistics_with_optionContext
 
AUTO_INCREMENT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
AUTO_INCREMENT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
AUTO_INCREMENT() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Table_column_property_exprContext
 
AUTO_INCREMENT() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
AUTO_SHRINK - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
AUTO_SHRINK - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
AUTO_SHRINK() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Database_optionspecContext
 
AUTO_SHRINK() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
AUTO_UPDATE_STATISTICS - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
AUTO_UPDATE_STATISTICS - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
AUTO_UPDATE_STATISTICS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Database_optionspecContext
 
AUTO_UPDATE_STATISTICS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
AUTO_UPDATE_STATISTICS_ASYNC - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
AUTO_UPDATE_STATISTICS_ASYNC - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
AUTO_UPDATE_STATISTICS_ASYNC() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Database_optionspecContext
 
AUTO_UPDATE_STATISTICS_ASYNC() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
AUTOGROW_ALL_FILES - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
AUTOGROW_ALL_FILES - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
AUTOGROW_ALL_FILES() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Filegroup_modify_optionContext
 
AUTOGROW_ALL_FILES() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
AUTOGROW_SINGLE_FILE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
AUTOGROW_SINGLE_FILE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
AUTOGROW_SINGLE_FILE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Filegroup_modify_optionContext
 
AUTOGROW_SINGLE_FILE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
AUTOMATED_BACKUP_PREFERENCE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
AUTOMATED_BACKUP_PREFERENCE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
AUTOMATED_BACKUP_PREFERENCE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Set_option_specContext
 
AUTOMATED_BACKUP_PREFERENCE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
AUTOMATIC - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
AUTOMATIC - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
AUTOMATIC() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Automatic_manualContext
 
AUTOMATIC() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
automatic_manual() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
automatic_manual() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Availability_group_spec_optionContext
 
automatic_manual() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Replica_optionContext
 
Automatic_manualContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Automatic_manualContext
 
AVAILABILITY - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
AVAILABILITY - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
AVAILABILITY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_availability_group_optionsContext
 
AVAILABILITY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_availability_groupContext
 
AVAILABILITY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Class_typeContext
 
AVAILABILITY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Database_optionspecContext
 
AVAILABILITY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Drop_statementsContext
 
AVAILABILITY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.PermissionContext
 
AVAILABILITY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
availability_group_spec() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_availability_group_optionsContext
 
availability_group_spec() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
availability_group_spec(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_availability_group_optionsContext
 
availability_group_spec_option() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
availability_group_spec_option() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Availability_group_specContext
 
availability_group_spec_option(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Availability_group_specContext
 
Availability_group_spec_optionContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Availability_group_spec_optionContext
 
Availability_group_specContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Availability_group_specContext
 
AVAILABILITY_MODE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
AVAILABILITY_MODE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
AVAILABILITY_MODE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Availability_group_spec_optionContext
 
AVAILABILITY_MODE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Replica_optionContext
 
AVAILABILITY_MODE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
availableChFunctions() - Method in class org.pgcodekeeper.core.schema.meta.MetaContainer
Returns all available ClickHouse functions.
availableFunctions(String) - Method in class org.pgcodekeeper.core.schema.meta.MetaContainer
Returns available functions in the specified schema.
availableOperators(String) - Method in class org.pgcodekeeper.core.schema.meta.MetaContainer
Returns available operators in the specified schema.

B

BACK_QUOTED_IDENTIFIER - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
BACK_QUOTED_IDENTIFIER - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
BACK_QUOTED_IDENTIFIER() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Id_tokenContext
 
BACKQUOTE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
BACKQUOTE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
BACKSLASH - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
BACKSLASH - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
BACKSLASH - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
BACKSLASH - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
BACKUP - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
BACKUP - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
BACKUP() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Backup_certificateContext
 
BACKUP() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Backup_databaseContext
 
BACKUP() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Backup_logContext
 
BACKUP() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Backup_master_keyContext
 
BACKUP() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Backup_service_master_keyContext
 
BACKUP() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Backup_symmetric_keyContext
 
BACKUP() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.PermissionContext
 
backup_certificate() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
backup_certificate() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Backup_statementContext
 
Backup_certificateContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Backup_certificateContext
 
backup_database() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
backup_database() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Backup_statementContext
 
Backup_databaseContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Backup_databaseContext
 
backup_device() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
backup_device() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Backup_devicesContext
 
backup_device() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Restore_otherContext
 
backup_device(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Backup_devicesContext
 
Backup_deviceContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Backup_deviceContext
 
backup_devices() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Backup_databaseContext
 
backup_devices() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
backup_devices() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Backup_logContext
 
backup_devices() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Mirror_toContext
 
backup_devices() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Restore_databaseContext
 
backup_devices() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Restore_logContext
 
backup_devices() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Restore_otherContext
 
Backup_devicesContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Backup_devicesContext
 
backup_log() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
backup_log() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Backup_statementContext
 
Backup_logContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Backup_logContext
 
backup_master_key() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
backup_master_key() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Backup_statementContext
 
Backup_master_keyContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Backup_master_keyContext
 
backup_option() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Backup_databaseContext
 
backup_option() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Backup_logContext
 
backup_option() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
backup_option(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Backup_databaseContext
 
backup_option(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Backup_logContext
 
Backup_optionContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Backup_optionContext
 
BACKUP_PRIORITY - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
BACKUP_PRIORITY - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
BACKUP_PRIORITY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Replica_optionContext
 
BACKUP_PRIORITY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
backup_service_master_key() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
backup_service_master_key() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Backup_statementContext
 
Backup_service_master_keyContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Backup_service_master_keyContext
 
backup_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
backup_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.St_clauseContext
 
Backup_statementContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Backup_statementContext
 
backup_symmetric_key() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Backup_statementContext
 
backup_symmetric_key() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
Backup_symmetric_keyContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Backup_symmetric_keyContext
 
BACKWARD - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
BACKWARD - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
BACKWARD() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
BACKWARD() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Fetch_move_directionContext
 
BACKWARD() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
BAD - Static variable in class org.pgcodekeeper.core.parsers.antlr.base.generated.IgnoreListLexer
 
BAD - Static variable in class org.pgcodekeeper.core.parsers.antlr.base.generated.IgnoreListParser
 
BAD - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
BAD - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
BAD - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
BAD - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
bare_col_label() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
bare_col_label() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Select_sublistContext
 
Bare_col_labelContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_col_labelContext
 
BARE_LABEL - Enum constant in enum class org.pgcodekeeper.core.sql.Keyword.LabelCategory
 
bare_label_keyword() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_col_labelContext
 
bare_label_keyword() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
Bare_label_keywordContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
base_algorithm() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_database_encryption_keyContext
 
base_algorithm() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Backup_optionContext
 
base_algorithm() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
base_algorithm() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_database_encryption_keyContext
 
Base_algorithmContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Base_algorithmContext
 
base_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
base_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Function_statementContext
 
Base_statementContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Base_statementContext
 
base_type - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_aggregate_statementContext
 
BASETYPE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
BASETYPE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
BASETYPE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_aggregate_statementContext
 
BASETYPE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonkeywordContext
 
batch() - Method in class org.pgcodekeeper.core.parsers.antlr.base.ScriptParser
Gets the parsed script batches (statements).
batch() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
batch() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Tsql_fileContext
 
batch(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Tsql_fileContext
 
batch_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
batch_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.BatchContext
 
batch_statement_body() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
batch_statement_body() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Batch_statementContext
 
Batch_statement_bodyContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Batch_statement_bodyContext
 
Batch_statementContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Batch_statementContext
 
BatchContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.BatchContext
 
BatchContextProcessor - Class in org.pgcodekeeper.core.parsers.antlr.ms.statement
Abstract base class for Microsoft SQL parsers that handle batch context processing.
BEFORE - Enum constant in enum class org.pgcodekeeper.core.schema.pg.PgTrigger.TgTypes
 
BEFORE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
BEFORE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
BEFORE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
BEFORE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
BEFORE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Block_dml_operationContext
 
BEFORE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
BEFORE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_type_statementContext
 
BEFORE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
BEFORE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_trigger_statementContext
 
BEFORE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
before_true - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_trigger_statementContext
 
BEGIN - Enum constant in enum class org.pgcodekeeper.core.script.SQLActionType
 
BEGIN - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
BEGIN - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
BEGIN - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
BEGIN - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
BEGIN - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
BEGIN - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
BEGIN() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
BEGIN() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Transaction_stmtContext
 
BEGIN() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Begin_conversation_dialogContext
 
BEGIN() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Begin_conversation_timerContext
 
BEGIN() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Block_statementContext
 
BEGIN() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_certificateContext
 
BEGIN() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Func_bodyContext
 
BEGIN() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Transaction_statementContext
 
BEGIN() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Try_catch_statementContext
 
BEGIN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
BEGIN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Function_blockContext
 
BEGIN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Function_bodyContext
 
BEGIN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Script_transactionContext
 
BEGIN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
BEGIN(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Try_catch_statementContext
 
begin_conversation_dialog() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
begin_conversation_dialog() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Conversation_statementContext
 
Begin_conversation_dialogContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Begin_conversation_dialogContext
 
begin_conversation_timer() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
begin_conversation_timer() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Conversation_statementContext
 
Begin_conversation_timerContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Begin_conversation_timerContext
 
BEGIN_DIALOG - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
BEGIN_DIALOG - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
BEGIN_DIALOG() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_certificateContext
 
BEGIN_DIALOG() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
BeginDollarStringConstant - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
BeginDollarStringConstant - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
BeginDollarStringConstant() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.SconstContext
 
between() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.rulectx.Vex
 
BETWEEN - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
BETWEEN - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
BETWEEN - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
BETWEEN - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
BETWEEN - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
BETWEEN - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
BETWEEN() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.ExprContext
 
BETWEEN() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_reservedContext
 
BETWEEN() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Win_frame_extendContext
 
BETWEEN() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.PredicateContext
 
BETWEEN() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Window_frame_extentContext
 
BETWEEN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
BETWEEN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Frame_clauseContext
 
BETWEEN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreserved_except_function_typeContext
 
BETWEEN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.VexContext
 
BIGINT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
BIGINT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
BIGINT - Static variable in interface org.pgcodekeeper.core.parsers.antlr.pg.expr.TypesSetManually
 
BIGINT - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
BIGINT - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
BIGINT() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Data_typeContext
 
BIGINT() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
BIGINT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
BIGINT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Predefined_typeContext
 
BIGINT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Sequence_bodyContext
 
BIGINT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreserved_except_function_typeContext
 
BIGSERIAL - Static variable in interface org.pgcodekeeper.core.parsers.antlr.pg.expr.TypesSetManually
 
BINARY - Enum constant in enum class org.pgcodekeeper.core.schema.pg.PgCast.CastMethod
 
BINARY - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
BINARY - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
BINARY - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
BINARY - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
BINARY - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
BINARY - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
BINARY() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Data_typeContext
 
BINARY() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
BINARY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_column_encryption_keyContext
 
BINARY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_login_sql_serverContext
 
BINARY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.ConstantContext
 
BINARY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_column_encryption_keyContext
 
BINARY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_column_master_keyContext
 
BINARY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Cripto_listContext
 
BINARY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Language_termContext
 
BINARY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Library_file_specContext
 
BINARY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Login_option_listContext
 
BINARY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Login_sub_option_listContext
 
BINARY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Primitive_expressionContext
 
BINARY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.User_optionContext
 
BINARY() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
BINARY() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Copy_optionContext
 
BINARY() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Declare_statementContext
 
BINARY() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Explain_optionContext
 
BINARY() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_reserved_except_function_typeContext
 
BINARY(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_column_encryption_keyContext
 
BINARY_BASE64 - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
BINARY_BASE64 - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
BINARY_BASE64() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
BINARY_BASE64() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Xml_common_directivesContext
 
BINARY_LITERAL - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
BINARY_LITERAL - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
BINARY_LITERAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.LiteralContext
 
BINDING - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
BINDING - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
BINDING() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_remote_service_bindingContext
 
BINDING() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Class_typeContext
 
BINDING() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_remote_service_bindingContext
 
BINDING() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Drop_statementsContext
 
BINDING() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.PermissionContext
 
BINDING() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
BIT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
BIT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
BIT - Static variable in interface org.pgcodekeeper.core.parsers.antlr.pg.expr.TypesSetManually
 
BIT - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
BIT - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
BIT() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Data_typeContext
 
BIT() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
BIT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
BIT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Predefined_typeContext
 
BIT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreserved_except_function_typeContext
 
BIT_AND - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
BIT_AND - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
BIT_AND() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.ExpressionContext
 
BIT_NOT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
BIT_NOT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
BIT_NOT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.ExpressionContext
 
BIT_OR - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
BIT_OR - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
BIT_OR() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.ExpressionContext
 
BIT_XOR - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
BIT_XOR - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
BIT_XOR() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.ExpressionContext
 
black() - Method in class org.pgcodekeeper.core.parsers.antlr.base.generated.IgnoreListParser
 
black() - Method in class org.pgcodekeeper.core.parsers.antlr.base.generated.IgnoreListParser.Rule_listContext
 
BlackContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.base.generated.IgnoreListParser.BlackContext
 
blank_paren() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
blank_paren() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Dictionary_arg_valueContext
 
blank_paren() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Function_argumentsContext
 
blank_paren() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Grouping_elementContext
 
blank_paren() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Order_by_clauseContext
 
Blank_parenContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Blank_parenContext
 
BLOB - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
BLOB - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
BLOB() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Data_typeContext
 
BLOB() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
BLOB_STORAGE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
BLOB_STORAGE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
BLOB_STORAGE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.External_data_source_optionContext
 
BLOB_STORAGE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
BLOCK - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
BLOCK - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
BLOCK() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Add_alter_drop_predicateContext
 
BLOCK() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_security_policyContext
 
BLOCK() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
BLOCK(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_security_policyContext
 
BLOCK_COMMENT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
BLOCK_COMMENT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
block_dml_operation() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Add_alter_drop_predicateContext
 
block_dml_operation() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
block_dml_operation() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_security_policyContext
 
block_dml_operation(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_security_policyContext
 
Block_dml_operationContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Block_dml_operationContext
 
BLOCK_LINE - Enum constant in enum class org.pgcodekeeper.core.formatter.IndentDirection
New line in block
block_size - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Storage_directiveContext
 
BLOCK_START - Enum constant in enum class org.pgcodekeeper.core.formatter.IndentDirection
First token in new block
block_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
block_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Cfl_statementContext
 
Block_statementContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Block_statementContext
 
BLOCK_STOP - Enum constant in enum class org.pgcodekeeper.core.formatter.IndentDirection
Last token in block
BlockComment - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
BlockComment - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
BLOCKERS - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
BLOCKERS - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
BLOCKERS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Low_priority_lock_waitContext
 
BLOCKERS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
BLOCKING_HIERARCHY - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
BLOCKING_HIERARCHY - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
BLOCKING_HIERARCHY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
BLOCKSIZE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
BLOCKSIZE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
BLOCKSIZE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
BLOCKSIZE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
BLOCKSIZE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Backup_optionContext
 
BLOCKSIZE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Restore_optionContext
 
BLOCKSIZE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
BLOCKSIZE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Storage_directiveContext
 
BLOCKSIZE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonkeywordContext
 
BOM - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
BOM - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
BOM - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
BOM - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
BOM - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
BOM - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
BOM() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Ch_fileContext
 
BOM() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Tsql_fileContext
 
BOM() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.SqlContext
 
BOOLEAN - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
BOOLEAN - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
BOOLEAN - Static variable in interface org.pgcodekeeper.core.parsers.antlr.pg.expr.TypesSetManually
 
BOOLEAN - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
BOOLEAN - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
BOOLEAN() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Data_typeContext
 
BOOLEAN() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
BOOLEAN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
BOOLEAN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Predefined_typeContext
 
BOOLEAN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreserved_except_function_typeContext
 
boolean_value() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_database_optionContext
 
boolean_value() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Analyze_modeContext
 
boolean_value() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
boolean_value() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Cluster_optionContext
 
boolean_value() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Collation_optionContext
 
boolean_value() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Copy_optionContext
 
boolean_value() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Explain_optionContext
 
boolean_value() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Reindex_optionContext
 
boolean_value() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Vacuum_optionContext
 
Boolean_valueContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Boolean_valueContext
 
BOTH - Enum constant in enum class org.pgcodekeeper.core.model.difftree.TreeElement.DiffSide
 
BOTH - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
BOTH - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
BOTH - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
BOTH - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
BOTH() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Function_callContext
 
BOTH() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
BOTH() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
BOTH() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.String_value_functionContext
 
BOTH() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_reservedContext
 
BOUNDING_BOX - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
BOUNDING_BOX - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
BOUNDING_BOX() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
BOUNDING_BOX() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Spatial_index_optionContext
 
BPCHAR - Static variable in interface org.pgcodekeeper.core.parsers.antlr.pg.expr.TypesSetManually
 
BREADTH - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
BREADTH - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
BREADTH() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
BREADTH() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
BREADTH() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.With_queryContext
 
BREAK - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
BREAK - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
BREAK() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Break_statementContext
 
break_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
break_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Cfl_statementContext
 
Break_statementContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Break_statementContext
 
BROKER - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
BROKER - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
BROKER() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Class_typeContext
 
BROKER() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_or_alter_broker_priorityContext
 
BROKER() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Drop_statementsContext
 
BROKER() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
BROKER_INSTANCE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
BROKER_INSTANCE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
BROKER_INSTANCE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_routeContext
 
BROKER_INSTANCE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_routeContext
 
BROKER_INSTANCE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
broker_instance_identifier - Variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_routeContext
 
BROWSE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
BROWSE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
BROWSE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.For_clauseContext
 
BUFFER - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
BUFFER - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
BUFFER() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_server_configurationContext
 
BUFFER() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
BUFFER_USAGE_LIMIT - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
BUFFER_USAGE_LIMIT - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
BUFFER_USAGE_LIMIT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Analyze_modeContext
 
BUFFER_USAGE_LIMIT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonkeywordContext
 
BUFFER_USAGE_LIMIT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Vacuum_optionContext
 
BUFFERCOUNT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
BUFFERCOUNT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
BUFFERCOUNT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Backup_optionContext
 
BUFFERCOUNT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Restore_optionContext
 
BUFFERCOUNT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
BUFFERS - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
BUFFERS - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
BUFFERS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Explain_optionContext
 
BUFFERS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonkeywordContext
 
build() - Method in class org.pgcodekeeper.core.loader.QueryBuilder
Builds and returns the complete SQL query string.
build() - Method in class org.pgcodekeeper.core.schema.PgObjLocation.Builder
Builds a PgObjLocation instance from the configured parameters.
Builder() - Constructor for class org.pgcodekeeper.core.schema.PgObjLocation.Builder
 
BULK - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
BULK - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
BULK() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.PermissionContext
 
BULK() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Rowset_functionContext
 
BULK_LOGGED - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
BULK_LOGGED - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
BULK_LOGGED() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Database_optionspecContext
 
BULK_LOGGED() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
bulk_option() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
bulk_option() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Rowset_functionContext
 
bulk_option(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Rowset_functionContext
 
bulk_option_value - Variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Bulk_optionContext
 
Bulk_optionContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Bulk_optionContext
 
BUNDLE_NAME - Static variable in class org.pgcodekeeper.core.localizations.Messages
 
BY - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
BY - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
BY - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
BY - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
BY - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
BY - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
BY() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_table_actionContext
 
BY() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Auth_paramsContext
 
BY() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Group_by_clauseContext
 
BY() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.IdentificationContext
 
BY() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Limit_by_clauseContext
 
BY() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Optimize_by_exprContext
 
BY() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Order_by_clauseContext
 
BY() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Partition_by_clauseContext
 
BY() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.PermissionContext
 
BY() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Sample_by_clauseContext
 
BY() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
BY() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Window_exprContext
 
BY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Add_signatureContext
 
BY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_certificateContext
 
BY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_database_encryption_keyContext
 
BY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_master_key_sql_serverContext
 
BY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_symmetric_keyContext
 
BY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Asymmetric_key_password_change_optionContext
 
BY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Backup_certificateContext
 
BY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Backup_master_keyContext
 
BY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Backup_service_master_keyContext
 
BY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Backup_symmetric_keyContext
 
BY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_asymmetric_keyContext
 
BY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_contractContext
 
BY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_database_encryption_keyContext
 
BY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_keyContext
 
BY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_master_key_sql_serverContext
 
BY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Drop_signatureContext
 
BY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Generate_new_keysContext
 
BY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Merge_whenContext
 
BY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Open_keyContext
 
BY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Order_by_clauseContext
 
BY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Over_clauseContext
 
BY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Private_key_optionsContext
 
BY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Query_specificationContext
 
BY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Restore_master_keyContext
 
BY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Restore_service_master_keyContext
 
BY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Restore_symmetric_keyContext
 
BY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Sequence_bodyContext
 
BY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Window_specificationContext
 
BY() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Add_operator_to_familyContext
 
BY() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Additional_statementContext
 
BY() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Agg_orderContext
 
BY() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_identityContext
 
BY() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_index_statementContext
 
BY() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_materialized_view_statementContext
 
BY() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
BY() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_operator_class_optionContext
 
BY() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Distributed_clauseContext
 
BY() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Drop_owned_statementContext
 
BY() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Granted_byContext
 
BY() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Groupby_clauseContext
 
BY() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Identity_bodyContext
 
BY() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Loop_startContext
 
BY() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Orderby_clauseContext
 
BY() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Partition_by_columnsContext
 
BY() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Partition_byContext
 
BY() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Partition_gpContext
 
BY() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Sequence_bodyContext
 
BY() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Sub_partContext
 
BY() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
BY() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.When_conditionContext
 
BY() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.With_queryContext
 
BY() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Xml_functionContext
 
BY(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_certificateContext
 
BY(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Backup_certificateContext
 
BY(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_contractContext
 
BY(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_keyContext
 
BY(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Restore_master_keyContext
 
BY(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Restore_symmetric_keyContext
 
BY(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Xml_functionContext
 
BYPASSRLS - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
BYPASSRLS - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
BYPASSRLS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonkeywordContext
 
BYPASSRLS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.User_or_role_common_optionContext
 
byPatterns(int, boolean, Collection<DbObjType>, boolean, AbstractDatabase, Collection<String>) - Static method in class org.pgcodekeeper.core.model.graph.DepcyFinder
Finds dependencies by matching object name patterns.
byStatement(int, boolean, Collection<DbObjType>, PgStatement) - Static method in class org.pgcodekeeper.core.model.graph.DepcyFinder
Finds dependencies for a specific database statement.
BYTE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
BYTE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
BYTE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Data_typeContext
 
BYTE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
BYTEA - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
BYTEA - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
BYTEA() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Data_typeContext
 
BYTEA() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 

C

CACHE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
CACHE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
CACHE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
CACHE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
CACHE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
CACHE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
CACHE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.PermissionContext
 
CACHE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
CACHE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Sequence_bodyContext
 
CACHE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
CACHE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
CACHE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Sequence_bodyContext
 
CACHE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
cache_val - Variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Sequence_bodyContext
 
cache_val - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Sequence_bodyContext
 
CACHES - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
CACHES - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
CACHES() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.PermissionContext
 
CACHES() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Show_stmtContext
 
CACHES() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
call() - Method in class org.pgcodekeeper.core.loader.callables.QueriesBatchCallable
 
call() - Method in class org.pgcodekeeper.core.loader.callables.QueryCallable
 
call() - Method in class org.pgcodekeeper.core.loader.callables.ResultSetCallable
 
CALL - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
CALL - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
CALL() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
CALL() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Control_statementContext
 
CALL() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Script_additionalContext
 
CALL() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
CALLED - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
CALLED - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
CALLED - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
CALLED - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
CALLED() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Function_optionContext
 
CALLED() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
CALLED() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
CALLED() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Function_actions_commonContext
 
CALLED() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
CALLER - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
CALLER - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
CALLER() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Execute_clause_userContext
 
CALLER() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
cancel() - Method in class org.pgcodekeeper.core.loader.callables.StatementCallable
Cancels the SQL statement execution.
canDrop() - Method in class org.pgcodekeeper.core.schema.pg.PgIndex
 
canDrop() - Method in class org.pgcodekeeper.core.schema.PgStatement
Checks if this statement can be dropped.
canDropBeforeCreate() - Method in class org.pgcodekeeper.core.schema.AbstractFunction
 
canDropBeforeCreate() - Method in class org.pgcodekeeper.core.schema.ms.MsTrigger
 
canDropBeforeCreate() - Method in class org.pgcodekeeper.core.schema.ms.MsView
 
canDropBeforeCreate() - Method in class org.pgcodekeeper.core.schema.pg.AbstractPgView
 
canDropBeforeCreate() - Method in class org.pgcodekeeper.core.schema.pg.PgRule
 
canDropBeforeCreate() - Method in class org.pgcodekeeper.core.schema.pg.PgTrigger
 
canDropBeforeCreate() - Method in class org.pgcodekeeper.core.schema.PgStatement
Checks if this statement can be dropped before being recreated.
CANONICAL - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
CANONICAL - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
CANONICAL() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_type_statementContext
 
CANONICAL() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonkeywordContext
 
CANONICAL(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_type_statementContext
 
canonical_function - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_type_statementContext
 
CAP_CPU_PERCENT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
CAP_CPU_PERCENT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
CAP_CPU_PERCENT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_or_alter_resource_poolContext
 
CAP_CPU_PERCENT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
CASCADE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
CASCADE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
CASCADE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
CASCADE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
CASCADE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.On_deleteContext
 
CASCADE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.On_updateContext
 
CASCADE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Rule_commonContext
 
CASCADE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
CASCADE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Cascade_restrictContext
 
CASCADE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_extension_statementContext
 
CASCADE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
cascade_restrict() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.ActionContext
 
cascade_restrict() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_type_statementContext
 
cascade_restrict() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
cascade_restrict() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Drop_cast_statementContext
 
cascade_restrict() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Drop_constraintContext
 
cascade_restrict() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Drop_function_statementContext
 
cascade_restrict() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Drop_operator_class_statementContext
 
cascade_restrict() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Drop_operator_family_statementContext
 
cascade_restrict() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Drop_operator_statementContext
 
cascade_restrict() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Drop_owned_statementContext
 
cascade_restrict() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Drop_policy_statementContext
 
cascade_restrict() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Drop_rule_statementContext
 
cascade_restrict() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Drop_trigger_statementContext
 
cascade_restrict() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.If_exist_names_restrict_cascadeContext
 
cascade_restrict() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Other_rulesContext
 
cascade_restrict() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Partition_gp_actionContext
 
cascade_restrict() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Revoke_from_cascade_restrictContext
 
cascade_restrict() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Rule_commonContext
 
cascade_restrict() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Table_actionContext
 
cascade_restrict() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Truncate_stmtContext
 
cascade_restrict() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Type_actionContext
 
Cascade_restrictContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Cascade_restrictContext
 
CASCADED - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
CASCADED - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
CASCADED() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
CASCADED() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
CASCADED() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.With_check_optionContext
 
CASE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
CASE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
CASE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
CASE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
CASE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
CASE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
CASE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Function_callContext
 
CASE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
CASE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Case_expressionContext
 
CASE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
CASE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Case_expressionContext
 
CASE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Case_statementContext
 
CASE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_reservedContext
 
CASE(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Case_statementContext
 
case_expression() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
case_expression() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.ExpressionContext
 
case_expression() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Object_expressionContext
 
case_expression() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
case_expression() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Value_expression_primaryContext
 
Case_expressionContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Case_expressionContext
 
Case_expressionContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Case_expressionContext
 
case_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
case_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Control_statementContext
 
Case_statementContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Case_statementContext
 
caseExpr - Variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Case_expressionContext
 
CAST - Enum constant in enum class org.pgcodekeeper.core.model.difftree.DbObjType
 
CAST - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
CAST - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
CAST - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
CAST - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
CAST - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
CAST - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
CAST() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Function_callContext
 
CAST() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
CAST() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Function_callContext
 
CAST() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
CAST() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
CAST() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Cast_specificationContext
 
CAST() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Comment_member_objectContext
 
CAST() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_cast_statementContext
 
CAST() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Drop_cast_statementContext
 
CAST() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Extension_member_objectContext
 
CAST() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_reservedContext
 
CAST_EXPRESSION - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
CAST_EXPRESSION - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
CAST_EXPRESSION - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
CAST_EXPRESSION - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
CAST_EXPRESSION() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.ExprContext
 
CAST_EXPRESSION() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Vex_bContext
 
CAST_EXPRESSION() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.VexContext
 
cast_name() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
cast_name() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Comment_member_objectContext
 
cast_name() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_cast_statementContext
 
cast_name() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Drop_cast_statementContext
 
cast_name() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Extension_member_objectContext
 
CAST_NAME - Static variable in interface org.pgcodekeeper.core.schema.ICast
Template for cast names in the format "source AS target".
Cast_nameContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Cast_nameContext
 
cast_specification() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
cast_specification() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.System_functionContext
 
Cast_specificationContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Cast_specificationContext
 
castExpression() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.rulectx.Vex
 
CastsReader - Class in org.pgcodekeeper.core.loader.jdbc.pg
Reader for PostgreSQL casts.
CastsReader(JdbcLoaderBase, PgDatabase) - Constructor for class org.pgcodekeeper.core.loader.jdbc.pg.CastsReader
Creates a new casts reader.
CATALOG - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
CATALOG - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
CATALOG - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
CATALOG - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
CATALOG() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_fulltext_catalogContext
 
CATALOG() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Class_typeContext
 
CATALOG() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_fulltext_catalogContext
 
CATALOG() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Drop_statementsContext
 
CATALOG() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.PermissionContext
 
CATALOG() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
CATALOG() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
CATALOG() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
catalog_filegroup_option() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
catalog_filegroup_option() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_fulltext_indexContext
 
Catalog_filegroup_optionContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Catalog_filegroup_optionContext
 
catalog_name - Variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_fulltext_catalogContext
 
CATCH - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
CATCH - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
CATCH() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
CATCH() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Try_catch_statementContext
 
CATCH(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Try_catch_statementContext
 
catch_clauses - Variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Try_catch_statementContext
 
category - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_type_statementContext
 
CATEGORY - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
CATEGORY - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
CATEGORY() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_type_statementContext
 
CATEGORY() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonkeywordContext
 
CATEGORY(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_type_statementContext
 
cert_or_asym_key_name - Variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_userContext
 
CERTIFICATE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
CERTIFICATE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
CERTIFICATE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_certificateContext
 
CERTIFICATE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_database_encryption_keyContext
 
CERTIFICATE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_symmetric_keyContext
 
CERTIFICATE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.AuthenticationContext
 
CERTIFICATE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Backup_certificateContext
 
CERTIFICATE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Backup_optionContext
 
CERTIFICATE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Class_typeContext
 
CERTIFICATE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_certificateContext
 
CERTIFICATE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_database_encryption_keyContext
 
CERTIFICATE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_userContext
 
CERTIFICATE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Cripto_listContext
 
CERTIFICATE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Decryption_mechanismContext
 
CERTIFICATE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Drop_signatureContext
 
CERTIFICATE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Drop_statementsContext
 
CERTIFICATE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Encryption_mechanismContext
 
CERTIFICATE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Login_sourcesContext
 
CERTIFICATE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.PermissionContext
 
CERTIFICATE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
CERTIFICATE(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Drop_signatureContext
 
certificate_name - Variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_certificateContext
 
certificate_name - Variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_certificateContext
 
certificate_name - Variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Decryption_mechanismContext
 
certificate_name - Variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Encryption_mechanismContext
 
certname - Variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Backup_certificateContext
 
cfl_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
cfl_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.St_clauseContext
 
Cfl_statementContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Cfl_statementContext
 
CH - Enum constant in enum class org.pgcodekeeper.core.DatabaseType
 
CH_DATABASE - Static variable in class org.pgcodekeeper.core.WorkDirs
 
CH_DEFAULT_DB - Static variable in interface org.pgcodekeeper.core.Consts
 
ch_file() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
Ch_fileContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Ch_fileContext
 
ChAbstractExpr - Class in org.pgcodekeeper.core.parsers.antlr.ch.expr
Abstract base class for ClickHouse SQL expression parsing and dependency analysis.
ChAbstractExprWithNmspc<T> - Class in org.pgcodekeeper.core.parsers.antlr.ch.expr
Abstract class extending ChAbstractExpr with namespace support for SQL expression analysis.
CHAIN - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
CHAIN - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
CHAIN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
CHAIN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Script_transactionContext
 
CHAIN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
CHAIN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Transaction_statementContext
 
CHANGE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
CHANGE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
CHANGE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.PermissionContext
 
CHANGE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
CHANGE_RETENTION - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
CHANGE_RETENTION - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
CHANGE_RETENTION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Change_tracking_option_listContext
 
CHANGE_RETENTION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
change_table() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
change_table() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.From_primaryContext
 
Change_tableContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Change_tableContext
 
CHANGE_TRACKING - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
CHANGE_TRACKING - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
CHANGE_TRACKING() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_fulltext_index_optionContext
 
CHANGE_TRACKING() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_table_actionContext
 
CHANGE_TRACKING() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Change_tracking_optionContext
 
CHANGE_TRACKING() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Fulltext_index_optionContext
 
CHANGE_TRACKING() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
change_tracking_option() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
change_tracking_option() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Database_optionspecContext
 
change_tracking_option_list() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
change_tracking_option_list() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Change_tracking_optionContext
 
change_tracking_option_list(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Change_tracking_optionContext
 
Change_tracking_option_listContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Change_tracking_option_listContext
 
Change_tracking_optionContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Change_tracking_optionContext
 
CHANGEABLE_IN_READONLY - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
CHANGEABLE_IN_READONLY - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
CHANGEABLE_IN_READONLY() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Option_typeContext
 
CHANGEABLE_IN_READONLY() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
CHANGED - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
CHANGED - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
CHANGED() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Show_stmtContext
 
CHANGED() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
changed_action() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
changed_action() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Constr_bodyContext
 
changed_action(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Constr_bodyContext
 
Changed_actionContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Changed_actionContext
 
CHANGES - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
CHANGES - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
CHANGES() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Change_tableContext
 
CHANGES() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
CHANGETABLE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
CHANGETABLE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
CHANGETABLE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Change_tableContext
 
CHANGETABLE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
channel - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Notify_stmtContext
 
channelNames - Static variable in class org.pgcodekeeper.core.parsers.antlr.base.generated.IgnoreListLexer
 
channelNames - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
channelNames - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
channelNames - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.PrivilegesLexer
 
channelNames - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
CHAR - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
CHAR - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
CHAR - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
CHAR - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
CHAR - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
CHAR - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
CHAR() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Data_typeContext
 
CHAR() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
CHAR() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Data_typeContext
 
CHAR() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
CHAR() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Predefined_typeContext
 
CHAR() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreserved_except_function_typeContext
 
CHARACTER - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
CHARACTER - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
CHARACTER - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
CHARACTER - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
CHARACTER - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
CHARACTER - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
CHARACTER() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Data_typeContext
 
CHARACTER() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
CHARACTER() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Data_typeContext
 
CHARACTER() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
CHARACTER() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Predefined_typeContext
 
CHARACTER() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreserved_except_function_typeContext
 
CHARACTERISTICS - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
CHARACTERISTICS - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
CHARACTERISTICS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
CHARACTERISTICS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Set_actionContext
 
CHARACTERISTICS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
chars - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.String_value_functionContext
 
ChColumn - Class in org.pgcodekeeper.core.schema.ch
Represents a ClickHouse database column with ClickHouse-specific properties.
ChColumn(String) - Constructor for class org.pgcodekeeper.core.schema.ch.ChColumn
Creates a new ClickHouse column with the specified name.
ChConstraint - Class in org.pgcodekeeper.core.schema.ch
Represents a ClickHouse table constraint (CHECK or ASSUME).
ChConstraint(String, boolean) - Constructor for class org.pgcodekeeper.core.schema.ch.ChConstraint
Creates a new ClickHouse constraint.
ChDatabase - Class in org.pgcodekeeper.core.schema.ch
Represents a ClickHouse database with its schema objects.
ChDatabase() - Constructor for class org.pgcodekeeper.core.schema.ch.ChDatabase
 
ChDatabaseProvider - Class in org.pgcodekeeper.core.database.ch
 
ChDatabaseProvider() - Constructor for class org.pgcodekeeper.core.database.ch.ChDatabaseProvider
 
ChDictionary - Class in org.pgcodekeeper.core.schema.ch
Represents a ClickHouse dictionary object.
ChDictionary(String) - Constructor for class org.pgcodekeeper.core.schema.ch.ChDictionary
Creates a new ClickHouse dictionary with the specified name.
ChDiffUtils - Class in org.pgcodekeeper.core
Utility class for handling quoting and unquoting of identifiers and literals in ClickHouse.
check - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_policy_statementContext
 
CHECK - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
CHECK - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
CHECK - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
CHECK - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
CHECK - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
CHECK - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
CHECK() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Check_stmtContext
 
CHECK() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Table_constraint_defContext
 
CHECK() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
CHECK() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_table_actionContext
 
CHECK() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Column_constraint_bodyContext
 
CHECK() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_or_alter_viewContext
 
CHECK() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Table_constraint_bodyContext
 
CHECK() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_policy_statementContext
 
CHECK() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
CHECK() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Constr_bodyContext
 
CHECK() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_policy_statementContext
 
CHECK() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Domain_constraintContext
 
CHECK() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_reservedContext
 
CHECK() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.With_check_optionContext
 
CHECK(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_table_actionContext
 
CHECK_EXPIRATION - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
CHECK_EXPIRATION - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
CHECK_EXPIRATION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_login_sql_serverContext
 
CHECK_EXPIRATION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Login_sub_option_listContext
 
CHECK_EXPIRATION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
CHECK_OPTION - Static variable in class org.pgcodekeeper.core.schema.pg.AbstractPgView
 
CHECK_POLICY - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
CHECK_POLICY - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
CHECK_POLICY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_login_sql_serverContext
 
CHECK_POLICY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Login_sub_option_listContext
 
CHECK_POLICY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
check_stmt() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
check_stmt() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Dml_stmtContext
 
Check_stmtContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Check_stmtContext
 
checkCancelled(IMonitor) - Static method in interface org.pgcodekeeper.core.monitor.IMonitor
Checks if progress monitor has been cancelled.
checkComments() - Method in class org.pgcodekeeper.core.schema.PgStatement
Checks if this statement has non-empty comments.
checkedEncodeUtf8(String) - Static method in class org.pgcodekeeper.core.Utils
URL-encodes string using UTF-8 encoding.
checkNewLines(String, boolean) - Static method in class org.pgcodekeeper.core.Utils
Processes newlines in a string according to the specified setting.
checkObjectValidity(Object, DbObjType, String) - Static method in class org.pgcodekeeper.core.loader.jdbc.JdbcReader
Checks validity of database objects that may be concurrently modified.
checkOperator(Token, int, List<? extends Token>) - Static method in class org.pgcodekeeper.core.formatter.pg.PgFormatterUtils
Validates whether a token should be treated as an operator in its context.
CHECKPOINT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
CHECKPOINT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
CHECKPOINT - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
CHECKPOINT - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
CHECKPOINT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.PermissionContext
 
CHECKPOINT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Additional_statementContext
 
CHECKPOINT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
CHECKPOINT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
CHECKSUM - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
CHECKSUM - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
CHECKSUM() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Backup_optionContext
 
CHECKSUM() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Database_optionspecContext
 
CHECKSUM() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Restore_optionContext
 
CHECKSUM() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
checkToClean(long) - Static method in class org.pgcodekeeper.core.parsers.antlr.base.AntlrParser
Checks if parser caches need cleaning based on last usage time.
checkTypeValidity(String) - Static method in class org.pgcodekeeper.core.loader.jdbc.JdbcReader
Checks type validity for concurrent modifications.
ChEngine - Class in org.pgcodekeeper.core.schema.ch
Represents a ClickHouse table engine configuration.
ChEngine(String) - Constructor for class org.pgcodekeeper.core.schema.ch.ChEngine
Creates a new ClickHouse engine with the specified name.
ChExpressionAnalysisLauncher - Class in org.pgcodekeeper.core.parsers.antlr.ch.launcher
Launcher for analyzing ClickHouse SQL expressions.
ChExpressionAnalysisLauncher(PgStatement, CHParser.ExprContext, String) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.launcher.ChExpressionAnalysisLauncher
Creates an expression analyzer for ClickHouse SQL.
ChExprWithNmspc - Class in org.pgcodekeeper.core.parsers.antlr.ch.expr
Concrete implementation of ChAbstractExprWithNmspc for analyzing ClickHouse SQL expressions.
ChExprWithNmspc(String, MetaContainer) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.expr.ChExprWithNmspc
Constructs a new expression analyzer with schema and metadata container.
ChFormatParseTreeListener - Class in org.pgcodekeeper.core.formatter.ch
ClickHouse-specific parse tree listener for SQL code formatting.
ChFormatParseTreeListener(CommonTokenStream, Map<Token, Pair<IndentDirection, Integer>>, Set<Token>) - Constructor for class org.pgcodekeeper.core.formatter.ch.ChFormatParseTreeListener
Constructs a new ClickHouse format listener.
ChFormatter - Class in org.pgcodekeeper.core.formatter.ch
ClickHouse-specific SQL formatter implementation.
ChFormatter(String, int, int, FormatConfiguration) - Constructor for class org.pgcodekeeper.core.formatter.ch.ChFormatter
Constructs a new ClickHouse formatter instance.
ChFuncAnalysisLauncher - Class in org.pgcodekeeper.core.parsers.antlr.ch.launcher
Launcher for analyzing ClickHouse function bodies and dependencies.
ChFuncAnalysisLauncher(ChFunction, CHParser.ExprContext, String, boolean) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.launcher.ChFuncAnalysisLauncher
Creates a function analyzer for ClickHouse.
ChFunction - Class in org.pgcodekeeper.core.schema.ch
Represents a ClickHouse user-defined function.
ChFunction(String) - Constructor for class org.pgcodekeeper.core.schema.ch.ChFunction
Creates a new ClickHouse function with the specified name.
ChFunctionsReader - Class in org.pgcodekeeper.core.loader.jdbc.ch
Reader for ClickHouse functions.
ChFunctionsReader(JdbcLoaderBase, ChDatabase) - Constructor for class org.pgcodekeeper.core.loader.jdbc.ch.ChFunctionsReader
Creates a new ChFunctionsReader.
child - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_partitionContext
 
ChIndex - Class in org.pgcodekeeper.core.schema.ch
Represents a ClickHouse table index.
ChIndex(String) - Constructor for class org.pgcodekeeper.core.schema.ch.ChIndex
Creates a new ClickHouse index with the specified name.
ChJdbcUtils - Class in org.pgcodekeeper.core.loader.jdbc.ch
Utility class for ClickHouse JDBC operations.
CHLexer - Class in org.pgcodekeeper.core.parsers.antlr.ch.generated
 
CHLexer(CharStream) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
CHParser - Class in org.pgcodekeeper.core.parsers.antlr.ch.generated
 
CHParser(TokenStream) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
CHParser.Alias_clauseContext - Class in org.pgcodekeeper.core.parsers.antlr.ch.generated
 
CHParser.Alias_exprContext - Class in org.pgcodekeeper.core.parsers.antlr.ch.generated
 
CHParser.Alter_named_collection_stmtContext - Class in org.pgcodekeeper.core.parsers.antlr.ch.generated
 
CHParser.Alter_policy_stmtContext - Class in org.pgcodekeeper.core.parsers.antlr.ch.generated
 
CHParser.Alter_role_stmtContext - Class in org.pgcodekeeper.core.parsers.antlr.ch.generated
 
CHParser.Alter_statisticContext - Class in org.pgcodekeeper.core.parsers.antlr.ch.generated
 
CHParser.Alter_stmtContext - Class in org.pgcodekeeper.core.parsers.antlr.ch.generated
 
CHParser.Alter_table_actionContext - Class in org.pgcodekeeper.core.parsers.antlr.ch.generated
 
CHParser.Alter_table_actionsContext - Class in org.pgcodekeeper.core.parsers.antlr.ch.generated
 
CHParser.Alter_table_add_actionContext - Class in org.pgcodekeeper.core.parsers.antlr.ch.generated
 
CHParser.Alter_table_clear_actionContext - Class in org.pgcodekeeper.core.parsers.antlr.ch.generated
 
CHParser.Alter_table_drop_actionContext - Class in org.pgcodekeeper.core.parsers.antlr.ch.generated
 
CHParser.Alter_table_mat_actionContext - Class in org.pgcodekeeper.core.parsers.antlr.ch.generated
 
CHParser.Alter_table_modify_actionContext - Class in org.pgcodekeeper.core.parsers.antlr.ch.generated
 
CHParser.Alter_table_stmtContext - Class in org.pgcodekeeper.core.parsers.antlr.ch.generated
 
CHParser.Alter_user_stmtContext - Class in org.pgcodekeeper.core.parsers.antlr.ch.generated
 
CHParser.Arg_exprContext - Class in org.pgcodekeeper.core.parsers.antlr.ch.generated
 
CHParser.Arg_listContext - Class in org.pgcodekeeper.core.parsers.antlr.ch.generated
 
CHParser.Array_join_clauseContext - Class in org.pgcodekeeper.core.parsers.antlr.ch.generated
 
CHParser.Attach_stmtContext - Class in org.pgcodekeeper.core.parsers.antlr.ch.generated
 
CHParser.Attach_table_stmtContext - Class in org.pgcodekeeper.core.parsers.antlr.ch.generated
 
CHParser.Attr_def_optionContext - Class in org.pgcodekeeper.core.parsers.antlr.ch.generated
 
CHParser.Auth_paramsContext - Class in org.pgcodekeeper.core.parsers.antlr.ch.generated
 
CHParser.Blank_parenContext - Class in org.pgcodekeeper.core.parsers.antlr.ch.generated
 
CHParser.Ch_fileContext - Class in org.pgcodekeeper.core.parsers.antlr.ch.generated
 
CHParser.Check_stmtContext - Class in org.pgcodekeeper.core.parsers.antlr.ch.generated
 
CHParser.Cluster_clauseContext - Class in org.pgcodekeeper.core.parsers.antlr.ch.generated
 
CHParser.Codec_arg_exprContext - Class in org.pgcodekeeper.core.parsers.antlr.ch.generated
 
CHParser.Codec_exprContext - Class in org.pgcodekeeper.core.parsers.antlr.ch.generated
 
CHParser.Columns_clauseContext - Class in org.pgcodekeeper.core.parsers.antlr.ch.generated
 
CHParser.Columns_permissionsContext - Class in org.pgcodekeeper.core.parsers.antlr.ch.generated
 
CHParser.Comment_exprContext - Class in org.pgcodekeeper.core.parsers.antlr.ch.generated
 
CHParser.Common_table_query_exprContext - Class in org.pgcodekeeper.core.parsers.antlr.ch.generated
 
CHParser.Create_database_stmtContext - Class in org.pgcodekeeper.core.parsers.antlr.ch.generated
 
CHParser.Create_dictinary_stmtContext - Class in org.pgcodekeeper.core.parsers.antlr.ch.generated
 
CHParser.Create_function_stmtContext - Class in org.pgcodekeeper.core.parsers.antlr.ch.generated
 
CHParser.Create_live_view_stmtContext - Class in org.pgcodekeeper.core.parsers.antlr.ch.generated
 
CHParser.Create_mat_view_stmtContext - Class in org.pgcodekeeper.core.parsers.antlr.ch.generated
 
CHParser.Create_named_collection_stmtContext - Class in org.pgcodekeeper.core.parsers.antlr.ch.generated
 
CHParser.Create_policy_stmtContext - Class in org.pgcodekeeper.core.parsers.antlr.ch.generated
 
CHParser.Create_role_stmtContext - Class in org.pgcodekeeper.core.parsers.antlr.ch.generated
 
CHParser.Create_simple_view_stmtContext - Class in org.pgcodekeeper.core.parsers.antlr.ch.generated
 
CHParser.Create_stmtContext - Class in org.pgcodekeeper.core.parsers.antlr.ch.generated
 
CHParser.Create_table_stmtContext - Class in org.pgcodekeeper.core.parsers.antlr.ch.generated
 
CHParser.Create_user_stmtContext - Class in org.pgcodekeeper.core.parsers.antlr.ch.generated
 
CHParser.Create_view_stmtContext - Class in org.pgcodekeeper.core.parsers.antlr.ch.generated
 
CHParser.Data_clauseContext - Class in org.pgcodekeeper.core.parsers.antlr.ch.generated
 
CHParser.Data_type_exprContext - Class in org.pgcodekeeper.core.parsers.antlr.ch.generated
 
CHParser.Data_typeContext - Class in org.pgcodekeeper.core.parsers.antlr.ch.generated
 
CHParser.Ddl_stmtContext - Class in org.pgcodekeeper.core.parsers.antlr.ch.generated
 
CHParser.Definer_clauseContext - Class in org.pgcodekeeper.core.parsers.antlr.ch.generated
 
CHParser.Describe_stmtContext - Class in org.pgcodekeeper.core.parsers.antlr.ch.generated
 
CHParser.Destination_clauseContext - Class in org.pgcodekeeper.core.parsers.antlr.ch.generated
 
CHParser.Detach_stmtContext - Class in org.pgcodekeeper.core.parsers.antlr.ch.generated
 
CHParser.Dictionary_arg_exprContext - Class in org.pgcodekeeper.core.parsers.antlr.ch.generated
 
CHParser.Dictionary_arg_valueContext - Class in org.pgcodekeeper.core.parsers.antlr.ch.generated
 
CHParser.Dictionary_attr_defContext - Class in org.pgcodekeeper.core.parsers.antlr.ch.generated
 
CHParser.Dictionary_optionContext - Class in org.pgcodekeeper.core.parsers.antlr.ch.generated
 
CHParser.Dml_stmtContext - Class in org.pgcodekeeper.core.parsers.antlr.ch.generated
 
CHParser.Drop_elementContext - Class in org.pgcodekeeper.core.parsers.antlr.ch.generated
 
CHParser.Drop_stmtContext - Class in org.pgcodekeeper.core.parsers.antlr.ch.generated
 
CHParser.Engine_clauseContext - Class in org.pgcodekeeper.core.parsers.antlr.ch.generated
 
CHParser.Engine_exprContext - Class in org.pgcodekeeper.core.parsers.antlr.ch.generated
 
CHParser.Engine_optionContext - Class in org.pgcodekeeper.core.parsers.antlr.ch.generated
 
CHParser.Enum_valueContext - Class in org.pgcodekeeper.core.parsers.antlr.ch.generated
 
CHParser.Exists_stmtContext - Class in org.pgcodekeeper.core.parsers.antlr.ch.generated
 
CHParser.Explain_stmtContext - Class in org.pgcodekeeper.core.parsers.antlr.ch.generated
 
CHParser.Expr_eofContext - Class in org.pgcodekeeper.core.parsers.antlr.ch.generated
 
CHParser.Expr_listContext - Class in org.pgcodekeeper.core.parsers.antlr.ch.generated
 
CHParser.Expr_primaryContext - Class in org.pgcodekeeper.core.parsers.antlr.ch.generated
 
CHParser.ExprContext - Class in org.pgcodekeeper.core.parsers.antlr.ch.generated
 
CHParser.From_clauseContext - Class in org.pgcodekeeper.core.parsers.antlr.ch.generated
 
CHParser.From_file_clauseContext - Class in org.pgcodekeeper.core.parsers.antlr.ch.generated
 
CHParser.From_in_dbContext - Class in org.pgcodekeeper.core.parsers.antlr.ch.generated
 
CHParser.From_itemContext - Class in org.pgcodekeeper.core.parsers.antlr.ch.generated
 
CHParser.From_primaryContext - Class in org.pgcodekeeper.core.parsers.antlr.ch.generated
 
CHParser.Function_argumentsContext - Class in org.pgcodekeeper.core.parsers.antlr.ch.generated
 
CHParser.Function_callContext - Class in org.pgcodekeeper.core.parsers.antlr.ch.generated
 
CHParser.Group_by_clauseContext - Class in org.pgcodekeeper.core.parsers.antlr.ch.generated
 
CHParser.Grouping_element_listContext - Class in org.pgcodekeeper.core.parsers.antlr.ch.generated
 
CHParser.Grouping_elementContext - Class in org.pgcodekeeper.core.parsers.antlr.ch.generated
 
CHParser.Having_clauseContext - Class in org.pgcodekeeper.core.parsers.antlr.ch.generated
 
CHParser.Host_typeContext - Class in org.pgcodekeeper.core.parsers.antlr.ch.generated
 
CHParser.HostContext - Class in org.pgcodekeeper.core.parsers.antlr.ch.generated
 
CHParser.Id_tokenContext - Class in org.pgcodekeeper.core.parsers.antlr.ch.generated
 
CHParser.IdentificationContext - Class in org.pgcodekeeper.core.parsers.antlr.ch.generated
 
CHParser.Identifier_listContext - Class in org.pgcodekeeper.core.parsers.antlr.ch.generated
 
CHParser.IdentifierContext - Class in org.pgcodekeeper.core.parsers.antlr.ch.generated
 
CHParser.If_existsContext - Class in org.pgcodekeeper.core.parsers.antlr.ch.generated
 
CHParser.If_not_existsContext - Class in org.pgcodekeeper.core.parsers.antlr.ch.generated
 
CHParser.Index_typeContext - Class in org.pgcodekeeper.core.parsers.antlr.ch.generated
 
CHParser.Insert_stmtContext - Class in org.pgcodekeeper.core.parsers.antlr.ch.generated
 
CHParser.IntervalContext - Class in org.pgcodekeeper.core.parsers.antlr.ch.generated
 
CHParser.Join_opContext - Class in org.pgcodekeeper.core.parsers.antlr.ch.generated
 
CHParser.Join_typeContext - Class in org.pgcodekeeper.core.parsers.antlr.ch.generated
 
CHParser.Json_pairContext - Class in org.pgcodekeeper.core.parsers.antlr.ch.generated
 
CHParser.Kill_stmtContext - Class in org.pgcodekeeper.core.parsers.antlr.ch.generated
 
CHParser.Lambda_exprContext - Class in org.pgcodekeeper.core.parsers.antlr.ch.generated
 
CHParser.Layout_exprContext - Class in org.pgcodekeeper.core.parsers.antlr.ch.generated
 
CHParser.Life_time_exprContext - Class in org.pgcodekeeper.core.parsers.antlr.ch.generated
 
CHParser.Like_exprContext - Class in org.pgcodekeeper.core.parsers.antlr.ch.generated
 
CHParser.Limit_by_clauseContext - Class in org.pgcodekeeper.core.parsers.antlr.ch.generated
 
CHParser.Limit_clauseContext - Class in org.pgcodekeeper.core.parsers.antlr.ch.generated
 
CHParser.Limit_exprContext - Class in org.pgcodekeeper.core.parsers.antlr.ch.generated
 
CHParser.LiteralContext - Class in org.pgcodekeeper.core.parsers.antlr.ch.generated
 
CHParser.Modify_column_exprContext - Class in org.pgcodekeeper.core.parsers.antlr.ch.generated
 
CHParser.Move_stmtContext - Class in org.pgcodekeeper.core.parsers.antlr.ch.generated
 
CHParser.Name_with_clusterContext - Class in org.pgcodekeeper.core.parsers.antlr.ch.generated
 
CHParser.Named_collection_pairContext - Class in org.pgcodekeeper.core.parsers.antlr.ch.generated
 
CHParser.Names_referencesContext - Class in org.pgcodekeeper.core.parsers.antlr.ch.generated
 
CHParser.Not_nullContext - Class in org.pgcodekeeper.core.parsers.antlr.ch.generated
 
CHParser.Number_literalContext - Class in org.pgcodekeeper.core.parsers.antlr.ch.generated
 
CHParser.Object_typeContext - Class in org.pgcodekeeper.core.parsers.antlr.ch.generated
 
CHParser.OpContext - Class in org.pgcodekeeper.core.parsers.antlr.ch.generated
 
CHParser.Optimize_by_exprContext - Class in org.pgcodekeeper.core.parsers.antlr.ch.generated
 
CHParser.Optimize_stmtContext - Class in org.pgcodekeeper.core.parsers.antlr.ch.generated
 
CHParser.Option_typeContext - Class in org.pgcodekeeper.core.parsers.antlr.ch.generated
 
CHParser.Order_by_clauseContext - Class in org.pgcodekeeper.core.parsers.antlr.ch.generated
 
CHParser.Order_expr_listContext - Class in org.pgcodekeeper.core.parsers.antlr.ch.generated
 
CHParser.Order_exprContext - Class in org.pgcodekeeper.core.parsers.antlr.ch.generated
 
CHParser.Over_columnContext - Class in org.pgcodekeeper.core.parsers.antlr.ch.generated
 
CHParser.PairContext - Class in org.pgcodekeeper.core.parsers.antlr.ch.generated
 
CHParser.PairsContext - Class in org.pgcodekeeper.core.parsers.antlr.ch.generated
 
CHParser.Partition_by_clauseContext - Class in org.pgcodekeeper.core.parsers.antlr.ch.generated
 
CHParser.Partition_clauseContext - Class in org.pgcodekeeper.core.parsers.antlr.ch.generated
 
CHParser.PermissionContext - Class in org.pgcodekeeper.core.parsers.antlr.ch.generated
 
CHParser.PermissionsContext - Class in org.pgcodekeeper.core.parsers.antlr.ch.generated
 
CHParser.Policy_actionContext - Class in org.pgcodekeeper.core.parsers.antlr.ch.generated
 
CHParser.Policy_nameContext - Class in org.pgcodekeeper.core.parsers.antlr.ch.generated
 
CHParser.PositionContext - Class in org.pgcodekeeper.core.parsers.antlr.ch.generated
 
CHParser.PrecisionContext - Class in org.pgcodekeeper.core.parsers.antlr.ch.generated
 
CHParser.Prewhere_clauseContext - Class in org.pgcodekeeper.core.parsers.antlr.ch.generated
 
CHParser.Primary_key_clauseContext - Class in org.pgcodekeeper.core.parsers.antlr.ch.generated
 
CHParser.PrivilegeContext - Class in org.pgcodekeeper.core.parsers.antlr.ch.generated
 
CHParser.PrivilegesContext - Class in org.pgcodekeeper.core.parsers.antlr.ch.generated
 
CHParser.Privilegy_stmtContext - Class in org.pgcodekeeper.core.parsers.antlr.ch.generated
 
CHParser.Qname_parserContext - Class in org.pgcodekeeper.core.parsers.antlr.ch.generated
 
CHParser.Qualified_name_or_asteriskContext - Class in org.pgcodekeeper.core.parsers.antlr.ch.generated
 
CHParser.Qualified_nameContext - Class in org.pgcodekeeper.core.parsers.antlr.ch.generated
 
CHParser.QueryContext - Class in org.pgcodekeeper.core.parsers.antlr.ch.generated
 
CHParser.Range_exprContext - Class in org.pgcodekeeper.core.parsers.antlr.ch.generated
 
CHParser.Ratio_exprContext - Class in org.pgcodekeeper.core.parsers.antlr.ch.generated
 
CHParser.Rename_stmtContext - Class in org.pgcodekeeper.core.parsers.antlr.ch.generated
 
CHParser.Rename_toContext - Class in org.pgcodekeeper.core.parsers.antlr.ch.generated
 
CHParser.Sample_by_clauseContext - Class in org.pgcodekeeper.core.parsers.antlr.ch.generated
 
CHParser.Sample_clauseContext - Class in org.pgcodekeeper.core.parsers.antlr.ch.generated
 
CHParser.Select_listContext - Class in org.pgcodekeeper.core.parsers.antlr.ch.generated
 
CHParser.Select_modeContext - Class in org.pgcodekeeper.core.parsers.antlr.ch.generated
 
CHParser.Select_ops_no_parensContext - Class in org.pgcodekeeper.core.parsers.antlr.ch.generated
 
CHParser.Select_opsContext - Class in org.pgcodekeeper.core.parsers.antlr.ch.generated
 
CHParser.Select_primaryContext - Class in org.pgcodekeeper.core.parsers.antlr.ch.generated
 
CHParser.Select_stmt_no_parensContext - Class in org.pgcodekeeper.core.parsers.antlr.ch.generated
 
CHParser.Select_stmtContext - Class in org.pgcodekeeper.core.parsers.antlr.ch.generated
 
CHParser.Set_stmtContext - Class in org.pgcodekeeper.core.parsers.antlr.ch.generated
 
CHParser.Settings_clauseContext - Class in org.pgcodekeeper.core.parsers.antlr.ch.generated
 
CHParser.Show_stmtContext - Class in org.pgcodekeeper.core.parsers.antlr.ch.generated
 
CHParser.SignContext - Class in org.pgcodekeeper.core.parsers.antlr.ch.generated
 
CHParser.Signed_number_literalContext - Class in org.pgcodekeeper.core.parsers.antlr.ch.generated
 
CHParser.Source_priviligeContext - Class in org.pgcodekeeper.core.parsers.antlr.ch.generated
 
CHParser.Sql_security_clauseContext - Class in org.pgcodekeeper.core.parsers.antlr.ch.generated
 
CHParser.StmtContext - Class in org.pgcodekeeper.core.parsers.antlr.ch.generated
 
CHParser.Subquery_clauseContext - Class in org.pgcodekeeper.core.parsers.antlr.ch.generated
 
CHParser.System_stmtContext - Class in org.pgcodekeeper.core.parsers.antlr.ch.generated
 
CHParser.Table_arg_exprContext - Class in org.pgcodekeeper.core.parsers.antlr.ch.generated
 
CHParser.Table_arg_listContext - Class in org.pgcodekeeper.core.parsers.antlr.ch.generated
 
CHParser.Table_body_exprContext - Class in org.pgcodekeeper.core.parsers.antlr.ch.generated
 
CHParser.Table_column_defContext - Class in org.pgcodekeeper.core.parsers.antlr.ch.generated
 
CHParser.Table_column_privilegesContext - Class in org.pgcodekeeper.core.parsers.antlr.ch.generated
 
CHParser.Table_column_property_exprContext - Class in org.pgcodekeeper.core.parsers.antlr.ch.generated
 
CHParser.Table_constraint_defContext - Class in org.pgcodekeeper.core.parsers.antlr.ch.generated
 
CHParser.Table_element_exprContext - Class in org.pgcodekeeper.core.parsers.antlr.ch.generated
 
CHParser.Table_exprContext - Class in org.pgcodekeeper.core.parsers.antlr.ch.generated
 
CHParser.Table_function_exprContext - Class in org.pgcodekeeper.core.parsers.antlr.ch.generated
 
CHParser.Table_index_defContext - Class in org.pgcodekeeper.core.parsers.antlr.ch.generated
 
CHParser.Table_override_clauseContext - Class in org.pgcodekeeper.core.parsers.antlr.ch.generated
 
CHParser.Table_projection_defContext - Class in org.pgcodekeeper.core.parsers.antlr.ch.generated
 
CHParser.Table_schema_clauseContext - Class in org.pgcodekeeper.core.parsers.antlr.ch.generated
 
CHParser.Tokens_nonreservedContext - Class in org.pgcodekeeper.core.parsers.antlr.ch.generated
 
CHParser.Tokens_reservedContext - Class in org.pgcodekeeper.core.parsers.antlr.ch.generated
 
CHParser.Top_clauseContext - Class in org.pgcodekeeper.core.parsers.antlr.ch.generated
 
CHParser.Transaction_stmtContext - Class in org.pgcodekeeper.core.parsers.antlr.ch.generated
 
CHParser.Truncate_stmtContext - Class in org.pgcodekeeper.core.parsers.antlr.ch.generated
 
CHParser.Ttl_clauseContext - Class in org.pgcodekeeper.core.parsers.antlr.ch.generated
 
CHParser.Ttl_expr_listContext - Class in org.pgcodekeeper.core.parsers.antlr.ch.generated
 
CHParser.Ttl_exprContext - Class in org.pgcodekeeper.core.parsers.antlr.ch.generated
 
CHParser.Tuple_elementContext - Class in org.pgcodekeeper.core.parsers.antlr.ch.generated
 
CHParser.Use_stmtContext - Class in org.pgcodekeeper.core.parsers.antlr.ch.generated
 
CHParser.User_settingContext - Class in org.pgcodekeeper.core.parsers.antlr.ch.generated
 
CHParser.User_settingsContext - Class in org.pgcodekeeper.core.parsers.antlr.ch.generated
 
CHParser.UsersContext - Class in org.pgcodekeeper.core.parsers.antlr.ch.generated
 
CHParser.Uuid_clauseContext - Class in org.pgcodekeeper.core.parsers.antlr.ch.generated
 
CHParser.Values_valuesContext - Class in org.pgcodekeeper.core.parsers.antlr.ch.generated
 
CHParser.Watch_stmtContext - Class in org.pgcodekeeper.core.parsers.antlr.ch.generated
 
CHParser.Where_clauseContext - Class in org.pgcodekeeper.core.parsers.antlr.ch.generated
 
CHParser.Win_frame_boundContext - Class in org.pgcodekeeper.core.parsers.antlr.ch.generated
 
CHParser.Win_frame_extendContext - Class in org.pgcodekeeper.core.parsers.antlr.ch.generated
 
CHParser.Window_clauseContext - Class in org.pgcodekeeper.core.parsers.antlr.ch.generated
 
CHParser.Window_exprContext - Class in org.pgcodekeeper.core.parsers.antlr.ch.generated
 
CHParser.With_clauseContext - Class in org.pgcodekeeper.core.parsers.antlr.ch.generated
 
CHParser.With_fillContext - Class in org.pgcodekeeper.core.parsers.antlr.ch.generated
 
CHParser.With_optionContext - Class in org.pgcodekeeper.core.parsers.antlr.ch.generated
 
CHParser.With_queryContext - Class in org.pgcodekeeper.core.parsers.antlr.ch.generated
 
ChParserAbstract - Class in org.pgcodekeeper.core.parsers.antlr.ch.statement
Abstract base class for ClickHouse SQL statement parsers.
ChPoliciesReader - Class in org.pgcodekeeper.core.loader.jdbc.ch
Reader for ClickHouse policies.
ChPoliciesReader(JdbcLoaderBase, ChDatabase) - Constructor for class org.pgcodekeeper.core.loader.jdbc.ch.ChPoliciesReader
Creates a new ChPoliciesReader.
ChPolicy - Class in org.pgcodekeeper.core.schema.ch
Represents a ClickHouse row-level security policy.
ChPolicy(String) - Constructor for class org.pgcodekeeper.core.schema.ch.ChPolicy
Creates a new ClickHouse policy with the specified name.
ChPrivilegesReader - Class in org.pgcodekeeper.core.loader.jdbc.ch
Reader for ClickHouse privileges.
ChPrivilegesReader(JdbcLoaderBase, ChDatabase) - Constructor for class org.pgcodekeeper.core.loader.jdbc.ch.ChPrivilegesReader
Creates a new ChPrivilegesReader.
ChRelationsReader - Class in org.pgcodekeeper.core.loader.jdbc.ch
Reader for ClickHouse relations.
ChRelationsReader(JdbcLoaderBase) - Constructor for class org.pgcodekeeper.core.loader.jdbc.ch.ChRelationsReader
Creates a new ChRelationsReader.
ChRole - Class in org.pgcodekeeper.core.schema.ch
Represents a ClickHouse role for access control.
ChRole(String) - Constructor for class org.pgcodekeeper.core.schema.ch.ChRole
Creates a new ClickHouse role with the specified name.
ChRolesReader - Class in org.pgcodekeeper.core.loader.jdbc.ch
Reader for ClickHouse roles.
ChRolesReader(JdbcLoaderBase, ChDatabase) - Constructor for class org.pgcodekeeper.core.loader.jdbc.ch.ChRolesReader
Creates a new ChRolesReader.
ChSchema - Class in org.pgcodekeeper.core.schema.ch
Represents a ClickHouse database schema (database in ClickHouse terms).
ChSchema(String) - Constructor for class org.pgcodekeeper.core.schema.ch.ChSchema
Creates a new ClickHouse schema with the specified name.
ChSchemasReader - Class in org.pgcodekeeper.core.loader.jdbc.ch
Reader for ClickHouse schemas.
ChSchemasReader(JdbcLoaderBase, ChDatabase) - Constructor for class org.pgcodekeeper.core.loader.jdbc.ch.ChSchemasReader
Creates a new ChSchemasReader.
ChSelect - Class in org.pgcodekeeper.core.parsers.antlr.ch.expr
Handles parsing and analysis of ClickHouse SELECT statements.
ChSelect(String, MetaContainer) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.expr.ChSelect
Creates a new SELECT analyzer with schema and metadata.
ChSelectOps - Class in org.pgcodekeeper.core.parsers.antlr.ch.rulectx
Merging wrapper for ClickHouse SELECT operations.
ChSelectOps(CHParser.Select_ops_no_parensContext) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.rulectx.ChSelectOps
Creates a wrapper for non-parenthesized ClickHouse SELECT operations.
ChSelectOps(CHParser.Select_opsContext) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.rulectx.ChSelectOps
Creates a wrapper for parenthesized ClickHouse SELECT operations.
ChSelectStmt - Class in org.pgcodekeeper.core.parsers.antlr.ch.rulectx
Merging wrapper for ClickHouse SELECT statements.
ChSelectStmt(CHParser.Select_stmt_no_parensContext) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.rulectx.ChSelectStmt
Creates a wrapper for a ClickHouse SELECT statement without parentheses.
ChSelectStmt(CHParser.Select_stmtContext) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.rulectx.ChSelectStmt
Creates a wrapper for a ClickHouse SELECT statement.
ChSqlContextProcessor - Interface in org.pgcodekeeper.core.parsers.antlr.ch
Processor for ClickHouse SQL contexts
ChSQLOverridesListener - Class in org.pgcodekeeper.core.parsers.antlr.ch
ANTLR listener for processing ClickHouse SQL statements with override support.
ChSQLOverridesListener(ChDatabase, String, ParserListenerMode, List<Object>, IMonitor, Map<PgStatement, StatementOverride>, ISettings) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.ChSQLOverridesListener
Creates a new listener for ClickHouse SQL with override support.
ChStatementFormatter - Class in org.pgcodekeeper.core.formatter.ch
ClickHouse-specific implementation of SQL statement formatting.
ChStatementFormatter(int, int, CHParser.Select_stmtContext, CommonTokenStream, FormatConfiguration) - Constructor for class org.pgcodekeeper.core.formatter.ch.ChStatementFormatter
Constructs a new ClickHouse statement formatter for a SELECT statement.
ChTable - Class in org.pgcodekeeper.core.schema.ch
Represents a ClickHouse table with engine configuration and projections.
ChTable(String) - Constructor for class org.pgcodekeeper.core.schema.ch.ChTable
Creates a new ClickHouse table with the specified name.
ChTableLog - Class in org.pgcodekeeper.core.schema.ch
Represents a ClickHouse Log family table that supports constraints.
ChTableLog(String) - Constructor for class org.pgcodekeeper.core.schema.ch.ChTableLog
Creates a new ClickHouse Log table with the specified name.
ChUser - Class in org.pgcodekeeper.core.schema.ch
Represents a ClickHouse user account with authentication and authorization settings.
ChUser(String) - Constructor for class org.pgcodekeeper.core.schema.ch.ChUser
Creates a new ClickHouse user with the specified name.
ChUsersReader - Class in org.pgcodekeeper.core.loader.jdbc.ch
Reader for ClickHouse users.
ChUsersReader(JdbcLoaderBase, ChDatabase) - Constructor for class org.pgcodekeeper.core.loader.jdbc.ch.ChUsersReader
Creates a new ChUsersReader.
ChValueExpr - Class in org.pgcodekeeper.core.parsers.antlr.ch.expr
Handles parsing and analysis of ClickHouse value expressions in SQL queries.
ChValueExpr(MetaContainer) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.expr.ChValueExpr
Creates a value expression analyzer with metadata container.
ChView - Class in org.pgcodekeeper.core.schema.ch
Represents a ClickHouse view (VIEW, MATERIALIZED VIEW, or LIVE VIEW).
ChView(String) - Constructor for class org.pgcodekeeper.core.schema.ch.ChView
Creates a new ClickHouse view with the specified name.
ChView.ChViewType - Enum Class in org.pgcodekeeper.core.schema.ch
Enumeration of ClickHouse view types.
ChViewAnalysisLauncher - Class in org.pgcodekeeper.core.parsers.antlr.ch.launcher
Launcher for analyzing ClickHouse view definitions.
ChViewAnalysisLauncher(ChView, CHParser.Subquery_clauseContext, String) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.launcher.ChViewAnalysisLauncher
Creates a view analyzer for ClickHouse.
CLASS - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
CLASS - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
CLASS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_operator_class_statementContext
 
CLASS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
CLASS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Comment_member_objectContext
 
CLASS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_operator_class_statementContext
 
CLASS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Drop_operator_class_statementContext
 
CLASS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Extension_member_objectContext
 
CLASS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
class_name - Variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Assembly_specifierContext
 
class_name - Variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Type_definitionContext
 
class_type() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Add_signatureContext
 
class_type() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_authorizationContext
 
class_type() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
class_type() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Object_typeContext
 
Class_typeContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Class_typeContext
 
CLASSIFIER_FUNCTION - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
CLASSIFIER_FUNCTION - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
CLASSIFIER_FUNCTION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_resource_governorContext
 
CLASSIFIER_FUNCTION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
clause(TSQLParser.St_clauseContext) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.CustomTSQLParserListener
Processes a single T-SQL clause
cleanCacheOfAllParsers() - Static method in class org.pgcodekeeper.core.parsers.antlr.base.AntlrParser
Clears the parser cache for all database types that have been used.
CLEANUP - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
CLEANUP - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
CLEANUP() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.End_conversationContext
 
CLEANUP() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
CLEAR - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
CLEAR - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
CLEAR() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_table_actionContext
 
CLEAR() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.PermissionContext
 
CLEAR() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
clearAnalysisLaunchers() - Method in class org.pgcodekeeper.core.schema.AbstractDatabase
Clears all analysis launchers and trims the internal list to size.
clearList() - Method in class org.pgcodekeeper.core.model.difftree.IgnoreList
Clears all ignore rules from the list.
clearList() - Method in class org.pgcodekeeper.core.model.difftree.IgnoreSchemaList
Clears all ignore rules from the list.
clearPrivileges() - Method in class org.pgcodekeeper.core.schema.PgStatement
Clears all privileges from this statement and resets the hash.
CLOB - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
CLOB - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
CLOB() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Data_typeContext
 
CLOB() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
close() - Method in interface org.pgcodekeeper.core.reporter.IProgressReporter
Closes the progress reporter by calling IProgressReporter.terminate().
close() - Method in class org.pgcodekeeper.core.utils.TempDir
 
close() - Method in class org.pgcodekeeper.core.utils.TempFile
 
CLOSE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
CLOSE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
CLOSE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
CLOSE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
CLOSE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Close_keyContext
 
CLOSE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Cursor_statementContext
 
CLOSE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
CLOSE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Cursor_statementContext
 
CLOSE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Script_additionalContext
 
CLOSE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
close_key() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
close_key() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Security_statementContext
 
Close_keyContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Close_keyContext
 
CLUSTER - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
CLUSTER - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
CLUSTER - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
CLUSTER - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
CLUSTER - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
CLUSTER - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
CLUSTER() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Cluster_clauseContext
 
CLUSTER() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.PermissionContext
 
CLUSTER() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Show_stmtContext
 
CLUSTER() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
CLUSTER() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_server_configurationContext
 
CLUSTER() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
CLUSTER() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
CLUSTER() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Cluster_stmtContext
 
CLUSTER() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Materialized_view_actionContext
 
CLUSTER() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Table_actionContext
 
CLUSTER() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
cluster_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_named_collection_stmtContext
 
cluster_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_table_stmtContext
 
cluster_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Attach_stmtContext
 
cluster_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Attach_table_stmtContext
 
cluster_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
cluster_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Create_dictinary_stmtContext
 
cluster_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Create_function_stmtContext
 
cluster_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Create_mat_view_stmtContext
 
cluster_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Create_named_collection_stmtContext
 
cluster_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Create_simple_view_stmtContext
 
cluster_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Create_table_stmtContext
 
cluster_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Detach_stmtContext
 
cluster_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Drop_elementContext
 
cluster_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Kill_stmtContext
 
cluster_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Name_with_clusterContext
 
cluster_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Optimize_stmtContext
 
cluster_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Policy_nameContext
 
cluster_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Privilegy_stmtContext
 
cluster_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Rename_stmtContext
 
cluster_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Truncate_stmtContext
 
Cluster_clauseContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Cluster_clauseContext
 
cluster_option() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
cluster_option() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Cluster_stmtContext
 
cluster_option(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Cluster_stmtContext
 
Cluster_optionContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Cluster_optionContext
 
cluster_stmt() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Additional_statementContext
 
cluster_stmt() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
Cluster_stmtContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Cluster_stmtContext
 
clustered() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
clustered() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Column_constraint_bodyContext
 
clustered() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Column_optionContext
 
clustered() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_indexContext
 
clustered() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Table_constraint_bodyContext
 
clustered() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Table_indexContext
 
CLUSTERED - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
CLUSTERED - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
CLUSTERED() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.ClusteredContext
 
CLUSTERED() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Columnstore_indexContext
 
ClusteredContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.ClusteredContext
 
CLUSTERS - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
CLUSTERS - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
CLUSTERS() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Show_stmtContext
 
CLUSTERS() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
CN - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
CN - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
CN() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Auth_paramsContext
 
CN() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
COALESCE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
COALESCE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
COALESCE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
COALESCE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
COALESCE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Function_callContext
 
COALESCE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
COALESCE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Function_constructContext
 
COALESCE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreserved_except_function_typeContext
 
CODEC - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
CODEC - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
CODEC() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Codec_exprContext
 
CODEC() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Modify_column_exprContext
 
CODEC() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
CODEC() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Ttl_exprContext
 
codec_arg_expr() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_table_actionContext
 
codec_arg_expr() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
codec_arg_expr() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Codec_exprContext
 
codec_arg_expr(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Codec_exprContext
 
Codec_arg_exprContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Codec_arg_exprContext
 
codec_expr() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
codec_expr() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Modify_column_exprContext
 
codec_expr() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Table_column_defContext
 
Codec_exprContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Codec_exprContext
 
CodeUnitLexer - Class in org.pgcodekeeper.core.parsers.antlr.base
Abstract base lexer class that tracks character offsets and positions for accurate source mapping, including support for 32-bit characters.
CodeUnitToken - Class in org.pgcodekeeper.core.parsers.antlr.base
Extended token class that tracks additional position information for accurate source mapping in code units.
CodeUnitToken(Pair<TokenSource, CharStream>, int, int, int, int, int, int, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.base.CodeUnitToken
Creates a new CodeUnitToken with detailed position information.
CodeUnitToken(CodeUnitToken) - Constructor for class org.pgcodekeeper.core.parsers.antlr.base.CodeUnitToken
Creates a copy of an existing CodeUnitToken.
col - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.ActionContext
 
col - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Constr_bodyContext
 
col_label() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
col_label() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Foreign_optionContext
 
col_label() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.IndirectionContext
 
col_label() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Loop_statementContext
 
col_label() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Select_sublistContext
 
col_label() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Start_labelContext
 
col_label() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Storage_parameter_nameContext
 
col_label(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Storage_parameter_nameContext
 
Col_labelContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Col_labelContext
 
col_name - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Sequence_bodyContext
 
COL_NAME_KEYWORD - Enum constant in enum class org.pgcodekeeper.core.sql.Keyword.KeywordCategory
 
collatable - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_type_statementContext
 
COLLATABLE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
COLLATABLE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
COLLATABLE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_type_statementContext
 
COLLATABLE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonkeywordContext
 
COLLATABLE(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_type_statementContext
 
collate - Variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Column_optionContext
 
COLLATE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
COLLATE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
COLLATE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
COLLATE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
COLLATE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
COLLATE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
COLLATE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Order_exprContext
 
COLLATE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
COLLATE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_databaseContext
 
COLLATE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Column_optionContext
 
COLLATE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_databaseContext
 
COLLATE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.ExpressionContext
 
COLLATE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Order_by_expressionContext
 
COLLATE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
COLLATE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Collate_identifierContext
 
COLLATE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_reservedContext
 
collate_identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
collate_identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Column_actionContext
 
collate_identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_domain_statementContext
 
collate_identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Table_column_definitionContext
 
collate_identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Type_actionContext
 
collate_identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Type_declarationContext
 
collate_identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.VexContext
 
collate_identifier(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_domain_statementContext
 
Collate_identifierContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Collate_identifierContext
 
collateIdentifier() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.rulectx.Vex
 
collation - Variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_databaseContext
 
collation - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Collate_identifierContext
 
collation - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_type_statementContext
 
COLLATION - Enum constant in enum class org.pgcodekeeper.core.model.difftree.DbObjType
 
COLLATION - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
COLLATION - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
COLLATION() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_collation_statementContext
 
COLLATION() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_database_actionContext
 
COLLATION() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
COLLATION() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Comment_member_objectContext
 
COLLATION() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_collation_statementContext
 
COLLATION() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_type_statementContext
 
COLLATION() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Drop_statementsContext
 
COLLATION() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Extension_member_objectContext
 
COLLATION() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Owner_member_objectContext
 
COLLATION() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.String_value_functionContext
 
COLLATION() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_reserved_except_function_typeContext
 
COLLATION(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_type_statementContext
 
collation_option() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
collation_option() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_collation_statementContext
 
collation_option(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_collation_statementContext
 
Collation_optionContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Collation_optionContext
 
COLLATION_VERSION - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
COLLATION_VERSION - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
COLLATION_VERSION() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_database_optionContext
 
COLLATION_VERSION() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonkeywordContext
 
CollationsReader - Class in org.pgcodekeeper.core.loader.jdbc.pg
Reader for PostgreSQL collations.
CollationsReader(JdbcLoaderBase) - Constructor for class org.pgcodekeeper.core.loader.jdbc.pg.CollationsReader
Creates a new collations reader.
COLLECTION - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
COLLECTION - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
COLLECTION - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
COLLECTION - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
COLLECTION() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_named_collection_stmtContext
 
COLLECTION() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Create_named_collection_stmtContext
 
COLLECTION() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Drop_elementContext
 
COLLECTION() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Object_typeContext
 
COLLECTION() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.PermissionContext
 
COLLECTION() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
COLLECTION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_message_typeContext
 
COLLECTION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_schema_sqlContext
 
COLLECTION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_xml_schema_collectionContext
 
COLLECTION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Class_typeContext
 
COLLECTION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_message_typeContext
 
COLLECTION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_xml_schema_collectionContext
 
COLLECTION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Drop_statementsContext
 
COLLECTION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.PermissionContext
 
COLLECTION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
COLON - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
COLON - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
COLON - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
COLON - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
COLON - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
COLON - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
COLON() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Expr_primaryContext
 
COLON() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.ExprContext
 
COLON() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Id_tokenContext
 
COLON() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Json_pairContext
 
COLON() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Add_signatureContext
 
COLON() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_authorizationContext
 
COLON() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_schema_sqlContext
 
COLON() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.ExpressionContext
 
COLON() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.From_primaryContext
 
COLON() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Function_callContext
 
COLON() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Goto_statementContext
 
COLON() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Object_expressionContext
 
COLON() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Object_typeContext
 
COLON() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.IndirectionContext
 
COLON() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Json_object_entryContext
 
COLON(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Add_signatureContext
 
COLON(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_authorizationContext
 
COLON(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_schema_sqlContext
 
COLON(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.ExpressionContext
 
COLON(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.From_primaryContext
 
COLON(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Function_callContext
 
COLON(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Object_expressionContext
 
COLON(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Object_typeContext
 
COLON_EQUAL - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
COLON_EQUAL - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
COLON_EQUAL() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Assign_stmtContext
 
COLON_EQUAL() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Diagnostic_optionContext
 
COLON_EQUAL() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.OptionContext
 
COLON_EQUAL() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.PointerContext
 
COLON_EQUAL() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Type_declarationContext
 
column - Variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Function_callContext
 
column - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Index_columnContext
 
column - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Merge_updateContext
 
column - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Table_actionContext
 
column - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Update_setContext
 
column - Variable in class org.pgcodekeeper.core.schema.GenericColumn
 
column(String) - Method in class org.pgcodekeeper.core.loader.QueryBuilder
Adds a column to the SELECT clause.
column(String, QueryBuilder, String) - Method in class org.pgcodekeeper.core.loader.QueryBuilder
Adds a column with prefix and postfix using a subquery.
COLUMN - Enum constant in enum class org.pgcodekeeper.core.model.difftree.DbObjType
 
COLUMN - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
COLUMN - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
COLUMN - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
COLUMN - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
COLUMN - Static variable in interface org.pgcodekeeper.core.parsers.antlr.pg.expr.TypesSetManually
 
COLUMN - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
COLUMN - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
COLUMN() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_table_actionContext
 
COLUMN() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_table_add_actionContext
 
COLUMN() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_table_clear_actionContext
 
COLUMN() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_table_drop_actionContext
 
COLUMN() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_table_mat_actionContext
 
COLUMN() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_table_modify_actionContext
 
COLUMN() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.PermissionContext
 
COLUMN() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
COLUMN() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_column_encryption_keyContext
 
COLUMN() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_fulltext_index_optionContext
 
COLUMN() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_table_actionContext
 
COLUMN() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Class_typeContext
 
COLUMN() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_column_encryption_keyContext
 
COLUMN() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_column_master_keyContext
 
COLUMN() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Drop_statementsContext
 
COLUMN() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Fulltext_index_columnContext
 
COLUMN() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.PermissionContext
 
COLUMN() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Table_action_dropContext
 
COLUMN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_materialized_view_actionContext
 
COLUMN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_table_statementContext
 
COLUMN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_view_actionContext
 
COLUMN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
COLUMN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Column_reference_storage_directiveContext
 
COLUMN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Comment_member_objectContext
 
COLUMN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Gp_table_column_definitionContext
 
COLUMN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Index_def_actionContext
 
COLUMN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Label_member_objectContext
 
COLUMN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Materialized_view_actionContext
 
COLUMN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Raise_paramContext
 
COLUMN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Storage_parameter_optionContext
 
COLUMN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Table_actionContext
 
COLUMN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_reservedContext
 
column_action() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
column_action() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Table_actionContext
 
Column_actionContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Column_actionContext
 
column_alias - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alias_clauseContext
 
column_alias - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.From_function_column_defContext
 
column_alias - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.From_primaryContext
 
column_alias - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.From_rows_with_aliasContext
 
column_alias() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
column_alias() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Column_alias_listContext
 
column_alias() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Output_dml_elemContext
 
column_alias() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Receive_column_specifierContext
 
column_alias() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Select_list_elemContext
 
column_alias(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Column_alias_listContext
 
column_alias_list() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
column_alias_list() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.From_itemContext
 
column_alias_list() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.From_primaryContext
 
column_alias_list() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Function_callContext
 
Column_alias_listContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Column_alias_listContext
 
Column_aliasContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Column_aliasContext
 
column_constraint_body() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
column_constraint_body() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Column_optionContext
 
Column_constraint_bodyContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Column_constraint_bodyContext
 
column_declaration() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
column_declaration() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Open_jsonContext
 
column_declaration() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Schema_declarationContext
 
column_declaration(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Open_jsonContext
 
column_declaration(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Schema_declarationContext
 
Column_declarationContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Column_declarationContext
 
column_def() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
column_def() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Table_element_extendedContext
 
column_def() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Table_elementContext
 
Column_defContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Column_defContext
 
column_definition() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_table_actionContext
 
column_definition() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
column_definition() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Result_sets_definitionContext
 
column_definition(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Result_sets_definitionContext
 
Column_definitionContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Column_definitionContext
 
COLUMN_ENCRYPTION_KEY - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
COLUMN_ENCRYPTION_KEY - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
COLUMN_ENCRYPTION_KEY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Encrypted_optContext
 
COLUMN_ENCRYPTION_KEY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
COLUMN_MASTER_KEY - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
COLUMN_MASTER_KEY - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
COLUMN_MASTER_KEY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_column_encryption_keyContext
 
COLUMN_MASTER_KEY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_column_encryption_keyContext
 
COLUMN_MASTER_KEY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
COLUMN_MASTER_KEY(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_column_encryption_keyContext
 
column_name - Variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_fulltext_index_optionContext
 
column_name - Variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Fulltext_index_columnContext
 
column_name - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_view_actionContext
 
column_name - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.With_queryContext
 
column_name_list_with_order() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Column_constraint_bodyContext
 
column_name_list_with_order() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
column_name_list_with_order() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Index_sortContext
 
column_name_list_with_order() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Table_constraint_bodyContext
 
Column_name_list_with_orderContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Column_name_list_with_orderContext
 
column_names - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_view_statementContext
 
column_operator_class() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
column_operator_class() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Distributed_clauseContext
 
column_operator_class(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Distributed_clauseContext
 
Column_operator_classContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Column_operator_classContext
 
column_option() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Column_defContext
 
column_option() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Column_definitionContext
 
column_option() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
column_option(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Column_defContext
 
column_option(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Column_definitionContext
 
Column_optionContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Column_optionContext
 
column_reference_storage_directive() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
column_reference_storage_directive() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Column_reference_storage_directivesContext
 
column_reference_storage_directive(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Column_reference_storage_directivesContext
 
Column_reference_storage_directiveContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Column_reference_storage_directiveContext
 
column_reference_storage_directives() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
column_reference_storage_directives() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Part_elementContext
 
Column_reference_storage_directivesContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Column_reference_storage_directivesContext
 
COLUMN_SET - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
COLUMN_SET - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
COLUMN_SET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Column_set_defContext
 
COLUMN_SET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
column_set_def() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
column_set_def() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Table_element_extendedContext
 
Column_set_defContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Column_set_defContext
 
column_with_order() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Column_name_list_with_orderContext
 
column_with_order() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
column_with_order(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Column_name_list_with_orderContext
 
Column_with_orderContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Column_with_orderContext
 
columnAdder(PgStatement) - Static method in class org.pgcodekeeper.core.schema.AbstractTable
Creates a stream that includes the statement itself and its columns if it's a table.
COLUMNS - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
COLUMNS - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
COLUMNS - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
COLUMNS - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
COLUMNS() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Function_callContext
 
COLUMNS() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Optimize_by_exprContext
 
COLUMNS() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Over_columnContext
 
COLUMNS() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.PermissionContext
 
COLUMNS() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Show_stmtContext
 
COLUMNS() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
COLUMNS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
COLUMNS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Json_columnsContext
 
COLUMNS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
COLUMNS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Xml_functionContext
 
columns_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
columns_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Insert_stmtContext
 
Columns_clauseContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Columns_clauseContext
 
columns_permissions() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
columns_permissions() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.PrivilegeContext
 
columns_permissions() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
columns_permissions() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Rule_commonContext
 
columns_permissions() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
columns_permissions() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Rule_commonContext
 
Columns_permissionsContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Columns_permissionsContext
 
Columns_permissionsContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Columns_permissionsContext
 
Columns_permissionsContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Columns_permissionsContext
 
COLUMNSTORE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
COLUMNSTORE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
COLUMNSTORE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Columnstore_indexContext
 
COLUMNSTORE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_indexContext
 
COLUMNSTORE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
columnstore_index() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
columnstore_index() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Table_indexContext
 
Columnstore_indexContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Columnstore_indexContext
 
combine_func - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Aggregate_paramContext
 
COMBINEFUNC - Enum constant in enum class org.pgcodekeeper.core.schema.pg.PgAggregate.AggFuncs
 
COMBINEFUNC - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
COMBINEFUNC - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
COMBINEFUNC() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Aggregate_paramContext
 
COMBINEFUNC() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonkeywordContext
 
COMMA - Static variable in class org.pgcodekeeper.core.parsers.antlr.base.generated.IgnoreListLexer
 
COMMA - Static variable in class org.pgcodekeeper.core.parsers.antlr.base.generated.IgnoreListParser
 
COMMA - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
COMMA - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
COMMA - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
COMMA - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
COMMA - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.PrivilegesLexer
 
COMMA - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.PrivilegesParser
 
COMMA - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
COMMA - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.base.generated.IgnoreListParser.FlagsContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.base.generated.IgnoreListParser.Rule_restContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_named_collection_stmtContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_policy_stmtContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_role_stmtContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_statisticContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_table_actionContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_table_actionsContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_table_modify_actionContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_user_stmtContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Arg_listContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Codec_exprContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Columns_clauseContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Columns_permissionsContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Create_dictinary_stmtContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Create_named_collection_stmtContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Create_policy_stmtContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Create_role_stmtContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Create_user_stmtContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Data_clauseContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Data_typeContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Drop_elementContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Engine_exprContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Expr_listContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Expr_primaryContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.From_clauseContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Grouping_element_listContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.HostContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Identifier_listContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Limit_exprContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Order_expr_listContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Over_columnContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.PairsContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.PermissionsContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Policy_nameContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.PrecisionContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.PrivilegesContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Rename_stmtContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Select_listContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Table_arg_listContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Table_body_exprContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Table_schema_clauseContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Ttl_expr_listContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.User_settingsContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Values_valuesContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.With_clauseContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Add_drop_event_targetContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Add_drop_eventContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Add_drop_propertyContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Add_listener_optionContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Add_signatureContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Al_pattern_quantifierContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_application_roleContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_assemblyContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_audit_actionContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_availability_group_optionsContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_certificateContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_column_encryption_keyContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_credentialContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_database_scoped_credentialContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_external_resource_poolContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_index_actionContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_remote_service_bindingContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_routeContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_security_policyContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_server_configurationContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_service_master_keyContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_serviceContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_table_actionContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_userContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_workload_groupContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Asymmetric_key_optionContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Audit_toContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Availability_group_specContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Backup_certificateContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Backup_databaseContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Backup_devicesContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Backup_logContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Backup_optionContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Begin_conversation_dialogContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Catalog_filegroup_optionContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Change_tableContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Change_tracking_optionContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Column_alias_listContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Column_name_list_with_orderContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Columns_permissionsContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_aggregateContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_application_roleContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_assemblyContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_column_encryption_keyContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_column_master_keyContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_contractContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_credentialContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_database_optionContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_database_scoped_credentialContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_databaseContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_event_notificationContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_external_file_formatContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_external_languageContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_external_libraryContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_external_resource_poolContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_keyContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_or_alter_broker_priorityContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_or_alter_event_session_withContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_or_alter_event_sessionContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_or_alter_functionContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_or_alter_procedureContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_or_alter_resource_poolContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_or_alter_triggerContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_or_alter_viewContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_partition_schemeContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_remote_service_bindingContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_routeContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_security_policyContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_server_auditContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_serviceContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_spatial_indexContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_statisticsContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_tableContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_userContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_workload_groupContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Cursor_statementContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Data_type_sizeContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Database_mirroringContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Declare_statementContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Delete_statementContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Drop_indexContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Drop_signatureContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Encrypted_optContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.EncryptionContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Event_session_predicate_expressionContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Event_session_predicate_leafContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Execute_moduleContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Execute_stringContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Expression_eofContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Expression_listContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.External_data_source_optionsContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.External_table_optionsContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.File_and_filegroup_optionsContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.File_format_optionsContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.File_groupContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.File_spec_alterContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.File_specContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Files_or_filegroupsContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.For_clauseContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Full_column_name_listContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Fulltext_index_columnsContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Fulltext_index_optionContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Fulltext_index_optionsContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Function_callContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Generate_new_keysContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Group_by_clauseContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Group_by_itemContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Grouping_sets_itemContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Identity_valueContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Index_optionsContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Insert_with_table_hintsContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Ip_address_optionContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Lang_file_specContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Ledger_optionContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Library_file_specContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Login_option_listContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Login_sourcesContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Low_priority_lock_waitContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Merge_matchedContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Merge_statementContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Name_list_in_bracketsContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Name_listContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Names_referencesContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.On_optionContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.On_partition_clauseContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Open_jsonContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Open_xmlContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.OpendatasourceContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.OpenqueryContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Option_clauseContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.OptionContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Order_by_clauseContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Output_dml_listContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Period_for_system_timeContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.PermissionsContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.PredicateContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Primary_key_valuesContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Primary_role_optionContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Print_statementContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Private_key_optionsContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Promoted_node_path_listContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Query_specificationContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Queue_settingsContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Raiseerror_statementContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Receive_statementContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Replica_optionContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Replica_specContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Restore_databaseContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Restore_logContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Restore_optionsContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Result_sets_definitionContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Result_sets_valueContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Rowset_functionContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Schema_declarationContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Select_listContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Service_brokerContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Set_specialContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Spatial_index_optionContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Table_elements_extendedContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Table_elementsContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Table_hintContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Table_optionsContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Table_stretch_optContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Table_value_constructorContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Tcp_optionsContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Throw_statementContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Truncate_tableContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Update_statementContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Update_statistics_with_optionContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Update_statisticsContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Waitfor_conversationContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Waitfor_receiveContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.With_expressionContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.With_table_hintsContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Xml_namespace_expressionContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Xmlnamespace_listContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.PrivilegesParser.PrivilegesContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Abbreviated_grant_or_revokeContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Add_operator_to_familyContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Additional_statementContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.After_opsContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Agg_orderContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Aggregate_function_argsContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alias_clauseContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_fts_configurationContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_materialized_view_actionContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_operator_actionContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_policy_statementContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_publication_actionContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_table_statementContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_type_statementContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Arguments_listContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Array_elementsContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Base_statementContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Case_statementContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Cluster_stmtContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Column_reference_storage_directivesContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Columns_permissionsContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Conflict_actionContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Constr_bodyContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Copy_option_listContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_aggregate_statementContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_collation_statementContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_fts_dictionary_statementContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_fts_parser_statementContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_fts_template_statementContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_operator_class_optionContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_operator_class_statementContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_operator_statementContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_policy_statementContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_publication_statementContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_statistics_statementContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_transform_statementContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_type_statementContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Cursor_statementContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Datetime_overlapsContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Define_columnsContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Define_foreign_optionsContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Delete_stmt_for_psqlContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Distributed_clauseContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Drop_operator_from_familyContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Drop_operator_statementContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Drop_owned_statementContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Encoding_identifierContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Event_trigger_filter_variablesContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Execute_statementContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Explain_statementContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.External_table_locationContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.From_function_column_defContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.From_primaryContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.From_rows_with_aliasContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Function_actions_commonContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Function_argsContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Function_callContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Function_constructContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Function_defContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Function_ret_tableContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Grouping_element_listContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Identifier_listContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Including_indexContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Index_columnsContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Insert_columnsContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Into_partition_gp_clauseContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Json_array_elementContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Json_columnsContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Json_functionContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Json_object_contentContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Json_passing_clauseContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.List_of_type_column_defContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Lock_tableContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Loop_startContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Merge_matchedContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Merge_updateContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Message_statementContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Names_referencesContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Notify_stmtContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Operator_argsContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Operator_family_actionContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Orderby_clauseContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Partition_bound_partContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Partition_bound_specContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Partition_by_columnsContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Partition_methodContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Partition_valuesContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Perform_stmtContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.PermissionsContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Precision_paramContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Predefined_typeContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Publication_objectContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Raise_usingContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Reindex_optionsContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Roles_namesContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Rule_member_objectContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Script_transactionContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Select_listContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Select_primaryContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Set_actionContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Set_statement_valueContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Storage_parametersContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.String_value_functionContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Sub_part_elementsContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Table_cols_listContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Table_colsContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Template_specContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Truncate_stmtContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Type_listContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Update_setContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Update_stmt_for_psqlContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.User_or_role_or_group_common_optionContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Using_vexContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Vacuum_modeContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Values_stmtContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Values_valuesContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Vex_bContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Vex_eofContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.VexContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.View_columnsContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.With_clauseContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.With_queryContext
 
COMMA() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Xml_functionContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.base.generated.IgnoreListParser.FlagsContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.base.generated.IgnoreListParser.Rule_restContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_named_collection_stmtContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_policy_stmtContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_role_stmtContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_statisticContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_table_actionContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_table_actionsContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_table_modify_actionContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_user_stmtContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Arg_listContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Codec_exprContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Columns_clauseContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Columns_permissionsContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Create_dictinary_stmtContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Create_named_collection_stmtContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Create_policy_stmtContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Create_role_stmtContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Create_user_stmtContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Data_clauseContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Data_typeContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Drop_elementContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Engine_exprContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Expr_listContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Expr_primaryContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.From_clauseContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Grouping_element_listContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.HostContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Identifier_listContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Order_expr_listContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Over_columnContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.PairsContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.PermissionsContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Policy_nameContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.PrivilegesContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Rename_stmtContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Select_listContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Table_arg_listContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Table_body_exprContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Table_schema_clauseContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Ttl_expr_listContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.User_settingsContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Values_valuesContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.With_clauseContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Add_drop_event_targetContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Add_drop_eventContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Add_drop_propertyContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Add_listener_optionContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Add_signatureContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_application_roleContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_assemblyContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_audit_actionContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_availability_group_optionsContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_certificateContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_column_encryption_keyContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_external_resource_poolContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_index_actionContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_routeContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_security_policyContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_server_configurationContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_serviceContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_table_actionContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_userContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_workload_groupContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Audit_toContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Availability_group_specContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Backup_certificateContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Backup_databaseContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Backup_devicesContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Backup_logContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Begin_conversation_dialogContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Change_tableContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Change_tracking_optionContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Column_alias_listContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Column_name_list_with_orderContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Columns_permissionsContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_aggregateContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_application_roleContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_assemblyContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_column_encryption_keyContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_column_master_keyContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_contractContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_database_optionContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_databaseContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_external_file_formatContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_external_languageContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_external_libraryContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_external_resource_poolContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_keyContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_or_alter_broker_priorityContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_or_alter_event_session_withContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_or_alter_event_sessionContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_or_alter_functionContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_or_alter_procedureContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_or_alter_resource_poolContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_or_alter_triggerContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_or_alter_viewContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_partition_schemeContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_routeContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_security_policyContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_server_auditContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_serviceContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_spatial_indexContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_statisticsContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_userContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_workload_groupContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Cursor_statementContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Declare_statementContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Delete_statementContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Drop_indexContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Drop_signatureContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Encrypted_optContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Event_session_predicate_expressionContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Execute_moduleContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Execute_stringContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Expression_eofContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Expression_listContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.External_data_source_optionsContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.External_table_optionsContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.File_and_filegroup_optionsContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.File_format_optionsContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.File_groupContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.File_spec_alterContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.File_specContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Files_or_filegroupsContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.For_clauseContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Full_column_name_listContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Fulltext_index_columnsContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Fulltext_index_optionsContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Function_callContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Generate_new_keysContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Group_by_clauseContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Group_by_itemContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Grouping_sets_itemContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Index_optionsContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Insert_with_table_hintsContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Lang_file_specContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Ledger_optionContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Login_option_listContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Login_sourcesContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Merge_matchedContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Merge_statementContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Name_list_in_bracketsContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Name_listContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Names_referencesContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.On_optionContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.On_partition_clauseContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Open_jsonContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Option_clauseContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.OptionContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Order_by_clauseContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Output_dml_listContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.PermissionsContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.PredicateContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Primary_role_optionContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Print_statementContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Promoted_node_path_listContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Query_specificationContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Queue_settingsContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Raiseerror_statementContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Receive_statementContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Replica_optionContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Replica_specContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Restore_logContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Restore_optionsContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Result_sets_valueContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Rowset_functionContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Schema_declarationContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Select_listContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Service_brokerContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Set_specialContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Spatial_index_optionContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Table_elements_extendedContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Table_elementsContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Table_hintContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Table_optionsContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Table_value_constructorContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Throw_statementContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Truncate_tableContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Update_statementContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Update_statisticsContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.With_expressionContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.With_table_hintsContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Xml_namespace_expressionContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.PrivilegesParser.PrivilegesContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Abbreviated_grant_or_revokeContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Additional_statementContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.After_opsContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Agg_orderContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Aggregate_function_argsContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alias_clauseContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_fts_configurationContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_materialized_view_actionContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_operator_actionContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_policy_statementContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_publication_actionContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_table_statementContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_type_statementContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Arguments_listContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Array_elementsContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Base_statementContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Case_statementContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Column_reference_storage_directivesContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Columns_permissionsContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Conflict_actionContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Constr_bodyContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Copy_option_listContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_aggregate_statementContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_collation_statementContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_fts_dictionary_statementContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_fts_parser_statementContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_fts_template_statementContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_operator_class_statementContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_operator_statementContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_policy_statementContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_publication_statementContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_statistics_statementContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_type_statementContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Cursor_statementContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Datetime_overlapsContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Define_columnsContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Define_foreign_optionsContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Delete_stmt_for_psqlContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Distributed_clauseContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Drop_operator_statementContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Drop_owned_statementContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Encoding_identifierContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Event_trigger_filter_variablesContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Execute_statementContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Explain_statementContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.External_table_locationContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.From_function_column_defContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.From_primaryContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.From_rows_with_aliasContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Function_actions_commonContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Function_argsContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Function_callContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Function_constructContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Function_ret_tableContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Grouping_element_listContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Identifier_listContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Including_indexContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Index_columnsContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Insert_columnsContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Json_array_elementContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Json_columnsContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Json_object_contentContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Json_passing_clauseContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.List_of_type_column_defContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Lock_tableContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Loop_startContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Merge_matchedContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Merge_updateContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Message_statementContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Names_referencesContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Operator_family_actionContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Orderby_clauseContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Partition_bound_partContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Partition_bound_specContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Partition_by_columnsContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Partition_methodContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Partition_valuesContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Perform_stmtContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.PermissionsContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Predefined_typeContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Publication_objectContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Raise_usingContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Reindex_optionsContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Roles_namesContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Rule_member_objectContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Script_transactionContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Select_listContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Select_primaryContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Set_actionContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Set_statement_valueContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Storage_parametersContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.String_value_functionContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Sub_part_elementsContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Table_cols_listContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Table_colsContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Template_specContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Truncate_stmtContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Type_listContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Update_setContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Update_stmt_for_psqlContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.User_or_role_or_group_common_optionContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Using_vexContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Vacuum_modeContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Values_stmtContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Values_valuesContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Vex_bContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Vex_eofContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.VexContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.View_columnsContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.With_clauseContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.With_queryContext
 
COMMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Xml_functionContext
 
command - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.External_table_executeContext
 
COMMENT - Static variable in class org.pgcodekeeper.core.parsers.antlr.base.generated.IgnoreListLexer
 
COMMENT - Static variable in class org.pgcodekeeper.core.parsers.antlr.base.generated.IgnoreListParser
 
COMMENT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
COMMENT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
COMMENT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
COMMENT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
COMMENT - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
COMMENT - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
COMMENT() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_table_actionContext
 
COMMENT() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Comment_exprContext
 
COMMENT() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Modify_column_exprContext
 
COMMENT() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.PermissionContext
 
COMMENT() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
COMMENT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
COMMENT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Comment_on_statementContext
 
COMMENT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
comment_expr() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_table_modify_actionContext
 
comment_expr() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Attach_table_stmtContext
 
comment_expr() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
comment_expr() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Create_database_stmtContext
 
comment_expr() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Create_dictinary_stmtContext
 
comment_expr() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Create_table_stmtContext
 
comment_expr() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Create_view_stmtContext
 
comment_expr() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Table_column_defContext
 
Comment_exprContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Comment_exprContext
 
comment_member_object() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
comment_member_object() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Comment_on_statementContext
 
Comment_member_objectContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Comment_member_objectContext
 
comment_on_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
comment_on_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Schema_createContext
 
Comment_on_statementContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Comment_on_statementContext
 
CommentOn - Class in org.pgcodekeeper.core.parsers.antlr.pg.statement
Parser for PostgreSQL COMMENT ON statements.
CommentOn(SQLParser.Comment_on_statementContext, PgDatabase, ISettings) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.statement.CommentOn
Constructs a new CommentOn parser.
COMMENTS - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
COMMENTS - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
COMMENTS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
COMMENTS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Like_optionContext
 
COMMENTS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
COMMIT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
COMMIT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
COMMIT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
COMMIT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
COMMIT - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
COMMIT - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
COMMIT() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
COMMIT() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Transaction_stmtContext
 
COMMIT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Transaction_statementContext
 
COMMIT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
COMMIT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.On_commitContext
 
COMMIT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Script_transactionContext
 
COMMIT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
COMMIT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Transaction_statementContext
 
COMMITTED - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
COMMITTED - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
COMMITTED - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
COMMITTED - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
COMMITTED() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Set_specialContext
 
COMMITTED() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
COMMITTED() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
COMMITTED() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
COMMITTED() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Transaction_modeContext
 
common_table_expression() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
common_table_expression() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.With_expressionContext
 
common_table_expression(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.With_expressionContext
 
Common_table_expressionContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Common_table_expressionContext
 
common_table_query_expr() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
common_table_query_expr() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Table_body_exprContext
 
Common_table_query_exprContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Common_table_query_exprContext
 
COMMUTATOR - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
COMMUTATOR - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
COMMUTATOR() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Operator_optionContext
 
COMMUTATOR() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonkeywordContext
 
comp_options() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
comp_options() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Plpgsql_function_test_listContext
 
comp_options() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Plpgsql_functionContext
 
comp_options(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Plpgsql_function_test_listContext
 
Comp_optionsContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Comp_optionsContext
 
compare(TreeElement, TreeElement) - Method in class org.pgcodekeeper.core.model.difftree.CompareTree
 
compare(PgObjLocation) - Method in class org.pgcodekeeper.core.schema.PgObjLocation
Compares this location with another location for equality.
compare(PgStatement) - Method in class org.pgcodekeeper.core.schema.AbstractColumn
 
compare(PgStatement) - Method in class org.pgcodekeeper.core.schema.AbstractConstraint
 
compare(PgStatement) - Method in class org.pgcodekeeper.core.schema.AbstractDatabase
 
compare(PgStatement) - Method in class org.pgcodekeeper.core.schema.AbstractFunction
 
compare(PgStatement) - Method in class org.pgcodekeeper.core.schema.AbstractIndex
 
compare(PgStatement) - Method in class org.pgcodekeeper.core.schema.AbstractPolicy
 
compare(PgStatement) - Method in class org.pgcodekeeper.core.schema.AbstractSchema
 
compare(PgStatement) - Method in class org.pgcodekeeper.core.schema.AbstractSequence
 
compare(PgStatement) - Method in class org.pgcodekeeper.core.schema.AbstractTable
 
compare(PgStatement) - Method in class org.pgcodekeeper.core.schema.AbstractType
 
compare(PgStatement) - Method in class org.pgcodekeeper.core.schema.AbstractView
 
compare(PgStatement) - Method in class org.pgcodekeeper.core.schema.ch.ChColumn
 
compare(PgStatement) - Method in class org.pgcodekeeper.core.schema.ch.ChConstraint
 
compare(PgStatement) - Method in class org.pgcodekeeper.core.schema.ch.ChDictionary
 
compare(PgStatement) - Method in class org.pgcodekeeper.core.schema.ch.ChFunction
 
compare(PgStatement) - Method in class org.pgcodekeeper.core.schema.ch.ChIndex
 
compare(PgStatement) - Method in class org.pgcodekeeper.core.schema.ch.ChPolicy
 
compare(PgStatement) - Method in class org.pgcodekeeper.core.schema.ch.ChRole
 
compare(PgStatement) - Method in class org.pgcodekeeper.core.schema.ch.ChSchema
 
compare(PgStatement) - Method in class org.pgcodekeeper.core.schema.ch.ChTable
 
compare(PgStatement) - Method in class org.pgcodekeeper.core.schema.ch.ChTableLog
 
compare(PgStatement) - Method in class org.pgcodekeeper.core.schema.ch.ChUser
 
compare(PgStatement) - Method in class org.pgcodekeeper.core.schema.ch.ChView
 
compare(PgStatement) - Method in class org.pgcodekeeper.core.schema.ms.MsAssembly
 
compare(PgStatement) - Method in class org.pgcodekeeper.core.schema.ms.MsColumn
 
compare(PgStatement) - Method in class org.pgcodekeeper.core.schema.ms.MsConstraint
 
compare(PgStatement) - Method in class org.pgcodekeeper.core.schema.ms.MsConstraintCheck
 
compare(PgStatement) - Method in class org.pgcodekeeper.core.schema.ms.MsConstraintFk
 
compare(PgStatement) - Method in class org.pgcodekeeper.core.schema.ms.MsConstraintPk
 
compare(PgStatement) - Method in class org.pgcodekeeper.core.schema.ms.MsIndex
 
compare(PgStatement) - Method in class org.pgcodekeeper.core.schema.ms.MsRole
 
compare(PgStatement) - Method in class org.pgcodekeeper.core.schema.ms.MsSequence
 
compare(PgStatement) - Method in class org.pgcodekeeper.core.schema.ms.MsStatistics
 
compare(PgStatement) - Method in class org.pgcodekeeper.core.schema.ms.MsTable
 
compare(PgStatement) - Method in class org.pgcodekeeper.core.schema.ms.MsTrigger
 
compare(PgStatement) - Method in class org.pgcodekeeper.core.schema.ms.MsType
 
compare(PgStatement) - Method in class org.pgcodekeeper.core.schema.ms.MsUser
 
compare(PgStatement) - Method in class org.pgcodekeeper.core.schema.ms.MsView
 
compare(PgStatement) - Method in class org.pgcodekeeper.core.schema.pg.AbstractForeignTable
 
compare(PgStatement) - Method in class org.pgcodekeeper.core.schema.pg.AbstractPgTable
 
compare(PgStatement) - Method in class org.pgcodekeeper.core.schema.pg.AbstractPgView
 
compare(PgStatement) - Method in class org.pgcodekeeper.core.schema.pg.AbstractRegularTable
 
compare(PgStatement) - Method in class org.pgcodekeeper.core.schema.pg.GpExternalTable
 
compare(PgStatement) - Method in class org.pgcodekeeper.core.schema.pg.MaterializedPgView
 
compare(PgStatement) - Method in class org.pgcodekeeper.core.schema.pg.PartitionForeignPgTable
 
compare(PgStatement) - Method in class org.pgcodekeeper.core.schema.pg.PartitionGpTable
 
compare(PgStatement) - Method in class org.pgcodekeeper.core.schema.pg.PartitionPgTable
 
compare(PgStatement) - Method in class org.pgcodekeeper.core.schema.pg.PgBaseType
 
compare(PgStatement) - Method in class org.pgcodekeeper.core.schema.pg.PgCast
 
compare(PgStatement) - Method in class org.pgcodekeeper.core.schema.pg.PgCollation
 
compare(PgStatement) - Method in class org.pgcodekeeper.core.schema.pg.PgColumn
 
compare(PgStatement) - Method in class org.pgcodekeeper.core.schema.pg.PgCompositeType
 
compare(PgStatement) - Method in class org.pgcodekeeper.core.schema.pg.PgConstraint
 
compare(PgStatement) - Method in class org.pgcodekeeper.core.schema.pg.PgConstraintCheck
 
compare(PgStatement) - Method in class org.pgcodekeeper.core.schema.pg.PgConstraintExclude
 
compare(PgStatement) - Method in class org.pgcodekeeper.core.schema.pg.PgConstraintFk
 
compare(PgStatement) - Method in class org.pgcodekeeper.core.schema.pg.PgConstraintPk
 
compare(PgStatement) - Method in class org.pgcodekeeper.core.schema.pg.PgDomain
 
compare(PgStatement) - Method in class org.pgcodekeeper.core.schema.pg.PgEnumType
 
compare(PgStatement) - Method in class org.pgcodekeeper.core.schema.pg.PgEventTrigger
 
compare(PgStatement) - Method in class org.pgcodekeeper.core.schema.pg.PgExtension
 
compare(PgStatement) - Method in class org.pgcodekeeper.core.schema.pg.PgForeignDataWrapper
 
compare(PgStatement) - Method in class org.pgcodekeeper.core.schema.pg.PgFtsConfiguration
 
compare(PgStatement) - Method in class org.pgcodekeeper.core.schema.pg.PgFtsDictionary
 
compare(PgStatement) - Method in class org.pgcodekeeper.core.schema.pg.PgFtsParser
 
compare(PgStatement) - Method in class org.pgcodekeeper.core.schema.pg.PgFtsTemplate
 
compare(PgStatement) - Method in class org.pgcodekeeper.core.schema.pg.PgOperator
 
compare(PgStatement) - Method in class org.pgcodekeeper.core.schema.pg.PgPolicy
 
compare(PgStatement) - Method in class org.pgcodekeeper.core.schema.pg.PgRangeType
 
compare(PgStatement) - Method in class org.pgcodekeeper.core.schema.pg.PgRule
 
compare(PgStatement) - Method in class org.pgcodekeeper.core.schema.pg.PgSequence
 
compare(PgStatement) - Method in class org.pgcodekeeper.core.schema.pg.PgServer
 
compare(PgStatement) - Method in class org.pgcodekeeper.core.schema.pg.PgShellType
 
compare(PgStatement) - Method in class org.pgcodekeeper.core.schema.pg.PgStatistics
 
compare(PgStatement) - Method in class org.pgcodekeeper.core.schema.pg.PgTrigger
 
compare(PgStatement) - Method in class org.pgcodekeeper.core.schema.pg.PgUserMapping
 
compare(PgStatement) - Method in class org.pgcodekeeper.core.schema.pg.PgView
 
compare(PgStatement) - Method in class org.pgcodekeeper.core.schema.pg.TypedPgTable
 
compare(PgStatement) - Method in class org.pgcodekeeper.core.schema.PgStatement
This method does not account for nested child PgStatements.
compare(ISettings, PgStatement, PgStatement) - Static method in class org.pgcodekeeper.core.diff.Comparison
Compares old and new states of an object
compareChildren(PgStatement) - Method in class org.pgcodekeeper.core.schema.AbstractDatabase
 
compareChildren(PgStatement) - Method in class org.pgcodekeeper.core.schema.AbstractSchema
 
compareChildren(PgStatement) - Method in class org.pgcodekeeper.core.schema.AbstractTable
 
compareChildren(PgStatement) - Method in class org.pgcodekeeper.core.schema.ch.ChDatabase
 
compareChildren(PgStatement) - Method in class org.pgcodekeeper.core.schema.ch.ChSchema
 
compareChildren(PgStatement) - Method in class org.pgcodekeeper.core.schema.ms.MsDatabase
 
compareChildren(PgStatement) - Method in class org.pgcodekeeper.core.schema.ms.MsTable
 
compareChildren(PgStatement) - Method in class org.pgcodekeeper.core.schema.ms.MsView
 
compareChildren(PgStatement) - Method in class org.pgcodekeeper.core.schema.pg.PgDatabase
 
compareChildren(PgStatement) - Method in class org.pgcodekeeper.core.schema.pg.PgSchema
 
compareChildren(PgStatement) - Method in class org.pgcodekeeper.core.schema.PgStatement
compareChildren(PgStatement) - Method in class org.pgcodekeeper.core.schema.PgStatementContainer
 
compareColumns(Collection<String>) - Method in class org.pgcodekeeper.core.schema.AbstractIndex
Compares the columns of this index with a collection of column references.
compareIgnoringColumnOrder(AbstractTable, AbstractTable) - Static method in class org.pgcodekeeper.core.schema.AbstractTable
Checks that tables are equal regardless of column order.
compareOptions(IOptionContainer, SQLScript) - Method in class org.pgcodekeeper.core.schema.ch.ChTable
 
compareOptions(IOptionContainer, SQLScript) - Method in interface org.pgcodekeeper.core.schema.IOptionContainer
Compares options between this container and a new container, generating SQL to update differences.
compareOptions(IOptionContainer, SQLScript) - Method in interface org.pgcodekeeper.core.schema.ISimpleOptionContainer
 
compareOptions(IOptionContainer, SQLScript) - Method in class org.pgcodekeeper.core.schema.ms.MsConstraintPk
 
compareOptions(IOptionContainer, SQLScript) - Method in class org.pgcodekeeper.core.schema.pg.GpExternalTable
 
compareOptions(IOptionContainer, SQLScript) - Method in interface org.pgcodekeeper.core.schema.pg.PgForeignOptionContainer
 
compareTableOptions(MsTable, SQLScript) - Method in class org.pgcodekeeper.core.schema.ms.MsTable
Compares table options between this table and the new table, generating appropriate SQL scripts for change tracking and system versioning differences.
CompareTree - Class in org.pgcodekeeper.core.model.difftree
Comparator for TreeElement objects that provides custom sorting logic based on element types and diff sides during schema comparison operations.
CompareTree() - Constructor for class org.pgcodekeeper.core.model.difftree.CompareTree
 
Comparison - Class in org.pgcodekeeper.core.diff
Class with common logic for comparing objects.
comparison_mod() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
comparison_mod() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Value_expression_primaryContext
 
Comparison_modContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Comparison_modContext
 
comparison_operator() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
comparison_operator() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.PredicateContext
 
Comparison_operatorContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Comparison_operatorContext
 
COMPATIBILITY_LEVEL - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
COMPATIBILITY_LEVEL - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
COMPATIBILITY_LEVEL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Database_optionspecContext
 
COMPATIBILITY_LEVEL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
compileUnit() - Method in class org.pgcodekeeper.core.parsers.antlr.base.generated.IgnoreListParser
 
CompileUnitContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.base.generated.IgnoreListParser.CompileUnitContext
 
compress_level - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Storage_directiveContext
 
compress_type - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Storage_directiveContext
 
COMPRESSION - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
COMPRESSION - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
COMPRESSION - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
COMPRESSION - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
COMPRESSION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Backup_optionContext
 
COMPRESSION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
COMPRESSION() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
COMPRESSION() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Compression_identifierContext
 
COMPRESSION() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Like_optionContext
 
COMPRESSION() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
compression_identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Column_actionContext
 
compression_identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
compression_identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Table_column_definitionContext
 
Compression_identifierContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Compression_identifierContext
 
compression_method - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Compression_identifierContext
 
COMPRESSLEVEL - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
COMPRESSLEVEL - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
COMPRESSLEVEL() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Storage_directiveContext
 
COMPRESSLEVEL() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonkeywordContext
 
COMPRESSTYPE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
COMPRESSTYPE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
COMPRESSTYPE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Storage_directiveContext
 
COMPRESSTYPE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonkeywordContext
 
COMPUTE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
COMPUTE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
computeChildrenHash(Hasher) - Method in class org.pgcodekeeper.core.schema.AbstractDatabase
 
computeChildrenHash(Hasher) - Method in class org.pgcodekeeper.core.schema.AbstractTable
 
computeChildrenHash(Hasher) - Method in class org.pgcodekeeper.core.schema.ch.ChDatabase
 
computeChildrenHash(Hasher) - Method in class org.pgcodekeeper.core.schema.ms.MsDatabase
 
computeChildrenHash(Hasher) - Method in class org.pgcodekeeper.core.schema.ms.MsTable
 
computeChildrenHash(Hasher) - Method in class org.pgcodekeeper.core.schema.ms.MsView
 
computeChildrenHash(Hasher) - Method in class org.pgcodekeeper.core.schema.pg.PgDatabase
 
computeChildrenHash(Hasher) - Method in class org.pgcodekeeper.core.schema.PgStatementContainer
 
computeHash(Hasher) - Method in interface org.pgcodekeeper.core.hasher.IHashable
Computes the hash of the implementing object using the provided hasher.
computeHash(Hasher) - Method in class org.pgcodekeeper.core.schema.AbstractColumn
 
computeHash(Hasher) - Method in class org.pgcodekeeper.core.schema.AbstractConstraint
 
computeHash(Hasher) - Method in class org.pgcodekeeper.core.schema.AbstractDatabase
 
computeHash(Hasher) - Method in class org.pgcodekeeper.core.schema.AbstractFunction
 
computeHash(Hasher) - Method in class org.pgcodekeeper.core.schema.AbstractIndex
 
computeHash(Hasher) - Method in class org.pgcodekeeper.core.schema.AbstractPolicy
 
computeHash(Hasher) - Method in class org.pgcodekeeper.core.schema.AbstractSchema
 
computeHash(Hasher) - Method in class org.pgcodekeeper.core.schema.AbstractSequence
 
computeHash(Hasher) - Method in class org.pgcodekeeper.core.schema.AbstractTable
 
computeHash(Hasher) - Method in class org.pgcodekeeper.core.schema.Argument
 
computeHash(Hasher) - Method in class org.pgcodekeeper.core.schema.ch.ChColumn
 
computeHash(Hasher) - Method in class org.pgcodekeeper.core.schema.ch.ChConstraint
 
computeHash(Hasher) - Method in class org.pgcodekeeper.core.schema.ch.ChDictionary
 
computeHash(Hasher) - Method in class org.pgcodekeeper.core.schema.ch.ChEngine
 
computeHash(Hasher) - Method in class org.pgcodekeeper.core.schema.ch.ChFunction
 
computeHash(Hasher) - Method in class org.pgcodekeeper.core.schema.ch.ChIndex
 
computeHash(Hasher) - Method in class org.pgcodekeeper.core.schema.ch.ChPolicy
 
computeHash(Hasher) - Method in class org.pgcodekeeper.core.schema.ch.ChRole
 
computeHash(Hasher) - Method in class org.pgcodekeeper.core.schema.ch.ChSchema
 
computeHash(Hasher) - Method in class org.pgcodekeeper.core.schema.ch.ChTable
 
computeHash(Hasher) - Method in class org.pgcodekeeper.core.schema.ch.ChTableLog
 
computeHash(Hasher) - Method in class org.pgcodekeeper.core.schema.ch.ChUser
 
computeHash(Hasher) - Method in class org.pgcodekeeper.core.schema.ch.ChView
 
computeHash(Hasher) - Method in class org.pgcodekeeper.core.schema.Inherits
 
computeHash(Hasher) - Method in class org.pgcodekeeper.core.schema.ms.AbstractMsClrFunction
 
computeHash(Hasher) - Method in class org.pgcodekeeper.core.schema.ms.AbstractMsFunction
 
computeHash(Hasher) - Method in class org.pgcodekeeper.core.schema.ms.MsAssembly
 
computeHash(Hasher) - Method in class org.pgcodekeeper.core.schema.ms.MsClrFunction
 
computeHash(Hasher) - Method in class org.pgcodekeeper.core.schema.ms.MsColumn
 
computeHash(Hasher) - Method in class org.pgcodekeeper.core.schema.ms.MsConstraint
 
computeHash(Hasher) - Method in class org.pgcodekeeper.core.schema.ms.MsConstraintCheck
 
computeHash(Hasher) - Method in class org.pgcodekeeper.core.schema.ms.MsConstraintFk
 
computeHash(Hasher) - Method in class org.pgcodekeeper.core.schema.ms.MsConstraintPk
 
computeHash(Hasher) - Method in class org.pgcodekeeper.core.schema.ms.MsFunction
 
computeHash(Hasher) - Method in class org.pgcodekeeper.core.schema.ms.MsIndex
 
computeHash(Hasher) - Method in class org.pgcodekeeper.core.schema.ms.MsRole
 
computeHash(Hasher) - Method in class org.pgcodekeeper.core.schema.ms.MsSequence
 
computeHash(Hasher) - Method in class org.pgcodekeeper.core.schema.ms.MsStatistics
 
computeHash(Hasher) - Method in class org.pgcodekeeper.core.schema.ms.MsTable
 
computeHash(Hasher) - Method in class org.pgcodekeeper.core.schema.ms.MsTrigger
 
computeHash(Hasher) - Method in class org.pgcodekeeper.core.schema.ms.MsType
 
computeHash(Hasher) - Method in class org.pgcodekeeper.core.schema.ms.MsUser
 
computeHash(Hasher) - Method in class org.pgcodekeeper.core.schema.ms.MsView
 
computeHash(Hasher) - Method in class org.pgcodekeeper.core.schema.pg.AbstractForeignTable
 
computeHash(Hasher) - Method in class org.pgcodekeeper.core.schema.pg.AbstractPgFunction
 
computeHash(Hasher) - Method in class org.pgcodekeeper.core.schema.pg.AbstractPgTable
 
computeHash(Hasher) - Method in class org.pgcodekeeper.core.schema.pg.AbstractPgView
 
computeHash(Hasher) - Method in class org.pgcodekeeper.core.schema.pg.AbstractRegularTable
 
computeHash(Hasher) - Method in class org.pgcodekeeper.core.schema.pg.GpExternalTable
 
computeHash(Hasher) - Method in class org.pgcodekeeper.core.schema.pg.MaterializedPgView
 
computeHash(Hasher) - Method in class org.pgcodekeeper.core.schema.pg.PartitionForeignPgTable
 
computeHash(Hasher) - Method in class org.pgcodekeeper.core.schema.pg.PartitionGpTable
 
computeHash(Hasher) - Method in class org.pgcodekeeper.core.schema.pg.PartitionPgTable
 
computeHash(Hasher) - Method in class org.pgcodekeeper.core.schema.pg.PartitionTemplateContainer
 
computeHash(Hasher) - Method in class org.pgcodekeeper.core.schema.pg.PgAggregate
 
computeHash(Hasher) - Method in class org.pgcodekeeper.core.schema.pg.PgBaseType
 
computeHash(Hasher) - Method in class org.pgcodekeeper.core.schema.pg.PgCast
 
computeHash(Hasher) - Method in class org.pgcodekeeper.core.schema.pg.PgCollation
 
computeHash(Hasher) - Method in class org.pgcodekeeper.core.schema.pg.PgColumn
 
computeHash(Hasher) - Method in class org.pgcodekeeper.core.schema.pg.PgCompositeType
 
computeHash(Hasher) - Method in class org.pgcodekeeper.core.schema.pg.PgConstraint
 
computeHash(Hasher) - Method in class org.pgcodekeeper.core.schema.pg.PgConstraintCheck
 
computeHash(Hasher) - Method in class org.pgcodekeeper.core.schema.pg.PgConstraintExclude
 
computeHash(Hasher) - Method in class org.pgcodekeeper.core.schema.pg.PgConstraintFk
 
computeHash(Hasher) - Method in class org.pgcodekeeper.core.schema.pg.PgConstraintPk
 
computeHash(Hasher) - Method in class org.pgcodekeeper.core.schema.pg.PgDomain
 
computeHash(Hasher) - Method in class org.pgcodekeeper.core.schema.pg.PgEnumType
 
computeHash(Hasher) - Method in class org.pgcodekeeper.core.schema.pg.PgEventTrigger
 
computeHash(Hasher) - Method in class org.pgcodekeeper.core.schema.pg.PgExtension
 
computeHash(Hasher) - Method in class org.pgcodekeeper.core.schema.pg.PgForeignDataWrapper
 
computeHash(Hasher) - Method in class org.pgcodekeeper.core.schema.pg.PgFtsConfiguration
 
computeHash(Hasher) - Method in class org.pgcodekeeper.core.schema.pg.PgFtsDictionary
 
computeHash(Hasher) - Method in class org.pgcodekeeper.core.schema.pg.PgFtsParser
 
computeHash(Hasher) - Method in class org.pgcodekeeper.core.schema.pg.PgFtsTemplate
 
computeHash(Hasher) - Method in class org.pgcodekeeper.core.schema.pg.PgFunction
 
computeHash(Hasher) - Method in class org.pgcodekeeper.core.schema.pg.PgIndex
 
computeHash(Hasher) - Method in class org.pgcodekeeper.core.schema.pg.PgOperator
 
computeHash(Hasher) - Method in class org.pgcodekeeper.core.schema.pg.PgPolicy
 
computeHash(Hasher) - Method in class org.pgcodekeeper.core.schema.pg.PgProcedure
 
computeHash(Hasher) - Method in class org.pgcodekeeper.core.schema.pg.PgRangeType
 
computeHash(Hasher) - Method in class org.pgcodekeeper.core.schema.pg.PgRule
 
computeHash(Hasher) - Method in class org.pgcodekeeper.core.schema.pg.PgSequence
 
computeHash(Hasher) - Method in class org.pgcodekeeper.core.schema.pg.PgServer
 
computeHash(Hasher) - Method in class org.pgcodekeeper.core.schema.pg.PgShellType
 
computeHash(Hasher) - Method in class org.pgcodekeeper.core.schema.pg.PgStatistics
 
computeHash(Hasher) - Method in class org.pgcodekeeper.core.schema.pg.PgTrigger
 
computeHash(Hasher) - Method in class org.pgcodekeeper.core.schema.pg.PgUserMapping
 
computeHash(Hasher) - Method in class org.pgcodekeeper.core.schema.pg.PgView
 
computeHash(Hasher) - Method in class org.pgcodekeeper.core.schema.pg.TypedPgTable
 
computeHash(Hasher) - Method in class org.pgcodekeeper.core.schema.PgPrivilege
 
computeHash(Hasher) - Method in class org.pgcodekeeper.core.schema.SimpleColumn
 
CONCAT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
CONCAT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
CONCAT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
CONCAT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
CONCAT() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.OpContext
 
CONCAT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.OptionContext
 
CONCAT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
CONCAT_NULL_YIELDS_NULL - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
CONCAT_NULL_YIELDS_NULL - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
CONCAT_NULL_YIELDS_NULL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Database_optionspecContext
 
CONCAT_NULL_YIELDS_NULL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
CONCURRENTLY - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
CONCURRENTLY - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
CONCURRENTLY() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Additional_statementContext
 
CONCURRENTLY() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_partitionContext
 
CONCURRENTLY() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
CONCURRENTLY() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_index_statementContext
 
CONCURRENTLY() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Drop_statementsContext
 
CONCURRENTLY() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Reindex_optionContext
 
CONCURRENTLY() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Reindex_stmtContext
 
CONCURRENTLY() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_reserved_except_function_typeContext
 
ConcurrentModificationException - Exception in org.pgcodekeeper.core.loader.jdbc
Exception thrown when concurrent modification of a resource is detected.
ConcurrentModificationException() - Constructor for exception org.pgcodekeeper.core.loader.jdbc.ConcurrentModificationException
Constructs a new exception.
ConcurrentModificationException(String) - Constructor for exception org.pgcodekeeper.core.loader.jdbc.ConcurrentModificationException
Constructs a new exception with the specified detail message.
ConcurrentModificationException(String, Throwable) - Constructor for exception org.pgcodekeeper.core.loader.jdbc.ConcurrentModificationException
Constructs a new exception with the specified detail message and cause.
ConcurrentModificationException(Throwable) - Constructor for exception org.pgcodekeeper.core.loader.jdbc.ConcurrentModificationException
Constructs a new exception with the specified cause.
CONDITIONAL - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
CONDITIONAL - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
CONDITIONAL() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
CONDITIONAL() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Json_wrapperContext
 
CONDITIONAL() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
CONFIG - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
CONFIG - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
CONFIG() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.PermissionContext
 
CONFIG() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
config_name - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_fts_configuration_statementContext
 
config_param - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Session_local_optionContext
 
config_scope - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Session_local_optionContext
 
CONFIGURATION - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
CONFIGURATION - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
CONFIGURATION - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
CONFIGURATION - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
CONFIGURATION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_server_configurationContext
 
CONFIGURATION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Class_typeContext
 
CONFIGURATION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.PermissionContext
 
CONFIGURATION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
CONFIGURATION() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_fts_statementContext
 
CONFIGURATION() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
CONFIGURATION() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Comment_member_objectContext
 
CONFIGURATION() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_fts_configuration_statementContext
 
CONFIGURATION() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Drop_statementsContext
 
CONFIGURATION() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Extension_member_objectContext
 
CONFIGURATION() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Owner_member_objectContext
 
CONFIGURATION() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
CONFLICT - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
CONFLICT - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
CONFLICT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
CONFLICT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Insert_stmt_for_psqlContext
 
CONFLICT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
conflict_action() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
conflict_action() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Insert_stmt_for_psqlContext
 
Conflict_actionContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Conflict_actionContext
 
conflict_object() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
conflict_object() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Insert_stmt_for_psqlContext
 
Conflict_objectContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Conflict_objectContext
 
CONNECT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
CONNECT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
CONNECT - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
CONNECT - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
CONNECT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.PermissionContext
 
CONNECT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
CONNECT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.PermissionContext
 
CONNECT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonkeywordContext
 
CONNECTION - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
CONNECTION - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
CONNECTION - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
CONNECTION - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
CONNECTION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.PermissionContext
 
CONNECTION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
CONNECTION() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_database_optionContext
 
CONNECTION() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_subscription_actionContext
 
CONNECTION() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
CONNECTION() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_subscription_statementContext
 
CONNECTION() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
CONNECTION() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.User_or_role_common_optionContext
 
Connection_DatabaseJdbcAccessError - Static variable in class org.pgcodekeeper.core.localizations.Messages
 
CONNECTION_OPTIONS - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
CONNECTION_OPTIONS - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
CONNECTION_OPTIONS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.External_data_source_optionContext
 
CONNECTION_OPTIONS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
connectionString - Variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Rowset_functionContext
 
CONST - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
CONST - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
CONST() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Option_typeContext
 
CONST() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
constant() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
constant() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Constant_expressionContext
 
constant() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Constant_LOCAL_IDContext
 
constant() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Default_valueContext
 
constant() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Optimize_for_argContext
 
constant() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.TimeContext
 
CONSTANT - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
CONSTANT - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
CONSTANT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonkeywordContext
 
CONSTANT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Type_declarationContext
 
constant_expression() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
constant_expression() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Constant_expressionContext
 
Constant_expressionContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Constant_expressionContext
 
constant_LOCAL_ID() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
constant_LOCAL_ID() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Move_conversationContext
 
constant_LOCAL_ID() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Raiseerror_statementContext
 
constant_LOCAL_ID() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Set_specialContext
 
constant_LOCAL_ID(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Move_conversationContext
 
constant_LOCAL_ID(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Raiseerror_statementContext
 
Constant_LOCAL_IDContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Constant_LOCAL_IDContext
 
ConstantContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.ConstantContext
 
constr_body() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
constr_body() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Constraint_commonContext
 
Constr_bodyContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Constr_bodyContext
 
constraint - Variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Column_optionContext
 
constraint - Variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Table_constraintContext
 
CONSTRAINT - Enum constant in enum class org.pgcodekeeper.core.model.difftree.DbObjType
 
CONSTRAINT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
CONSTRAINT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
CONSTRAINT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
CONSTRAINT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
CONSTRAINT - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
CONSTRAINT - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
CONSTRAINT() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_table_drop_actionContext
 
CONSTRAINT() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.PermissionContext
 
CONSTRAINT() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Table_constraint_defContext
 
CONSTRAINT() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
CONSTRAINT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_table_actionContext
 
CONSTRAINT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Column_optionContext
 
CONSTRAINT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Table_action_dropContext
 
CONSTRAINT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Table_constraintContext
 
CONSTRAINT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_domain_statementContext
 
CONSTRAINT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_table_statementContext
 
CONSTRAINT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
CONSTRAINT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Comment_member_objectContext
 
CONSTRAINT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Conflict_objectContext
 
CONSTRAINT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Constraint_commonContext
 
CONSTRAINT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_trigger_statementContext
 
CONSTRAINT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Domain_constraintContext
 
CONSTRAINT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Drop_constraintContext
 
CONSTRAINT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Raise_paramContext
 
CONSTRAINT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Table_actionContext
 
CONSTRAINT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_reservedContext
 
CONSTRAINT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Validate_constraintContext
 
constraint_common() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
constraint_common() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Table_actionContext
 
constraint_common() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Table_column_defContext
 
constraint_common() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Table_column_definitionContext
 
constraint_common() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Table_of_type_column_defContext
 
constraint_common(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Table_column_definitionContext
 
constraint_common(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Table_of_type_column_defContext
 
Constraint_commonContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Constraint_commonContext
 
constraint_name - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Drop_constraintContext
 
constraint_name - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Validate_constraintContext
 
Constraint_WarningMismatchedConstraintTypeForClusterOn - Static variable in class org.pgcodekeeper.core.localizations.Messages
 
ConstraintAnalysisLauncher - Class in org.pgcodekeeper.core.parsers.antlr.pg.launcher
Launcher for analyzing table constraint expressions.
ConstraintAnalysisLauncher(PgConstraint, SQLParser.VexContext, String) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.launcher.ConstraintAnalysisLauncher
Creates a constraint analyzer.
CONSTRAINTS - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
CONSTRAINTS - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
CONSTRAINTS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
CONSTRAINTS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Like_optionContext
 
CONSTRAINTS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Set_actionContext
 
CONSTRAINTS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
ConstraintsReader - Class in org.pgcodekeeper.core.loader.jdbc.pg
Reader for PostgreSQL constraints.
ConstraintsReader(JdbcLoaderBase) - Constructor for class org.pgcodekeeper.core.loader.jdbc.pg.ConstraintsReader
Creates a new constraints reader.
Consts - Interface in org.pgcodekeeper.core
Stores string constants
Consts.FUNC_SIGN - Enum Class in org.pgcodekeeper.core
 
CONTAINMENT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
CONTAINMENT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
CONTAINMENT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_databaseContext
 
CONTAINMENT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Database_optionspecContext
 
CONTAINMENT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
CONTAINS - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
CONTAINS - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
CONTAINS - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
CONTAINS - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
CONTAINS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.File_and_filegroup_optionsContext
 
CONTAINS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.File_groupContext
 
CONTAINS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.PredicateContext
 
CONTAINS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Function_actions_commonContext
 
CONTAINS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonkeywordContext
 
CONTAINS(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.File_groupContext
 
containsAllFkCols(Collection<String>) - Method in class org.pgcodekeeper.core.model.graph.RowData
Checks if this row contains all specified foreign key columns.
containsCastImplicit(String, String) - Method in class org.pgcodekeeper.core.schema.meta.MetaContainer
Checks if there is an implicit cast from source to target type.
containsColumn(String) - Method in class org.pgcodekeeper.core.schema.AbstractConstraint
 
containsColumn(String) - Method in class org.pgcodekeeper.core.schema.AbstractTable
Checks if a column with the specified name exists.
containsColumn(String) - Method in interface org.pgcodekeeper.core.schema.IConstraint
Checks if this constraint involves the specified column.
containsColumn(String) - Method in class org.pgcodekeeper.core.schema.meta.MetaConstraint
 
containsColumn(String) - Method in class org.pgcodekeeper.core.schema.ms.MsConstraintPk
 
containsColumn(String) - Method in class org.pgcodekeeper.core.schema.pg.PgConstraintExclude
 
containsOption(String) - Method in class org.pgcodekeeper.core.schema.ch.ChEngine
Checks if this engine contains the specified option.
containsSchema(String) - Method in class org.pgcodekeeper.core.schema.AbstractDatabase
 
CONTAINSTABLE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
CONTAINSTABLE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
CONTENT - Static variable in class org.pgcodekeeper.core.parsers.antlr.base.generated.IgnoreListLexer
 
CONTENT - Static variable in class org.pgcodekeeper.core.parsers.antlr.base.generated.IgnoreListParser
 
CONTENT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
CONTENT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
CONTENT - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
CONTENT - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
CONTENT() - Method in class org.pgcodekeeper.core.parsers.antlr.base.generated.IgnoreListParser.FlagContext
 
CONTENT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Lang_file_specContext
 
CONTENT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Library_file_specContext
 
CONTENT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
CONTENT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Xml_type_definitionContext
 
CONTENT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
CONTENT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Session_local_optionContext
 
CONTENT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
CONTENT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Xml_functionContext
 
CONTEXT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
CONTEXT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
CONTEXT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_server_configurationContext
 
CONTEXT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
ContextLocation - Class in org.pgcodekeeper.core
Represents a location context within a file, storing position information including file path, offset, line number and character position.
CONTINUE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
CONTINUE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
CONTINUE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
CONTINUE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
CONTINUE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Audit_optionContext
 
CONTINUE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Continue_statementContext
 
CONTINUE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
CONTINUE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Loop_statementContext
 
CONTINUE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
CONTINUE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Truncate_stmtContext
 
CONTINUE_AFTER_ERROR - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
CONTINUE_AFTER_ERROR - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
CONTINUE_AFTER_ERROR() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Backup_optionContext
 
CONTINUE_AFTER_ERROR() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Restore_optionContext
 
CONTINUE_AFTER_ERROR() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
continue_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Cfl_statementContext
 
continue_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
Continue_statementContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Continue_statementContext
 
CONTRACT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
CONTRACT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
CONTRACT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Begin_conversation_dialogContext
 
CONTRACT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Class_typeContext
 
CONTRACT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_contractContext
 
CONTRACT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Drop_statementsContext
 
CONTRACT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.PermissionContext
 
CONTRACT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
CONTRACT_NAME - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
CONTRACT_NAME - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
CONTRACT_NAME() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_or_alter_broker_priorityContext
 
CONTRACT_NAME() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
CONTROL - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
CONTROL - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
CONTROL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.PermissionContext
 
CONTROL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
control_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
control_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Function_statementContext
 
Control_statementContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Control_statementContext
 
CONVERSATION - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
CONVERSATION - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
CONVERSATION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Begin_conversation_dialogContext
 
CONVERSATION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Begin_conversation_timerContext
 
CONVERSATION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_or_alter_broker_priorityContext
 
CONVERSATION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.End_conversationContext
 
CONVERSATION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Get_conversationContext
 
CONVERSATION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Move_conversationContext
 
CONVERSATION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Send_conversationContext
 
CONVERSATION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
conversation_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Another_statementContext
 
conversation_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
Conversation_statementContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Conversation_statementContext
 
CONVERSION - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
CONVERSION - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
CONVERSION() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_conversion_statementContext
 
CONVERSION() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
CONVERSION() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Comment_member_objectContext
 
CONVERSION() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_conversion_statementContext
 
CONVERSION() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Drop_statementsContext
 
CONVERSION() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Extension_member_objectContext
 
CONVERSION() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
CONVERT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
CONVERT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
CONVERT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Function_callContext
 
convert_data_type - Variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Function_callContext
 
convert_expression - Variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Function_callContext
 
COOKIE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
COOKIE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
COOKIE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Execute_clause_userContext
 
COOKIE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Security_statementContext
 
COOKIE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
COORDINATOR - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
COORDINATOR - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
COORDINATOR() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.External_table_executeContext
 
COORDINATOR() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.External_table_locationContext
 
COORDINATOR() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Function_actions_commonContext
 
COORDINATOR() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonkeywordContext
 
copy() - Method in class org.pgcodekeeper.core.formatter.FormatConfiguration
Creates a copy of this configuration.
copy() - Method in class org.pgcodekeeper.core.loader.QueryBuilder
Creates a deep copy of this query builder.
copy() - Method in class org.pgcodekeeper.core.settings.CoreSettings
 
copy() - Method in interface org.pgcodekeeper.core.settings.ISettings
Creates a copy of this settings instance.
copy() - Method in class org.pgcodekeeper.core.utils.Pair
Creates an immutable copy of this pair.
copy(String) - Method in class org.pgcodekeeper.core.model.difftree.IgnoredObject
Creates a copy of this ignore rule with a different name pattern.
copy(PgStatementMeta) - Method in class org.pgcodekeeper.core.schema.PgStatementMeta
Copies metadata from another PgStatementMeta instance.
COPY - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
COPY - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
COPY() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
COPY() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Copy_from_statementContext
 
COPY() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Copy_to_statementContext
 
COPY() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_fts_configuration_statementContext
 
COPY() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
copy_from_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
copy_from_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Copy_statementContext
 
Copy_from_statementContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Copy_from_statementContext
 
COPY_ONLY - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
COPY_ONLY - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
COPY_ONLY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Backup_optionContext
 
COPY_ONLY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
copy_option() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
copy_option() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Copy_option_listContext
 
copy_option(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Copy_option_listContext
 
copy_option_list() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Copy_from_statementContext
 
copy_option_list() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
copy_option_list() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Copy_to_statementContext
 
Copy_option_listContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Copy_option_listContext
 
Copy_optionContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Copy_optionContext
 
copy_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Additional_statementContext
 
copy_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
Copy_statementContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Copy_statementContext
 
copy_to_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Copy_statementContext
 
copy_to_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
Copy_to_statementContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Copy_to_statementContext
 
copyLaunchers(AbstractDatabase) - Method in class org.pgcodekeeper.core.schema.AbstractDatabase
Copies analysis launchers from another database to this one.
copyMod() - Method in class org.pgcodekeeper.core.utils.Pair
Creates a modifiable copy of this pair.
copyWithOffset(int, int, int) - Method in class org.pgcodekeeper.core.parsers.antlr.base.AntlrError
Creates a copy of this error with adjusted positions
copyWithOffset(int, int, int, String) - Method in class org.pgcodekeeper.core.schema.PgObjLocation
Creates a copy of this location with adjusted position offsets.
CoreSettings - Class in org.pgcodekeeper.core.settings
Core implementation of settings interface for database comparison and migration.
CoreSettings() - Constructor for class org.pgcodekeeper.core.settings.CoreSettings
 
COST - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
COST - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
COST() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
COST() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Function_actions_commonContext
 
COST() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
COSTS - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
COSTS - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
COSTS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Explain_optionContext
 
COSTS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonkeywordContext
 
countChildren() - Method in class org.pgcodekeeper.core.model.difftree.TreeElement
Counts direct child elements.
countDescendants() - Method in class org.pgcodekeeper.core.model.difftree.TreeElement
Counts all descendant elements recursively.
COUNTER - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
COUNTER - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
COUNTER() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Add_signatureContext
 
COUNTER() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Drop_signatureContext
 
COUNTER() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
CPU - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
CPU - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
CPU() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_server_configurationContext
 
CPU() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
create(ISettings, AbstractDatabase, AbstractDatabase) - Static method in class org.pgcodekeeper.core.model.difftree.DiffTree
Creates a diff tree comparing two database schemas.
create(ISettings, AbstractDatabase, AbstractDatabase, IMonitor) - Static method in class org.pgcodekeeper.core.model.difftree.DiffTree
Creates a diff tree comparing two database schemas with progress monitoring.
CREATE - Enum constant in enum class org.pgcodekeeper.core.schema.ObjectState
 
CREATE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
CREATE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
CREATE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
CREATE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
CREATE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
CREATE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
CREATE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Create_database_stmtContext
 
CREATE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Create_dictinary_stmtContext
 
CREATE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Create_function_stmtContext
 
CREATE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Create_named_collection_stmtContext
 
CREATE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Create_policy_stmtContext
 
CREATE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Create_role_stmtContext
 
CREATE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Create_table_stmtContext
 
CREATE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Create_user_stmtContext
 
CREATE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Create_view_stmtContext
 
CREATE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.PermissionContext
 
CREATE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Show_stmtContext
 
CREATE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
CREATE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_availability_group_optionsContext
 
CREATE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Batch_statementContext
 
CREATE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.PermissionContext
 
CREATE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Schema_createContext
 
CREATE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Abbreviated_grant_or_revokeContext
 
CREATE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Explain_queryContext
 
CREATE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.PermissionContext
 
CREATE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Schema_createContext
 
CREATE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_reservedContext
 
create_access_method_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
create_access_method_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Schema_createContext
 
Create_access_method_statementContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_access_method_statementContext
 
create_aggregate() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
create_aggregate() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Schema_createContext
 
create_aggregate_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
create_aggregate_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Schema_createContext
 
Create_aggregate_statementContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_aggregate_statementContext
 
Create_aggregateContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_aggregateContext
 
create_app_role_option() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_app_role_optionContext
 
create_app_role_option() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
create_app_role_option() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_application_roleContext
 
create_app_role_option(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_application_roleContext
 
Create_app_role_optionContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_app_role_optionContext
 
create_application_role() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
create_application_role() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Schema_createContext
 
Create_application_roleContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_application_roleContext
 
create_assembly() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
create_assembly() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Schema_createContext
 
Create_assemblyContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_assemblyContext
 
create_asymmetric_key() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
create_asymmetric_key() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Schema_createContext
 
Create_asymmetric_keyContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_asymmetric_keyContext
 
create_cast_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
create_cast_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Schema_createContext
 
Create_cast_statementContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_cast_statementContext
 
create_certificate() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
create_certificate() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Schema_createContext
 
Create_certificateContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_certificateContext
 
create_collation_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
create_collation_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Schema_createContext
 
Create_collation_statementContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_collation_statementContext
 
create_column_encryption_key() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
create_column_encryption_key() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Schema_createContext
 
Create_column_encryption_keyContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_column_encryption_keyContext
 
create_column_master_key() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
create_column_master_key() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Schema_createContext
 
Create_column_master_keyContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_column_master_keyContext
 
create_contract() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
create_contract() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Schema_createContext
 
Create_contractContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_contractContext
 
create_conversion_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
create_conversion_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Schema_createContext
 
Create_conversion_statementContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_conversion_statementContext
 
create_credential() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
create_credential() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Schema_createContext
 
Create_credentialContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_credentialContext
 
create_cryptographic_provider() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
create_cryptographic_provider() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Schema_createContext
 
Create_cryptographic_providerContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_cryptographic_providerContext
 
create_database() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
create_database() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Schema_createContext
 
create_database_encryption_key() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
create_database_encryption_key() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Schema_createContext
 
Create_database_encryption_keyContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_database_encryption_keyContext
 
create_database_option() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
create_database_option() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_databaseContext
 
create_database_option() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
create_database_option() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_database_statementContext
 
create_database_option(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_databaseContext
 
create_database_option(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_database_statementContext
 
Create_database_optionContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_database_optionContext
 
Create_database_optionContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_database_optionContext
 
create_database_scoped_credential() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
create_database_scoped_credential() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Schema_createContext
 
Create_database_scoped_credentialContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_database_scoped_credentialContext
 
create_database_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
create_database_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Schema_createContext
 
Create_database_statementContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_database_statementContext
 
create_database_stmt() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
create_database_stmt() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Create_stmtContext
 
Create_database_stmtContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Create_database_stmtContext
 
Create_databaseContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_databaseContext
 
create_db_role() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
create_db_role() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Schema_createContext
 
Create_db_roleContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_db_roleContext
 
create_default() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
create_default() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Schema_createContext
 
Create_defaultContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_defaultContext
 
create_dictinary_stmt() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
create_dictinary_stmt() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Create_stmtContext
 
Create_dictinary_stmtContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Create_dictinary_stmtContext
 
create_domain_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
create_domain_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Schema_createContext
 
Create_domain_statementContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_domain_statementContext
 
create_endpoint() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
create_endpoint() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Schema_createContext
 
Create_endpointContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_endpointContext
 
create_event_notification() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
create_event_notification() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Schema_createContext
 
Create_event_notificationContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_event_notificationContext
 
create_event_trigger_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
create_event_trigger_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Schema_createContext
 
Create_event_trigger_statementContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_event_trigger_statementContext
 
create_extension_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
create_extension_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Schema_createContext
 
Create_extension_statementContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_extension_statementContext
 
create_external_data_source() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
create_external_data_source() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Schema_createContext
 
Create_external_data_sourceContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_external_data_sourceContext
 
create_external_file_format() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
create_external_file_format() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Schema_createContext
 
Create_external_file_formatContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_external_file_formatContext
 
create_external_language() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
create_external_language() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Schema_createContext
 
Create_external_languageContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_external_languageContext
 
create_external_library() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
create_external_library() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Schema_createContext
 
Create_external_libraryContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_external_libraryContext
 
create_external_resource_pool() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
create_external_resource_pool() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Schema_createContext
 
Create_external_resource_poolContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_external_resource_poolContext
 
create_external_table() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
create_external_table() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Schema_createContext
 
Create_external_tableContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_external_tableContext
 
create_foreign_data_wrapper_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
create_foreign_data_wrapper_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Schema_createContext
 
Create_foreign_data_wrapper_statementContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_foreign_data_wrapper_statementContext
 
create_foreign_table_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
create_foreign_table_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Schema_createContext
 
Create_foreign_table_statementContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_foreign_table_statementContext
 
create_fts_configuration_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
create_fts_configuration_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Schema_createContext
 
Create_fts_configuration_statementContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_fts_configuration_statementContext
 
create_fts_dictionary_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
create_fts_dictionary_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Schema_createContext
 
Create_fts_dictionary_statementContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_fts_dictionary_statementContext
 
create_fts_parser_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
create_fts_parser_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Schema_createContext
 
Create_fts_parser_statementContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_fts_parser_statementContext
 
create_fts_template_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
create_fts_template_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Schema_createContext
 
Create_fts_template_statementContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_fts_template_statementContext
 
create_fulltext_catalog() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
create_fulltext_catalog() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Schema_createContext
 
Create_fulltext_catalogContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_fulltext_catalogContext
 
create_fulltext_index() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
create_fulltext_index() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Schema_createContext
 
Create_fulltext_indexContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_fulltext_indexContext
 
create_fulltext_stoplist() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
create_fulltext_stoplist() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Schema_createContext
 
Create_fulltext_stoplistContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_fulltext_stoplistContext
 
create_function_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
create_function_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Schema_createContext
 
Create_function_statementContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_function_statementContext
 
create_function_stmt() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
create_function_stmt() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Create_stmtContext
 
Create_function_stmtContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Create_function_stmtContext
 
create_group_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
create_group_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Schema_createContext
 
Create_group_statementContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_group_statementContext
 
create_index() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
create_index() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Schema_createContext
 
create_index_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
create_index_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Schema_createContext
 
Create_index_statementContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_index_statementContext
 
Create_indexContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_indexContext
 
create_key() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
create_key() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Schema_createContext
 
Create_keyContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_keyContext
 
create_language_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
create_language_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Schema_createContext
 
Create_language_statementContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_language_statementContext
 
create_live_view_stmt() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
create_live_view_stmt() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Create_view_stmtContext
 
Create_live_view_stmtContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Create_live_view_stmtContext
 
create_login_sql_server() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
create_login_sql_server() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Schema_createContext
 
Create_login_sql_serverContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_login_sql_serverContext
 
create_master_key_sql_server() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
create_master_key_sql_server() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Schema_createContext
 
Create_master_key_sql_serverContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_master_key_sql_serverContext
 
create_mat_view_stmt() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
create_mat_view_stmt() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Create_view_stmtContext
 
Create_mat_view_stmtContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Create_mat_view_stmtContext
 
create_message_type() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
create_message_type() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Schema_createContext
 
Create_message_typeContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_message_typeContext
 
create_named_collection_stmt() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
create_named_collection_stmt() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Create_stmtContext
 
Create_named_collection_stmtContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Create_named_collection_stmtContext
 
CREATE_NEW - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
CREATE_NEW - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
CREATE_NEW() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_asymmetric_keyContext
 
CREATE_NEW() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Key_optionsContext
 
CREATE_NEW() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
create_operator_class_option() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
create_operator_class_option() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_operator_class_statementContext
 
create_operator_class_option(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_operator_class_statementContext
 
Create_operator_class_optionContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_operator_class_optionContext
 
create_operator_class_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
create_operator_class_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Schema_createContext
 
Create_operator_class_statementContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_operator_class_statementContext
 
create_operator_family_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
create_operator_family_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Schema_createContext
 
Create_operator_family_statementContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_operator_family_statementContext
 
create_operator_option() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
create_operator_option() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_operator_statementContext
 
create_operator_option(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_operator_statementContext
 
Create_operator_optionContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_operator_optionContext
 
create_operator_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
create_operator_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Schema_createContext
 
Create_operator_statementContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_operator_statementContext
 
create_or_alter_broker_priority() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
create_or_alter_broker_priority() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Schema_alterContext
 
create_or_alter_broker_priority() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Schema_createContext
 
Create_or_alter_broker_priorityContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_or_alter_broker_priorityContext
 
create_or_alter_event_session() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
create_or_alter_event_session() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Schema_alterContext
 
create_or_alter_event_session() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Schema_createContext
 
create_or_alter_event_session_with() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
create_or_alter_event_session_with() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_or_alter_event_sessionContext
 
Create_or_alter_event_session_withContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_or_alter_event_session_withContext
 
Create_or_alter_event_sessionContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_or_alter_event_sessionContext
 
create_or_alter_function() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Batch_statement_bodyContext
 
create_or_alter_function() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
Create_or_alter_functionContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_or_alter_functionContext
 
create_or_alter_procedure() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Batch_statement_bodyContext
 
create_or_alter_procedure() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
Create_or_alter_procedureContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_or_alter_procedureContext
 
create_or_alter_resource_pool() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
create_or_alter_resource_pool() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Schema_alterContext
 
create_or_alter_resource_pool() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Schema_createContext
 
Create_or_alter_resource_poolContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_or_alter_resource_poolContext
 
create_or_alter_trigger() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Batch_statement_bodyContext
 
create_or_alter_trigger() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
Create_or_alter_triggerContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_or_alter_triggerContext
 
create_or_alter_view() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Batch_statement_bodyContext
 
create_or_alter_view() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
Create_or_alter_viewContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_or_alter_viewContext
 
create_partition_function() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
create_partition_function() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Schema_createContext
 
Create_partition_functionContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_partition_functionContext
 
create_partition_scheme() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
create_partition_scheme() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Schema_createContext
 
Create_partition_schemeContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_partition_schemeContext
 
create_policy_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
create_policy_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Schema_createContext
 
Create_policy_statementContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_policy_statementContext
 
create_policy_stmt() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
create_policy_stmt() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Create_stmtContext
 
Create_policy_stmtContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Create_policy_stmtContext
 
create_publication_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
create_publication_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Schema_createContext
 
Create_publication_statementContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_publication_statementContext
 
create_queue() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
create_queue() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Schema_createContext
 
Create_queueContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_queueContext
 
create_remote_service_binding() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
create_remote_service_binding() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Schema_createContext
 
Create_remote_service_bindingContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_remote_service_bindingContext
 
create_rewrite_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
create_rewrite_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Schema_createContext
 
Create_rewrite_statementContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_rewrite_statementContext
 
create_role_stmt() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
create_role_stmt() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Create_stmtContext
 
Create_role_stmtContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Create_role_stmtContext
 
create_route() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
create_route() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Schema_createContext
 
Create_routeContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_routeContext
 
create_rule() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
create_rule() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Schema_createContext
 
Create_ruleContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_ruleContext
 
create_schema() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Batch_statementContext
 
create_schema() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
create_schema_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
create_schema_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Schema_createContext
 
Create_schema_statementContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_schema_statementContext
 
Create_schemaContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_schemaContext
 
create_search_property_list() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
create_search_property_list() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Schema_createContext
 
Create_search_property_listContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_search_property_listContext
 
create_security_policy() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
create_security_policy() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Schema_createContext
 
Create_security_policyContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_security_policyContext
 
create_selective_index() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
create_selective_index() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Schema_createContext
 
Create_selective_indexContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_selective_indexContext
 
create_sequence() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
create_sequence() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Schema_createContext
 
create_sequence_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
create_sequence_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Schema_createContext
 
Create_sequence_statementContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_sequence_statementContext
 
Create_sequenceContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_sequenceContext
 
create_server_audit() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
create_server_audit() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Schema_createContext
 
create_server_audit_specification() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
create_server_audit_specification() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Schema_createContext
 
Create_server_audit_specificationContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_server_audit_specificationContext
 
Create_server_auditContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_server_auditContext
 
create_server_role() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
create_server_role() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Schema_createContext
 
Create_server_roleContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_server_roleContext
 
create_server_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
create_server_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Schema_createContext
 
Create_server_statementContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_server_statementContext
 
create_service() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
create_service() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Schema_createContext
 
Create_serviceContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_serviceContext
 
create_simple_view_stmt() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
create_simple_view_stmt() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Create_view_stmtContext
 
Create_simple_view_stmtContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Create_simple_view_stmtContext
 
create_spatial_index() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
create_spatial_index() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Schema_createContext
 
Create_spatial_indexContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_spatial_indexContext
 
create_statistics() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
create_statistics() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Schema_createContext
 
create_statistics_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
create_statistics_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Schema_createContext
 
Create_statistics_statementContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_statistics_statementContext
 
Create_statisticsContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_statisticsContext
 
create_stmt() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
create_stmt() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Ddl_stmtContext
 
Create_stmtContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Create_stmtContext
 
create_subscription_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
create_subscription_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Schema_createContext
 
Create_subscription_statementContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_subscription_statementContext
 
create_synonym() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
create_synonym() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Schema_createContext
 
Create_synonymContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_synonymContext
 
create_table() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
create_table() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Schema_createContext
 
create_table_as_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
create_table_as_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Explain_queryContext
 
create_table_as_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Schema_createContext
 
Create_table_as_statementContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_table_as_statementContext
 
create_table_external_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
create_table_external_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Schema_createContext
 
Create_table_external_statementContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_table_external_statementContext
 
create_table_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
create_table_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Schema_createContext
 
Create_table_statementContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_table_statementContext
 
create_table_stmt() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Create_stmtContext
 
create_table_stmt() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
Create_table_stmtContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Create_table_stmtContext
 
Create_tableContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_tableContext
 
create_tablespace_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
create_tablespace_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Schema_createContext
 
Create_tablespace_statementContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_tablespace_statementContext
 
create_transform_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
create_transform_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Schema_createContext
 
Create_transform_statementContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_transform_statementContext
 
create_trigger_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
create_trigger_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Schema_createContext
 
Create_trigger_statementContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_trigger_statementContext
 
create_type() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
create_type() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Schema_createContext
 
create_type_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
create_type_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Schema_createContext
 
Create_type_statementContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_type_statementContext
 
Create_typeContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_typeContext
 
create_user() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
create_user() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Schema_createContext
 
create_user_mapping_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
create_user_mapping_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Schema_createContext
 
Create_user_mapping_statementContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_user_mapping_statementContext
 
create_user_or_role_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
create_user_or_role_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Schema_createContext
 
Create_user_or_role_statementContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_user_or_role_statementContext
 
create_user_stmt() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Create_stmtContext
 
create_user_stmt() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
Create_user_stmtContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Create_user_stmtContext
 
Create_userContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_userContext
 
create_view_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
create_view_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Explain_queryContext
 
create_view_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Schema_createContext
 
Create_view_statementContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_view_statementContext
 
create_view_stmt() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Create_stmtContext
 
create_view_stmt() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
Create_view_stmtContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Create_view_stmtContext
 
create_workload_group() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
create_workload_group() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Schema_createContext
 
Create_workload_groupContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_workload_groupContext
 
create_xml_index() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
create_xml_index() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Schema_createContext
 
Create_xml_indexContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_xml_indexContext
 
create_xml_schema_collection() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
create_xml_schema_collection() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Schema_createContext
 
Create_xml_schema_collectionContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_xml_schema_collectionContext
 
CreateAggregate - Class in org.pgcodekeeper.core.parsers.antlr.pg.statement
Parser for PostgreSQL CREATE AGGREGATE statements.
CreateAggregate(SQLParser.Create_aggregate_statementContext, PgDatabase, ISettings) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.statement.CreateAggregate
Constructs a new CreateAggregate parser.
CreateCast - Class in org.pgcodekeeper.core.parsers.antlr.pg.statement
Parser for PostgreSQL CREATE CAST statements.
CreateCast(SQLParser.Create_cast_statementContext, PgDatabase, ISettings) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.statement.CreateCast
Constructs a new CreateCast parser.
CreateChDictionary - Class in org.pgcodekeeper.core.parsers.antlr.ch.statement
Parser for ClickHouse CREATE DICTIONARY statements.
CreateChDictionary(CHParser.Create_dictinary_stmtContext, ChDatabase, ISettings) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.statement.CreateChDictionary
Creates a parser for ClickHouse CREATE DICTIONARY statements.
CreateChFunction - Class in org.pgcodekeeper.core.parsers.antlr.ch.statement
Parser for ClickHouse CREATE FUNCTION statements.
CreateChFunction(CHParser.Create_function_stmtContext, ChDatabase, ISettings) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.statement.CreateChFunction
Creates a parser for ClickHouse CREATE FUNCTION statements.
createCHParser(InputStream, String, String, List<Object>) - Static method in class org.pgcodekeeper.core.parsers.antlr.base.AntlrParser
Creates a ClickHouse SQL parser from input stream.
createCHParser(String, String, List<Object>) - Static method in class org.pgcodekeeper.core.parsers.antlr.base.AntlrParser
Creates a ClickHouse SQL parser from string input.
CreateChPolicy - Class in org.pgcodekeeper.core.parsers.antlr.ch.statement
Parser for ClickHouse CREATE POLICY statements.
CreateChPolicy(CHParser.Create_policy_stmtContext, ChDatabase, ISettings) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.statement.CreateChPolicy
Creates a parser for ClickHouse CREATE POLICY statements.
CreateChRole - Class in org.pgcodekeeper.core.parsers.antlr.ch.statement
Parser for ClickHouse CREATE ROLE statements.
CreateChRole(CHParser.Create_role_stmtContext, ChDatabase, ISettings) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.statement.CreateChRole
Creates a parser for ClickHouse CREATE ROLE statements.
CreateChSchema - Class in org.pgcodekeeper.core.parsers.antlr.ch.statement
Parser for ClickHouse CREATE DATABASE statements.
CreateChSchema(CHParser.Create_database_stmtContext, ChDatabase, ISettings) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.statement.CreateChSchema
Creates a parser for ClickHouse CREATE DATABASE statements.
CreateChTable - Class in org.pgcodekeeper.core.parsers.antlr.ch.statement
Parser for ClickHouse CREATE TABLE statements.
CreateChTable(CHParser.Create_table_stmtContext, ChDatabase, ISettings) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.statement.CreateChTable
Creates a parser for ClickHouse CREATE TABLE statements.
CreateChUser - Class in org.pgcodekeeper.core.parsers.antlr.ch.statement
Parser for ClickHouse CREATE USER statements.
CreateChUser(CHParser.Create_user_stmtContext, ChDatabase, ISettings) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.statement.CreateChUser
Creates a parser for ClickHouse CREATE USER statements.
CreateChView - Class in org.pgcodekeeper.core.parsers.antlr.ch.statement
Parser for ClickHouse CREATE VIEW statements.
CreateChView(CHParser.Create_view_stmtContext, ChDatabase, CommonTokenStream, ISettings) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.statement.CreateChView
Creates a parser for ClickHouse CREATE VIEW statements.
CreateCollation - Class in org.pgcodekeeper.core.parsers.antlr.pg.statement
Parser for PostgreSQL CREATE COLLATION statements.
CreateCollation(SQLParser.Create_collation_statementContext, PgDatabase, ISettings) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.statement.CreateCollation
Constructs a new CreateCollation parser.
CreateDatabase - Class in org.pgcodekeeper.core.parsers.antlr.pg.statement
PostgreSQL CREATE DATABASE statement parser that handles database creation.
CreateDatabase(SQLParser.Create_database_statementContext, PgDatabase, ISettings) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.statement.CreateDatabase
Constructs a new CreateDatabase parser.
createDb(ISettings) - Static method in class org.pgcodekeeper.core.loader.DatabaseLoader
Creates a new database instance based on the database type specified in settings.
CREATEDB - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
CREATEDB - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
CREATEDB() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonkeywordContext
 
CREATEDB() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.User_or_role_or_group_common_optionContext
 
CreateDomain - Class in org.pgcodekeeper.core.parsers.antlr.pg.statement
Parser for PostgreSQL CREATE DOMAIN statements.
CreateDomain(SQLParser.Create_domain_statementContext, PgDatabase, CommonTokenStream, ISettings) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.statement.CreateDomain
Constructs a new CreateDomain parser.
CreateEventTrigger - Class in org.pgcodekeeper.core.parsers.antlr.pg.statement
Parser for PostgreSQL CREATE EVENT TRIGGER statements.
CreateEventTrigger(SQLParser.Create_event_trigger_statementContext, PgDatabase, ISettings) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.statement.CreateEventTrigger
Constructs a new CreateEventTrigger parser.
CreateExtension - Class in org.pgcodekeeper.core.parsers.antlr.pg.statement
Parser for PostgreSQL CREATE EXTENSION statements.
CreateExtension(SQLParser.Create_extension_statementContext, PgDatabase, ISettings) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.statement.CreateExtension
Constructs a new CreateExtension parser.
CREATEEXTTABLE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
CREATEEXTTABLE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
CREATEEXTTABLE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonkeywordContext
 
CREATEEXTTABLE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.User_or_role_or_group_common_optionContext
 
CreateFdw - Class in org.pgcodekeeper.core.parsers.antlr.pg.statement
Parser for PostgreSQL CREATE FOREIGN DATA WRAPPER statements.
CreateFdw(SQLParser.Create_foreign_data_wrapper_statementContext, PgDatabase, ISettings) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.statement.CreateFdw
Constructs a new CreateFdw parser.
CreateForeignTable - Class in org.pgcodekeeper.core.parsers.antlr.pg.statement
Parser for PostgreSQL CREATE FOREIGN TABLE statements.
CreateForeignTable(SQLParser.Create_foreign_table_statementContext, PgDatabase, CommonTokenStream, ISettings) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.statement.CreateForeignTable
Constructs a new CreateForeignTable parser.
CreateFtsConfiguration - Class in org.pgcodekeeper.core.parsers.antlr.pg.statement
Parser for PostgreSQL CREATE TEXT SEARCH CONFIGURATION statements.
CreateFtsConfiguration(SQLParser.Create_fts_configuration_statementContext, PgDatabase, ISettings) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.statement.CreateFtsConfiguration
Constructs a new CreateFtsConfiguration parser.
CreateFtsDictionary - Class in org.pgcodekeeper.core.parsers.antlr.pg.statement
Parser for PostgreSQL CREATE TEXT SEARCH DICTIONARY statements.
CreateFtsDictionary(SQLParser.Create_fts_dictionary_statementContext, PgDatabase, ISettings) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.statement.CreateFtsDictionary
Constructs a new CreateFtsDictionary parser.
CreateFtsParser - Class in org.pgcodekeeper.core.parsers.antlr.pg.statement
Parser for PostgreSQL CREATE TEXT SEARCH PARSER statements.
CreateFtsParser(SQLParser.Create_fts_parser_statementContext, PgDatabase, ISettings) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.statement.CreateFtsParser
Constructs a new CreateFtsParser parser.
CreateFtsTemplate - Class in org.pgcodekeeper.core.parsers.antlr.pg.statement
Parser for PostgreSQL CREATE TEXT SEARCH TEMPLATE statements.
CreateFtsTemplate(SQLParser.Create_fts_template_statementContext, PgDatabase, ISettings) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.statement.CreateFtsTemplate
Constructs a new CreateFtsTemplate parser.
CreateFunction - Class in org.pgcodekeeper.core.parsers.antlr.pg.statement
Parser for PostgreSQL CREATE FUNCTION and CREATE PROCEDURE statements.
CreateFunction(SQLParser.Create_function_statementContext, PgDatabase, List<Object>, Queue<AntlrTask<?>>, ISettings) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.statement.CreateFunction
Constructs a new CreateFunction parser.
CreateGpExternalTable - Class in org.pgcodekeeper.core.parsers.antlr.pg.statement
Parser for Greenplum CREATE EXTERNAL TABLE statements.
CreateGpExternalTable(PgDatabase, CommonTokenStream, SQLParser.Create_table_external_statementContext, ISettings) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.statement.CreateGpExternalTable
Constructs a new CreateGpExternalTable parser.
createIgnoreListParser(Path) - Static method in class org.pgcodekeeper.core.parsers.antlr.base.AntlrParser
Creates a parser for ignore list files.
createIndent(int) - Method in class org.pgcodekeeper.core.formatter.FormatConfiguration
Creates an indentation string based on current configuration.
createIndent(int, char) - Static method in class org.pgcodekeeper.core.formatter.FormatConfiguration
Creates an indentation string with specified character.
CreateIndex - Class in org.pgcodekeeper.core.parsers.antlr.pg.statement
Parser for PostgreSQL CREATE INDEX statements.
CreateIndex(SQLParser.Create_index_statementContext, PgDatabase, String, CommonTokenStream, ISettings) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.statement.CreateIndex
Constructs a new CreateIndex parser.
createJdbcLoader(ISettings, String, AbstractJdbcConnector, IMonitor, IgnoreSchemaList) - Static method in class org.pgcodekeeper.core.loader.LoaderFactory
Creates a JDBC database loader with specified connector and monitoring.
createJdbcLoader(ISettings, String, IgnoreSchemaList) - Static method in class org.pgcodekeeper.core.loader.LoaderFactory
Creates a JDBC database loader using URL-based connection.
createJdbcLoader(ISettings, String, IgnoreSchemaList, IMonitor) - Static method in class org.pgcodekeeper.core.loader.LoaderFactory
Creates a JDBC database loader using URL-based connection and monitoring.
CreateMsAssembly - Class in org.pgcodekeeper.core.parsers.antlr.ms.statement
Parser for Microsoft SQL CREATE ASSEMBLY statements.
CreateMsAssembly(TSQLParser.Create_assemblyContext, MsDatabase, ISettings) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.statement.CreateMsAssembly
Creates a parser for Microsoft SQL CREATE ASSEMBLY statements.
CreateMsFunction - Class in org.pgcodekeeper.core.parsers.antlr.ms.statement
Parser for Microsoft SQL CREATE FUNCTION statements.
CreateMsFunction(TSQLParser.Batch_statementContext, MsDatabase, boolean, boolean, CommonTokenStream, ISettings) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.statement.CreateMsFunction
Creates a parser for Microsoft SQL CREATE FUNCTION statements.
CreateMsIndex - Class in org.pgcodekeeper.core.parsers.antlr.ms.statement
Parser for Microsoft SQL CREATE INDEX statements.
CreateMsIndex(TSQLParser.Create_indexContext, MsDatabase, ISettings) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.statement.CreateMsIndex
Creates a parser for Microsoft SQL CREATE INDEX statements.
CreateMsProcedure - Class in org.pgcodekeeper.core.parsers.antlr.ms.statement
Parser for Microsoft SQL CREATE PROCEDURE statements.
CreateMsProcedure(TSQLParser.Batch_statementContext, MsDatabase, boolean, boolean, CommonTokenStream, ISettings) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.statement.CreateMsProcedure
Creates a parser for Microsoft SQL CREATE PROCEDURE statements.
CreateMsRole - Class in org.pgcodekeeper.core.parsers.antlr.ms.statement
Parser for Microsoft SQL CREATE ROLE statements.
CreateMsRole(TSQLParser.Create_db_roleContext, MsDatabase, ISettings) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.statement.CreateMsRole
Creates a parser for Microsoft SQL CREATE ROLE statements.
CreateMsSchema - Class in org.pgcodekeeper.core.parsers.antlr.ms.statement
Parser for Microsoft SQL CREATE SCHEMA statements.
CreateMsSchema(TSQLParser.Create_schemaContext, MsDatabase, ISettings) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.statement.CreateMsSchema
Creates a parser for Microsoft SQL CREATE SCHEMA statements.
CreateMsSequence - Class in org.pgcodekeeper.core.parsers.antlr.ms.statement
Parser for Microsoft SQL CREATE SEQUENCE statements.
CreateMsSequence(TSQLParser.Create_sequenceContext, MsDatabase, ISettings) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.statement.CreateMsSequence
Creates a parser for Microsoft SQL CREATE SEQUENCE statements.
CreateMsStatistics - Class in org.pgcodekeeper.core.parsers.antlr.ms.statement
Parser for Microsoft SQL CREATE STATISTICS statements.
CreateMsStatistics(TSQLParser.Create_statisticsContext, MsDatabase, ISettings) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.statement.CreateMsStatistics
Creates a parser for Microsoft SQL CREATE STATISTICS statements.
CreateMsTable - Class in org.pgcodekeeper.core.parsers.antlr.ms.statement
Parser for Microsoft SQL CREATE TABLE statements.
CreateMsTable(TSQLParser.Create_tableContext, MsDatabase, boolean, ISettings) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.statement.CreateMsTable
Creates a parser for Microsoft SQL CREATE TABLE statements.
CreateMsTrigger - Class in org.pgcodekeeper.core.parsers.antlr.ms.statement
Parser for Microsoft SQL CREATE TRIGGER statements.
CreateMsTrigger(TSQLParser.Batch_statementContext, MsDatabase, boolean, boolean, CommonTokenStream, ISettings) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.statement.CreateMsTrigger
Creates a parser for Microsoft SQL CREATE TRIGGER statements.
CreateMsType - Class in org.pgcodekeeper.core.parsers.antlr.ms.statement
Parser for Microsoft SQL CREATE TYPE statements.
CreateMsType(TSQLParser.Create_typeContext, MsDatabase, ISettings) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.statement.CreateMsType
Creates a parser for Microsoft SQL CREATE TYPE statements.
CreateMsUser - Class in org.pgcodekeeper.core.parsers.antlr.ms.statement
Parser for Microsoft SQL CREATE USER statements.
CreateMsUser(TSQLParser.Create_userContext, MsDatabase, ISettings) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.statement.CreateMsUser
Creates a parser for Microsoft SQL CREATE USER statements.
CreateMsView - Class in org.pgcodekeeper.core.parsers.antlr.ms.statement
Parser for Microsoft SQL CREATE VIEW statements.
CreateMsView(TSQLParser.Batch_statementContext, MsDatabase, boolean, boolean, CommonTokenStream, ISettings) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.statement.CreateMsView
Creates a parser for Microsoft SQL CREATE VIEW statements from batch context.
CreateOperator - Class in org.pgcodekeeper.core.parsers.antlr.pg.statement
Parser for PostgreSQL CREATE OPERATOR statements.
CreateOperator(SQLParser.Create_operator_statementContext, PgDatabase, ISettings) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.statement.CreateOperator
Constructs a new CreateOperator parser.
CreatePolicy - Class in org.pgcodekeeper.core.parsers.antlr.pg.statement
Parser for PostgreSQL CREATE POLICY statements.
CreatePolicy(SQLParser.Create_policy_statementContext, PgDatabase, ISettings) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.statement.CreatePolicy
Constructs a new CreatePolicy parser.
createPrivilegesParser(String) - Static method in class org.pgcodekeeper.core.parsers.antlr.base.AntlrParser
Creates a parser for PostgreSQL privilege strings.
CREATEROLE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
CREATEROLE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
CREATEROLE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonkeywordContext
 
CREATEROLE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.User_or_role_or_group_common_optionContext
 
CreateRule - Class in org.pgcodekeeper.core.parsers.antlr.pg.statement
Parser for PostgreSQL CREATE RULE statements.
CreateRule(SQLParser.Create_rewrite_statementContext, PgDatabase, ISettings) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.statement.CreateRule
Constructs a new CreateRule parser.
CreateSchema - Class in org.pgcodekeeper.core.parsers.antlr.pg.statement
PostgreSQL CREATE SCHEMA statement parser that handles schema creation.
CreateSchema(SQLParser.Create_schema_statementContext, PgDatabase, ISettings) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.statement.CreateSchema
Constructs a CREATE SCHEMA statement parser.
CreateSequence - Class in org.pgcodekeeper.core.parsers.antlr.pg.statement
Parser for PostgreSQL CREATE SEQUENCE statements.
CreateSequence(SQLParser.Create_sequence_statementContext, PgDatabase, ISettings) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.statement.CreateSequence
Constructs a new CreateSequence parser.
CreateServer - Class in org.pgcodekeeper.core.parsers.antlr.pg.statement
Parser for PostgreSQL CREATE SERVER statements.
CreateServer(SQLParser.Create_server_statementContext, PgDatabase, ISettings) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.statement.CreateServer
Constructs a new CreateServer parser.
createSQLParser(InputStream, String, String, List<Object>) - Static method in class org.pgcodekeeper.core.parsers.antlr.base.AntlrParser
Creates a PostgreSQL SQL parser from input stream.
createSQLParser(String, String, List<Object>) - Static method in class org.pgcodekeeper.core.parsers.antlr.base.AntlrParser
Creates a PostgreSQL SQL parser from string input.
createSQLParser(String, String, List<Object>, Token) - Static method in class org.pgcodekeeper.core.parsers.antlr.base.AntlrParser
Creates a PostgreSQL SQL parser from string input with position offset.
CreateStatistics - Class in org.pgcodekeeper.core.parsers.antlr.pg.statement
Parser for PostgreSQL CREATE STATISTICS statements.
CreateStatistics(SQLParser.Create_statistics_statementContext, PgDatabase, CommonTokenStream, ISettings) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.statement.CreateStatistics
Constructs a new CreateStatistics parser.
createSubMonitor() - Method in interface org.pgcodekeeper.core.monitor.IMonitor
Creates a sub-monitor for tracking a portion of this monitor's work.
createSubMonitor() - Method in class org.pgcodekeeper.core.monitor.NullMonitor
 
CreateTable - Class in org.pgcodekeeper.core.parsers.antlr.pg.statement
Parser for PostgreSQL CREATE TABLE statements.
CreateTable(SQLParser.Create_table_statementContext, PgDatabase, String, String, String, CommonTokenStream, ISettings) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.statement.CreateTable
Constructs a new CreateTable parser.
createTempDirectory(String) - Static method in class org.pgcodekeeper.core.utils.FileUtils
Creates temporary directory with secure permissions.
createTempDirectory(Path, String) - Static method in class org.pgcodekeeper.core.utils.FileUtils
Creates temporary directory in specified parent directory.
createTempFile(String, String) - Static method in class org.pgcodekeeper.core.utils.FileUtils
Creates temporary file with secure permissions.
createTempFile(Path, String, String) - Static method in class org.pgcodekeeper.core.utils.FileUtils
Creates temporary file in specified directory.
createTree(AbstractDatabase, AbstractDatabase) - Method in class org.pgcodekeeper.core.model.difftree.DiffTree
Creates a diff tree by comparing two database schemas and building a hierarchical tree structure representing the differences between them.
createTreeFromDb(AbstractDatabase) - Static method in class org.pgcodekeeper.core.schema.meta.MetaUtils
Creates a metadata container from a database object.
createTreeFromDefs(Stream<MetaStatement>, DatabaseType, SupportedPgVersion) - Static method in class org.pgcodekeeper.core.schema.meta.MetaUtils
Creates a metadata container from a stream of metadata definitions.
CreateTrigger - Class in org.pgcodekeeper.core.parsers.antlr.pg.statement
Parser for PostgreSQL CREATE TRIGGER statements.
CreateTrigger(SQLParser.Create_trigger_statementContext, PgDatabase, ISettings) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.statement.CreateTrigger
Constructs a new CreateTrigger parser.
createTSQLParser(InputStream, String, String, List<Object>) - Static method in class org.pgcodekeeper.core.parsers.antlr.base.AntlrParser
Creates a Microsoft SQL parser from input stream.
createTSQLParser(String, String, List<Object>) - Static method in class org.pgcodekeeper.core.parsers.antlr.base.AntlrParser
Creates a Microsoft SQL parser from string input.
CreateType - Class in org.pgcodekeeper.core.parsers.antlr.pg.statement
Parser for PostgreSQL CREATE TYPE statements.
CreateType(SQLParser.Create_type_statementContext, PgDatabase, ISettings) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.statement.CreateType
Constructs a new CreateType parser.
CREATEUSER - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
CREATEUSER - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
CREATEUSER() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonkeywordContext
 
CREATEUSER() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.User_or_role_or_group_common_optionContext
 
CreateUserMapping - Class in org.pgcodekeeper.core.parsers.antlr.pg.statement
Parser for PostgreSQL CREATE USER MAPPING statements.
CreateUserMapping(SQLParser.Create_user_mapping_statementContext, PgDatabase, ISettings) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.statement.CreateUserMapping
Constructs a new CreateUserMapping parser.
CreateView - Class in org.pgcodekeeper.core.parsers.antlr.pg.statement
Parser for PostgreSQL CREATE VIEW and CREATE MATERIALIZED VIEW statements.
CreateView(SQLParser.Create_view_statementContext, PgDatabase, String, String, CommonTokenStream, ISettings) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.statement.CreateView
Constructs a new CreateView parser.
CREATION_DISPOSITION - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
CREATION_DISPOSITION - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
CREATION_DISPOSITION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_asymmetric_keyContext
 
CREATION_DISPOSITION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Key_optionsContext
 
CREATION_DISPOSITION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
CREDENTIAL - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
CREDENTIAL - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
CREDENTIAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_credentialContext
 
CREDENTIAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_database_scoped_credentialContext
 
CREDENTIAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_login_sql_serverContext
 
CREDENTIAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Backup_optionContext
 
CREDENTIAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Class_typeContext
 
CREDENTIAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_credentialContext
 
CREDENTIAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_database_scoped_credentialContext
 
CREDENTIAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Drop_statementsContext
 
CREDENTIAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.External_data_source_optionContext
 
CREDENTIAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Login_sub_option_listContext
 
CREDENTIAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.PermissionContext
 
CREDENTIAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Restore_optionContext
 
CREDENTIAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
CREDENTIAL(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_login_sql_serverContext
 
credential_name - Variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_database_scoped_credentialContext
 
cripto_list() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Add_signatureContext
 
cripto_list() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
cripto_list(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Add_signatureContext
 
Cripto_listContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Cripto_listContext
 
CROSS - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
CROSS - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
CROSS - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
CROSS - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
CROSS - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
CROSS - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
CROSS() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.From_itemContext
 
CROSS() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_reservedContext
 
CROSS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.From_itemContext
 
CROSS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
CROSS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.From_itemContext
 
CROSS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_reserved_except_function_typeContext
 
CRYPTOGRAPHIC - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
CRYPTOGRAPHIC - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
CRYPTOGRAPHIC() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_cryptographic_providerContext
 
CRYPTOGRAPHIC() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Class_typeContext
 
CRYPTOGRAPHIC() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_credentialContext
 
CRYPTOGRAPHIC() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_cryptographic_providerContext
 
CRYPTOGRAPHIC() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Drop_statementsContext
 
CRYPTOGRAPHIC() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
CSV - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
CSV - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
CSV() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
CSV() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Copy_optionContext
 
CSV() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
CUBE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
CUBE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
CUBE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
CUBE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
CUBE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
CUBE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
CUBE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Grouping_elementContext
 
CUBE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Select_primaryContext
 
CUBE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
CUBE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Group_by_clauseContext
 
CUBE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
CUBE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
CUBE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Grouping_elementContext
 
CUBE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
CURRENT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
CURRENT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
CURRENT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
CURRENT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
CURRENT - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
CURRENT - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
CURRENT() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Show_stmtContext
 
CURRENT() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
CURRENT() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Win_frame_boundContext
 
CURRENT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_databaseContext
 
CURRENT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Delete_statementContext
 
CURRENT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Update_statementContext
 
CURRENT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Window_frame_precedingContext
 
CURRENT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
CURRENT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Base_statementContext
 
CURRENT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Delete_stmt_for_psqlContext
 
CURRENT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Frame_boundContext
 
CURRENT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Frame_clauseContext
 
CURRENT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Session_local_optionContext
 
CURRENT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Set_reset_parameterContext
 
CURRENT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
CURRENT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Update_stmt_for_psqlContext
 
CURRENT_CATALOG - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
CURRENT_CATALOG - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
CURRENT_CATALOG() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
CURRENT_CATALOG() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.System_functionContext
 
CURRENT_CATALOG() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_reservedContext
 
CURRENT_DATE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
CURRENT_DATE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
CURRENT_DATE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
CURRENT_DATE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
CURRENT_DATE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Function_callContext
 
CURRENT_DATE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
CURRENT_DATE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Date_time_functionContext
 
CURRENT_DATE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_reservedContext
 
CURRENT_ROLE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
CURRENT_ROLE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
CURRENT_ROLE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
CURRENT_ROLE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.System_functionContext
 
CURRENT_ROLE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_reservedContext
 
CURRENT_ROLE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.User_nameContext
 
CURRENT_SCHEMA - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
CURRENT_SCHEMA - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
CURRENT_SCHEMA() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
CURRENT_SCHEMA() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Publication_objectContext
 
CURRENT_SCHEMA() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.System_functionContext
 
CURRENT_SCHEMA() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_reserved_except_function_typeContext
 
CURRENT_SCHEMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Publication_objectContext
 
CURRENT_TIME - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
CURRENT_TIME - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
CURRENT_TIME - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
CURRENT_TIME - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
CURRENT_TIME() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Function_callContext
 
CURRENT_TIME() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
CURRENT_TIME() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Date_time_functionContext
 
CURRENT_TIME() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_reservedContext
 
CURRENT_TIMESTAMP - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
CURRENT_TIMESTAMP - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
CURRENT_TIMESTAMP - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
CURRENT_TIMESTAMP - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
CURRENT_TIMESTAMP() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Function_callContext
 
CURRENT_TIMESTAMP() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
CURRENT_TIMESTAMP() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Date_time_functionContext
 
CURRENT_TIMESTAMP() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_reservedContext
 
CURRENT_USER - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
CURRENT_USER - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
CURRENT_USER - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
CURRENT_USER - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
CURRENT_USER - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
CURRENT_USER - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
CURRENT_USER() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
CURRENT_USER() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Function_callContext
 
CURRENT_USER() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
CURRENT_USER() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.System_functionContext
 
CURRENT_USER() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_reservedContext
 
CURRENT_USER() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.User_nameContext
 
cursor - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Delete_stmt_for_psqlContext
 
cursor - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Loop_startContext
 
cursor - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Update_stmt_for_psqlContext
 
CURSOR - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
CURSOR - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
CURSOR - Static variable in interface org.pgcodekeeper.core.parsers.antlr.pg.expr.TypesSetManually
 
CURSOR - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
CURSOR - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
CURSOR() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Cursor_commonContext
 
CURSOR() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Data_typeContext
 
CURSOR() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
CURSOR() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Declare_statementContext
 
CURSOR() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
CURSOR() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Type_declarationContext
 
CURSOR_CLOSE_ON_COMMIT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
CURSOR_CLOSE_ON_COMMIT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
CURSOR_CLOSE_ON_COMMIT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Database_optionspecContext
 
CURSOR_CLOSE_ON_COMMIT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
cursor_common() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
cursor_common() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Cursor_statementContext
 
cursor_common() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Set_statementContext
 
Cursor_commonContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Cursor_commonContext
 
CURSOR_DEFAULT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
CURSOR_DEFAULT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
CURSOR_DEFAULT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Database_optionspecContext
 
CURSOR_DEFAULT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
cursor_name() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
cursor_name() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Cursor_statementContext
 
cursor_name() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Delete_statementContext
 
cursor_name() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Update_statementContext
 
Cursor_nameContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Cursor_nameContext
 
cursor_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Another_statementContext
 
cursor_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
cursor_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
cursor_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Function_statementContext
 
Cursor_statementContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Cursor_statementContext
 
Cursor_statementContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Cursor_statementContext
 
cursor_var - Variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Delete_statementContext
 
cursor_var - Variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Update_statementContext
 
CustomAntlrErrorStrategy - Class in org.pgcodekeeper.core.parsers.antlr.base
Base abstract error strategy for ANTLR parsers that provides enhanced error reporting with token filtering and user-friendly error messages.
CustomAntlrErrorStrategy() - Constructor for class org.pgcodekeeper.core.parsers.antlr.base.CustomAntlrErrorStrategy
 
CustomChSQLAntlrErrorStrategy - Class in org.pgcodekeeper.core.parsers.antlr.ch
ClickHouse-specific error strategy that provides enhanced error reporting for ClickHouse SQL parsing.
CustomChSQLAntlrErrorStrategy() - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.CustomChSQLAntlrErrorStrategy
 
CustomChSQLParserListener - Class in org.pgcodekeeper.core.parsers.antlr.ch
Custom ANTLR listener for parsing ClickHouse SQL statements.
CustomChSQLParserListener(ChDatabase, String, ParserListenerMode, List<Object>, IMonitor, ISettings) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.CustomChSQLParserListener
Creates a new ClickHouse SQL parser listener.
CustomParserListener<T extends AbstractDatabase> - Class in org.pgcodekeeper.core.parsers.antlr.base
Base class for custom ANTLR parse tree listeners that build database schema models.
CustomParserListener(T, String, ParserListenerMode, List<Object>, IMonitor, ISettings) - Constructor for class org.pgcodekeeper.core.parsers.antlr.base.CustomParserListener
Creates a new parser listener for building database schemas.
CustomSQLAntlrErrorStrategy - Class in org.pgcodekeeper.core.parsers.antlr.pg
PostgreSQL-specific error strategy that provides enhanced error reporting for PostgreSQL SQL parsing.
CustomSQLAntlrErrorStrategy() - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.CustomSQLAntlrErrorStrategy
 
CustomSQLParserListener - Class in org.pgcodekeeper.core.parsers.antlr.pg
Custom ANTLR listener for parsing PostgreSQL SQL statements.
CustomSQLParserListener(PgDatabase, String, ParserListenerMode, List<Object>, Queue<AntlrTask<?>>, IMonitor, ISettings) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.CustomSQLParserListener
Creates a new PostgreSQL SQL parser listener.
CustomTSQLAntlrErrorStrategy - Class in org.pgcodekeeper.core.parsers.antlr.ms
Microsoft SQL-specific error strategy that provides enhanced error reporting for T-SQL parsing.
CustomTSQLAntlrErrorStrategy() - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.CustomTSQLAntlrErrorStrategy
 
CustomTSQLParserListener - Class in org.pgcodekeeper.core.parsers.antlr.ms
Custom ANTLR listener for parsing Microsoft SQL Server (T-SQL) statements.
CustomTSQLParserListener(MsDatabase, String, ParserListenerMode, List<Object>, IMonitor, ISettings) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.CustomTSQLParserListener
Creates a new Microsoft SQL Server parser listener.
CYCLE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
CYCLE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
CYCLE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
CYCLE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
CYCLE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Sequence_bodyContext
 
CYCLE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
CYCLE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
CYCLE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Sequence_bodyContext
 
CYCLE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
CYCLE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.With_queryContext
 
cycle_true - Variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Sequence_bodyContext
 
cycle_true - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Sequence_bodyContext
 
cycle_val - Variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Sequence_bodyContext
 
cycle_val - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Sequence_bodyContext
 

D

DaemonThreadFactory - Class in org.pgcodekeeper.core.utils
For thread pools that shouldn't prevent normal program shutdown.
DaemonThreadFactory() - Constructor for class org.pgcodekeeper.core.utils.DaemonThreadFactory
 
DangerStatement - Enum Class in org.pgcodekeeper.core
Enumeration of potentially dangerous SQL statements that should be handled with caution.
dat_type - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_domain_statementContext
 
data(SQLParser.Data_statementContext) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.expr.Statements
Analyzes and processes a data statement.
DATA - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
DATA - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
DATA - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
DATA - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
DATA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_external_data_sourceContext
 
DATA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Assembly_optionContext
 
DATA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Class_typeContext
 
DATA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_external_data_sourceContext
 
DATA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Drop_statementsContext
 
DATA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.PermissionContext
 
DATA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
DATA() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Additional_statementContext
 
DATA() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_foreign_data_wrapperContext
 
DATA() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
DATA() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Column_actionContext
 
DATA() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Comment_member_objectContext
 
DATA() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_foreign_data_wrapper_statementContext
 
DATA() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_server_statementContext
 
DATA() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_table_as_statementContext
 
DATA() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_view_statementContext
 
DATA() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Drop_statementsContext
 
DATA() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Extension_member_objectContext
 
DATA() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Function_actions_commonContext
 
DATA() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Owner_member_objectContext
 
DATA() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Rule_member_objectContext
 
DATA() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
DATA() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Type_actionContext
 
data_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
data_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Insert_stmtContext
 
Data_clauseContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Data_clauseContext
 
DATA_CONSISTENCY_CHECK - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
DATA_CONSISTENCY_CHECK - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
DATA_CONSISTENCY_CHECK() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
DATA_CONSISTENCY_CHECK() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.System_versioning_optContext
 
DATA_DELETION - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
DATA_DELETION - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
DATA_DELETION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
data_deletion_opt() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
data_deletion_opt() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.On_optionContext
 
data_deletion_opt(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.On_optionContext
 
Data_deletion_optContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Data_deletion_optContext
 
data_file - Variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Rowset_functionContext
 
DATA_SOURCE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
DATA_SOURCE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
DATA_SOURCE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
data_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Additional_statementContext
 
data_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Copy_to_statementContext
 
data_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
data_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Explain_queryContext
 
data_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Plpgsql_queryContext
 
data_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.StatementContext
 
data_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.With_queryContext
 
Data_statementContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Data_statementContext
 
data_type() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_table_actionContext
 
data_type() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
data_type() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Data_type_exprContext
 
data_type() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Data_typeContext
 
data_type() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Dictionary_attr_defContext
 
data_type() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Expr_primaryContext
 
data_type() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.ExprContext
 
data_type() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Function_callContext
 
data_type() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Index_typeContext
 
data_type() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Modify_column_exprContext
 
data_type() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tuple_elementContext
 
data_type() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Column_declarationContext
 
data_type() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Column_defContext
 
data_type() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Column_definitionContext
 
data_type() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_aggregateContext
 
data_type() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_partition_functionContext
 
data_type() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
data_type() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Declare_localContext
 
data_type() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Fulltext_index_columnContext
 
data_type() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Func_returnContext
 
data_type() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Function_callContext
 
data_type() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Named_promoted_node_path_itemContext
 
data_type() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Procedure_paramContext
 
data_type() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Sequence_bodyContext
 
data_type() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Type_definitionContext
 
data_type() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Add_operator_to_familyContext
 
data_type() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Additional_statementContext
 
data_type() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Aggregate_paramContext
 
data_type() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Arguments_listContext
 
data_type() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Cast_nameContext
 
data_type() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Cast_specificationContext
 
data_type() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Column_actionContext
 
data_type() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_aggregate_statementContext
 
data_type() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_domain_statementContext
 
data_type() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_function_statementContext
 
data_type() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_operator_class_optionContext
 
data_type() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_operator_class_statementContext
 
data_type() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_operator_optionContext
 
data_type() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_transform_statementContext
 
data_type() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_type_statementContext
 
data_type() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
data_type() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Data_type_decContext
 
data_type() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Define_typeContext
 
data_type() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Drop_operator_from_familyContext
 
data_type() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.From_function_column_defContext
 
data_type() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Function_argumentsContext
 
data_type() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Function_column_name_typeContext
 
data_type() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Json_return_clauseContext
 
data_type() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Json_table_columnContext
 
data_type() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Operator_argsContext
 
data_type() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Table_column_definitionContext
 
data_type() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Transform_for_typeContext
 
data_type() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Type_actionContext
 
data_type() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Type_coercionContext
 
data_type() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Type_listContext
 
data_type() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Vex_bContext
 
data_type() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.VexContext
 
data_type() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Xml_functionContext
 
data_type() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Xml_table_columnContext
 
data_type(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Data_typeContext
 
data_type(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Add_operator_to_familyContext
 
data_type(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Additional_statementContext
 
data_type(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Arguments_listContext
 
data_type(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Cast_nameContext
 
data_type(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_aggregate_statementContext
 
data_type(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_operator_class_optionContext
 
data_type(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_type_statementContext
 
data_type(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Drop_operator_from_familyContext
 
data_type(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.From_function_column_defContext
 
data_type(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Operator_argsContext
 
data_type(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Type_listContext
 
DATA_TYPE_ALIASES - Static variable in class org.pgcodekeeper.core.loader.jdbc.JdbcType
 
data_type_dec() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
data_type_dec() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Type_declarationContext
 
Data_type_decContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Data_type_decContext
 
data_type_expr() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
data_type_expr() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Table_column_defContext
 
Data_type_exprContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Data_type_exprContext
 
data_type_size() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
data_type_size() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Data_typeContext
 
Data_type_sizeContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Data_type_sizeContext
 
Data_typeContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Data_typeContext
 
Data_typeContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Data_typeContext
 
Data_typeContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Data_typeContext
 
database - Variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_user_stmtContext
 
database - Variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Create_user_stmtContext
 
database - Variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_databaseContext
 
database - Variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_databaseContext
 
database - Variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.OpendatasourceContext
 
database - Variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Use_statementContext
 
DATABASE - Enum constant in enum class org.pgcodekeeper.core.model.difftree.DbObjType
 
DATABASE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
DATABASE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
DATABASE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
DATABASE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
DATABASE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
DATABASE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
DATABASE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_user_stmtContext
 
DATABASE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Attach_stmtContext
 
DATABASE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Create_database_stmtContext
 
DATABASE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Create_user_stmtContext
 
DATABASE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Detach_stmtContext
 
DATABASE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Drop_elementContext
 
DATABASE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Exists_stmtContext
 
DATABASE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Object_typeContext
 
DATABASE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.PermissionContext
 
DATABASE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Show_stmtContext
 
DATABASE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
DATABASE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_availability_group_optionsContext
 
DATABASE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_database_encryption_keyContext
 
DATABASE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_database_scoped_credentialContext
 
DATABASE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_databaseContext
 
DATABASE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Backup_databaseContext
 
DATABASE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Class_typeContext
 
DATABASE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_database_encryption_keyContext
 
DATABASE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_database_scoped_credentialContext
 
DATABASE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_databaseContext
 
DATABASE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_event_notificationContext
 
DATABASE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_or_alter_triggerContext
 
DATABASE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Drop_database_encryption_keyContext
 
DATABASE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Drop_ddl_triggerContext
 
DATABASE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Drop_event_notifications_or_sessionContext
 
DATABASE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Drop_statementsContext
 
DATABASE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Enable_disable_triggerContext
 
DATABASE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.PermissionContext
 
DATABASE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Restore_databaseContext
 
DATABASE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_database_statementContext
 
DATABASE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_user_or_role_set_resetContext
 
DATABASE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
DATABASE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Comment_member_objectContext
 
DATABASE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_database_statementContext
 
DATABASE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Drop_database_statementContext
 
DATABASE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Label_member_objectContext
 
DATABASE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Reindex_stmtContext
 
DATABASE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Rule_member_objectContext
 
DATABASE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
database_filestream_option() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_database_optionContext
 
database_filestream_option() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
database_filestream_option() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Database_optionspecContext
 
database_filestream_option(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_database_optionContext
 
Database_filestream_optionContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Database_filestream_optionContext
 
database_mirroring() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_endpointContext
 
database_mirroring() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_endpointContext
 
database_mirroring() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
DATABASE_MIRRORING - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
DATABASE_MIRRORING - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
DATABASE_MIRRORING() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Database_mirroringContext
 
DATABASE_MIRRORING() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
database_mirroring_option() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
database_mirroring_option() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Database_optionspecContext
 
Database_mirroring_optionContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Database_mirroring_optionContext
 
Database_mirroringContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Database_mirroringContext
 
database_optionspec() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_databaseContext
 
database_optionspec() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
Database_optionspecContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Database_optionspecContext
 
database_principal - Variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_db_roleContext
 
DATABASE_SNAPSHOT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
DATABASE_SNAPSHOT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
DATABASE_SNAPSHOT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Restore_databaseContext
 
DATABASE_SNAPSHOT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
DatabaseFactory - Class in org.pgcodekeeper.core.api
Factory class for loading database schemas from various sources.
DatabaseFactory(ISettings) - Constructor for class org.pgcodekeeper.core.api.DatabaseFactory
Constructor with default arguments
DatabaseFactory(ISettings, boolean, boolean) - Constructor for class org.pgcodekeeper.core.api.DatabaseFactory
Constructor with default progress monitor
DatabaseFactory(ISettings, boolean, boolean, IMonitor) - Constructor for class org.pgcodekeeper.core.api.DatabaseFactory
 
DatabaseFactory_errors_found_while_parsing - Static variable in class org.pgcodekeeper.core.localizations.Messages
 
DatabaseLoader - Class in org.pgcodekeeper.core.loader
Abstract base class for database schema loaders.
DATABASES - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
DATABASES - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
DATABASES() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.PermissionContext
 
DATABASES() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Show_stmtContext
 
DATABASES() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
DatabaseType - Enum Class in org.pgcodekeeper.core
Enumeration representing different types of database management systems that are currently supported.
DatabaseType_unsupported_type - Static variable in class org.pgcodekeeper.core.localizations.Messages
 
DATASPACE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
DATASPACE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
DATASPACE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.PermissionContext
 
DATASPACE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
dataType() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.rulectx.Vex
 
DATATYPE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
DATATYPE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
DATATYPE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Raise_paramContext
 
DATATYPE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonkeywordContext
 
DATE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
DATE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
DATE - Static variable in interface org.pgcodekeeper.core.parsers.antlr.pg.expr.TypesSetManually
 
DATE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Data_typeContext
 
DATE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Expr_primaryContext
 
DATE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
DATE_CORRELATION_OPTIMIZATION - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
DATE_CORRELATION_OPTIMIZATION - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
DATE_CORRELATION_OPTIMIZATION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Database_optionspecContext
 
DATE_CORRELATION_OPTIMIZATION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
date_expression() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
date_expression() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.ExpressionContext
 
date_expression() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Format_optionsContext
 
Date_expressionContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Date_expressionContext
 
DATE_FORMAT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
DATE_FORMAT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
DATE_FORMAT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Format_optionsContext
 
DATE_FORMAT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
date_options() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
date_options() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Generate_new_keysContext
 
date_options(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Generate_new_keysContext
 
Date_optionsContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Date_optionsContext
 
date_time - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.User_or_role_or_group_common_optionContext
 
date_time_function() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
date_time_function() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Function_callContext
 
Date_time_functionContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Date_time_functionContext
 
DATETIME - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
DATETIME - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
DATETIME() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Data_typeContext
 
DATETIME() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
datetime_overlaps() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
datetime_overlaps() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Value_expression_primaryContext
 
Datetime_overlapsContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Datetime_overlapsContext
 
DATETIME64 - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
DATETIME64 - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
DATETIME64() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Data_typeContext
 
DATETIME64() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
DAY - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
DAY - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
DAY - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
DAY - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
DAY - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
DAY - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
DAY() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.IntervalContext
 
DAY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Period_valueContext
 
DAY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
DAY() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Interval_fieldContext
 
DAY() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
DAYS - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
DAYS - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
DAYS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Change_tracking_option_listContext
 
DAYS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Period_valueContext
 
DAYS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
db - Variable in class org.pgcodekeeper.core.parsers.antlr.base.generated.IgnoreListParser.Rule_restContext
 
DB - Static variable in class org.pgcodekeeper.core.parsers.antlr.base.generated.IgnoreListLexer
 
DB - Static variable in class org.pgcodekeeper.core.parsers.antlr.base.generated.IgnoreListParser
 
DB() - Method in class org.pgcodekeeper.core.parsers.antlr.base.generated.IgnoreListParser.Rule_restContext
 
DB_CHAINING - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
DB_CHAINING - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
DB_CHAINING() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_database_optionContext
 
DB_CHAINING() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Database_optionspecContext
 
DB_CHAINING() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
DB_FAILOVER - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
DB_FAILOVER - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
DB_FAILOVER() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Set_option_specContext
 
DB_FAILOVER() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
DBCC - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
DBCC - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
DBCC() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Dbcc_clauseContext
 
dbcc_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
dbcc_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.St_clauseContext
 
Dbcc_clauseContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Dbcc_clauseContext
 
DBNAME - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
DBNAME - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
DBNAME() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Restore_optionContext
 
DBNAME() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
dbNameFromUrl(String) - Static method in class org.pgcodekeeper.core.utils.FileUtils
Extracts database name from JDBC URL.
DBO - Static variable in interface org.pgcodekeeper.core.Consts
 
DbObject - Record Class in org.pgcodekeeper.core.model.graph
Record representing a database object pair for comparison operations.
DbObject(PgStatement, PgStatement) - Constructor for record class org.pgcodekeeper.core.model.graph.DbObject
Creates an instance of a DbObject record class.
DbObjType - Enum Class in org.pgcodekeeper.core.model.difftree
Enumeration of database object types.
DbObjType_unsupported_type - Static variable in class org.pgcodekeeper.core.localizations.Messages
 
DDL - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
DDL - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
DDL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.PermissionContext
 
DDL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
ddl_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
ddl_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.St_clauseContext
 
Ddl_clauseContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Ddl_clauseContext
 
ddl_stmt() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
ddl_stmt() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.StmtContext
 
Ddl_stmtContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Ddl_stmtContext
 
DEALLOCATE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
DEALLOCATE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
DEALLOCATE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
DEALLOCATE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
DEALLOCATE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Cursor_statementContext
 
DEALLOCATE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Additional_statementContext
 
DEALLOCATE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
DEALLOCATE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
DEBUG - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
DEBUG - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
DEBUG() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Log_levelContext
 
DEBUG() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonkeywordContext
 
DEC - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
DEC - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
DEC() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
DEC() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Predefined_typeContext
 
DEC() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreserved_except_function_typeContext
 
DECIMAL - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
DECIMAL - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
DECIMAL - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
DECIMAL - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
DECIMAL - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
DECIMAL - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
DECIMAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Data_typeContext
 
DECIMAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
DECIMAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Add_drop_propertyContext
 
DECIMAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Add_listener_optionContext
 
DECIMAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Al_pattern_quantifierContext
 
DECIMAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_availability_group_optionsContext
 
DECIMAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_resource_governorContext
 
DECIMAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_routeContext
 
DECIMAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_server_configurationContext
 
DECIMAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_userContext
 
DECIMAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_workload_groupContext
 
DECIMAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Audit_file_actionContext
 
DECIMAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Audit_optionContext
 
DECIMAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Backup_optionContext
 
DECIMAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Begin_conversation_dialogContext
 
DECIMAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Bulk_optionContext
 
DECIMAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Change_tableContext
 
DECIMAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.ConstantContext
 
DECIMAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_database_optionContext
 
DECIMAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_or_alter_broker_priorityContext
 
DECIMAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_or_alter_event_session_withContext
 
DECIMAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_or_alter_procedureContext
 
DECIMAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_or_alter_resource_poolContext
 
DECIMAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_routeContext
 
DECIMAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_workload_groupContext
 
DECIMAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Data_type_sizeContext
 
DECIMAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Database_optionspecContext
 
DECIMAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Decimal_or_local_idContext
 
DECIMAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Event_session_predicate_leafContext
 
DECIMAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Execute_moduleContext
 
DECIMAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.External_resource_pool_optionContext
 
DECIMAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.File_sizeContext
 
DECIMAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Format_optionsContext
 
DECIMAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Function_callContext
 
DECIMAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Index_option_valueContext
 
DECIMAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Index_valueContext
 
DECIMAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Language_termContext
 
DECIMAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Lock_tableContext
 
DECIMAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.On_partition_clauseContext
 
DECIMAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.OptionContext
 
DECIMAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Partition_numberContext
 
DECIMAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Partner_optionContext
 
DECIMAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Period_valueContext
 
DECIMAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Predicate_factorContext
 
DECIMAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Primitive_expressionContext
 
DECIMAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Queue_rebuild_optionsContext
 
DECIMAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Queue_settingsContext
 
DECIMAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Raiseerror_statementContext
 
DECIMAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Replica_optionContext
 
DECIMAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Resume_optionContext
 
DECIMAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Service_brokerContext
 
DECIMAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Set_option_specContext
 
DECIMAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Set_parameterContext
 
DECIMAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Set_specialContext
 
DECIMAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Signed_numerical_literalContext
 
DECIMAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Spatial_index_coordinateContext
 
DECIMAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Table_hintContext
 
DECIMAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Tcp_optionsContext
 
DECIMAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.TerminationContext
 
DECIMAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Top_countContext
 
DECIMAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Update_statistics_with_optionContext
 
DECIMAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.User_optionContext
 
DECIMAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Window_frame_followingContext
 
DECIMAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Window_frame_precedingContext
 
DECIMAL() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
DECIMAL() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Predefined_typeContext
 
DECIMAL() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreserved_except_function_typeContext
 
DECIMAL(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Al_pattern_quantifierContext
 
DECIMAL(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_server_configurationContext
 
DECIMAL(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_userContext
 
DECIMAL(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_workload_groupContext
 
DECIMAL(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_or_alter_event_session_withContext
 
DECIMAL(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_or_alter_resource_poolContext
 
DECIMAL(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_workload_groupContext
 
DECIMAL(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Data_type_sizeContext
 
DECIMAL(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Function_callContext
 
DECIMAL(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.On_partition_clauseContext
 
DECIMAL(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Raiseerror_statementContext
 
DECIMAL_BIT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
DECIMAL_BIT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
DECIMAL_BIT() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Data_typeContext
 
DECIMAL_BIT() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
decimal_id_local_id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
Decimal_id_local_idContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Decimal_id_local_idContext
 
decimal_or_local_id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Decimal_id_local_idContext
 
decimal_or_local_id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
decimal_or_local_id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Restore_optionContext
 
decimal_or_local_id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Set_specialContext
 
decimal_or_local_id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Throw_statementContext
 
decimal_or_local_id(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Throw_statementContext
 
Decimal_or_local_idContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Decimal_or_local_idContext
 
declaration() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
declaration() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.DeclarationsContext
 
declaration(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.DeclarationsContext
 
DeclarationContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.DeclarationContext
 
declarations() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
declarations() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Function_blockContext
 
DeclarationsContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.DeclarationsContext
 
DECLARE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
DECLARE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
DECLARE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
DECLARE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
DECLARE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Cursor_statementContext
 
DECLARE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Declare_statementContext
 
DECLARE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
DECLARE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.DeclarationContext
 
DECLARE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.DeclarationsContext
 
DECLARE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Declare_statementContext
 
DECLARE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
DECLARE(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.DeclarationContext
 
declare_cursor_partial() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Cursor_commonContext
 
declare_cursor_partial() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
declare_cursor_partial(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Cursor_commonContext
 
Declare_cursor_partialContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Declare_cursor_partialContext
 
declare_local() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
declare_local() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Declare_statementContext
 
declare_local(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Declare_statementContext
 
Declare_localContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Declare_localContext
 
declare_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Another_statementContext
 
declare_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
declare_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
declare_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Explain_queryContext
 
declare_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Script_additionalContext
 
Declare_statementContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Declare_statementContext
 
Declare_statementContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Declare_statementContext
 
declareNamespaceVar(String, String, GenericColumn) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.expr.AbstractExprWithNmspc
Declares a variable in the current namespace.
decrypting_Key_name - Variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Decryption_mechanismContext
 
decrypting_Key_name - Variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Encryption_mechanismContext
 
DECRYPTION - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
DECRYPTION - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
DECRYPTION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_certificateContext
 
DECRYPTION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Asymmetric_key_password_change_optionContext
 
DECRYPTION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Backup_certificateContext
 
DECRYPTION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Open_keyContext
 
DECRYPTION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Private_key_optionsContext
 
DECRYPTION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Restore_master_keyContext
 
DECRYPTION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Restore_service_master_keyContext
 
DECRYPTION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Restore_symmetric_keyContext
 
DECRYPTION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
DECRYPTION(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_certificateContext
 
DECRYPTION(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Backup_certificateContext
 
decryption_mechanism() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
decryption_mechanism() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Open_keyContext
 
Decryption_mechanismContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Decryption_mechanismContext
 
DEDUPLICATE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
DEDUPLICATE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
DEDUPLICATE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Optimize_stmtContext
 
DEDUPLICATE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
deepCopy() - Method in class org.pgcodekeeper.core.schema.PgStatement
Performs PgStatement.shallowCopy() on this object and all its children.
def_value - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_domain_statementContext
 
DEFAULT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
DEFAULT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
DEFAULT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
DEFAULT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
DEFAULT - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
DEFAULT - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
DEFAULT - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.statement.CreateFunction
Default value constant used in configuration parameters.
DEFAULT() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_user_stmtContext
 
DEFAULT() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Create_user_stmtContext
 
DEFAULT() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Dictionary_attr_defContext
 
DEFAULT() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Modify_column_exprContext
 
DEFAULT() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Table_column_property_exprContext
 
DEFAULT() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
DEFAULT() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Values_valuesContext
 
DEFAULT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_fulltext_catalogContext
 
DEFAULT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_server_configurationContext
 
DEFAULT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Column_constraint_bodyContext
 
DEFAULT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_defaultContext
 
DEFAULT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_fulltext_catalogContext
 
DEFAULT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_or_alter_broker_priorityContext
 
DEFAULT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_queueContext
 
DEFAULT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Default_valueContext
 
DEFAULT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Drop_statementsContext
 
DEFAULT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.File_groupContext
 
DEFAULT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Filegroup_modify_optionContext
 
DEFAULT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Id_or_defaultContext
 
DEFAULT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Insert_statementContext
 
DEFAULT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Merge_not_matchedContext
 
DEFAULT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.On_deleteContext
 
DEFAULT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.On_updateContext
 
DEFAULT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.PermissionContext
 
DEFAULT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Primitive_expressionContext
 
DEFAULT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Table_constraint_bodyContext
 
DEFAULT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Xml_declarationContext
 
DEFAULT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.ActionContext
 
DEFAULT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_database_actionContext
 
DEFAULT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_database_optionContext
 
DEFAULT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_default_privileges_statementContext
 
DEFAULT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_identityContext
 
DEFAULT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_type_statementContext
 
DEFAULT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
DEFAULT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Collation_optionContext
 
DEFAULT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Column_reference_storage_directiveContext
 
DEFAULT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Compression_identifierContext
 
DEFAULT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Constr_bodyContext
 
DEFAULT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Copy_optionContext
 
DEFAULT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_conversion_statementContext
 
DEFAULT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_database_optionContext
 
DEFAULT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_domain_statementContext
 
DEFAULT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_operator_class_statementContext
 
DEFAULT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_type_statementContext
 
DEFAULT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Drop_defContext
 
DEFAULT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.For_values_boundContext
 
DEFAULT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Function_argumentsContext
 
DEFAULT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Identity_bodyContext
 
DEFAULT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Insert_stmt_for_psqlContext
 
DEFAULT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Json_behavior_clauseContext
 
DEFAULT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Merge_not_matchedContext
 
DEFAULT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Merge_updateContext
 
DEFAULT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Part_element_bodyContext
 
DEFAULT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Partition_gp_actionContext
 
DEFAULT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Session_local_optionContext
 
DEFAULT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Set_def_columnContext
 
DEFAULT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Set_statement_valueContext
 
DEFAULT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Set_statisticsContext
 
DEFAULT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Storage_optionContext
 
DEFAULT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Table_actionContext
 
DEFAULT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_reservedContext
 
DEFAULT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Type_declarationContext
 
DEFAULT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Update_setContext
 
DEFAULT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Values_valuesContext
 
DEFAULT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.With_queryContext
 
DEFAULT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Xml_table_columnContext
 
DEFAULT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Zone_valueContext
 
DEFAULT(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_user_stmtContext
 
DEFAULT(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Create_user_stmtContext
 
DEFAULT(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Values_valuesContext
 
DEFAULT(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_domain_statementContext
 
DEFAULT(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_type_statementContext
 
DEFAULT(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Merge_updateContext
 
DEFAULT(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Update_setContext
 
DEFAULT(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Values_valuesContext
 
DEFAULT_BLOCK_SIZE - Static variable in interface org.pgcodekeeper.core.schema.ICompressOptionContainer
Default block size.
DEFAULT_COMPESS_LEVEL - Static variable in interface org.pgcodekeeper.core.schema.ICompressOptionContainer
Default compression level.
DEFAULT_COMPESS_TYPE - Static variable in interface org.pgcodekeeper.core.schema.ICompressOptionContainer
Default compression type.
DEFAULT_DATABASE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
DEFAULT_DATABASE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
DEFAULT_DATABASE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_login_sql_serverContext
 
DEFAULT_DATABASE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Login_sub_option_listContext
 
DEFAULT_DATABASE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
DEFAULT_DATABASE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Windows_optionsContext
 
default_expr - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Constr_bodyContext
 
DEFAULT_FULLTEXT_LANGUAGE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
DEFAULT_FULLTEXT_LANGUAGE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
DEFAULT_FULLTEXT_LANGUAGE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_database_optionContext
 
DEFAULT_FULLTEXT_LANGUAGE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Database_optionspecContext
 
DEFAULT_FULLTEXT_LANGUAGE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
DEFAULT_LANGUAGE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
DEFAULT_LANGUAGE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
DEFAULT_LANGUAGE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_login_sql_serverContext
 
DEFAULT_LANGUAGE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_userContext
 
DEFAULT_LANGUAGE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_database_optionContext
 
DEFAULT_LANGUAGE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Database_optionspecContext
 
DEFAULT_LANGUAGE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Login_sub_option_listContext
 
DEFAULT_LANGUAGE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
DEFAULT_LANGUAGE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.User_optionContext
 
DEFAULT_LANGUAGE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Windows_optionsContext
 
DEFAULT_LANGUAGE(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_userContext
 
DEFAULT_SCHEMA - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
DEFAULT_SCHEMA - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
DEFAULT_SCHEMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_userContext
 
DEFAULT_SCHEMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_app_role_optionContext
 
DEFAULT_SCHEMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
DEFAULT_SCHEMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.User_optionContext
 
DEFAULT_SCHEMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_userContext
 
default_val - Variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Procedure_paramContext
 
default_value - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_type_statementContext
 
default_value() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
default_value() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Execute_statement_argContext
 
default_value() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Execute_stringContext
 
default_value() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Procedure_paramContext
 
default_value(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Execute_stringContext
 
Default_valueContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Default_valueContext
 
DEFAULTS - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
DEFAULTS - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
DEFAULTS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
DEFAULTS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Like_optionContext
 
DEFAULTS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
DEFERRABLE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
DEFERRABLE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
DEFERRABLE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
DEFERRABLE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Table_deferrableContext
 
DEFERRABLE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_reservedContext
 
DEFERRABLE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Transaction_modeContext
 
DEFERRED - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
DEFERRED - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
DEFERRED() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
DEFERRED() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Set_actionContext
 
DEFERRED() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Table_initialy_immedContext
 
DEFERRED() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
define_columns() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_foreign_table_statementContext
 
define_columns() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
define_columns() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Define_tableContext
 
Define_columnsContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Define_columnsContext
 
define_foreign_options() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_foreign_data_wrapper_actionContext
 
define_foreign_options() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_server_actionContext
 
define_foreign_options() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_user_mapping_statementContext
 
define_foreign_options() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Column_actionContext
 
define_foreign_options() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_foreign_data_wrapper_statementContext
 
define_foreign_options() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_server_statementContext
 
define_foreign_options() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_table_external_statementContext
 
define_foreign_options() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_user_mapping_statementContext
 
define_foreign_options() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
define_foreign_options() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Define_serverContext
 
define_foreign_options() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Schema_importContext
 
define_foreign_options() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Table_actionContext
 
define_foreign_options() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Table_column_definitionContext
 
Define_foreign_optionsContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Define_foreign_optionsContext
 
define_partition() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_foreign_table_statementContext
 
define_partition() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
define_partition() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Define_tableContext
 
Define_partitionContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Define_partitionContext
 
define_server() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_foreign_table_statementContext
 
define_server() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
Define_serverContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Define_serverContext
 
define_table() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_table_external_statementContext
 
define_table() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_table_statementContext
 
define_table() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
Define_tableContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Define_tableContext
 
define_type() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Define_tableContext
 
define_type() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
Define_typeContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Define_typeContext
 
DEFINER - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
DEFINER - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
DEFINER - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
DEFINER - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
DEFINER() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Definer_clauseContext
 
DEFINER() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.PermissionContext
 
DEFINER() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Sql_security_clauseContext
 
DEFINER() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
DEFINER() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
DEFINER() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Function_actions_commonContext
 
DEFINER() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
definer_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_table_modify_actionContext
 
definer_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Create_mat_view_stmtContext
 
definer_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Create_simple_view_stmtContext
 
definer_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
Definer_clauseContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Definer_clauseContext
 
definition - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Function_defContext
 
DEFINITION - Enum constant in enum class org.pgcodekeeper.core.schema.PgObjLocation.LocationType
 
DEFINITION - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
DEFINITION - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
DEFINITION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.PermissionContext
 
DEFINITION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
DELAY - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
DELAY - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
DELAY - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
DELAY - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
DELAY() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
DELAY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
DELAY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Waitfor_statementContext
 
DELAYED_DURABILITY - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
DELAYED_DURABILITY - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
DELAYED_DURABILITY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Database_optionspecContext
 
DELAYED_DURABILITY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
DELAYED_DURABILITY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Transaction_statementContext
 
Delete - Class in org.pgcodekeeper.core.parsers.antlr.pg.expr
Parser for DELETE statements with namespace support.
Delete(MetaContainer) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.expr.Delete
Creates a Delete parser with meta container.
DELETE - Enum constant in enum class org.pgcodekeeper.core.schema.EventType
 
DELETE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
DELETE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
DELETE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
DELETE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
DELETE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
DELETE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
DELETE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_named_collection_stmtContext
 
DELETE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_table_actionContext
 
DELETE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.PermissionContext
 
DELETE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
DELETE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Ttl_exprContext
 
DELETE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Block_dml_operationContext
 
DELETE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Delete_statementContext
 
DELETE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Merge_matchedContext
 
DELETE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.On_deleteContext
 
DELETE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.PermissionContext
 
DELETE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Trigger_operationContext
 
DELETE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
DELETE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Changed_actionContext
 
DELETE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_policy_statementContext
 
DELETE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_rewrite_statementContext
 
DELETE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_trigger_statementContext
 
DELETE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Delete_stmt_for_psqlContext
 
DELETE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Merge_matchedContext
 
DELETE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.On_commitContext
 
DELETE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.PermissionContext
 
DELETE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Table_column_privilegeContext
 
DELETE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
DELETE(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_trigger_statementContext
 
delete_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
delete_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Dml_clauseContext
 
Delete_statementContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Delete_statementContext
 
delete_stmt_for_psql() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Data_statementContext
 
delete_stmt_for_psql() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
delete_stmt_for_psql() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Rewrite_commandContext
 
Delete_stmt_for_psqlContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Delete_stmt_for_psqlContext
 
delete_table_name - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Delete_stmt_for_psqlContext
 
delete_true - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_trigger_statementContext
 
DELETED - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
DELETED - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
DELETED() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_table_actionContext
 
DELETED() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
DeleteMsStatement - Class in org.pgcodekeeper.core.parsers.antlr.ms.statement
Parser for Microsoft SQL DELETE statements.
DeleteMsStatement(TSQLParser.Delete_statementContext, MsDatabase, ISettings) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.statement.DeleteMsStatement
Creates a parser for Microsoft SQL DELETE statements.
deleteRecursive(Path) - Static method in class org.pgcodekeeper.core.utils.FileUtils
Deletes folder and its contents recursively.
DeleteStatement - Class in org.pgcodekeeper.core.parsers.antlr.pg.statement
PostgreSQL DELETE statement parser that handles data deletion operations.
DeleteStatement(SQLParser.Delete_stmt_for_psqlContext, PgDatabase, ISettings) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.statement.DeleteStatement
Constructs a DELETE statement parser.
DELIM - Static variable in interface org.pgcodekeeper.core.schema.pg.PgForeignOptionContainer
 
delimiter - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_type_statementContext
 
DELIMITER - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
DELIMITER - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
DELIMITER() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
DELIMITER() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Copy_optionContext
 
DELIMITER() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_type_statementContext
 
DELIMITER() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Format_optionsContext
 
DELIMITER() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
DELIMITER(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_type_statementContext
 
DELIMITERS - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
DELIMITERS - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
DELIMITERS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
DELIMITERS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
DENY - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
DENY - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
DENY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_availability_group_optionsContext
 
DENY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Rule_commonContext
 
DepcyFinder - Class in org.pgcodekeeper.core.model.graph
Database dependency finder for analyzing object dependencies.
DepcyGraph - Class in org.pgcodekeeper.core.model.graph
Database dependency graph for managing object relationships and dependencies.
DepcyGraph(AbstractDatabase) - Constructor for class org.pgcodekeeper.core.model.graph.DepcyGraph
Creates a dependency graph from the database schema.
DepcyGraph(AbstractDatabase, boolean) - Constructor for class org.pgcodekeeper.core.model.graph.DepcyGraph
Creates a dependency graph with optional graph reduction.
DepcyGraph_log_col_is_missed - Static variable in class org.pgcodekeeper.core.localizations.Messages
 
DepcyGraph_log_no_such_table - Static variable in class org.pgcodekeeper.core.localizations.Messages
 
DepcyGraph_log_remove_deps - Static variable in class org.pgcodekeeper.core.localizations.Messages
 
DepcyResolver - Class in org.pgcodekeeper.core.model.graph
Core dependency resolution engine that determines database object changes required for schema migration.
DepcyResolver(AbstractDatabase, AbstractDatabase, ISettings, Set<PgStatement>) - Constructor for class org.pgcodekeeper.core.model.graph.DepcyResolver
 
DepcyTreeExtender - Class in org.pgcodekeeper.core.model.graph
Finds dependent elements in tree based on user selection using dependency resolution mechanism.
DepcyTreeExtender(AbstractDatabase, AbstractDatabase, TreeElement) - Constructor for class org.pgcodekeeper.core.model.graph.DepcyTreeExtender
Creates a new dependency tree extender.
DependenciesXmlStore - Class in org.pgcodekeeper.core.xmlstore
XML store for managing database library dependencies.
DependenciesXmlStore(Path) - Constructor for class org.pgcodekeeper.core.xmlstore.DependenciesXmlStore
Creates a new dependencies XML store for the specified path.
DEPENDENTS - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
DEPENDENTS - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
DEPENDENTS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Drop_assemblyContext
 
DEPENDENTS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
DEPENDS - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
DEPENDS - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
DEPENDS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_function_statementContext
 
DEPENDS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_materialized_view_actionContext
 
DEPENDS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_trigger_statementContext
 
DEPENDS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
DEPENDS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Index_def_actionContext
 
DEPENDS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
DEPTH - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
DEPTH - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
DEPTH() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
DEPTH() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
DEPTH() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.With_queryContext
 
derived_table() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
derived_table() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.From_primaryContext
 
Derived_tableContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Derived_tableContext
 
DES - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
DES - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
DES() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.AlgorithmContext
 
DES() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
DESC - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
DESC - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
DESC - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
DESC - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
DESC - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
DESC - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
DESC() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Describe_stmtContext
 
DESC() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Order_exprContext
 
DESC() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
DESC() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Asc_descContext
 
DESC() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
DESC() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Order_specificationContext
 
DESC() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_reservedContext
 
DESCENDING - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
DESCENDING - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
DESCENDING() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Order_exprContext
 
DESCENDING() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
DESCRIBE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
DESCRIBE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
DESCRIBE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Describe_stmtContext
 
DESCRIBE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
describe_stmt() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
describe_stmt() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Dml_stmtContext
 
Describe_stmtContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Describe_stmtContext
 
DESCRIPTION - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
DESCRIPTION - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
DESCRIPTION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Backup_optionContext
 
DESCRIPTION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.End_conversationContext
 
DESCRIPTION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
deserial_func - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Aggregate_paramContext
 
DESERIALFUNC - Enum constant in enum class org.pgcodekeeper.core.schema.pg.PgAggregate.AggFuncs
 
DESERIALFUNC - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
DESERIALFUNC - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
DESERIALFUNC() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Aggregate_paramContext
 
DESERIALFUNC() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonkeywordContext
 
destination_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Create_mat_view_stmtContext
 
destination_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
Destination_clauseContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Destination_clauseContext
 
DESX - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
DESX - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
DESX() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.AlgorithmContext
 
DESX() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
DETACH - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
DETACH - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
DETACH - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
DETACH - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
DETACH() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_table_actionContext
 
DETACH() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Detach_stmtContext
 
DETACH() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
DETACH() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_partitionContext
 
DETACH() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
DETACH() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
detach_stmt() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Ddl_stmtContext
 
detach_stmt() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
Detach_stmtContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Detach_stmtContext
 
DETACHED - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
DETACHED - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
DETACHED() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_table_drop_actionContext
 
DETACHED() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
DETAIL - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
DETAIL - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
DETAIL() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Raise_paramContext
 
DETAIL() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonkeywordContext
 
DETERMINISTIC - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
DETERMINISTIC - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
DETERMINISTIC - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
DETERMINISTIC - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
DETERMINISTIC() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Encrypted_optContext
 
DETERMINISTIC() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
DETERMINISTIC() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Collation_optionContext
 
DETERMINISTIC() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonkeywordContext
 
DHCP - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
DHCP - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
DHCP() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Add_listener_optionContext
 
DHCP() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
diagnostic_option() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Base_statementContext
 
diagnostic_option() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
diagnostic_option(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Base_statementContext
 
Diagnostic_optionContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Diagnostic_optionContext
 
DIAGNOSTICS - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
DIAGNOSTICS - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
DIAGNOSTICS - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
DIAGNOSTICS - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
DIAGNOSTICS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_server_configurationContext
 
DIAGNOSTICS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
DIAGNOSTICS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Base_statementContext
 
DIAGNOSTICS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonkeywordContext
 
DIALOG - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
DIALOG - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
DIALOG() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Begin_conversation_dialogContext
 
DIALOG() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_certificateContext
 
DIALOG() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
DICTGET - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
DICTGET - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
DICTGET() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.PermissionContext
 
DICTGET() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
DICTIONARIES - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
DICTIONARIES - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
DICTIONARIES() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.PermissionContext
 
DICTIONARIES() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Show_stmtContext
 
DICTIONARIES() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.System_stmtContext
 
DICTIONARIES() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
DICTIONARY - Enum constant in enum class org.pgcodekeeper.core.model.difftree.DbObjType
 
DICTIONARY - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
DICTIONARY - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
DICTIONARY - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
DICTIONARY - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
DICTIONARY() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Attach_stmtContext
 
DICTIONARY() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Create_dictinary_stmtContext
 
DICTIONARY() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Detach_stmtContext
 
DICTIONARY() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Drop_elementContext
 
DICTIONARY() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Exists_stmtContext
 
DICTIONARY() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.PermissionContext
 
DICTIONARY() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Show_stmtContext
 
DICTIONARY() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.System_stmtContext
 
DICTIONARY() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
DICTIONARY() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_fts_statementContext
 
DICTIONARY() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
DICTIONARY() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Comment_member_objectContext
 
DICTIONARY() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_fts_dictionary_statementContext
 
DICTIONARY() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Drop_statementsContext
 
DICTIONARY() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Extension_member_objectContext
 
DICTIONARY() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Owner_member_objectContext
 
DICTIONARY() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
dictionary_arg_expr() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
dictionary_arg_expr() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Dictionary_optionContext
 
dictionary_arg_expr() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Layout_exprContext
 
dictionary_arg_expr(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Dictionary_optionContext
 
dictionary_arg_expr(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Layout_exprContext
 
Dictionary_arg_exprContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Dictionary_arg_exprContext
 
dictionary_arg_value() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Dictionary_arg_exprContext
 
dictionary_arg_value() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
Dictionary_arg_valueContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Dictionary_arg_valueContext
 
dictionary_attr_def() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Create_dictinary_stmtContext
 
dictionary_attr_def() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
dictionary_attr_def(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Create_dictinary_stmtContext
 
Dictionary_attr_defContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Dictionary_attr_defContext
 
dictionary_option() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Create_dictinary_stmtContext
 
dictionary_option() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
dictionary_option(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Create_dictinary_stmtContext
 
Dictionary_optionContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Dictionary_optionContext
 
diff(TreeElement, AbstractDatabase, AbstractDatabase, List<Map.Entry<PgStatement, PgStatement>>, List<Map.Entry<PgStatement, PgStatement>>, IgnoreList) - Method in class org.pgcodekeeper.core.PgDiff
Gets selected elements from root, compares them between source and target and generates a migration script.
diff(ISettings, TreeElement, AbstractDatabase, AbstractDatabase, List<Map.Entry<PgStatement, PgStatement>>, List<Map.Entry<PgStatement, PgStatement>>, Collection<String>) - Static method in class org.pgcodekeeper.core.api.PgCodeKeeperApi
Compares two databases and generates a migration script with filtering and additional dependencies.
diff(ISettings, AbstractDatabase, AbstractDatabase) - Static method in class org.pgcodekeeper.core.api.PgCodeKeeperApi
Compares two databases and generates a migration script.
diff(ISettings, AbstractDatabase, AbstractDatabase, Collection<String>) - Static method in class org.pgcodekeeper.core.api.PgCodeKeeperApi
Compares two databases and generates a migration script with filtering.
diff(ISettings, AbstractDatabase, AbstractDatabase, List<Map.Entry<PgStatement, PgStatement>>, List<Map.Entry<PgStatement, PgStatement>>, Collection<String>) - Static method in class org.pgcodekeeper.core.api.PgCodeKeeperApi
Compares two databases and generates a migration script with filtering and additional dependencies.
DIFFERENTIAL - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
DIFFERENTIAL - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
DIFFERENTIAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Backup_optionContext
 
DIFFERENTIAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
DiffTree - Class in org.pgcodekeeper.core.model.difftree
Utility class for creating and managing diff trees that represent differences between database schemas.
directory - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_tablespace_statementContext
 
DIRECTORY_NAME - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
DIRECTORY_NAME - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
DIRECTORY_NAME() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_database_optionContext
 
DIRECTORY_NAME() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Database_filestream_optionContext
 
DIRECTORY_NAME() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Restore_optionContext
 
DIRECTORY_NAME() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
DirectoryException - Exception in org.pgcodekeeper.core.model.exporter
Exception thrown when encountering directory-related errors during export operations.
DirectoryException() - Constructor for exception org.pgcodekeeper.core.model.exporter.DirectoryException
Creates a new DirectoryException with no detail message.
DirectoryException(String) - Constructor for exception org.pgcodekeeper.core.model.exporter.DirectoryException
Creates a new DirectoryException with the specified detail message.
DirectoryException(String, Throwable) - Constructor for exception org.pgcodekeeper.core.model.exporter.DirectoryException
Creates a new DirectoryException with the specified detail message and cause.
DirectoryException(Throwable) - Constructor for exception org.pgcodekeeper.core.model.exporter.DirectoryException
Creates a new DirectoryException with the specified cause.
DISABLE - Enum constant in enum class org.pgcodekeeper.core.formatter.FormatConfiguration.IndentType
 
DISABLE - Enum constant in enum class org.pgcodekeeper.core.schema.pg.TriggerState
 
DISABLE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
DISABLE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
DISABLE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
DISABLE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
DISABLE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_cryptographic_providerContext
 
DISABLE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_fulltext_index_optionContext
 
DISABLE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_index_actionContext
 
DISABLE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_login_sql_serverContext
 
DISABLE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_resource_governorContext
 
DISABLE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_table_actionContext
 
DISABLE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_table_set_actionContext
 
DISABLE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Enable_disable_triggerContext
 
DISABLE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
DISABLE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_event_trigger_actionContext
 
DISABLE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_subscription_actionContext
 
DISABLE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
DISABLE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Table_actionContext
 
DISABLE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
DISABLE_BROKER - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
DISABLE_BROKER - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
DISABLE_BROKER() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Database_optionspecContext
 
DISABLE_BROKER() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
DISABLE_PAGE_SKIPPING - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
DISABLE_PAGE_SKIPPING - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
DISABLE_PAGE_SKIPPING() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonkeywordContext
 
DISABLE_PAGE_SKIPPING() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Vacuum_optionContext
 
DISABLED - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
DISABLED - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
DISABLED() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_endpointContext
 
DISABLED() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_endpointContext
 
DISABLED() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Database_optionspecContext
 
DISABLED() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.EncryptionContext
 
DISABLED() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Service_brokerContext
 
DISABLED() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
DisableMsTrigger - Class in org.pgcodekeeper.core.parsers.antlr.ms.statement
Parser for Microsoft SQL ENABLE/DISABLE TRIGGER statements.
DisableMsTrigger(TSQLParser.Enable_disable_triggerContext, MsDatabase, ISettings) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.statement.DisableMsTrigger
Creates a parser for Microsoft SQL ENABLE/DISABLE TRIGGER statements.
DISCARD - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
DISCARD - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
DISCARD() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
DISCARD() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Script_additionalContext
 
DISCARD() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
DISK - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
DISK - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
DISK - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
DISK - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
DISK() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_table_actionContext
 
DISK() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.PermissionContext
 
DISK() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
DISK() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Ttl_exprContext
 
DISK() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Backup_deviceContext
 
distinct() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.rulectx.ChSelectOps
 
distinct() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.rulectx.Vex
 
DISTINCT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
DISTINCT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
DISTINCT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
DISTINCT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
DISTINCT - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
DISTINCT - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
DISTINCT() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Function_callContext
 
DISTINCT() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Select_ops_no_parensContext
 
DISTINCT() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Select_opsContext
 
DISTINCT() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Select_primaryContext
 
DISTINCT() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
DISTINCT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.All_distinct_expressionContext
 
DISTINCT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.PredicateContext
 
DISTINCT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Set_qualifierContext
 
DISTINCT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
DISTINCT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Nulls_distinctionContext
 
DISTINCT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Set_qualifierContext
 
DISTINCT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_reservedContext
 
DISTINCT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Vex_bContext
 
DISTINCT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.VexContext
 
DISTRIBUTED - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
DISTRIBUTED - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
DISTRIBUTED - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
DISTRIBUTED - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
DISTRIBUTED - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
DISTRIBUTED - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
DISTRIBUTED() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.PermissionContext
 
DISTRIBUTED() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.System_stmtContext
 
DISTRIBUTED() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
DISTRIBUTED() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Transaction_statementContext
 
DISTRIBUTED() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Distributed_clauseContext
 
DISTRIBUTED() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonkeywordContext
 
DISTRIBUTED_AGG - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
DISTRIBUTED_AGG - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
DISTRIBUTED_AGG() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Group_by_clauseContext
 
DISTRIBUTED_AGG() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
distributed_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_table_statementContext
 
distributed_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_table_as_statementContext
 
distributed_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_table_external_statementContext
 
distributed_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_table_statementContext
 
distributed_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_view_statementContext
 
distributed_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
Distributed_clauseContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Distributed_clauseContext
 
DIV - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
DIV - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
DIV() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.ExprContext
 
DIV() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
DIV_ASSIGN - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
DIV_ASSIGN - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
DIV_ASSIGN() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Assignment_operatorContext
 
divide() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.rulectx.Vex
 
DIVIDE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
DIVIDE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
DIVIDE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
DIVIDE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
DIVIDE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.ExpressionContext
 
DIVIDE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.All_opContext
 
DIVIDE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.All_simple_opContext
 
DIVIDE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Vex_bContext
 
DIVIDE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.VexContext
 
dml_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Derived_tableContext
 
dml_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
dml_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.St_clauseContext
 
Dml_clauseContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Dml_clauseContext
 
dml_stmt() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
dml_stmt() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.StmtContext
 
dml_stmt() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.With_queryContext
 
Dml_stmtContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Dml_stmtContext
 
DNS - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
DNS - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
DNS() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.PermissionContext
 
DNS() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
DO - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
DO - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
DO() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Anonymous_blockContext
 
DO() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
DO() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Conflict_actionContext
 
DO() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_rewrite_statementContext
 
DO() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Merge_matchedContext
 
DO() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Merge_not_matchedContext
 
DO() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_reservedContext
 
document() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.rulectx.Vex
 
DOCUMENT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
DOCUMENT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
DOCUMENT - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
DOCUMENT - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
DOCUMENT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
DOCUMENT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Xml_type_definitionContext
 
DOCUMENT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
DOCUMENT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Session_local_optionContext
 
DOCUMENT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
DOCUMENT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Vex_bContext
 
DOCUMENT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.VexContext
 
DOCUMENT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Xml_functionContext
 
dollar - Variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.ConstantContext
 
dollar - Variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Primitive_expressionContext
 
DOLLAR - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
DOLLAR - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
DOLLAR - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
DOLLAR - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
DOLLAR() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.ConstantContext
 
DOLLAR() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Primitive_expressionContext
 
DOLLAR() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Select_list_elemContext
 
DOLLAR_ACTION - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
DOLLAR_ACTION - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
DOLLAR_ACTION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.ExpressionContext
 
dollar_number() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Data_type_decContext
 
dollar_number() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
dollar_number() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Indirection_varContext
 
DOLLAR_NUMBER - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
DOLLAR_NUMBER - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
DOLLAR_NUMBER() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Dollar_numberContext
 
DOLLAR_NUMBER() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Type_declarationContext
 
Dollar_numberContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Dollar_numberContext
 
DOLLAR_PARTITION - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
DOLLAR_PARTITION - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
DOLLAR_PARTITION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Function_callContext
 
DollarQuotedStringMode - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
dom_constraint - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_domain_statementContext
 
dom_constraint - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_domain_statementContext
 
DOMAIN - Enum constant in enum class org.pgcodekeeper.core.model.difftree.DbObjType
 
DOMAIN - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
DOMAIN - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
DOMAIN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_domain_statementContext
 
DOMAIN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
DOMAIN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Comment_member_objectContext
 
DOMAIN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_domain_statementContext
 
DOMAIN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Drop_statementsContext
 
DOMAIN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Extension_member_objectContext
 
DOMAIN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Label_member_objectContext
 
DOMAIN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Owner_member_objectContext
 
DOMAIN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Rule_member_objectContext
 
DOMAIN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
domain_constraint - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_domain_statementContext
 
domain_constraint() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_domain_statementContext
 
domain_constraint() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_domain_statementContext
 
domain_constraint() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
domain_constraint(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_domain_statementContext
 
Domain_constraintContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Domain_constraintContext
 
DomainAnalysisLauncher - Class in org.pgcodekeeper.core.parsers.antlr.pg.launcher
Launcher for analyzing domain type constraints.
DomainAnalysisLauncher(PgDomain, SQLParser.VexContext, String) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.launcher.DomainAnalysisLauncher
Creates a domain analyzer.
DOT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
DOT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
DOT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
DOT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
DOT - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
DOT - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
DOT() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Expr_primaryContext
 
DOT() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.ExprContext
 
DOT() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Names_referencesContext
 
DOT() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Qualified_name_or_asteriskContext
 
DOT() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Qualified_nameContext
 
DOT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Add_drop_event_targetContext
 
DOT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Add_drop_eventContext
 
DOT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_schema_sqlContext
 
DOT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_xml_schema_collectionContext
 
DOT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Assembly_specifierContext
 
DOT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_fulltext_stoplistContext
 
DOT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_search_property_listContext
 
DOT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_xml_schema_collectionContext
 
DOT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Drop_backward_compatible_indexContext
 
DOT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Event_actionContext
 
DOT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Event_session_predicate_leafContext
 
DOT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.ExpressionContext
 
DOT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.From_primaryContext
 
DOT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Full_column_nameContext
 
DOT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Function_callContext
 
DOT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Object_expressionContext
 
DOT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.OpendatasourceContext
 
DOT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Output_dml_elemContext
 
DOT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Qualified_nameContext
 
DOT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Select_list_elemContext
 
DOT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Set_statementContext
 
DOT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Type_definitionContext
 
DOT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Update_elemContext
 
DOT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Xml_schema_collectionContext
 
DOT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Additional_statementContext
 
DOT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.All_op_refContext
 
DOT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_function_statementContext
 
DOT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Indirection_listContext
 
DOT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.IndirectionContext
 
DOT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.OpContext
 
DOT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Operator_nameContext
 
DOT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Schema_qualified_name_nontypeContext
 
DOT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Schema_qualified_nameContext
 
DOT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Session_local_optionContext
 
DOT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Set_reset_parameterContext
 
DOT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Show_statementContext
 
DOT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Storage_parameter_nameContext
 
DOT(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Qualified_nameContext
 
DOT(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Add_drop_event_targetContext
 
DOT(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Add_drop_eventContext
 
DOT(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Assembly_specifierContext
 
DOT(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Drop_backward_compatible_indexContext
 
DOT(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Event_actionContext
 
DOT(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Event_session_predicate_leafContext
 
DOT(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Function_callContext
 
DOT(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.OpendatasourceContext
 
DOT(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Qualified_nameContext
 
DOT(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_function_statementContext
 
DOT(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Schema_qualified_nameContext
 
DOUBLE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
DOUBLE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
DOUBLE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
DOUBLE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
DOUBLE - Static variable in interface org.pgcodekeeper.core.parsers.antlr.pg.expr.TypesSetManually
 
DOUBLE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
DOUBLE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
DOUBLE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Data_typeContext
 
DOUBLE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
DOUBLE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Data_typeContext
 
DOUBLE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
DOUBLE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Predefined_typeContext
 
DOUBLE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
DOUBLE_DOT - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
DOUBLE_DOT - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
DOUBLE_DOT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Loop_startContext
 
DOUBLE_FORWARD_SLASH - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
DOUBLE_FORWARD_SLASH - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
DOUBLE_FORWARD_SLASH() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_or_alter_broker_priorityContext
 
DOUBLE_QUOTE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
DOUBLE_QUOTE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
DOUBLE_QUOTE_ID - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
DOUBLE_QUOTE_ID - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
DOUBLE_QUOTE_ID() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.IdContext
 
DOUBLE_QUOTE_ID() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Raiseerror_statementContext
 
DOUBLE_QUOTED_IDENTIFIER - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
DOUBLE_QUOTED_IDENTIFIER - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
DOUBLE_QUOTED_IDENTIFIER() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Id_tokenContext
 
DQstring - Static variable in class org.pgcodekeeper.core.parsers.antlr.base.generated.IgnoreListLexer
 
DQstring - Static variable in class org.pgcodekeeper.core.parsers.antlr.base.generated.IgnoreListParser
 
DQstring() - Method in class org.pgcodekeeper.core.parsers.antlr.base.generated.IgnoreListParser.IdentifierContext
 
DROP - Enum constant in enum class org.pgcodekeeper.core.schema.ObjectState
 
DROP - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
DROP - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
DROP - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
DROP - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
DROP - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
DROP - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
DROP() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_table_actionContext
 
DROP() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_user_stmtContext
 
DROP() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Drop_stmtContext
 
DROP() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.PermissionContext
 
DROP() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
DROP() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Add_alter_drop_predicateContext
 
DROP() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Add_drop_event_targetContext
 
DROP() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Add_drop_eventContext
 
DROP() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Add_drop_propertyContext
 
DROP() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_assemblyContext
 
DROP() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_column_encryption_keyContext
 
DROP() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_column_optionContext
 
DROP() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_db_roleContext
 
DROP() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_fulltext_index_optionContext
 
DROP() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_fulltext_stoplistContext
 
DROP() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_login_sql_serverContext
 
DROP() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_master_key_sql_serverContext
 
DROP() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_server_audit_specificationContext
 
DROP() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_server_roleContext
 
DROP() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_serviceContext
 
DROP() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_symmetric_keyContext
 
DROP() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_table_actionContext
 
DROP() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Queue_settingsContext
 
DROP() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Schema_dropContext
 
DROP() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_domain_statementContext
 
DROP() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_extension_actionContext
 
DROP() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_fts_configurationContext
 
DROP() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_group_actionContext
 
DROP() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_publication_actionContext
 
DROP() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_subscription_actionContext
 
DROP() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
DROP() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Column_actionContext
 
DROP() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Drop_constraintContext
 
DROP() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Drop_defContext
 
DROP() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Foreign_optionContext
 
DROP() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.On_commitContext
 
DROP() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Operator_family_actionContext
 
DROP() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Partition_gp_actionContext
 
DROP() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Schema_dropContext
 
DROP() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Table_actionContext
 
DROP() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
DROP() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Type_actionContext
 
DROP(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_user_stmtContext
 
DROP(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_server_audit_specificationContext
 
DROP(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_serviceContext
 
drop_assembly() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
drop_assembly() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Schema_dropContext
 
Drop_assemblyContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Drop_assemblyContext
 
drop_asymmetric_key() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
drop_asymmetric_key() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Schema_dropContext
 
Drop_asymmetric_keyContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Drop_asymmetric_keyContext
 
drop_backward_compatible_index() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
drop_backward_compatible_index() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Drop_indexContext
 
drop_backward_compatible_index(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Drop_indexContext
 
Drop_backward_compatible_indexContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Drop_backward_compatible_indexContext
 
drop_cast_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
drop_cast_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Schema_dropContext
 
Drop_cast_statementContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Drop_cast_statementContext
 
DROP_COLUMN - Enum constant in enum class org.pgcodekeeper.core.DangerStatement
 
drop_constraint() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_domain_statementContext
 
drop_constraint() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
drop_constraint() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Table_actionContext
 
Drop_constraintContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Drop_constraintContext
 
drop_database_encryption_key() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
drop_database_encryption_key() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Schema_dropContext
 
Drop_database_encryption_keyContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Drop_database_encryption_keyContext
 
drop_database_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
drop_database_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Schema_dropContext
 
Drop_database_statementContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Drop_database_statementContext
 
drop_ddl_trigger() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
drop_ddl_trigger() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Schema_dropContext
 
Drop_ddl_triggerContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Drop_ddl_triggerContext
 
drop_def() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_domain_statementContext
 
drop_def() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_view_actionContext
 
drop_def() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Column_actionContext
 
drop_def() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
Drop_defContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Drop_defContext
 
drop_element() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
drop_element() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Drop_stmtContext
 
Drop_elementContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Drop_elementContext
 
drop_event_notifications_or_session() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
drop_event_notifications_or_session() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Schema_dropContext
 
Drop_event_notifications_or_sessionContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Drop_event_notifications_or_sessionContext
 
drop_external_library() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
drop_external_library() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Schema_dropContext
 
Drop_external_libraryContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Drop_external_libraryContext
 
drop_function_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
drop_function_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Schema_dropContext
 
Drop_function_statementContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Drop_function_statementContext
 
drop_index() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
drop_index() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Schema_dropContext
 
Drop_indexContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Drop_indexContext
 
drop_master_key() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
drop_master_key() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Schema_dropContext
 
Drop_master_keyContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Drop_master_keyContext
 
drop_operator_class_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
drop_operator_class_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Schema_dropContext
 
Drop_operator_class_statementContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Drop_operator_class_statementContext
 
drop_operator_family_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
drop_operator_family_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Schema_dropContext
 
Drop_operator_family_statementContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Drop_operator_family_statementContext
 
drop_operator_from_family() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
drop_operator_from_family() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Operator_family_actionContext
 
drop_operator_from_family(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Operator_family_actionContext
 
Drop_operator_from_familyContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Drop_operator_from_familyContext
 
drop_operator_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
drop_operator_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Schema_dropContext
 
Drop_operator_statementContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Drop_operator_statementContext
 
drop_owned_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
drop_owned_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Schema_dropContext
 
Drop_owned_statementContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Drop_owned_statementContext
 
drop_policy_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
drop_policy_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Schema_dropContext
 
Drop_policy_statementContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Drop_policy_statementContext
 
drop_rule_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
drop_rule_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Schema_dropContext
 
Drop_rule_statementContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Drop_rule_statementContext
 
drop_signature() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
drop_signature() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Schema_dropContext
 
Drop_signatureContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Drop_signatureContext
 
drop_statements() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
drop_statements() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Schema_dropContext
 
drop_statements() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
drop_statements() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Schema_dropContext
 
Drop_statementsContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Drop_statementsContext
 
Drop_statementsContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Drop_statementsContext
 
drop_stmt() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Ddl_stmtContext
 
drop_stmt() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
Drop_stmtContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Drop_stmtContext
 
drop_symmetric_key() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
drop_symmetric_key() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Schema_dropContext
 
Drop_symmetric_keyContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Drop_symmetric_keyContext
 
DROP_TABLE - Enum constant in enum class org.pgcodekeeper.core.DangerStatement
 
drop_trigger_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
drop_trigger_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Schema_dropContext
 
Drop_trigger_statementContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Drop_trigger_statementContext
 
drop_user_mapping_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
drop_user_mapping_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Schema_dropContext
 
Drop_user_mapping_statementContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Drop_user_mapping_statementContext
 
DropChStatement - Class in org.pgcodekeeper.core.parsers.antlr.ch.statement
Parser for ClickHouse DROP statements.
DropChStatement(CHParser.Drop_stmtContext, ChDatabase, ISettings) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.statement.DropChStatement
Creates a parser for ClickHouse DROP statements.
dropFunction(SQLParser.Drop_function_statementContext) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.statement.DropStatement
Processes a DROP FUNCTION, DROP PROCEDURE, or DROP AGGREGATE statement.
DropMsStatement - Class in org.pgcodekeeper.core.parsers.antlr.ms.statement
Parser for Microsoft SQL DROP statements.
DropMsStatement(TSQLParser.Schema_dropContext, MsDatabase, ISettings) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.statement.DropMsStatement
Creates a parser for Microsoft SQL DROP statements.
DropStatement - Class in org.pgcodekeeper.core.parsers.antlr.pg.statement
Parser for PostgreSQL DROP statements.
DropStatement(SQLParser.Schema_dropContext, PgDatabase, ISettings) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.statement.DropStatement
Constructs a new DropStatement parser.
DTC_SUPPORT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
DTC_SUPPORT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
DTC_SUPPORT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Set_option_specContext
 
DTC_SUPPORT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
DUMP - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
DUMP - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
DUPLICATE_ALIASES - Static variable in interface org.pgcodekeeper.core.Consts
Log message when in the SELECT part aliases is duplicate
DUPLICATE_OBJECT - Static variable in interface org.pgcodekeeper.core.Consts
 
DUPLICATE_RELATION - Static variable in interface org.pgcodekeeper.core.Consts
 
DYNAMIC - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
DYNAMIC - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
DYNAMIC() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Declare_cursor_partialContext
 
DYNAMIC() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 

E

EACH - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
EACH - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
EACH() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
EACH() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_trigger_statementContext
 
EACH() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
edge_pattern() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Arbitrary_length_patternContext
 
edge_pattern() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
edge_pattern() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_match_patternContext
 
edge_pattern(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Arbitrary_length_patternContext
 
Edge_patternContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Edge_patternContext
 
element - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_type_statementContext
 
ELEMENT - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
ELEMENT - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
ELEMENT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_type_statementContext
 
ELEMENT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonkeywordContext
 
ELEMENT(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_type_statementContext
 
ELEMENTS - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
ELEMENTS - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
ELEMENTS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
ELEMENTS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Xml_common_directivesContext
 
ELSE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
ELSE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
ELSE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
ELSE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
ELSE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
ELSE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
ELSE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Function_callContext
 
ELSE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_reservedContext
 
ELSE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Case_expressionContext
 
ELSE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.If_statementContext
 
ELSE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
ELSE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Case_expressionContext
 
ELSE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Case_statementContext
 
ELSE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.If_statementContext
 
ELSE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_reservedContext
 
elseExpr - Variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Case_expressionContext
 
ELSEIF - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
ELSEIF - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
ELSEIF() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.If_statementContext
 
ELSEIF() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonkeywordContext
 
ELSEIF(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.If_statementContext
 
ELSIF - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
ELSIF - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
ELSIF() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.If_statementContext
 
ELSIF() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonkeywordContext
 
ELSIF(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.If_statementContext
 
EMBEDDED - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
EMBEDDED - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
EMBEDDED() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.PermissionContext
 
EMBEDDED() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
EMERGENCY - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
EMERGENCY - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
EMERGENCY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Database_optionspecContext
 
EMERGENCY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
emit() - Method in class org.pgcodekeeper.core.parsers.antlr.base.CodeUnitLexer
 
emitEOF() - Method in class org.pgcodekeeper.core.parsers.antlr.base.CodeUnitLexer
 
EMPTY - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
EMPTY - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
EMPTY - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
EMPTY - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
EMPTY - Static variable in interface org.pgcodekeeper.core.parsers.antlr.pg.expr.TypesSetManually
 
EMPTY - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
EMPTY - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
EMPTY() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Drop_elementContext
 
EMPTY() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
EMPTY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_message_typeContext
 
EMPTY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_message_typeContext
 
EMPTY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
EMPTY() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
EMPTY() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Json_behavior_clauseContext
 
EMPTY() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Json_behavior_typeContext
 
EMPTY() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
ENABLE - Enum constant in enum class org.pgcodekeeper.core.schema.pg.TriggerState
 
ENABLE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
ENABLE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
ENABLE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
ENABLE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
ENABLE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_cryptographic_providerContext
 
ENABLE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_fulltext_index_optionContext
 
ENABLE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_login_sql_serverContext
 
ENABLE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_table_actionContext
 
ENABLE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Enable_disable_triggerContext
 
ENABLE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
ENABLE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_event_trigger_actionContext
 
ENABLE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_subscription_actionContext
 
ENABLE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
ENABLE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Table_actionContext
 
ENABLE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
ENABLE_ALWAYS - Enum constant in enum class org.pgcodekeeper.core.schema.pg.TriggerState
 
ENABLE_BROKER - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
ENABLE_BROKER - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
ENABLE_BROKER() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Database_optionspecContext
 
ENABLE_BROKER() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Restore_optionContext
 
ENABLE_BROKER() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
enable_disable_trigger() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Ddl_clauseContext
 
enable_disable_trigger() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
Enable_disable_triggerContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Enable_disable_triggerContext
 
ENABLE_REPLICA - Enum constant in enum class org.pgcodekeeper.core.schema.pg.TriggerState
 
ENABLED - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
ENABLED - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
ENABLED - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
ENABLED - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
ENABLED() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Show_stmtContext
 
ENABLED() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
ENABLED() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Service_brokerContext
 
ENABLED() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
ENCLAVE_COMPUTATIONS - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
ENCLAVE_COMPUTATIONS - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
ENCLAVE_COMPUTATIONS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_column_master_keyContext
 
ENCLAVE_COMPUTATIONS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
ENCODING - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
ENCODING - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
ENCODING - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
ENCODING - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
ENCODING() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
ENCODING() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
ENCODING() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Copy_optionContext
 
ENCODING() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_database_optionContext
 
ENCODING() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_table_external_statementContext
 
ENCODING() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Encoding_identifierContext
 
ENCODING() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Format_jsonContext
 
ENCODING() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
encoding_identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_type_statementContext
 
encoding_identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Column_reference_storage_directiveContext
 
encoding_identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
encoding_identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Gp_table_column_definitionContext
 
encoding_identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Table_column_definitionContext
 
Encoding_identifierContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Encoding_identifierContext
 
ENCRYPTED - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
ENCRYPTED - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
ENCRYPTED - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
ENCRYPTED - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
ENCRYPTED() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Column_optionContext
 
ENCRYPTED() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
ENCRYPTED() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
ENCRYPTED() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
ENCRYPTED() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.User_or_role_or_group_common_optionContext
 
encrypted_opt() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Column_optionContext
 
encrypted_opt() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
Encrypted_optContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Encrypted_optContext
 
ENCRYPTED_VALUE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
ENCRYPTED_VALUE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
ENCRYPTED_VALUE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_column_encryption_keyContext
 
ENCRYPTED_VALUE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_column_encryption_keyContext
 
ENCRYPTED_VALUE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
ENCRYPTED_VALUE(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_column_encryption_keyContext
 
encryption() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Database_mirroringContext
 
encryption() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
encryption() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Service_brokerContext
 
ENCRYPTION - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
ENCRYPTION - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
ENCRYPTION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_certificateContext
 
ENCRYPTION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_column_encryption_keyContext
 
ENCRYPTION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_database_encryption_keyContext
 
ENCRYPTION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_master_key_sql_serverContext
 
ENCRYPTION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_symmetric_keyContext
 
ENCRYPTION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Asymmetric_key_password_change_optionContext
 
ENCRYPTION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Backup_certificateContext
 
ENCRYPTION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Backup_master_keyContext
 
ENCRYPTION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Backup_optionContext
 
ENCRYPTION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Backup_service_master_keyContext
 
ENCRYPTION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Backup_symmetric_keyContext
 
ENCRYPTION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Begin_conversation_dialogContext
 
ENCRYPTION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Class_typeContext
 
ENCRYPTION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_asymmetric_keyContext
 
ENCRYPTION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_column_encryption_keyContext
 
ENCRYPTION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_database_encryption_keyContext
 
ENCRYPTION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_keyContext
 
ENCRYPTION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_master_key_sql_serverContext
 
ENCRYPTION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Database_optionspecContext
 
ENCRYPTION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Drop_database_encryption_keyContext
 
ENCRYPTION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Drop_statementsContext
 
ENCRYPTION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.EncryptionContext
 
ENCRYPTION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Function_optionContext
 
ENCRYPTION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Generate_new_keysContext
 
ENCRYPTION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.PermissionContext
 
ENCRYPTION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Private_key_optionsContext
 
ENCRYPTION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Procedure_optionContext
 
ENCRYPTION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Restore_master_keyContext
 
ENCRYPTION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Restore_symmetric_keyContext
 
ENCRYPTION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
ENCRYPTION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Trigger_optionContext
 
ENCRYPTION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.View_attributeContext
 
ENCRYPTION(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_certificateContext
 
ENCRYPTION(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_database_encryption_keyContext
 
ENCRYPTION(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Backup_certificateContext
 
ENCRYPTION(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_database_encryption_keyContext
 
ENCRYPTION(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_keyContext
 
encryption_mechanism() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_keyContext
 
encryption_mechanism() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
encryption_mechanism(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_keyContext
 
Encryption_mechanismContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Encryption_mechanismContext
 
ENCRYPTION_TYPE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
ENCRYPTION_TYPE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
ENCRYPTION_TYPE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Encrypted_optContext
 
ENCRYPTION_TYPE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
EncryptionContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.EncryptionContext
 
END - Enum constant in enum class org.pgcodekeeper.core.script.SQLActionType
 
END - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
END - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
END - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
END - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
END - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
END - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
END() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Function_callContext
 
END() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
END() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Block_statementContext
 
END() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Case_expressionContext
 
END() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Column_optionContext
 
END() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.End_conversationContext
 
END() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Func_bodyContext
 
END() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Try_catch_statementContext
 
END() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
END() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Case_expressionContext
 
END() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Case_statementContext
 
END() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_fts_parser_statementContext
 
END() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.End_clauseContext
 
END() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Function_blockContext
 
END() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Function_bodyContext
 
END() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.If_statementContext
 
END() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Loop_statementContext
 
END() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Script_transactionContext
 
END() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_reservedContext
 
END(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Try_catch_statementContext
 
end_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
end_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Partition_end_clauseContext
 
end_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Partition_start_clauseContext
 
End_clauseContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.End_clauseContext
 
end_col_name - Variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Period_for_system_timeContext
 
end_conversation() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Conversation_statementContext
 
end_conversation() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
End_conversationContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.End_conversationContext
 
end_func - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_fts_parser_statementContext
 
end_label - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Function_blockContext
 
EndDollarStringConstant - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
EndDollarStringConstant - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
EndDollarStringConstant() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.SconstContext
 
ENDPOINT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
ENDPOINT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
ENDPOINT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_endpointContext
 
ENDPOINT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Class_typeContext
 
ENDPOINT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_endpointContext
 
ENDPOINT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Drop_statementsContext
 
ENDPOINT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.PermissionContext
 
ENDPOINT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
ENDPOINT_URL - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
ENDPOINT_URL - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
ENDPOINT_URL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Replica_optionContext
 
ENDPOINT_URL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
endsWithIgnoreCase(String, String) - Static method in class org.pgcodekeeper.core.Utils
Checks if string ends with suffix (case-insensitive).
ENGINE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
ENGINE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
ENGINE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Engine_exprContext
 
ENGINE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
engine_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Attach_stmtContext
 
engine_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Create_mat_view_stmtContext
 
engine_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
engine_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Table_body_exprContext
 
Engine_clauseContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Engine_clauseContext
 
engine_expr() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Create_database_stmtContext
 
engine_expr() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Engine_clauseContext
 
engine_expr() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
Engine_exprContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Engine_exprContext
 
engine_option() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Engine_clauseContext
 
engine_option() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
engine_option(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Engine_clauseContext
 
Engine_optionContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Engine_optionContext
 
ENGINES - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
ENGINES - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
ENGINES() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Show_stmtContext
 
ENGINES() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
enterEveryRule(ParserRuleContext) - Method in class org.pgcodekeeper.core.formatter.FormatParseTreeListener
 
enterEveryRule(ParserRuleContext) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.verification.VerificationFunctionTreeListener
 
ENUM - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
ENUM - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
ENUM - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
ENUM - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
ENUM() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Data_typeContext
 
ENUM() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
ENUM() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
ENUM() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_type_statementContext
 
ENUM() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
enum_value() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Data_typeContext
 
enum_value() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
enum_value(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Data_typeContext
 
Enum_valueContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Enum_valueContext
 
enums - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_type_statementContext
 
ENVIRONMENT_VARIABLES - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
ENVIRONMENT_VARIABLES - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
ENVIRONMENT_VARIABLES() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Lang_file_specContext
 
ENVIRONMENT_VARIABLES() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
EOF() - Method in class org.pgcodekeeper.core.parsers.antlr.base.generated.IgnoreListParser.CompileUnitContext
 
EOF() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Ch_fileContext
 
EOF() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Expr_eofContext
 
EOF() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Qname_parserContext
 
EOF() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.BatchContext
 
EOF() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Expression_eofContext
 
EOF() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Tsql_fileContext
 
EOF() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.PrivilegesParser.PrivilegesContext
 
EOF() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Function_args_parserContext
 
EOF() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Function_body_eofContext
 
EOF() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Operator_args_parserContext
 
EOF() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Plpgsql_function_test_listContext
 
EOF() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Plpgsql_functionContext
 
EOF() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Qname_parserContext
 
EOF() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.SqlContext
 
EOF() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Vex_eofContext
 
EOF(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Ch_fileContext
 
EOF(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.SqlContext
 
EPHEMERAL - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
EPHEMERAL - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
EPHEMERAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Modify_column_exprContext
 
EPHEMERAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Table_column_property_exprContext
 
EPHEMERAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
eq() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.rulectx.Vex
 
EQ_DOUBLE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
EQ_DOUBLE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
EQ_DOUBLE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.OpContext
 
EQ_SINGLE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
EQ_SINGLE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
EQ_SINGLE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_table_actionContext
 
EQ_SINGLE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Definer_clauseContext
 
EQ_SINGLE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Engine_exprContext
 
EQ_SINGLE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Enum_valueContext
 
EQ_SINGLE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Named_collection_pairContext
 
EQ_SINGLE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.OpContext
 
EQ_SINGLE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.PairContext
 
EQ_SINGLE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.User_settingContext
 
EQ_SINGLE(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_table_actionContext
 
EQ_SINGLE(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.User_settingContext
 
EQUAL - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
EQUAL - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
EQUAL - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
EQUAL - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
EQUAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Add_drop_propertyContext
 
EQUAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Add_listener_optionContext
 
EQUAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_app_role_optionContext
 
EQUAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_audit_actionContext
 
EQUAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_availability_group_optionsContext
 
EQUAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_certificateContext
 
EQUAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_column_encryption_keyContext
 
EQUAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_column_optionContext
 
EQUAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_credentialContext
 
EQUAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_cryptographic_providerContext
 
EQUAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_database_scoped_credentialContext
 
EQUAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_databaseContext
 
EQUAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_db_roleContext
 
EQUAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_endpointContext
 
EQUAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_fulltext_catalogContext
 
EQUAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_fulltext_index_optionContext
 
EQUAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_login_sql_serverContext
 
EQUAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_master_key_sql_serverContext
 
EQUAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_message_typeContext
 
EQUAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_remote_service_bindingContext
 
EQUAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_resource_governorContext
 
EQUAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_routeContext
 
EQUAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_security_policyContext
 
EQUAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_server_audit_specificationContext
 
EQUAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_server_configurationContext
 
EQUAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_server_roleContext
 
EQUAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_service_master_keyContext
 
EQUAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_symmetric_keyContext
 
EQUAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_table_actionContext
 
EQUAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_table_set_actionContext
 
EQUAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_userContext
 
EQUAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_workload_groupContext
 
EQUAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Assembly_optionContext
 
EQUAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Asymmetric_key_password_change_optionContext
 
EQUAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Audit_file_actionContext
 
EQUAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Audit_optionContext
 
EQUAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.AuthenticationContext
 
EQUAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Availability_group_spec_optionContext
 
EQUAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Backup_certificateContext
 
EQUAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Backup_databaseContext
 
EQUAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Backup_deviceContext
 
EQUAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Backup_master_keyContext
 
EQUAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Backup_optionContext
 
EQUAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Backup_service_master_keyContext
 
EQUAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Backup_symmetric_keyContext
 
EQUAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Base_algorithmContext
 
EQUAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Begin_conversation_dialogContext
 
EQUAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Begin_conversation_timerContext
 
EQUAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Bulk_optionContext
 
EQUAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Change_tracking_option_listContext
 
EQUAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Change_tracking_optionContext
 
EQUAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Column_optionContext
 
EQUAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Comparison_operatorContext
 
EQUAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_app_role_optionContext
 
EQUAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_assemblyContext
 
EQUAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_asymmetric_keyContext
 
EQUAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_certificateContext
 
EQUAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_column_encryption_keyContext
 
EQUAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_column_master_keyContext
 
EQUAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_credentialContext
 
EQUAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_cryptographic_providerContext
 
EQUAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_database_optionContext
 
EQUAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_database_scoped_credentialContext
 
EQUAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_databaseContext
 
EQUAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_endpointContext
 
EQUAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_external_file_formatContext
 
EQUAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_fulltext_catalogContext
 
EQUAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_master_key_sql_serverContext
 
EQUAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_message_typeContext
 
EQUAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_or_alter_broker_priorityContext
 
EQUAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_or_alter_event_session_withContext
 
EQUAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_or_alter_event_sessionContext
 
EQUAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_or_alter_resource_poolContext
 
EQUAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_remote_service_bindingContext
 
EQUAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_routeContext
 
EQUAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_security_policyContext
 
EQUAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_server_audit_specificationContext
 
EQUAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_workload_groupContext
 
EQUAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Cripto_listContext
 
EQUAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Data_deletion_optContext
 
EQUAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Database_filestream_optionContext
 
EQUAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Database_mirroring_optionContext
 
EQUAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Database_mirroringContext
 
EQUAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Database_optionspecContext
 
EQUAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Date_optionsContext
 
EQUAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Declare_localContext
 
EQUAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Decryption_mechanismContext
 
EQUAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Encrypted_optContext
 
EQUAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Encryption_mechanismContext
 
EQUAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.EncryptionContext
 
EQUAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.End_conversationContext
 
EQUAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Event_session_predicate_leafContext
 
EQUAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Execute_clause_userContext
 
EQUAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Execute_moduleContext
 
EQUAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Execute_statement_argContext
 
EQUAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Execute_stringContext
 
EQUAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Existing_keysContext
 
EQUAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.ExpressionContext
 
EQUAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.External_data_source_optionContext
 
EQUAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.External_resource_pool_optionContext
 
EQUAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.External_table_optionContext
 
EQUAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.File_format_optionsContext
 
EQUAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.File_or_filegroupContext
 
EQUAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.File_spec_alterContext
 
EQUAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.File_specContext
 
EQUAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Filegroup_modify_optionContext
 
EQUAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Format_optionsContext
 
EQUAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Fulltext_index_optionContext
 
EQUAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Function_optionContext
 
EQUAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Generate_new_keysContext
 
EQUAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Index_optionContext
 
EQUAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Key_optionsContext
 
EQUAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Lang_file_specContext
 
EQUAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Ledger_optionContext
 
EQUAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Ledger_view_optionContext
 
EQUAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Library_file_specContext
 
EQUAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Library_languageContext
 
EQUAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Login_option_listContext
 
EQUAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Login_sub_option_listContext
 
EQUAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Low_priority_lock_waitContext
 
EQUAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Match_specificationContext
 
EQUAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Migration_optionContext
 
EQUAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Named_promoted_node_path_itemContext
 
EQUAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Open_keyContext
 
EQUAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Optimize_for_argContext
 
EQUAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Partition_numberContext
 
EQUAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Partner_optionContext
 
EQUAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Predicate_factorContext
 
EQUAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Primary_role_optionContext
 
EQUAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Private_key_optionsContext
 
EQUAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Procedure_paramContext
 
EQUAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Queue_actionContext
 
EQUAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Queue_rebuild_optionsContext
 
EQUAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Queue_settingsContext
 
EQUAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Replica_optionContext
 
EQUAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Restore_databaseContext
 
EQUAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Restore_logContext
 
EQUAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Restore_master_keyContext
 
EQUAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Restore_optionContext
 
EQUAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Restore_service_master_keyContext
 
EQUAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Restore_symmetric_keyContext
 
EQUAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Resume_optionContext
 
EQUAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Secondary_role_optionContext
 
EQUAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Security_statementContext
 
EQUAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Service_brokerContext
 
EQUAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Set_option_specContext
 
EQUAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Set_parameterContext
 
EQUAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Set_statementContext
 
EQUAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Spatial_index_coordinateContext
 
EQUAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Spatial_index_gridContext
 
EQUAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Spatial_index_optionContext
 
EQUAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.System_versioning_optContext
 
EQUAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Table_hintContext
 
EQUAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Table_stretch_optContext
 
EQUAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Tcp_optionsContext
 
EQUAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Transaction_statementContext
 
EQUAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Type_definitionContext
 
EQUAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Update_elemContext
 
EQUAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Update_statistics_with_optionContext
 
EQUAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.User_optionContext
 
EQUAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Windows_optionsContext
 
EQUAL() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Aggregate_paramContext
 
EQUAL() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.All_opContext
 
EQUAL() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.All_simple_opContext
 
EQUAL() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_database_actionContext
 
EQUAL() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_database_optionContext
 
EQUAL() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_table_statementContext
 
EQUAL() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Assign_stmtContext
 
EQUAL() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.AttributeContext
 
EQUAL() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Collation_optionContext
 
EQUAL() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_aggregate_statementContext
 
EQUAL() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_database_optionContext
 
EQUAL() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_fts_configuration_statementContext
 
EQUAL() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_fts_dictionary_statementContext
 
EQUAL() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_fts_parser_statementContext
 
EQUAL() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_fts_template_statementContext
 
EQUAL() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_operator_optionContext
 
EQUAL() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_type_statementContext
 
EQUAL() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Diagnostic_optionContext
 
EQUAL() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Format_optionsContext
 
EQUAL() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Function_argumentsContext
 
EQUAL() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Merge_updateContext
 
EQUAL() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Operator_optionContext
 
EQUAL() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Raise_usingContext
 
EQUAL() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Session_local_optionContext
 
EQUAL() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Set_reset_parameterContext
 
EQUAL() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Storage_directiveContext
 
EQUAL() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Storage_parameter_optionContext
 
EQUAL() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Type_declarationContext
 
EQUAL() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Type_propertyContext
 
EQUAL() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Update_setContext
 
EQUAL() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Vex_bContext
 
EQUAL() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.VexContext
 
EQUAL(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Add_drop_propertyContext
 
EQUAL(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_certificateContext
 
EQUAL(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_column_encryption_keyContext
 
EQUAL(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_credentialContext
 
EQUAL(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_database_scoped_credentialContext
 
EQUAL(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_login_sql_serverContext
 
EQUAL(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_remote_service_bindingContext
 
EQUAL(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_routeContext
 
EQUAL(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_server_configurationContext
 
EQUAL(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_service_master_keyContext
 
EQUAL(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_userContext
 
EQUAL(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_workload_groupContext
 
EQUAL(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Backup_certificateContext
 
EQUAL(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Backup_databaseContext
 
EQUAL(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Backup_master_keyContext
 
EQUAL(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Backup_service_master_keyContext
 
EQUAL(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Backup_symmetric_keyContext
 
EQUAL(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Begin_conversation_dialogContext
 
EQUAL(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_asymmetric_keyContext
 
EQUAL(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_column_encryption_keyContext
 
EQUAL(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_column_master_keyContext
 
EQUAL(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_credentialContext
 
EQUAL(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_database_optionContext
 
EQUAL(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_database_scoped_credentialContext
 
EQUAL(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_or_alter_broker_priorityContext
 
EQUAL(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_or_alter_event_session_withContext
 
EQUAL(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_or_alter_resource_poolContext
 
EQUAL(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_remote_service_bindingContext
 
EQUAL(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_routeContext
 
EQUAL(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_workload_groupContext
 
EQUAL(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Encrypted_optContext
 
EQUAL(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.End_conversationContext
 
EQUAL(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Existing_keysContext
 
EQUAL(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.File_spec_alterContext
 
EQUAL(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.File_specContext
 
EQUAL(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Generate_new_keysContext
 
EQUAL(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Lang_file_specContext
 
EQUAL(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Library_file_specContext
 
EQUAL(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Low_priority_lock_waitContext
 
EQUAL(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Private_key_optionsContext
 
EQUAL(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Queue_settingsContext
 
EQUAL(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Restore_logContext
 
EQUAL(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Restore_master_keyContext
 
EQUAL(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Restore_service_master_keyContext
 
EQUAL(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Restore_symmetric_keyContext
 
EQUAL(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Service_brokerContext
 
EQUAL(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Table_stretch_optContext
 
EQUAL(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Tcp_optionsContext
 
EQUAL(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_aggregate_statementContext
 
EQUAL(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_fts_parser_statementContext
 
EQUAL(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_fts_template_statementContext
 
EQUAL(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_type_statementContext
 
EQUAL(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Raise_usingContext
 
EQUAL_GTH - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
EQUAL_GTH - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
EQUAL_GTH() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.PointerContext
 
equals(Object) - Method in class org.pgcodekeeper.core.ContextLocation
Compares this location with another object for equality.
equals(Object) - Method in record class org.pgcodekeeper.core.library.PgLibrary
Compares this library with another object for equality.
equals(Object) - Method in class org.pgcodekeeper.core.model.difftree.IgnoredObject
 
equals(Object) - Method in class org.pgcodekeeper.core.model.difftree.TreeElement
 
equals(Object) - Method in class org.pgcodekeeper.core.model.graph.ActionContainer
 
equals(Object) - Method in record class org.pgcodekeeper.core.model.graph.DbObject
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class org.pgcodekeeper.core.model.graph.RowData
 
equals(Object) - Method in class org.pgcodekeeper.core.schema.Argument
 
equals(Object) - Method in class org.pgcodekeeper.core.schema.ch.ChEngine
 
equals(Object) - Method in class org.pgcodekeeper.core.schema.GenericColumn
 
equals(Object) - Method in class org.pgcodekeeper.core.schema.Inherits
 
equals(Object) - Method in class org.pgcodekeeper.core.schema.pg.PartitionTemplateContainer
 
equals(Object) - Method in class org.pgcodekeeper.core.schema.PgObjLocation
 
equals(Object) - Method in class org.pgcodekeeper.core.schema.PgPrivilege
 
equals(Object) - Method in class org.pgcodekeeper.core.schema.PgStatement
Compares this object and all its children with another statement.
equals(Object) - Method in class org.pgcodekeeper.core.schema.SimpleColumn
 
equals(Object) - Method in class org.pgcodekeeper.core.utils.Pair
 
ERRCODE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
ERRCODE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
ERRCODE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Raise_paramContext
 
ERRCODE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonkeywordContext
 
ERRLVL - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
ERRLVL - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
ERROR - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
ERROR - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
ERROR - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
ERROR - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
ERROR() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.End_conversationContext
 
ERROR() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
ERROR() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
ERROR() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Json_behavior_clauseContext
 
ERROR() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Json_behavior_typeContext
 
ERROR() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
ERROR_BROKER_CONVERSATIONS - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
ERROR_BROKER_CONVERSATIONS - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
ERROR_BROKER_CONVERSATIONS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Database_optionspecContext
 
ERROR_BROKER_CONVERSATIONS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Restore_optionContext
 
ERROR_BROKER_CONVERSATIONS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
ErrorPresenceListener - Class in org.pgcodekeeper.core.formatter
This listener checks if there was at least one syntax error while parsing.
ErrorPresenceListener() - Constructor for class org.pgcodekeeper.core.formatter.ErrorPresenceListener
 
ERRORS - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
ERRORS - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
ERRORS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.External_table_logContext
 
ERRORS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonkeywordContext
 
ErrorTypes - Enum Class in org.pgcodekeeper.core.parsers.antlr.base
Enumeration of error types used in ANTLR parsing error handling.
ESCAPE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
ESCAPE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
ESCAPE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
ESCAPE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
ESCAPE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.PredicateContext
 
ESCAPE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
ESCAPE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Copy_optionContext
 
ESCAPE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Format_optionsContext
 
ESCAPE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.String_value_functionContext
 
ESCAPE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
ESCAPE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.VexContext
 
ESTIMATE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
ESTIMATE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
ESTIMATE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Explain_stmtContext
 
ESTIMATE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
event - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_event_trigger_statementContext
 
event - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_policy_statementContext
 
event - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_rewrite_statementContext
 
EVENT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
EVENT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
EVENT - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
EVENT - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
EVENT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Add_drop_eventContext
 
EVENT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Class_typeContext
 
EVENT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_event_notificationContext
 
EVENT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_or_alter_event_sessionContext
 
EVENT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Drop_event_notifications_or_sessionContext
 
EVENT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.PermissionContext
 
EVENT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
EVENT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_event_trigger_statementContext
 
EVENT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
EVENT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Comment_member_objectContext
 
EVENT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_event_trigger_statementContext
 
EVENT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Drop_statementsContext
 
EVENT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Extension_member_objectContext
 
EVENT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Label_member_objectContext
 
EVENT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Owner_member_objectContext
 
EVENT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
event_action() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Add_drop_eventContext
 
event_action() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
event_action(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Add_drop_eventContext
 
Event_actionContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Event_actionContext
 
EVENT_RETENTION_MODE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
EVENT_RETENTION_MODE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
EVENT_RETENTION_MODE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_or_alter_event_session_withContext
 
EVENT_RETENTION_MODE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
event_session_predicate_expression() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Add_drop_eventContext
 
event_session_predicate_expression() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
event_session_predicate_expression() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Event_session_predicate_expressionContext
 
event_session_predicate_expression() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Event_session_predicate_factorContext
 
event_session_predicate_expression(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Event_session_predicate_expressionContext
 
Event_session_predicate_expressionContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Event_session_predicate_expressionContext
 
event_session_predicate_factor() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Event_session_predicate_expressionContext
 
event_session_predicate_factor() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
event_session_predicate_factor(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Event_session_predicate_expressionContext
 
Event_session_predicate_factorContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Event_session_predicate_factorContext
 
event_session_predicate_leaf() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Event_session_predicate_factorContext
 
event_session_predicate_leaf() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
Event_session_predicate_leafContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Event_session_predicate_leafContext
 
EVENT_TRIGGER - Enum constant in enum class org.pgcodekeeper.core.model.difftree.DbObjType
 
event_trigger_filter_variables() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_event_trigger_statementContext
 
event_trigger_filter_variables() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
event_trigger_filter_variables(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_event_trigger_statementContext
 
Event_trigger_filter_variablesContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Event_trigger_filter_variablesContext
 
EVENTS - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
EVENTS - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
EVENTS() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
EVENTS() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Watch_stmtContext
 
EventTriggersReader - Class in org.pgcodekeeper.core.loader.jdbc.pg
Reader for PostgreSQL event triggers.
EventTriggersReader(JdbcLoaderBase, PgDatabase) - Constructor for class org.pgcodekeeper.core.loader.jdbc.pg.EventTriggersReader
Creates a new event triggers reader.
EventType - Enum Class in org.pgcodekeeper.core.schema
Enumeration of database event types used for triggers and policies.
EVERY - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
EVERY - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
EVERY() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Partition_every_clauseContext
 
EVERY() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonkeywordContext
 
except() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.rulectx.ChSelectOps
 
except() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.rulectx.MsSelectOps
 
except() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.rulectx.SelectOps
Returns the EXCEPT terminal node if present.
EXCEPT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
EXCEPT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
EXCEPT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
EXCEPT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
EXCEPT - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
EXCEPT - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
EXCEPT() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Columns_clauseContext
 
EXCEPT() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Optimize_by_exprContext
 
EXCEPT() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Select_modeContext
 
EXCEPT() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Select_ops_no_parensContext
 
EXCEPT() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Select_opsContext
 
EXCEPT() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_reservedContext
 
EXCEPT() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.UsersContext
 
EXCEPT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Select_ops_no_parensContext
 
EXCEPT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Select_opsContext
 
EXCEPT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Perform_stmtContext
 
EXCEPT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Schema_importContext
 
EXCEPT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Select_ops_no_parensContext
 
EXCEPT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Select_opsContext
 
EXCEPT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_reservedContext
 
EXCEPTION - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
EXCEPTION - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
EXCEPTION() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Exception_statementContext
 
EXCEPTION() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Log_levelContext
 
EXCEPTION() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonkeywordContext
 
exception_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
exception_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Function_blockContext
 
Exception_statementContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Exception_statementContext
 
excepts - Variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.UsersContext
 
EXCHANGE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
EXCHANGE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
EXCHANGE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Partition_gp_actionContext
 
EXCHANGE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonkeywordContext
 
EXCLAMATION - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
EXCLAMATION - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
EXCLAMATION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Comparison_operatorContext
 
EXCLAMATION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Event_session_predicate_leafContext
 
EXCLAMATION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Predicate_factorContext
 
EXCLUDE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
EXCLUDE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
EXCLUDE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
EXCLUDE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Constr_bodyContext
 
EXCLUDE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Frame_clauseContext
 
EXCLUDE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
EXCLUDING - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
EXCLUDING - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
EXCLUDING() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
EXCLUDING() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Like_optionContext
 
EXCLUDING() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
EXCLUSIVE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
EXCLUSIVE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
EXCLUSIVE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
EXCLUSIVE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
EXCLUSIVE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Lock_tableContext
 
EXCLUSIVE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
EXCLUSIVE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
EXCLUSIVE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Lock_modeContext
 
EXCLUSIVE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Partition_valContext
 
EXCLUSIVE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
EXECUTABLE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
EXECUTABLE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
EXECUTABLE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Existing_keysContext
 
EXECUTABLE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
EXECUTABLE_FILE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
EXECUTABLE_FILE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
EXECUTABLE_FILE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_asymmetric_keyContext
 
EXECUTABLE_FILE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
EXECUTE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
EXECUTE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
EXECUTE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
EXECUTE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
EXECUTE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Execute_clauseContext
 
EXECUTE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Execute_statementContext
 
EXECUTE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.PermissionContext
 
EXECUTE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Abbreviated_grant_or_revokeContext
 
EXECUTE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
EXECUTE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_event_trigger_statementContext
 
EXECUTE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_table_as_statementContext
 
EXECUTE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_trigger_statementContext
 
EXECUTE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Execute_statementContext
 
EXECUTE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Execute_stmtContext
 
EXECUTE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.External_table_executeContext
 
EXECUTE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Function_actions_commonContext
 
EXECUTE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.PermissionContext
 
EXECUTE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
execute_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
execute_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Function_optionContext
 
execute_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Procedure_optionContext
 
execute_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Queue_settingsContext
 
execute_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Security_statementContext
 
execute_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Trigger_optionContext
 
execute_clause_user() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
execute_clause_user() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Execute_clauseContext
 
Execute_clause_userContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Execute_clause_userContext
 
Execute_clauseContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Execute_clauseContext
 
execute_module() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
execute_module() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Execute_statementContext
 
Execute_moduleContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Execute_moduleContext
 
execute_option() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Execute_moduleContext
 
execute_option() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
execute_option(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Execute_moduleContext
 
Execute_optionContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Execute_optionContext
 
execute_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Another_statementContext
 
execute_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
execute_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Insert_statementContext
 
execute_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
execute_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Explain_queryContext
 
execute_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Script_additionalContext
 
execute_statement_arg() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Execute_moduleContext
 
execute_statement_arg() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
execute_statement_arg(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Execute_moduleContext
 
Execute_statement_argContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Execute_statement_argContext
 
Execute_statementContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Execute_statementContext
 
Execute_statementContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Execute_statementContext
 
execute_stmt() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
execute_stmt() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Plpgsql_queryContext
 
Execute_stmtContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Execute_stmtContext
 
execute_string() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Execute_statementContext
 
execute_string() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
execute_string_part() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
execute_string_part() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Execute_stringContext
 
execute_string_part(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Execute_stringContext
 
Execute_string_partContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Execute_string_partContext
 
Execute_stringContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Execute_stringContext
 
execution_cost - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Function_actions_commonContext
 
existing_enum_name - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_type_statementContext
 
existing_enum_value - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_type_statementContext
 
existing_keys() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_certificateContext
 
existing_keys() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
Existing_keysContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Existing_keysContext
 
EXISTS - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
EXISTS - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
EXISTS - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
EXISTS - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
EXISTS - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
EXISTS - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
EXISTS() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Exists_stmtContext
 
EXISTS() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.If_existsContext
 
EXISTS() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.If_not_existsContext
 
EXISTS() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
EXISTS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Drop_assemblyContext
 
EXISTS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Drop_ddl_triggerContext
 
EXISTS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Drop_indexContext
 
EXISTS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Drop_statementsContext
 
EXISTS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.PredicateContext
 
EXISTS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Table_action_dropContext
 
EXISTS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_fts_configurationContext
 
EXISTS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
EXISTS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.If_existsContext
 
EXISTS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.If_not_existsContext
 
EXISTS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Json_table_columnContext
 
EXISTS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreserved_except_function_typeContext
 
EXISTS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Value_expression_primaryContext
 
exists_stmt() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Dml_stmtContext
 
exists_stmt() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
Exists_stmtContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Exists_stmtContext
 
EXIT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
EXIT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
EXIT - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
EXIT - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
EXIT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Loop_statementContext
 
EXIT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonkeywordContext
 
exitEveryRule(ParserRuleContext) - Method in class org.pgcodekeeper.core.formatter.ch.ChFormatParseTreeListener
 
exitEveryRule(ParserRuleContext) - Method in class org.pgcodekeeper.core.formatter.pg.PgFormatParseTreeListener
 
exitEveryRule(ParserRuleContext) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.verification.VerificationFunctionTreeListener
 
exp - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Constr_bodyContext
 
exp() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.rulectx.Vex
 
EXP - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
EXP - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
EXP() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.All_opContext
 
EXP() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.All_simple_opContext
 
EXP() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Vex_bContext
 
EXP() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.VexContext
 
EXPAND - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
EXPAND - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
EXPAND() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.OptionContext
 
EXPAND() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
EXPIREDATE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
EXPIREDATE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
EXPIREDATE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Backup_optionContext
 
EXPIREDATE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
EXPIRY_DATE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
EXPIRY_DATE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
EXPIRY_DATE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Date_optionsContext
 
EXPIRY_DATE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
EXPLAIN - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
EXPLAIN - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
EXPLAIN - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
EXPLAIN - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
EXPLAIN() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Explain_stmtContext
 
EXPLAIN() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
EXPLAIN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
EXPLAIN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Explain_statementContext
 
EXPLAIN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
explain_option() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
explain_option() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Explain_statementContext
 
explain_option(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Explain_statementContext
 
Explain_optionContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Explain_optionContext
 
explain_query() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
explain_query() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Explain_statementContext
 
Explain_queryContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Explain_queryContext
 
explain_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
explain_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Plpgsql_queryContext
 
explain_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Script_additionalContext
 
Explain_statementContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Explain_statementContext
 
explain_stmt() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Dml_stmtContext
 
explain_stmt() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
explain_stmt() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.From_primaryContext
 
Explain_stmtContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Explain_stmtContext
 
EXPLICIT - Enum constant in enum class org.pgcodekeeper.core.schema.ICast.CastContext
 
EXPLICIT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
EXPLICIT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
EXPLICIT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.For_clauseContext
 
EXPLICIT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
export(ISettings, AbstractDatabase, String) - Static method in class org.pgcodekeeper.core.api.PgCodeKeeperApi
Exports database schema to project files.
export(ISettings, AbstractDatabase, String, Collection<String>, IMonitor) - Static method in class org.pgcodekeeper.core.api.PgCodeKeeperApi
Exports database schema to project files with filtering and progress tracking.
EXPORT_CURRENT_VERSION - Static variable in interface org.pgcodekeeper.core.Consts
 
exportFull() - Method in class org.pgcodekeeper.core.model.exporter.ModelExporter
Exports the complete database schema to directory structure.
exportFull() - Method in class org.pgcodekeeper.core.model.exporter.OverridesModelExporter
 
exportPartial() - Method in class org.pgcodekeeper.core.model.exporter.ModelExporter
Exports only changed objects based on comparison between old and new schemas.
exportPartial() - Method in class org.pgcodekeeper.core.model.exporter.OverridesModelExporter
Exports ownership and privileges for partial object changes.
exportProject() - Method in class org.pgcodekeeper.core.model.exporter.ModelExporter
Exports selected objects as a new project structure.
expr() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_table_actionContext
 
expr() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Arg_exprContext
 
expr() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Dictionary_attr_defContext
 
expr() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
expr() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Expr_eofContext
 
expr() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Expr_listContext
 
expr() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.ExprContext
 
expr() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Function_callContext
 
expr() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Grouping_elementContext
 
expr() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Having_clauseContext
 
expr() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Lambda_exprContext
 
expr() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Like_exprContext
 
expr() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Limit_exprContext
 
expr() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Order_exprContext
 
expr() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.PairContext
 
expr() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Partition_by_clauseContext
 
expr() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Partition_clauseContext
 
expr() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Policy_actionContext
 
expr() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Prewhere_clauseContext
 
expr() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Primary_key_clauseContext
 
expr() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Sample_by_clauseContext
 
expr() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Select_listContext
 
expr() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Select_modeContext
 
expr() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Show_stmtContext
 
expr() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Table_column_defContext
 
expr() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Table_column_property_exprContext
 
expr() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Table_constraint_defContext
 
expr() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Table_index_defContext
 
expr() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Ttl_exprContext
 
expr() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Values_valuesContext
 
expr() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Where_clauseContext
 
expr() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.With_fillContext
 
expr() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.With_queryContext
 
expr(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_table_actionContext
 
expr(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Expr_listContext
 
expr(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.ExprContext
 
expr(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Function_callContext
 
expr(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Limit_exprContext
 
expr(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Select_listContext
 
expr(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Table_column_defContext
 
expr(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Ttl_exprContext
 
expr(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Values_valuesContext
 
expr(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.With_fillContext
 
expr_const() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
expr_const() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Value_expression_primaryContext
 
Expr_constContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Expr_constContext
 
expr_eof() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
Expr_eofContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Expr_eofContext
 
expr_list() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Array_join_clauseContext
 
expr_list() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Codec_arg_exprContext
 
expr_list() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Create_dictinary_stmtContext
 
expr_list() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Engine_exprContext
 
expr_list() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
expr_list() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Expr_primaryContext
 
expr_list() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.From_itemContext
 
expr_list() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Function_callContext
 
expr_list() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Limit_by_clauseContext
 
expr_list() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Optimize_by_exprContext
 
expr_list() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Select_modeContext
 
expr_list() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Show_stmtContext
 
expr_list() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Window_exprContext
 
expr_list() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.With_fillContext
 
Expr_listContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Expr_listContext
 
expr_primary() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
expr_primary() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.ExprContext
 
Expr_primaryContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Expr_primaryContext
 
ExprContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.ExprContext
 
expression - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Column_actionContext
 
expression - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Constr_bodyContext
 
expression - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Publication_table_onlyContext
 
expression() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.All_distinct_expressionContext
 
expression() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_assemblyContext
 
expression() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_partition_functionContext
 
expression() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_table_actionContext
 
expression() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Begin_conversation_dialogContext
 
expression() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Case_expressionContext
 
expression() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Column_constraint_bodyContext
 
expression() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Column_defContext
 
expression() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Column_definitionContext
 
expression() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_assemblyContext
 
expression() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_contractContext
 
expression() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_defaultContext
 
expression() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Cursor_statementContext
 
expression() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Date_expressionContext
 
expression() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Declare_localContext
 
expression() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
expression() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Expression_eofContext
 
expression() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Expression_listContext
 
expression() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.ExpressionContext
 
expression() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.External_table_optionContext
 
expression() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.From_itemContext
 
expression() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Func_bodyContext
 
expression() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Function_callContext
 
expression() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Group_by_itemContext
 
expression() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Grouping_sets_itemContext
 
expression() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Insert_statementContext
 
expression() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Merge_statementContext
 
expression() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Named_promoted_node_path_itemContext
 
expression() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Object_expressionContext
 
expression() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Open_jsonContext
 
expression() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Open_xmlContext
 
expression() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Order_by_clauseContext
 
expression() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Order_by_expressionContext
 
expression() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Output_dml_elemContext
 
expression() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.PredicateContext
 
expression() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Print_statementContext
 
expression() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Receive_column_specifierContext
 
expression() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Return_statementContext
 
expression() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Select_list_elemContext
 
expression() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Send_conversationContext
 
expression() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Set_statementContext
 
expression() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Switch_search_condition_sectionContext
 
expression() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Switch_sectionContext
 
expression() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Table_constraint_bodyContext
 
expression() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Top_countContext
 
expression() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Truncate_tableContext
 
expression() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Update_elemContext
 
expression() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Update_statementContext
 
expression(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_assemblyContext
 
expression(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_table_actionContext
 
expression(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Begin_conversation_dialogContext
 
expression(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Case_expressionContext
 
expression(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_assemblyContext
 
expression(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Expression_eofContext
 
expression(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Expression_listContext
 
expression(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.ExpressionContext
 
expression(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Function_callContext
 
expression(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Grouping_sets_itemContext
 
expression(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Open_jsonContext
 
expression(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Order_by_clauseContext
 
expression(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.PredicateContext
 
expression(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Switch_sectionContext
 
expression(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Truncate_tableContext
 
EXPRESSION - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
EXPRESSION - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
EXPRESSION - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
EXPRESSION - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
EXPRESSION() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Dictionary_attr_defContext
 
EXPRESSION() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
EXPRESSION() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
EXPRESSION() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Column_actionContext
 
EXPRESSION() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
expression_eof() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
Expression_eofContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Expression_eofContext
 
expression_list() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Add_alter_drop_predicateContext
 
expression_list() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_assemblyContext
 
expression_list() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_partition_functionContext
 
expression_list() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_security_policyContext
 
expression_list() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Dbcc_clauseContext
 
expression_list() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
expression_list() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Function_callContext
 
expression_list() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Group_by_clauseContext
 
expression_list() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Open_xmlContext
 
expression_list() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Over_clauseContext
 
expression_list() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.PredicateContext
 
expression_list() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Primary_key_valuesContext
 
expression_list() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Table_value_constructorContext
 
expression_list() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Update_elemContext
 
expression_list() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Window_specificationContext
 
expression_list(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_security_policyContext
 
expression_list(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Table_value_constructorContext
 
Expression_listContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Expression_listContext
 
ExpressionContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.ExpressionContext
 
expressionList(TSQLParser.Expression_listContext) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.expr.MsValueExpr
 
EXTENDED - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
EXTENDED - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
EXTENDED - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
EXTENDED - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
EXTENDED() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Show_stmtContext
 
EXTENDED() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
EXTENDED() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Storage_optionContext
 
EXTENDED() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonkeywordContext
 
EXTENSION - Enum constant in enum class org.pgcodekeeper.core.model.difftree.DbObjType
 
EXTENSION - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
EXTENSION - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
EXTENSION - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
EXTENSION - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
EXTENSION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_server_configurationContext
 
EXTENSION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
EXTENSION() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_extension_statementContext
 
EXTENSION() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_function_statementContext
 
EXTENSION() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_materialized_view_actionContext
 
EXTENSION() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_trigger_statementContext
 
EXTENSION() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
EXTENSION() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Comment_member_objectContext
 
EXTENSION() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_extension_statementContext
 
EXTENSION() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Drop_statementsContext
 
EXTENSION() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Index_def_actionContext
 
EXTENSION() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
extension_member_object() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_extension_actionContext
 
extension_member_object() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
Extension_member_objectContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Extension_member_objectContext
 
EXTENSION_VERSION - Static variable in interface org.pgcodekeeper.core.Consts
 
ExtensionsReader - Class in org.pgcodekeeper.core.loader.jdbc.pg
Reader for PostgreSQL extensions.
ExtensionsReader(JdbcLoaderBase, PgDatabase) - Constructor for class org.pgcodekeeper.core.loader.jdbc.pg.ExtensionsReader
Creates a new extensions reader.
EXTERNAL - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
EXTERNAL - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
EXTERNAL - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
EXTERNAL - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
EXTERNAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_external_data_sourceContext
 
EXTERNAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_external_languageContext
 
EXTERNAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_external_libraryContext
 
EXTERNAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_external_resource_poolContext
 
EXTERNAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Class_typeContext
 
EXTERNAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_aggregateContext
 
EXTERNAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_external_data_sourceContext
 
EXTERNAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_external_file_formatContext
 
EXTERNAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_external_languageContext
 
EXTERNAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_external_libraryContext
 
EXTERNAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_external_resource_poolContext
 
EXTERNAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_external_tableContext
 
EXTERNAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_userContext
 
EXTERNAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_workload_groupContext
 
EXTERNAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Drop_external_libraryContext
 
EXTERNAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Drop_statementsContext
 
EXTERNAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Func_bodyContext
 
EXTERNAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Login_sourcesContext
 
EXTERNAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.PermissionContext
 
EXTERNAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Proc_bodyContext
 
EXTERNAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Type_definitionContext
 
EXTERNAL() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_table_statementContext
 
EXTERNAL() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
EXTERNAL() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_table_external_statementContext
 
EXTERNAL() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Drop_statementsContext
 
EXTERNAL() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Function_actions_commonContext
 
EXTERNAL() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Storage_optionContext
 
EXTERNAL() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
EXTERNAL_ACCESS - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
EXTERNAL_ACCESS - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
EXTERNAL_ACCESS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Assembly_permissionContext
 
EXTERNAL_ACCESS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
external_data_source_option() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
external_data_source_option() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.External_data_source_optionsContext
 
external_data_source_option(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.External_data_source_optionsContext
 
External_data_source_optionContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.External_data_source_optionContext
 
external_data_source_options() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_external_data_sourceContext
 
external_data_source_options() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_external_data_sourceContext
 
external_data_source_options() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
External_data_source_optionsContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.External_data_source_optionsContext
 
EXTERNAL_MONITOR - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
EXTERNAL_MONITOR - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
EXTERNAL_MONITOR() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Audit_toContext
 
EXTERNAL_MONITOR() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
external_pool_name - Variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_workload_groupContext
 
external_resource_pool_option() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_external_resource_poolContext
 
external_resource_pool_option() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_external_resource_poolContext
 
external_resource_pool_option() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
external_resource_pool_option(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_external_resource_poolContext
 
external_resource_pool_option(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_external_resource_poolContext
 
External_resource_pool_optionContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.External_resource_pool_optionContext
 
external_table_as_select_def() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_external_tableContext
 
external_table_as_select_def() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
External_table_as_select_defContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.External_table_as_select_defContext
 
external_table_def() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_external_tableContext
 
external_table_def() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
External_table_defContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.External_table_defContext
 
external_table_execute() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_table_external_statementContext
 
external_table_execute() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
External_table_executeContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.External_table_executeContext
 
external_table_format() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_table_external_statementContext
 
external_table_format() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
External_table_formatContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.External_table_formatContext
 
external_table_location() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_table_external_statementContext
 
external_table_location() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
External_table_locationContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.External_table_locationContext
 
external_table_log() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_table_external_statementContext
 
external_table_log() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
External_table_logContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.External_table_logContext
 
external_table_option() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
external_table_option() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.External_table_optionsContext
 
external_table_option(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.External_table_optionsContext
 
External_table_optionContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.External_table_optionContext
 
external_table_options() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.External_table_as_select_defContext
 
external_table_options() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.External_table_defContext
 
external_table_options() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
External_table_optionsContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.External_table_optionsContext
 
EXTRACT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
EXTRACT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
EXTRACT - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
EXTRACT - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
EXTRACT() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Function_callContext
 
EXTRACT() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
EXTRACT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
EXTRACT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Extract_functionContext
 
EXTRACT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreserved_except_function_typeContext
 
extract_function() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
extract_function() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Function_callContext
 
Extract_functionContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Extract_functionContext
 

F

FAIL_OPERATION - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
FAIL_OPERATION - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
FAIL_OPERATION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Audit_optionContext
 
FAIL_OPERATION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
FAILOVER - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
FAILOVER - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
FAILOVER() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_availability_group_optionsContext
 
FAILOVER() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_server_configurationContext
 
FAILOVER() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Partner_optionContext
 
FAILOVER() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
FAILOVER_MODE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
FAILOVER_MODE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
FAILOVER_MODE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Availability_group_spec_optionContext
 
FAILOVER_MODE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Replica_optionContext
 
FAILOVER_MODE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
FAILURE_CONDITION_LEVEL - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
FAILURE_CONDITION_LEVEL - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
FAILURE_CONDITION_LEVEL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Set_option_specContext
 
FAILURE_CONDITION_LEVEL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
FAILURECONDITIONLEVEL - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
FAILURECONDITIONLEVEL - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
FAILURECONDITIONLEVEL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_server_configurationContext
 
FAILURECONDITIONLEVEL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
FALSE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
FALSE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
FALSE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
FALSE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
FALSE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.ConstantContext
 
FALSE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Format_optionsContext
 
FALSE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Primitive_expressionContext
 
FALSE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
FALSE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_table_statementContext
 
FALSE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
FALSE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Boolean_valueContext
 
FALSE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Json_behavior_typeContext
 
FALSE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_reservedContext
 
FALSE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Truth_valueContext
 
FALSE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.With_admin_optionContext
 
FAMILY - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
FAMILY - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
FAMILY() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_operator_family_statementContext
 
FAMILY() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
FAMILY() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Comment_member_objectContext
 
FAMILY() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_operator_class_statementContext
 
FAMILY() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_operator_family_statementContext
 
FAMILY() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Drop_operator_family_statementContext
 
FAMILY() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Extension_member_objectContext
 
FAMILY() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
FAN_IN - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
FAN_IN - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
FAN_IN() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_event_notificationContext
 
FAN_IN() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
FAST - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
FAST - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
FAST() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.OptionContext
 
FAST() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
FAST_FORWARD - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
FAST_FORWARD - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
FAST_FORWARD() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Declare_cursor_partialContext
 
FAST_FORWARD() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
fconst() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Expr_constContext
 
fconst() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
fconst() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.NumericonlyContext
 
FconstContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.FconstContext
 
FETCH - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
FETCH - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
FETCH - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
FETCH - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
FETCH - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
FETCH - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
FETCH() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_table_actionContext
 
FETCH() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.PermissionContext
 
FETCH() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
FETCH() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Cursor_statementContext
 
FETCH() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Order_by_clauseContext
 
FETCH() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.After_opsContext
 
FETCH() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Cursor_statementContext
 
FETCH() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Script_additionalContext
 
FETCH() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_reservedContext
 
fetch_move_direction() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Cursor_statementContext
 
fetch_move_direction() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
fetch_move_direction() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Script_additionalContext
 
Fetch_move_directionContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Fetch_move_directionContext
 
FETCHES - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
FETCHES - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
FETCHES() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.PermissionContext
 
FETCHES() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.System_stmtContext
 
FETCHES() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
FIELD_TERMINATOR - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
FIELD_TERMINATOR - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
FIELD_TERMINATOR() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
FIELDS - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
FIELDS - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
FIELDS - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
FIELDS - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
FIELDS() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Show_stmtContext
 
FIELDS() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
FIELDS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Format_optionsContext
 
FIELDS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonkeywordContext
 
FILE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
FILE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
FILE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
FILE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
FILE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.PermissionContext
 
FILE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Source_priviligeContext
 
FILE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
FILE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_assemblyContext
 
FILE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_certificateContext
 
FILE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_cryptographic_providerContext
 
FILE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Audit_toContext
 
FILE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Backup_certificateContext
 
FILE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Backup_databaseContext
 
FILE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Backup_master_keyContext
 
FILE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Backup_service_master_keyContext
 
FILE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Backup_symmetric_keyContext
 
FILE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Class_typeContext
 
FILE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_asymmetric_keyContext
 
FILE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_cryptographic_providerContext
 
FILE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_external_file_formatContext
 
FILE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Drop_statementsContext
 
FILE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Existing_keysContext
 
FILE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.File_and_filegroup_optionsContext
 
FILE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.File_or_filegroupContext
 
FILE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.PermissionContext
 
FILE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Private_key_optionsContext
 
FILE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Restore_master_keyContext
 
FILE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Restore_optionContext
 
FILE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Restore_service_master_keyContext
 
FILE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Restore_symmetric_keyContext
 
FILE(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_assemblyContext
 
FILE(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_certificateContext
 
FILE(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Backup_certificateContext
 
FILE(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Backup_databaseContext
 
file_and_filegroup_options() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_databaseContext
 
file_and_filegroup_options() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
File_and_filegroup_optionsContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.File_and_filegroup_optionsContext
 
file_format_options() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_external_file_formatContext
 
file_format_options() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
file_format_options(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_external_file_formatContext
 
File_format_optionsContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.File_format_optionsContext
 
file_group() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_databaseContext
 
file_group() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
file_group(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_databaseContext
 
file_group_name - Variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Column_optionContext
 
File_groupContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.File_groupContext
 
FILE_NAME - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
FILE_NAME - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
FILE_NAME - Static variable in class org.pgcodekeeper.core.schema.meta.MetaStorage
Base file name for serialized system objects.
FILE_NAME - Static variable in class org.pgcodekeeper.core.xmlstore.DependenciesXmlStore
 
FILE_NAME() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Lang_file_specContext
 
FILE_NAME() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
file_or_filegroup() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
file_or_filegroup() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Files_or_filegroupsContext
 
file_or_filegroup() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Restore_logContext
 
file_or_filegroup(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Files_or_filegroupsContext
 
file_or_filegroup(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Restore_logContext
 
File_or_filegroupContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.File_or_filegroupContext
 
file_size() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
file_size() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.File_spec_alterContext
 
file_size() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.File_specContext
 
file_size(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.File_spec_alterContext
 
file_size(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.File_specContext
 
File_sizeContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.File_sizeContext
 
FILE_SNAPSHOT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
FILE_SNAPSHOT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
FILE_SNAPSHOT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Backup_optionContext
 
FILE_SNAPSHOT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
file_spec() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_databaseContext
 
file_spec() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.File_groupContext
 
file_spec() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
file_spec(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_databaseContext
 
file_spec(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.File_groupContext
 
file_spec_alter() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.File_and_filegroup_optionsContext
 
file_spec_alter() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
file_spec_alter(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.File_and_filegroup_optionsContext
 
File_spec_alterContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.File_spec_alterContext
 
File_specContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.File_specContext
 
FileFormatter - Class in org.pgcodekeeper.core.formatter
Main formatter class that handles SQL file formatting for different database types.
FileFormatter(String, int, int, FormatConfiguration, DatabaseType) - Constructor for class org.pgcodekeeper.core.formatter.FileFormatter
Constructs a new FileFormatter instance.
FILEGROUP - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
FILEGROUP - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
FILEGROUP() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Backup_databaseContext
 
FILEGROUP() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Catalog_filegroup_optionContext
 
FILEGROUP() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_fulltext_catalogContext
 
FILEGROUP() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.File_and_filegroup_optionsContext
 
FILEGROUP() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.File_groupContext
 
FILEGROUP() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.File_or_filegroupContext
 
FILEGROUP() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
FILEGROUP(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Backup_databaseContext
 
filegroup_modify_option() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.File_and_filegroup_optionsContext
 
filegroup_modify_option() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
Filegroup_modify_optionContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Filegroup_modify_optionContext
 
FILEGROWTH - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
FILEGROWTH - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
FILEGROWTH() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.File_spec_alterContext
 
FILEGROWTH() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.File_specContext
 
FILEGROWTH() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
FILELISTONLY - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
FILELISTONLY - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
FILELISTONLY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Restore_otherContext
 
FILELISTONLY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
FILENAME - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
FILENAME - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
FILENAME() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_server_configurationContext
 
FILENAME() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.File_spec_alterContext
 
FILENAME() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.File_specContext
 
FILENAME() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
FILENAME_WORKING_DIR_MARKER - Static variable in interface org.pgcodekeeper.core.Consts
 
filepath - Variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Audit_file_actionContext
 
FILEPATH - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
FILEPATH - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
FILEPATH() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Audit_file_actionContext
 
FILEPATH() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
files_or_filegroups() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
files_or_filegroups() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Restore_databaseContext
 
Files_or_filegroupsContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Files_or_filegroupsContext
 
filestream - Variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_table_set_actionContext
 
filestream - Variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_tableContext
 
FILESTREAM - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
FILESTREAM - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
FILESTREAM() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Column_optionContext
 
FILESTREAM() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_database_optionContext
 
FILESTREAM() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Database_optionspecContext
 
FILESTREAM() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.File_and_filegroup_optionsContext
 
FILESTREAM() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.File_groupContext
 
FILESTREAM() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Restore_optionContext
 
FILESTREAM() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
FILESTREAM_ON - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
FILESTREAM_ON - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
FILESTREAM_ON() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_table_set_actionContext
 
FILESTREAM_ON() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_tableContext
 
FILESTREAM_ON() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
FILESYSTEM - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
FILESYSTEM - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
FILESYSTEM() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.PermissionContext
 
FILESYSTEM() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Show_stmtContext
 
FILESYSTEM() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
FileUtils - Class in org.pgcodekeeper.core.utils
Comprehensive file system utility class providing various file operations, temporary file/directory management, ZIP file handling, filename validation, and database project-related file operations.
FileUtils_creating_temp_directory - Static variable in class org.pgcodekeeper.core.localizations.Messages
 
FileUtils_creating_temp_file - Static variable in class org.pgcodekeeper.core.localizations.Messages
 
FileUtils_error_while_read_uri_lib - Static variable in class org.pgcodekeeper.core.localizations.Messages
 
FILL - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
FILL - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
FILL - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
FILL - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
FILL() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
FILL() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.With_fillContext
 
FILL() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Format_optionsContext
 
FILL() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonkeywordContext
 
fillCompressOptions(ICompressOptionContainer, String) - Static method in interface org.pgcodekeeper.core.schema.ICompressOptionContainer
Parses and fills compression options from a comma-separated string.
FILLFACTOR - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
FILLFACTOR - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
FILLFACTOR() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
fillObject(MsView) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.statement.CreateMsView
Fills the view object with parsed information including attributes and SELECT statement.
fillOptionParams(String[], BiConsumer<String, String>, boolean, boolean, boolean) - Static method in class org.pgcodekeeper.core.parsers.antlr.base.statement.ParserAbstract
Processes option parameters into key-value pairs.
fillOptionParams(String, String, boolean, BiConsumer<String, String>) - Static method in class org.pgcodekeeper.core.parsers.antlr.base.statement.ParserAbstract
Processes a single option parameter.
fillScript(SQLScript, Set<ActionContainer>, Set<PgStatement>, AbstractDatabase, AbstractDatabase, List<TreeElement>) - Static method in class org.pgcodekeeper.core.model.graph.ActionsToScriptConverter
Fills the SQL script with statements based on resolved database actions.
fillSequence(PgSequence, List<SQLParser.Sequence_bodyContext>) - Static method in class org.pgcodekeeper.core.parsers.antlr.pg.statement.CreateSequence
Fills sequence properties from a list of sequence body contexts.
fillSequenceBody(StringBuilder) - Method in class org.pgcodekeeper.core.schema.AbstractSequence
Fills the sequence body SQL definition.
fillSequenceBody(StringBuilder) - Method in class org.pgcodekeeper.core.schema.ms.MsSequence
 
fillSequenceBody(StringBuilder) - Method in class org.pgcodekeeper.core.schema.pg.PgSequence
 
FILTER - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
FILTER - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
FILTER - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
FILTER - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
FILTER() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Add_alter_drop_predicateContext
 
FILTER() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_security_policyContext
 
FILTER() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
FILTER() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Filter_clauseContext
 
FILTER() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
FILTER(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_security_policyContext
 
filter_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
filter_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Function_callContext
 
Filter_clauseContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Filter_clauseContext
 
FILTER_COLUMN - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
FILTER_COLUMN - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
FILTER_COLUMN() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Data_deletion_optContext
 
FILTER_COLUMN() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
FILTER_PREDICATE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
FILTER_PREDICATE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
FILTER_PREDICATE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
FILTER_PREDICATE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Table_stretch_optContext
 
filter_values - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Event_trigger_filter_variablesContext
 
FINAL - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
FINAL - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
FINAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.From_itemContext
 
FINAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Optimize_stmtContext
 
FINAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_reservedContext
 
final_func - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Aggregate_paramContext
 
FINALFUNC - Enum constant in enum class org.pgcodekeeper.core.schema.pg.PgAggregate.AggFuncs
 
FINALFUNC - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
FINALFUNC - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
FINALFUNC() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Aggregate_paramContext
 
FINALFUNC() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonkeywordContext
 
FINALFUNC_EXTRA - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
FINALFUNC_EXTRA - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
FINALFUNC_EXTRA() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Aggregate_paramContext
 
FINALFUNC_EXTRA() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonkeywordContext
 
FINALFUNC_MODIFY - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
FINALFUNC_MODIFY - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
FINALFUNC_MODIFY() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Aggregate_paramContext
 
FINALFUNC_MODIFY() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonkeywordContext
 
FINALIZE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
FINALIZE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
FINALIZE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_partitionContext
 
FINALIZE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
FINALIZE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
findChFunction(String) - Method in class org.pgcodekeeper.core.schema.meta.MetaContainer
Checks if a ClickHouse function exists.
findElement(PgStatement) - Method in class org.pgcodekeeper.core.model.difftree.TreeElement
Finds an element in the tree by database statement.
findFunction(String, String) - Method in class org.pgcodekeeper.core.schema.meta.MetaContainer
Finds a function by schema and name.
findOperator(String, String) - Method in class org.pgcodekeeper.core.schema.meta.MetaContainer
Finds an operator by schema and name.
findRelation(String, String) - Method in class org.pgcodekeeper.core.schema.meta.MetaContainer
Finds a relation by schema and name.
findType(String, String) - Method in class org.pgcodekeeper.core.schema.meta.MetaContainer
Finds a PostgreSQL composite type by schema and name.
finish() - Method in class org.pgcodekeeper.core.parsers.antlr.base.AntlrTask
Waits for the task to complete and processes the result with the finalizer.
finish(Queue<AntlrTask<?>>) - Static method in class org.pgcodekeeper.core.parsers.antlr.base.AntlrTaskManager
Processes all tasks in the queue until completion or failure.
FIRST - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
FIRST - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
FIRST - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
FIRST - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
FIRST - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
FIRST - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
FIRST() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Order_exprContext
 
FIRST() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.PositionContext
 
FIRST() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
FIRST() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Cursor_statementContext
 
FIRST() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Order_by_clauseContext
 
FIRST() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
FIRST() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.After_opsContext
 
FIRST() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
FIRST() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Fetch_move_directionContext
 
FIRST() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Null_orderingContext
 
FIRST() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
FIRST() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.With_queryContext
 
FIRST_ROW - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
FIRST_ROW - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
FIRST_ROW() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Format_optionsContext
 
FIRST_ROW() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
FIXED - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
FIXED - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
FIXED() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Data_typeContext
 
FIXED() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
FIXED_STRING - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
FIXED_STRING - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
FIXED_STRING() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Data_typeContext
 
FIXED_STRING() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
fk - Variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Table_constraint_bodyContext
 
flag() - Method in class org.pgcodekeeper.core.parsers.antlr.base.generated.IgnoreListParser
 
flag() - Method in class org.pgcodekeeper.core.parsers.antlr.base.generated.IgnoreListParser.FlagsContext
 
flag(int) - Method in class org.pgcodekeeper.core.parsers.antlr.base.generated.IgnoreListParser.FlagsContext
 
FlagContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.base.generated.IgnoreListParser.FlagContext
 
flags() - Method in class org.pgcodekeeper.core.parsers.antlr.base.generated.IgnoreListParser
 
flags() - Method in class org.pgcodekeeper.core.parsers.antlr.base.generated.IgnoreListParser.Rule_restContext
 
FlagsContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.base.generated.IgnoreListParser.FlagsContext
 
flatten(TreeElement) - Method in class org.pgcodekeeper.core.model.difftree.TreeFlattener
Flattens the tree structure applying all configured filters.
FLOAT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
FLOAT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
FLOAT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
FLOAT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
FLOAT - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
FLOAT - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
FLOAT() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Data_typeContext
 
FLOAT() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
FLOAT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.ConstantContext
 
FLOAT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Primitive_expressionContext
 
FLOAT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Signed_numerical_literalContext
 
FLOAT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Top_countContext
 
FLOAT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
FLOAT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Predefined_typeContext
 
FLOAT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreserved_except_function_typeContext
 
FLOATING_LITERAL - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
FLOATING_LITERAL - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
FLOATING_LITERAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Number_literalContext
 
FLUSH - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
FLUSH - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
FLUSH() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.PermissionContext
 
FLUSH() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.System_stmtContext
 
FLUSH() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
FOLLOWING - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
FOLLOWING - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
FOLLOWING - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
FOLLOWING - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
FOLLOWING - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
FOLLOWING - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
FOLLOWING() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
FOLLOWING() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Win_frame_boundContext
 
FOLLOWING() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
FOLLOWING() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Window_frame_followingContext
 
FOLLOWING() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
FOLLOWING() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Frame_boundContext
 
FOLLOWING() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
FOR - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
FOR - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
FOR - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
FOR - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
FOR - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
FOR - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
FOR() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Function_callContext
 
FOR() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Policy_actionContext
 
FOR() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.PrivilegesContext
 
FOR() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Show_stmtContext
 
FOR() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
FOR() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_certificateContext
 
FOR() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_endpointContext
 
FOR() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_server_audit_specificationContext
 
FOR() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Column_set_defContext
 
FOR() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_certificateContext
 
FOR() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_credentialContext
 
FOR() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_endpointContext
 
FOR() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_event_notificationContext
 
FOR() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_or_alter_broker_priorityContext
 
FOR() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_or_alter_procedureContext
 
FOR() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_or_alter_triggerContext
 
FOR() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_partition_functionContext
 
FOR() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_selective_indexContext
 
FOR() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_server_audit_specificationContext
 
FOR() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_synonymContext
 
FOR() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_userContext
 
FOR() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Cursor_commonContext
 
FOR() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.For_clauseContext
 
FOR() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.From_itemContext
 
FOR() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Function_callContext
 
FOR() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Not_for_replicationContext
 
FOR() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.OptionContext
 
FOR() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Period_for_system_timeContext
 
FOR() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Result_sets_definitionContext
 
FOR() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Rule_commonContext
 
FOR() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Table_action_dropContext
 
FOR() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Table_constraint_bodyContext
 
FOR() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.User_loginContext
 
FOR() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Xml_index_usingContext
 
FOR() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Add_operator_to_familyContext
 
FOR() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.After_opsContext
 
FOR() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_default_privileges_statementContext
 
FOR() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_fts_configurationContext
 
FOR() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_partition_gp_nameContext
 
FOR() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_user_mapping_statementContext
 
FOR() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Comment_member_objectContext
 
FOR() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_conversion_statementContext
 
FOR() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_operator_class_optionContext
 
FOR() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_operator_class_statementContext
 
FOR() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_policy_statementContext
 
FOR() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_publication_statementContext
 
FOR() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_transform_statementContext
 
FOR() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_trigger_statementContext
 
FOR() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_user_mapping_statementContext
 
FOR() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Cursor_statementContext
 
FOR() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Declare_statementContext
 
FOR() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Drop_user_mapping_statementContext
 
FOR() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Extension_member_objectContext
 
FOR() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.For_values_boundContext
 
FOR() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Grant_option_forContext
 
FOR() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Json_table_columnContext
 
FOR() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Loop_startContext
 
FOR() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Other_rulesContext
 
FOR() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Security_labelContext
 
FOR() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.String_value_functionContext
 
FOR() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_reservedContext
 
FOR() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Transform_for_typeContext
 
FOR() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Type_declarationContext
 
FOR() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Xml_table_columnContext
 
FOR(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Cursor_commonContext
 
for_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Delete_statementContext
 
for_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
for_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Insert_statementContext
 
for_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Select_statementContext
 
for_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Select_stmt_no_parensContext
 
for_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Update_statementContext
 
For_clauseContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.For_clauseContext
 
for_each_true - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_trigger_statementContext
 
for_values_bound() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Define_partitionContext
 
for_values_bound() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
for_values_bound() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Partition_table_valueContext
 
For_values_boundContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.For_values_boundContext
 
FORCE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
FORCE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
FORCE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
FORCE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
FORCE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_master_key_sql_serverContext
 
FORCE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_service_master_keyContext
 
FORCE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.OptionContext
 
FORCE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Restore_master_keyContext
 
FORCE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Restore_service_master_keyContext
 
FORCE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
FORCE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
FORCE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Copy_optionContext
 
FORCE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Drop_database_statementContext
 
FORCE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Format_optionsContext
 
FORCE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Table_actionContext
 
FORCE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
FORCE_FAILOVER_ALLOW_DATA_LOSS - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
FORCE_FAILOVER_ALLOW_DATA_LOSS - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
FORCE_FAILOVER_ALLOW_DATA_LOSS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_availability_group_optionsContext
 
FORCE_FAILOVER_ALLOW_DATA_LOSS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
FORCE_NOT_NULL - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
FORCE_NOT_NULL - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
FORCE_NOT_NULL() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Copy_optionContext
 
FORCE_NOT_NULL() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonkeywordContext
 
FORCE_NULL - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
FORCE_NULL - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
FORCE_NULL() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Copy_optionContext
 
FORCE_NULL() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonkeywordContext
 
FORCE_QUOTE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
FORCE_QUOTE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
FORCE_QUOTE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Copy_optionContext
 
FORCE_QUOTE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonkeywordContext
 
FORCE_SERVICE_ALLOW_DATA_LOSS - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
FORCE_SERVICE_ALLOW_DATA_LOSS - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
FORCE_SERVICE_ALLOW_DATA_LOSS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Partner_optionContext
 
FORCE_SERVICE_ALLOW_DATA_LOSS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
FORCED - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
FORCED - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
FORCED() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Database_optionspecContext
 
FORCED() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.OptionContext
 
FORCED() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
FORCESCAN - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
FORCESCAN - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
FORCESCAN() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
FORCESCAN() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Table_hintContext
 
FORCESEEK - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
FORCESEEK - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
FORCESEEK() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Change_tableContext
 
FORCESEEK() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
FORCESEEK() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Table_hintContext
 
forClause() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.rulectx.MsSelectStmt
Returns the FOR clause context if present.
FOREACH - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
FOREACH - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
FOREACH() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Loop_startContext
 
FOREACH() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonkeywordContext
 
FOREIGN - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
FOREIGN - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
FOREIGN - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
FOREIGN - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
FOREIGN() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Column_constraint_bodyContext
 
FOREIGN() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Table_constraint_bodyContext
 
FOREIGN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_foreign_data_wrapperContext
 
FOREIGN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_table_statementContext
 
FOREIGN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
FOREIGN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Comment_member_objectContext
 
FOREIGN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Constr_bodyContext
 
FOREIGN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_foreign_data_wrapper_statementContext
 
FOREIGN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_foreign_table_statementContext
 
FOREIGN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_server_statementContext
 
FOREIGN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Drop_statementsContext
 
FOREIGN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Extension_member_objectContext
 
FOREIGN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Label_member_objectContext
 
FOREIGN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Owner_member_objectContext
 
FOREIGN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Rule_member_objectContext
 
FOREIGN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Schema_importContext
 
FOREIGN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_reservedContext
 
FOREIGN_DATA_WRAPPER - Enum constant in enum class org.pgcodekeeper.core.model.difftree.DbObjType
 
foreign_option() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Define_foreign_optionsContext
 
foreign_option() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
foreign_option(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Define_foreign_optionsContext
 
Foreign_optionContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Foreign_optionContext
 
ForeignDataWrappersReader - Class in org.pgcodekeeper.core.loader.jdbc.pg
Reader for PostgreSQL foreign data wrappers.
ForeignDataWrappersReader(JdbcLoaderBase, PgDatabase) - Constructor for class org.pgcodekeeper.core.loader.jdbc.pg.ForeignDataWrappersReader
Creates a new foreign data wrappers reader.
format() - Method in class org.pgcodekeeper.core.formatter.StatementFormatter
Performs the formatting operation on the SQL statement.
FORMAT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
FORMAT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
FORMAT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
FORMAT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
FORMAT - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
FORMAT - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
FORMAT() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Data_clauseContext
 
FORMAT() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.QueryContext
 
FORMAT() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_reservedContext
 
FORMAT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Backup_certificateContext
 
FORMAT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Backup_optionContext
 
FORMAT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Class_typeContext
 
FORMAT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_external_file_formatContext
 
FORMAT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Drop_statementsContext
 
FORMAT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Existing_keysContext
 
FORMAT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.PermissionContext
 
FORMAT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
FORMAT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
FORMAT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Copy_optionContext
 
FORMAT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Explain_optionContext
 
FORMAT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.External_table_formatContext
 
FORMAT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Format_jsonContext
 
FORMAT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Json_array_elementContext
 
FORMAT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Json_functionContext
 
FORMAT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
FORMAT(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Json_array_elementContext
 
format_json() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
format_json() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Json_functionContext
 
format_json() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Json_object_entryContext
 
format_json() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Json_return_clauseContext
 
format_json() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Json_table_columnContext
 
Format_jsonContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Format_jsonContext
 
format_options() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.File_format_optionsContext
 
format_options() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
format_options() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.External_table_formatContext
 
format_options() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
format_options(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.File_format_optionsContext
 
format_options(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.External_table_formatContext
 
FORMAT_OPTIONS - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
FORMAT_OPTIONS - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
FORMAT_OPTIONS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.File_format_optionsContext
 
FORMAT_OPTIONS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
Format_optionsContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Format_optionsContext
 
Format_optionsContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Format_optionsContext
 
format_type - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.External_table_formatContext
 
FORMAT_TYPE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
FORMAT_TYPE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
FORMAT_TYPE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_external_file_formatContext
 
FORMAT_TYPE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
formatBinary(String) - Static method in class org.pgcodekeeper.core.parsers.antlr.ms.statement.CreateMsAssembly
Formats binary hexadecimal data for assembly storage.
FormatConfiguration - Class in org.pgcodekeeper.core.formatter
Configuration class for SQL formatting options.
FormatConfiguration() - Constructor for class org.pgcodekeeper.core.formatter.FormatConfiguration
 
FormatConfiguration.IndentType - Enum Class in org.pgcodekeeper.core.formatter
 
FormatItem - Class in org.pgcodekeeper.core.formatter
Represents a single formatting operation to be applied to SQL text.
FormatItem(int, int, String) - Constructor for class org.pgcodekeeper.core.formatter.FormatItem
Constructs a new FormatItem describing a text modification.
FormatParseTreeListener - Class in org.pgcodekeeper.core.formatter
Abstract base class for parse tree listeners that handle code formatting.
formatstring - Variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Raiseerror_statementContext
 
FORMATTER - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
FORMATTER - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
FORMATTER() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Format_optionsContext
 
FORMATTER() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonkeywordContext
 
FormatterException - Exception in org.pgcodekeeper.core.formatter
Exception thrown when errors occur during SQL formatting operations.
FormatterException() - Constructor for exception org.pgcodekeeper.core.formatter.FormatterException
Constructs a new FormatterException with no detail message.
FormatterException(String) - Constructor for exception org.pgcodekeeper.core.formatter.FormatterException
Constructs a new FormatterException with the specified detail message.
FormatterException(String, Throwable) - Constructor for exception org.pgcodekeeper.core.formatter.FormatterException
Constructs a new FormatterException with the specified detail message and cause.
FormatterException(String, Throwable, boolean, boolean) - Constructor for exception org.pgcodekeeper.core.formatter.FormatterException
Constructs a new FormatterException with full configuration options.
FormatterException(Throwable) - Constructor for exception org.pgcodekeeper.core.formatter.FormatterException
Constructs a new FormatterException with the specified cause.
formatText() - Method in class org.pgcodekeeper.core.formatter.FileFormatter
Formats the source text according to configuration and database type.
forward(DepcyGraph, PgStatement) - Static method in class org.pgcodekeeper.core.model.graph.GraphUtils
Gets all statements that the given statement depends on (forward dependencies).
FORWARD - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
FORWARD - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
FORWARD() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
FORWARD() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Fetch_move_directionContext
 
FORWARD() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
FORWARD_ONLY - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
FORWARD_ONLY - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
FORWARD_ONLY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Declare_cursor_partialContext
 
FORWARD_ONLY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
frame_bound() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
frame_bound() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Frame_clauseContext
 
frame_bound(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Frame_clauseContext
 
Frame_boundContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Frame_boundContext
 
frame_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
frame_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Window_definitionContext
 
Frame_clauseContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Frame_clauseContext
 
FREETEXT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
FREETEXT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
FREETEXT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.PredicateContext
 
FREETEXTTABLE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
FREETEXTTABLE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
FREEZE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
FREEZE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
FREEZE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
FREEZE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
FREEZE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_table_actionContext
 
FREEZE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.PermissionContext
 
FREEZE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
FREEZE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
FREEZE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Copy_optionContext
 
FREEZE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_reserved_except_function_typeContext
 
FREEZE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Vacuum_modeContext
 
FREEZE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Vacuum_optionContext
 
from(String) - Method in class org.pgcodekeeper.core.loader.QueryBuilder
Sets the FROM clause of the query.
from(QueryBuilder, String) - Method in class org.pgcodekeeper.core.loader.QueryBuilder
Sets the FROM clause using a subquery with postfix.
FROM - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
FROM - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
FROM - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
FROM - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
FROM - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
FROM - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
FROM() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_table_actionContext
 
FROM() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Drop_elementContext
 
FROM() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.From_clauseContext
 
FROM() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.From_file_clauseContext
 
FROM() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.From_in_dbContext
 
FROM() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Function_callContext
 
FROM() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Privilegy_stmtContext
 
FROM() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Show_stmtContext
 
FROM() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_reservedContext
 
FROM() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.With_fillContext
 
FROM() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_assemblyContext
 
FROM() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_cryptographic_providerContext
 
FROM() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Begin_conversation_dialogContext
 
FROM() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_assemblyContext
 
FROM() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_asymmetric_keyContext
 
FROM() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_certificateContext
 
FROM() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_cryptographic_providerContext
 
FROM() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_external_languageContext
 
FROM() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_external_libraryContext
 
FROM() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_fulltext_stoplistContext
 
FROM() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_keyContext
 
FROM() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_login_sql_serverContext
 
FROM() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_search_property_listContext
 
FROM() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_userContext
 
FROM() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Cursor_statementContext
 
FROM() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Delete_statementContext
 
FROM() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Drop_signatureContext
 
FROM() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Function_callContext
 
FROM() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Get_conversationContext
 
FROM() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.PredicateContext
 
FROM() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Query_specificationContext
 
FROM() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Receive_statementContext
 
FROM() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Restore_databaseContext
 
FROM() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Restore_logContext
 
FROM() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Restore_master_keyContext
 
FROM() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Restore_otherContext
 
FROM() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Restore_service_master_keyContext
 
FROM() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Restore_symmetric_keyContext
 
FROM() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Rule_commonContext
 
FROM() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Type_definitionContext
 
FROM() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Update_statementContext
 
FROM() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.User_loginContext
 
FROM() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Copy_from_statementContext
 
FROM() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_collation_statementContext
 
FROM() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_conversion_statementContext
 
FROM() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_extension_statementContext
 
FROM() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_statistics_statementContext
 
FROM() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_transform_statementContext
 
FROM() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_trigger_statementContext
 
FROM() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Cursor_statementContext
 
FROM() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Delete_stmt_for_psqlContext
 
FROM() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Extract_functionContext
 
FROM() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.From_rows_with_aliasContext
 
FROM() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Other_rulesContext
 
FROM() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Partition_bound_specContext
 
FROM() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Perform_stmtContext
 
FROM() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Revoke_from_cascade_restrictContext
 
FROM() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Rule_commonContext
 
FROM() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Schema_importContext
 
FROM() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Script_additionalContext
 
FROM() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Select_primaryContext
 
FROM() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Session_local_optionContext
 
FROM() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Set_reset_parameterContext
 
FROM() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.String_value_functionContext
 
FROM() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_reservedContext
 
FROM() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Update_stmt_for_psqlContext
 
FROM() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Vex_bContext
 
FROM() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.VexContext
 
FROM(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_assemblyContext
 
FROM(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_userContext
 
FROM(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Delete_statementContext
 
from_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
from_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Select_primaryContext
 
From_clauseContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.From_clauseContext
 
FROM_CURRENT - Static variable in class org.pgcodekeeper.core.schema.pg.AbstractPgFunction
Constant representing "FROM CURRENT" configuration value for function parameters
from_file_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Attach_table_stmtContext
 
from_file_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
From_file_clauseContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.From_file_clauseContext
 
from_function_column_def() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
from_function_column_def() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.From_primaryContext
 
from_function_column_def() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.From_rows_with_aliasContext
 
from_function_column_def(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.From_rows_with_aliasContext
 
From_function_column_defContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.From_function_column_defContext
 
from_in_db() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
from_in_db() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Show_stmtContext
 
From_in_dbContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.From_in_dbContext
 
from_item() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.From_clauseContext
 
from_item() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
from_item() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.From_itemContext
 
from_item() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Delete_statementContext
 
from_item() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
from_item() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.From_itemContext
 
from_item() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Merge_statementContext
 
from_item() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Query_specificationContext
 
from_item() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Update_statementContext
 
from_item() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Delete_stmt_for_psqlContext
 
from_item() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
from_item() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.From_itemContext
 
from_item() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Merge_stmt_for_psqlContext
 
from_item() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Perform_stmtContext
 
from_item() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Select_primaryContext
 
from_item() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Update_stmt_for_psqlContext
 
from_item(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.From_clauseContext
 
from_item(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.From_itemContext
 
from_item(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Delete_statementContext
 
from_item(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.From_itemContext
 
from_item(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Merge_statementContext
 
from_item(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Query_specificationContext
 
from_item(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Update_statementContext
 
from_item(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Delete_stmt_for_psqlContext
 
from_item(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.From_itemContext
 
from_item(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Perform_stmtContext
 
from_item(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Select_primaryContext
 
from_item(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Update_stmt_for_psqlContext
 
From_itemContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.From_itemContext
 
From_itemContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.From_itemContext
 
From_itemContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.From_itemContext
 
from_primary() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.From_itemContext
 
from_primary() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
from_primary() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.From_itemContext
 
from_primary() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
from_primary() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.From_itemContext
 
from_primary() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
From_primaryContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.From_primaryContext
 
From_primaryContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.From_primaryContext
 
From_primaryContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.From_primaryContext
 
from_rows_with_alias() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.From_primaryContext
 
from_rows_with_alias() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
From_rows_with_aliasContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.From_rows_with_aliasContext
 
FTS_CONFIGURATION - Enum constant in enum class org.pgcodekeeper.core.model.difftree.DbObjType
 
FTS_DICTIONARY - Enum constant in enum class org.pgcodekeeper.core.model.difftree.DbObjType
 
FTS_PARSER - Enum constant in enum class org.pgcodekeeper.core.model.difftree.DbObjType
 
FTS_TEMPLATE - Enum constant in enum class org.pgcodekeeper.core.model.difftree.DbObjType
 
FtsConfigurationsReader - Class in org.pgcodekeeper.core.loader.jdbc.pg
Reader for PostgreSQL full-text search configurations.
FtsConfigurationsReader(JdbcLoaderBase) - Constructor for class org.pgcodekeeper.core.loader.jdbc.pg.FtsConfigurationsReader
Constructs a new FtsConfigurationsReader.
FtsDictionariesReader - Class in org.pgcodekeeper.core.loader.jdbc.pg
Reader for PostgreSQL full-text search dictionaries.
FtsDictionariesReader(JdbcLoaderBase) - Constructor for class org.pgcodekeeper.core.loader.jdbc.pg.FtsDictionariesReader
Constructs a new FtsDictionariesReader.
FtsParsersReader - Class in org.pgcodekeeper.core.loader.jdbc.pg
Reader for PostgreSQL full-text search parsers.
FtsParsersReader(JdbcLoaderBase) - Constructor for class org.pgcodekeeper.core.loader.jdbc.pg.FtsParsersReader
Constructs a new FtsParsersReader.
FtsTemplatesReader - Class in org.pgcodekeeper.core.loader.jdbc.pg
Reader for PostgreSQL full-text search templates.
FtsTemplatesReader(JdbcLoaderBase) - Constructor for class org.pgcodekeeper.core.loader.jdbc.pg.FtsTemplatesReader
Constructs a new FtsTemplatesReader.
FULL - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
FULL - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
FULL - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
FULL - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
FULL - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
FULL - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
FULL() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Join_opContext
 
FULL() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Show_stmtContext
 
FULL() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_reservedContext
 
FULL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_fulltext_index_optionContext
 
FULL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Database_filestream_optionContext
 
FULL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Database_optionspecContext
 
FULL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.From_itemContext
 
FULL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Partner_optionContext
 
FULL() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
FULL() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Constr_bodyContext
 
FULL() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.From_itemContext
 
FULL() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Table_actionContext
 
FULL() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_reserved_except_function_typeContext
 
FULL() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Vacuum_modeContext
 
FULL() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Vacuum_optionContext
 
full_column_name() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.ExpressionContext
 
full_column_name() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.From_itemContext
 
full_column_name() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
full_column_name() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Full_column_name_listContext
 
full_column_name() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Object_expressionContext
 
full_column_name() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Update_elemContext
 
full_column_name(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Full_column_name_listContext
 
full_column_name_list() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.From_itemContext
 
full_column_name_list() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
full_column_name_list() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Primary_key_valuesContext
 
Full_column_name_listContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Full_column_name_listContext
 
Full_column_nameContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Full_column_nameContext
 
fullAnalyze(AbstractDatabase, List<Object>) - Static method in class org.pgcodekeeper.core.loader.FullAnalyze
Performs full analysis of the database using metadata created from the database.
fullAnalyze(AbstractDatabase, MetaContainer, List<Object>) - Static method in class org.pgcodekeeper.core.loader.FullAnalyze
Performs full analysis of the database using the provided metadata container.
FullAnalyze - Class in org.pgcodekeeper.core.loader
Performs full analysis of database objects including operators, aggregates, views, and other database elements.
FULLSCAN - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
FULLSCAN - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
FULLSCAN() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
FULLSCAN() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Update_statistics_with_optionContext
 
FULLTEXT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
FULLTEXT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
FULLTEXT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_fulltext_catalogContext
 
FULLTEXT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_fulltext_indexContext
 
FULLTEXT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_fulltext_stoplistContext
 
FULLTEXT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Class_typeContext
 
FULLTEXT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_fulltext_catalogContext
 
FULLTEXT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_fulltext_indexContext
 
FULLTEXT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_fulltext_stoplistContext
 
FULLTEXT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Drop_statementsContext
 
FULLTEXT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.PermissionContext
 
FULLTEXT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
fulltext_index_column() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
fulltext_index_column() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Fulltext_index_columnsContext
 
fulltext_index_column(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Fulltext_index_columnsContext
 
Fulltext_index_columnContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Fulltext_index_columnContext
 
fulltext_index_columns() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_fulltext_index_optionContext
 
fulltext_index_columns() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_fulltext_indexContext
 
fulltext_index_columns() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
Fulltext_index_columnsContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Fulltext_index_columnsContext
 
fulltext_index_option() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
fulltext_index_option() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Fulltext_index_optionsContext
 
fulltext_index_option(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Fulltext_index_optionsContext
 
Fulltext_index_optionContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Fulltext_index_optionContext
 
fulltext_index_options() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_fulltext_indexContext
 
fulltext_index_options() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
Fulltext_index_optionsContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Fulltext_index_optionsContext
 
func_body() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_or_alter_functionContext
 
func_body() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
Func_bodyContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Func_bodyContext
 
func_name - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_cast_statementContext
 
func_name - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_event_trigger_statementContext
 
func_name - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_operator_optionContext
 
func_name - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_trigger_statementContext
 
func_name - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Rule_member_objectContext
 
func_return() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_or_alter_functionContext
 
func_return() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
Func_returnContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Func_returnContext
 
FuncProcAnalysisLauncher - Class in org.pgcodekeeper.core.parsers.antlr.pg.launcher
Launcher for analyzing PostgreSQL function and procedure bodies.
FuncProcAnalysisLauncher(AbstractPgFunction, SQLParser.Function_bodyContext, String, List<Pair<String, GenericColumn>>, boolean) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.launcher.FuncProcAnalysisLauncher
Creates a function/procedure analyzer for function body context.
FuncProcAnalysisLauncher(AbstractPgFunction, SQLParser.Plpgsql_functionContext, String, List<Pair<String, GenericColumn>>, boolean) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.launcher.FuncProcAnalysisLauncher
Creates a function/procedure analyzer for PL/pgSQL context.
FuncProcAnalysisLauncher(AbstractPgFunction, SQLParser.SqlContext, String, List<Pair<String, GenericColumn>>, boolean) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.launcher.FuncProcAnalysisLauncher
Creates a function/procedure analyzer for SQL context.
function(SQLParser.Function_callContext) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.expr.ValueExpr
Analyzes a function call and returns its type information.
Function - Class in org.pgcodekeeper.core.parsers.antlr.pg.expr
Parser for PL/pgSQL function definitions with namespace support.
Function(MetaContainer) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.expr.Function
Creates a Function parser with meta container.
FUNCTION - Enum constant in enum class org.pgcodekeeper.core.model.difftree.DbObjType
 
FUNCTION - Enum constant in enum class org.pgcodekeeper.core.schema.pg.PgCast.CastMethod
 
FUNCTION - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
FUNCTION - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
FUNCTION - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
FUNCTION - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
FUNCTION - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
FUNCTION - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
FUNCTION() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Create_function_stmtContext
 
FUNCTION() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Drop_elementContext
 
FUNCTION() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Insert_stmtContext
 
FUNCTION() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.PermissionContext
 
FUNCTION() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
FUNCTION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_column_optionContext
 
FUNCTION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_partition_functionContext
 
FUNCTION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Class_typeContext
 
FUNCTION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Column_optionContext
 
FUNCTION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_or_alter_functionContext
 
FUNCTION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_partition_functionContext
 
FUNCTION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Drop_statementsContext
 
FUNCTION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.PermissionContext
 
FUNCTION() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Add_operator_to_familyContext
 
FUNCTION() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_function_statementContext
 
FUNCTION() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
FUNCTION() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Comment_member_objectContext
 
FUNCTION() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_cast_statementContext
 
FUNCTION() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_event_trigger_statementContext
 
FUNCTION() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_function_statementContext
 
FUNCTION() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_operator_class_optionContext
 
FUNCTION() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_operator_optionContext
 
FUNCTION() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_transform_statementContext
 
FUNCTION() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_trigger_statementContext
 
FUNCTION() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Drop_function_statementContext
 
FUNCTION() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Drop_operator_from_familyContext
 
FUNCTION() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Extension_member_objectContext
 
FUNCTION() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Label_member_objectContext
 
FUNCTION() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Owner_member_objectContext
 
FUNCTION() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Rule_member_objectContext
 
FUNCTION() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
FUNCTION(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_transform_statementContext
 
function_actions_common() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_function_statementContext
 
function_actions_common() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_function_statementContext
 
function_actions_common() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
function_actions_common(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_function_statementContext
 
function_actions_common(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_function_statementContext
 
Function_actions_commonContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Function_actions_commonContext
 
function_args() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Comment_member_objectContext
 
function_args() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_aggregate_statementContext
 
function_args() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_cast_statementContext
 
function_args() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Drop_function_statementContext
 
function_args() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
function_args() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Function_args_parserContext
 
function_args() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Function_parametersContext
 
function_args() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Label_member_objectContext
 
function_args() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Owner_member_objectContext
 
function_args_parser() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
Function_args_parserContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Function_args_parserContext
 
Function_argsContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Function_argsContext
 
function_arguments() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
function_arguments() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Lambda_exprContext
 
function_arguments() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Agg_orderContext
 
function_arguments() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Function_argsContext
 
function_arguments() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
function_arguments(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Agg_orderContext
 
function_arguments(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Function_argsContext
 
Function_argumentsContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Function_argumentsContext
 
Function_argumentsContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Function_argumentsContext
 
function_block() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
function_block() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Function_statementContext
 
function_block() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Plpgsql_function_test_listContext
 
function_block() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Plpgsql_functionContext
 
function_block(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Plpgsql_function_test_listContext
 
Function_blockContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Function_blockContext
 
function_body() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_function_statementContext
 
function_body() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
function_body() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Function_body_eofContext
 
function_body_eof() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
Function_body_eofContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Function_body_eofContext
 
Function_bodyContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Function_bodyContext
 
function_call() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Expr_primaryContext
 
function_call() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.From_primaryContext
 
function_call() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
function_call() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Index_typeContext
 
function_call() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Select_modeContext
 
function_call() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Table_arg_exprContext
 
function_call() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Constant_expressionContext
 
function_call() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.ExpressionContext
 
function_call() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.From_itemContext
 
function_call() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.From_primaryContext
 
function_call() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
function_call() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Function_callContext
 
function_call() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Named_promoted_node_path_itemContext
 
function_call() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Object_expressionContext
 
function_call() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Add_operator_to_familyContext
 
function_call() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Control_statementContext
 
function_call() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_event_trigger_statementContext
 
function_call() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_operator_class_optionContext
 
function_call() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_table_as_statementContext
 
function_call() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_trigger_statementContext
 
function_call() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.From_primaryContext
 
function_call() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.From_rows_with_aliasContext
 
function_call() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
function_call() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Script_additionalContext
 
function_call() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Value_expression_primaryContext
 
function_call(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.From_rows_with_aliasContext
 
Function_callContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Function_callContext
 
Function_callContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Function_callContext
 
Function_callContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Function_callContext
 
FUNCTION_COLUMN - Static variable in interface org.pgcodekeeper.core.parsers.antlr.pg.expr.TypesSetManually
 
function_column_name_type() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
function_column_name_type() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Function_ret_tableContext
 
function_column_name_type(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Function_ret_tableContext
 
Function_column_name_typeContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Function_column_name_typeContext
 
function_construct() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Function_callContext
 
function_construct() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
Function_constructContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Function_constructContext
 
function_def() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Function_actions_commonContext
 
function_def() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
Function_defContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Function_defContext
 
Function_log_variable_not_found - Static variable in class org.pgcodekeeper.core.localizations.Messages
 
function_option() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_or_alter_functionContext
 
function_option() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
function_option(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_or_alter_functionContext
 
Function_optionContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Function_optionContext
 
function_parameters - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Rule_member_objectContext
 
function_parameters() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_aggregate_statementContext
 
function_parameters() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_function_statementContext
 
function_parameters() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_function_statementContext
 
function_parameters() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_transform_statementContext
 
function_parameters() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Extension_member_objectContext
 
function_parameters() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
function_parameters() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Rule_member_objectContext
 
function_parameters(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_transform_statementContext
 
function_parameters(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Rule_member_objectContext
 
Function_parametersContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Function_parametersContext
 
function_ret_table() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_function_statementContext
 
function_ret_table() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
Function_ret_tableContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Function_ret_tableContext
 
function_return() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Function_bodyContext
 
function_return() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
function_return(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Function_bodyContext
 
Function_returnContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Function_returnContext
 
function_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
function_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Function_statementsContext
 
function_statement(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Function_statementsContext
 
Function_statementContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Function_statementContext
 
function_statements() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Case_statementContext
 
function_statements() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Exception_statementContext
 
function_statements() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Function_blockContext
 
function_statements() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
function_statements() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.If_statementContext
 
function_statements() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Loop_statementContext
 
function_statements(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Case_statementContext
 
function_statements(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Exception_statementContext
 
function_statements(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.If_statementContext
 
Function_statementsContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Function_statementsContext
 
FUNCTION_TABLE - Static variable in interface org.pgcodekeeper.core.parsers.antlr.pg.expr.TypesSetManually
 
functionCall(TSQLParser.Function_callContext) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.expr.MsValueExpr
 
FUNCTIONS - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
FUNCTIONS - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
FUNCTIONS - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
FUNCTIONS - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
FUNCTIONS() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Show_stmtContext
 
FUNCTIONS() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
FUNCTIONS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Abbreviated_grant_or_revokeContext
 
FUNCTIONS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
FUNCTIONS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Rule_member_objectContext
 
FUNCTIONS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
FunctionsReader - Class in org.pgcodekeeper.core.loader.jdbc.pg
Reader for PostgreSQL functions, procedures and aggregates.
FunctionsReader(JdbcLoaderBase) - Constructor for class org.pgcodekeeper.core.loader.jdbc.pg.FunctionsReader
Creates a new functions reader.
FuncTypes - Enum Class in org.pgcodekeeper.core.schema
Enumeration of function return types.

G

GB - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
GB - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
GB() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_server_configurationContext
 
GB() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Audit_file_actionContext
 
GB() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.File_sizeContext
 
GB() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
GE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
GE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
GE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.OpContext
 
generate_new_keys() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_certificateContext
 
generate_new_keys() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
Generate_new_keysContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Generate_new_keysContext
 
GENERATED - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
GENERATED - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
GENERATED - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
GENERATED - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
GENERATED() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Column_optionContext
 
GENERATED() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
GENERATED() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_identityContext
 
GENERATED() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
GENERATED() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Constr_bodyContext
 
GENERATED() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Identity_bodyContext
 
GENERATED() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Like_optionContext
 
GENERATED() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
GeneratedType - Enum Class in org.pgcodekeeper.core.schema.ms
Enumeration of Microsoft SQL generated column types.
generateFilter(Object[], Object[]) - Method in class org.pgcodekeeper.core.model.graph.RowData
Generates WHERE clause filter for foreign key relationship.
GENERIC_PLAN - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
GENERIC_PLAN - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
GENERIC_PLAN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Explain_optionContext
 
GENERIC_PLAN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonkeywordContext
 
GenericColumn - Class in org.pgcodekeeper.core.schema
Represents a generic database object reference with schema, table, column, and type information.
GenericColumn(String, String, String, DbObjType) - Constructor for class org.pgcodekeeper.core.schema.GenericColumn
Creates a generic column with full specification.
GenericColumn(String, String, DbObjType) - Constructor for class org.pgcodekeeper.core.schema.GenericColumn
Creates a generic column for a database object within a schema.
GenericColumn(String, DbObjType) - Constructor for class org.pgcodekeeper.core.schema.GenericColumn
Creates a generic column for a schema-level object.
GEOMETRY - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
GEOMETRY - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
GEOMETRY() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Data_typeContext
 
GEOMETRY() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
geq() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.rulectx.Vex
 
GEQ - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
GEQ - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
GEQ() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.All_opContext
 
GEQ() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.All_simple_opContext
 
GEQ() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Vex_bContext
 
GEQ() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.VexContext
 
get() - Method in class org.pgcodekeeper.core.utils.TempDir
Returns the path to the temporary directory.
get() - Method in class org.pgcodekeeper.core.utils.TempFile
Returns the path to the temporary file.
GET - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
GET - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
GET - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
GET - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
GET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Get_conversationContext
 
GET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
GET() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Base_statementContext
 
GET() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonkeywordContext
 
get_conversation() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Conversation_statementContext
 
get_conversation() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
get_conversation() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Waitfor_conversationContext
 
Get_conversationContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Get_conversationContext
 
getAction() - Method in class org.pgcodekeeper.core.schema.PgObjLocation
 
getAddStatus() - Method in class org.pgcodekeeper.core.model.difftree.IgnoredObject
Gets the add status based on the show and ignore content flags.
getAllowedDanger(boolean, boolean, boolean, boolean, boolean) - Static method in enum class org.pgcodekeeper.core.DangerStatement
Creates a set of dangerous statements that should be considered "allowed" based on the provided ignore flags.
getAllowedFunctionStart() - Method in class org.pgcodekeeper.core.parsers.antlr.base.verification.VerificationProperties
 
getAllowedTypes() - Method in class org.pgcodekeeper.core.settings.CoreSettings
 
getAllowedTypes() - Method in interface org.pgcodekeeper.core.settings.ISettings
Gets the collection of allowed database object types for processing.
getAllTokensByGroups() - Static method in class org.pgcodekeeper.core.sql.Keyword
Generates a formatted string containing all SQL keywords organized by categories in token format suitable for lexer grammar files.
getAllWordsByGroups() - Static method in class org.pgcodekeeper.core.sql.Keyword
Generates a formatted string containing all SQL keywords organized by categories.
getAlterHeader() - Method in class org.pgcodekeeper.core.schema.pg.AbstractForeignTable
 
getAlterHeader() - Method in class org.pgcodekeeper.core.schema.pg.GpExternalTable
 
getAlterHeader() - Method in class org.pgcodekeeper.core.schema.pg.PgForeignDataWrapper
 
getAlterHeader() - Method in interface org.pgcodekeeper.core.schema.pg.PgForeignOptionContainer
Returns the ALTER statement header for this object.
getAlterHeader() - Method in class org.pgcodekeeper.core.schema.pg.PgServer
 
getAlterHeader() - Method in class org.pgcodekeeper.core.schema.pg.PgUserMapping
 
getAlterTable(boolean) - Method in class org.pgcodekeeper.core.schema.AbstractTable
Generates beginning of alter table statement.
getAlterTable(boolean) - Method in class org.pgcodekeeper.core.schema.ch.ChTable
 
getAlterTable(boolean) - Method in class org.pgcodekeeper.core.schema.ms.MsTable
 
getAlterTable(boolean) - Method in class org.pgcodekeeper.core.schema.pg.AbstractForeignTable
 
getAlterTable(boolean) - Method in class org.pgcodekeeper.core.schema.pg.AbstractRegularTable
 
getAlterTable(boolean) - Method in class org.pgcodekeeper.core.schema.pg.GpExternalTable
 
getAnalysisLaunchers() - Method in class org.pgcodekeeper.core.schema.AbstractDatabase
 
getArguments() - Method in class org.pgcodekeeper.core.schema.AbstractFunction
Getter for AbstractFunction.arguments.
getArguments() - Method in class org.pgcodekeeper.core.schema.ch.ChFunction
 
getArguments() - Method in interface org.pgcodekeeper.core.schema.IFunction
Gets the list of function arguments.
getArguments() - Method in class org.pgcodekeeper.core.schema.meta.MetaFunction
 
getArguments() - Method in class org.pgcodekeeper.core.schema.pg.PgOperator
Returns the operator arguments in parentheses format.
getAssemblies() - Method in class org.pgcodekeeper.core.schema.ms.MsDatabase
Gets all assemblies in this database.
getAssembly(String) - Method in class org.pgcodekeeper.core.schema.ms.MsDatabase
Returns assembly of given name or null if the assembly has not been found.
getATN() - Method in class org.pgcodekeeper.core.parsers.antlr.base.generated.IgnoreListLexer
 
getATN() - Method in class org.pgcodekeeper.core.parsers.antlr.base.generated.IgnoreListParser
 
getATN() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
getATN() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
getATN() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
getATN() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
getATN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.PrivilegesLexer
 
getATN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.PrivilegesParser
 
getATN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
getATN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
getAttr(String) - Method in class org.pgcodekeeper.core.schema.pg.PgCompositeType
Returns an attribute by name.
getAttrs() - Method in class org.pgcodekeeper.core.schema.pg.PgCompositeType
Returns an unmodifiable list of all attributes.
getAttrType(String) - Method in class org.pgcodekeeper.core.schema.meta.MetaCompositeType
Returns the type of the specified attribute.
getAuthor() - Method in class org.pgcodekeeper.core.schema.PgStatement
Gets the author of this statement.
getAuthor() - Method in class org.pgcodekeeper.core.schema.PgStatementMeta
 
getBareName() - Method in interface org.pgcodekeeper.core.schema.IStatement
Gets the bare name without qualifiers or arguments.
getBareName() - Method in class org.pgcodekeeper.core.schema.meta.MetaFunction
 
getBareName() - Method in class org.pgcodekeeper.core.schema.meta.MetaStatement
 
getBareName() - Method in class org.pgcodekeeper.core.schema.PgObjLocation
 
getBareName() - Method in class org.pgcodekeeper.core.schema.PgStatement
 
getBody() - Method in class org.pgcodekeeper.core.schema.ch.ChFunction
Returns the function body expression.
getBoolean(String) - Method in class org.pgcodekeeper.core.loader.jdbc.XmlReader
Returns the boolean value for the specified column name.
getCachedTypeByOid(Long) - Method in class org.pgcodekeeper.core.loader.jdbc.JdbcLoaderBase
 
getCast(String) - Method in class org.pgcodekeeper.core.schema.pg.PgDatabase
Returns cast of given name or null if the cast has not been found.
getCategory() - Method in class org.pgcodekeeper.core.sql.Keyword
 
getChanges() - Method in class org.pgcodekeeper.core.formatter.StatementFormatter
 
getChannelNames() - Method in class org.pgcodekeeper.core.parsers.antlr.base.generated.IgnoreListLexer
 
getChannelNames() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
getChannelNames() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
getChannelNames() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.PrivilegesLexer
 
getChannelNames() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
getCharPositionInLine() - Method in class org.pgcodekeeper.core.ContextLocation
 
getChild(int) - Method in class org.pgcodekeeper.core.model.difftree.TreeElement
Gets a child element by index.
getChild(String) - Method in class org.pgcodekeeper.core.model.difftree.TreeElement
Gets a child element by name (any type).
getChild(String, DbObjType) - Method in class org.pgcodekeeper.core.model.difftree.TreeElement
Gets a child element by name and type.
getChild(String, DbObjType) - Method in class org.pgcodekeeper.core.schema.AbstractSchema
 
getChild(String, DbObjType) - Method in class org.pgcodekeeper.core.schema.ch.ChDatabase
 
getChild(String, DbObjType) - Method in class org.pgcodekeeper.core.schema.ch.ChSchema
 
getChild(String, DbObjType) - Method in interface org.pgcodekeeper.core.schema.IStatementContainer
Gets a child statement by name and type.
getChild(String, DbObjType) - Method in class org.pgcodekeeper.core.schema.ms.MsDatabase
 
getChild(String, DbObjType) - Method in class org.pgcodekeeper.core.schema.ms.MsTable
 
getChild(String, DbObjType) - Method in class org.pgcodekeeper.core.schema.ms.MsType
 
getChild(String, DbObjType) - Method in class org.pgcodekeeper.core.schema.ms.MsView
 
getChild(String, DbObjType) - Method in class org.pgcodekeeper.core.schema.pg.PgDatabase
 
getChild(String, DbObjType) - Method in class org.pgcodekeeper.core.schema.pg.PgSchema
 
getChild(String, DbObjType) - Method in class org.pgcodekeeper.core.schema.PgStatementContainer
 
getChildren() - Method in class org.pgcodekeeper.core.model.difftree.TreeElement
Gets the list of child elements.
getChildren() - Method in class org.pgcodekeeper.core.schema.PgStatement
Returns all subelements of current element
getCodeUnitPositionInLine() - Method in class org.pgcodekeeper.core.parsers.antlr.base.CodeUnitToken
 
getCodeUnitStart() - Method in class org.pgcodekeeper.core.parsers.antlr.base.CodeUnitToken
 
getCodeUnitStop() - Method in class org.pgcodekeeper.core.parsers.antlr.base.CodeUnitToken
 
getColArray(ResultSet, String) - Static method in class org.pgcodekeeper.core.loader.jdbc.JdbcReader
Retrieves an array column from the result set.
getCollation() - Method in class org.pgcodekeeper.core.schema.AbstractColumn
 
getCollation() - Method in class org.pgcodekeeper.core.schema.SimpleColumn
 
getCollation(String) - Method in class org.pgcodekeeper.core.schema.pg.PgSchema
 
getColsForMovingData(AbstractTable) - Method in class org.pgcodekeeper.core.schema.pg.AbstractPgTable
 
getColumn() - Method in class org.pgcodekeeper.core.schema.PgObjLocation
Gets the column name.
getColumn(String) - Method in class org.pgcodekeeper.core.schema.AbstractTable
Finds column according to specified column name.
getColumns() - Method in class org.pgcodekeeper.core.schema.AbstractConstraint
 
getColumns() - Method in class org.pgcodekeeper.core.schema.AbstractTable
Getter for AbstractTable.columns.
getColumns() - Method in interface org.pgcodekeeper.core.schema.IConstraint
Gets the columns involved in this constraint.
getColumns() - Method in class org.pgcodekeeper.core.schema.meta.MetaConstraint
 
getColumns() - Method in class org.pgcodekeeper.core.schema.ms.MsConstraintFk
 
getColumns() - Method in class org.pgcodekeeper.core.schema.ms.MsConstraintPk
 
getColumns() - Method in class org.pgcodekeeper.core.schema.pg.PgConstraintExclude
 
getColumns() - Method in class org.pgcodekeeper.core.schema.pg.PgConstraintFk
 
getColumns() - Method in class org.pgcodekeeper.core.schema.pg.PgConstraintPk
 
getComment() - Method in interface org.pgcodekeeper.core.schema.IStatement
Gets the comment associated with this statement.
getComment() - Method in class org.pgcodekeeper.core.schema.meta.MetaStatement
 
getComment() - Method in class org.pgcodekeeper.core.schema.PgStatement
 
getConnectedTo(PgStatement) - Method in class org.pgcodekeeper.core.model.graph.SimpleDepcyResolver
Gets statements that the given entity is directly connected to.
getConnection() - Method in class org.pgcodekeeper.core.loader.AbstractJdbcConnector
Creates a new database connection using the parameters specified in the constructor.
getConnection() - Method in class org.pgcodekeeper.core.loader.jdbc.JdbcLoaderBase
 
getConstraint(String) - Method in class org.pgcodekeeper.core.schema.AbstractTable
 
getConstraint(String) - Method in class org.pgcodekeeper.core.schema.AbstractView
 
getConstraint(String) - Method in class org.pgcodekeeper.core.schema.pg.PgDomain
Returns a constraint by name.
getConstraint(String) - Method in class org.pgcodekeeper.core.schema.PgStatementContainer
Finds constraint according to specified constraint name.
getConstraintByName(String) - Method in class org.pgcodekeeper.core.schema.AbstractSchema
Finds a constraint by name across all tables and views in this schema.
getConstraints() - Method in class org.pgcodekeeper.core.schema.AbstractTable
Getter for AbstractTable.constraints.
getConstraints() - Method in class org.pgcodekeeper.core.schema.AbstractView
 
getConstraints() - Method in class org.pgcodekeeper.core.schema.PgStatementContainer
 
getConstraints(String, String) - Method in class org.pgcodekeeper.core.schema.meta.MetaContainer
Returns constraints for the specified table.
getContainerQName() - Method in class org.pgcodekeeper.core.model.difftree.TreeElement
Gets the qualified name of the container path.
getContainingSchema() - Method in class org.pgcodekeeper.core.schema.AbstractColumn
 
getContainingSchema() - Method in class org.pgcodekeeper.core.schema.AbstractConstraint
 
getContainingSchema() - Method in class org.pgcodekeeper.core.schema.AbstractFunction
 
getContainingSchema() - Method in class org.pgcodekeeper.core.schema.AbstractIndex
 
getContainingSchema() - Method in class org.pgcodekeeper.core.schema.AbstractSequence
 
getContainingSchema() - Method in class org.pgcodekeeper.core.schema.AbstractStatistics
 
getContainingSchema() - Method in class org.pgcodekeeper.core.schema.AbstractTrigger
 
getContainingSchema() - Method in class org.pgcodekeeper.core.schema.AbstractType
 
getContainingSchema() - Method in class org.pgcodekeeper.core.schema.ch.ChDictionary
 
getContainingSchema() - Method in class org.pgcodekeeper.core.schema.ch.ChFunction
 
getContainingSchema() - Method in interface org.pgcodekeeper.core.schema.ISearchPath
Gets the schema that contains this object.
getContainingSchema() - Method in class org.pgcodekeeper.core.schema.meta.MetaConstraint
Returns the containing schema of this constraint.
getContainingSchema() - Method in class org.pgcodekeeper.core.schema.meta.MetaFunction
Returns the containing schema of this function.
getContainingSchema() - Method in class org.pgcodekeeper.core.schema.meta.MetaOperator
Returns the containing schema of this operator.
getContainingSchema() - Method in class org.pgcodekeeper.core.schema.meta.MetaRelation
Returns the containing schema of this relation.
getContainingSchema() - Method in class org.pgcodekeeper.core.schema.ms.MsStatistics
 
getContainingSchema() - Method in class org.pgcodekeeper.core.schema.pg.PgCollation
 
getContainingSchema() - Method in class org.pgcodekeeper.core.schema.pg.PgDomain
 
getContainingSchema() - Method in class org.pgcodekeeper.core.schema.pg.PgFtsConfiguration
 
getContainingSchema() - Method in class org.pgcodekeeper.core.schema.pg.PgFtsDictionary
 
getContainingSchema() - Method in class org.pgcodekeeper.core.schema.pg.PgFtsParser
 
getContainingSchema() - Method in class org.pgcodekeeper.core.schema.pg.PgFtsTemplate
 
getContainingSchema() - Method in class org.pgcodekeeper.core.schema.pg.PgOperator
 
getContainingSchema() - Method in class org.pgcodekeeper.core.schema.pg.PgPolicy
 
getContainingSchema() - Method in class org.pgcodekeeper.core.schema.pg.PgRule
 
getContainingSchema() - Method in class org.pgcodekeeper.core.schema.PgStatementContainer
 
getContext() - Method in interface org.pgcodekeeper.core.schema.ICast
Gets the context in which this cast can be invoked.
getContext() - Method in class org.pgcodekeeper.core.schema.meta.MetaCast
 
getContext() - Method in class org.pgcodekeeper.core.schema.pg.PgCast
 
getCopy() - Method in class org.pgcodekeeper.core.model.difftree.TreeElement
Creates a copy of elements starting from current element.
getCreateDepcies(PgStatement) - Method in class org.pgcodekeeper.core.model.graph.SimpleDepcyResolver
Gets dependencies required for creating a statement.
getCreationSQL() - Method in class org.pgcodekeeper.core.schema.PgPrivilege
Generates the SQL statement for this privilege.
getCreationSQL(SQLScript) - Method in class org.pgcodekeeper.core.schema.AbstractDatabase
 
getCreationSQL(SQLScript) - Method in class org.pgcodekeeper.core.schema.AbstractFunction
 
getCreationSQL(SQLScript) - Method in class org.pgcodekeeper.core.schema.AbstractType
 
getCreationSQL(SQLScript) - Method in class org.pgcodekeeper.core.schema.ch.ChColumn
 
getCreationSQL(SQLScript) - Method in class org.pgcodekeeper.core.schema.ch.ChConstraint
 
getCreationSQL(SQLScript) - Method in class org.pgcodekeeper.core.schema.ch.ChDictionary
 
getCreationSQL(SQLScript) - Method in class org.pgcodekeeper.core.schema.ch.ChFunction
 
getCreationSQL(SQLScript) - Method in class org.pgcodekeeper.core.schema.ch.ChIndex
 
getCreationSQL(SQLScript) - Method in class org.pgcodekeeper.core.schema.ch.ChPolicy
 
getCreationSQL(SQLScript) - Method in class org.pgcodekeeper.core.schema.ch.ChRole
 
getCreationSQL(SQLScript) - Method in class org.pgcodekeeper.core.schema.ch.ChSchema
 
getCreationSQL(SQLScript) - Method in class org.pgcodekeeper.core.schema.ch.ChTable
 
getCreationSQL(SQLScript) - Method in class org.pgcodekeeper.core.schema.ch.ChUser
 
getCreationSQL(SQLScript) - Method in class org.pgcodekeeper.core.schema.ch.ChView
 
getCreationSQL(SQLScript) - Method in class org.pgcodekeeper.core.schema.ms.MsAssembly
 
getCreationSQL(SQLScript) - Method in class org.pgcodekeeper.core.schema.ms.MsColumn
 
getCreationSQL(SQLScript) - Method in class org.pgcodekeeper.core.schema.ms.MsConstraint
 
getCreationSQL(SQLScript) - Method in class org.pgcodekeeper.core.schema.ms.MsIndex
 
getCreationSQL(SQLScript) - Method in class org.pgcodekeeper.core.schema.ms.MsRole
 
getCreationSQL(SQLScript) - Method in class org.pgcodekeeper.core.schema.ms.MsSchema
 
getCreationSQL(SQLScript) - Method in class org.pgcodekeeper.core.schema.ms.MsSequence
 
getCreationSQL(SQLScript) - Method in class org.pgcodekeeper.core.schema.ms.MsStatistics
 
getCreationSQL(SQLScript) - Method in class org.pgcodekeeper.core.schema.ms.MsTable
 
getCreationSQL(SQLScript) - Method in class org.pgcodekeeper.core.schema.ms.MsTrigger
 
getCreationSQL(SQLScript) - Method in class org.pgcodekeeper.core.schema.ms.MsUser
 
getCreationSQL(SQLScript) - Method in class org.pgcodekeeper.core.schema.ms.MsView
 
getCreationSQL(SQLScript) - Method in class org.pgcodekeeper.core.schema.pg.AbstractPgTable
 
getCreationSQL(SQLScript) - Method in class org.pgcodekeeper.core.schema.pg.AbstractPgView
 
getCreationSQL(SQLScript) - Method in class org.pgcodekeeper.core.schema.pg.PgCast
 
getCreationSQL(SQLScript) - Method in class org.pgcodekeeper.core.schema.pg.PgCollation
 
getCreationSQL(SQLScript) - Method in class org.pgcodekeeper.core.schema.pg.PgColumn
 
getCreationSQL(SQLScript) - Method in class org.pgcodekeeper.core.schema.pg.PgConstraint
 
getCreationSQL(SQLScript) - Method in class org.pgcodekeeper.core.schema.pg.PgDomain
 
getCreationSQL(SQLScript) - Method in class org.pgcodekeeper.core.schema.pg.PgEventTrigger
 
getCreationSQL(SQLScript) - Method in class org.pgcodekeeper.core.schema.pg.PgExtension
 
getCreationSQL(SQLScript) - Method in class org.pgcodekeeper.core.schema.pg.PgForeignDataWrapper
 
getCreationSQL(SQLScript) - Method in class org.pgcodekeeper.core.schema.pg.PgFtsConfiguration
 
getCreationSQL(SQLScript) - Method in class org.pgcodekeeper.core.schema.pg.PgFtsDictionary
 
getCreationSQL(SQLScript) - Method in class org.pgcodekeeper.core.schema.pg.PgFtsParser
 
getCreationSQL(SQLScript) - Method in class org.pgcodekeeper.core.schema.pg.PgFtsTemplate
 
getCreationSQL(SQLScript) - Method in class org.pgcodekeeper.core.schema.pg.PgIndex
 
getCreationSQL(SQLScript) - Method in class org.pgcodekeeper.core.schema.pg.PgOperator
 
getCreationSQL(SQLScript) - Method in class org.pgcodekeeper.core.schema.pg.PgPolicy
 
getCreationSQL(SQLScript) - Method in class org.pgcodekeeper.core.schema.pg.PgRule
 
getCreationSQL(SQLScript) - Method in class org.pgcodekeeper.core.schema.pg.PgSchema
 
getCreationSQL(SQLScript) - Method in class org.pgcodekeeper.core.schema.pg.PgSequence
 
getCreationSQL(SQLScript) - Method in class org.pgcodekeeper.core.schema.pg.PgServer
 
getCreationSQL(SQLScript) - Method in class org.pgcodekeeper.core.schema.pg.PgStatistics
 
getCreationSQL(SQLScript) - Method in class org.pgcodekeeper.core.schema.pg.PgTrigger
 
getCreationSQL(SQLScript) - Method in class org.pgcodekeeper.core.schema.pg.PgUserMapping
 
getCreationSQL(SQLScript) - Method in class org.pgcodekeeper.core.schema.PgStatement
Generates the SQL statements needed to create this database object.
getCtx() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.rulectx.SelectStmt
Returns the underlying parser rule context.
getCurrentLocation() - Method in class org.pgcodekeeper.core.loader.jdbc.JdbcLoaderBase
 
getDanger() - Method in class org.pgcodekeeper.core.schema.PgObjLocation
 
getDangerDdl(Collection<DangerStatement>) - Method in class org.pgcodekeeper.core.parsers.antlr.base.ScriptParser
Gets the set of dangerous DDL statements not in the allowed set.
getDatabase() - Method in class org.pgcodekeeper.core.schema.AbstractDatabase
 
getDatabase() - Method in class org.pgcodekeeper.core.schema.AbstractSchema
 
getDatabase() - Method in class org.pgcodekeeper.core.schema.ch.ChFunction
 
getDatabase() - Method in class org.pgcodekeeper.core.schema.ch.ChPolicy
 
getDatabase() - Method in class org.pgcodekeeper.core.schema.ch.ChRole
 
getDatabase() - Method in class org.pgcodekeeper.core.schema.ch.ChUser
 
getDatabase() - Method in interface org.pgcodekeeper.core.schema.ISearchPath
Gets the database that contains this object.
getDatabase() - Method in interface org.pgcodekeeper.core.schema.IStatement
Gets the database that contains this statement.
getDatabase() - Method in class org.pgcodekeeper.core.schema.meta.MetaStatement
Returns the database containing this statement.
getDatabase() - Method in class org.pgcodekeeper.core.schema.ms.MsAssembly
 
getDatabase() - Method in class org.pgcodekeeper.core.schema.ms.MsRole
 
getDatabase() - Method in class org.pgcodekeeper.core.schema.ms.MsUser
 
getDatabase() - Method in class org.pgcodekeeper.core.schema.pg.PgCast
 
getDatabase() - Method in class org.pgcodekeeper.core.schema.pg.PgEventTrigger
 
getDatabase() - Method in class org.pgcodekeeper.core.schema.pg.PgExtension
 
getDatabase() - Method in class org.pgcodekeeper.core.schema.pg.PgForeignDataWrapper
 
getDatabase() - Method in class org.pgcodekeeper.core.schema.pg.PgServer
 
getDatabase() - Method in class org.pgcodekeeper.core.schema.pg.PgUserMapping
 
getDatabaseType() - Method in interface org.pgcodekeeper.core.database.base.IDatabaseProvider
 
getDatabaseType() - Method in class org.pgcodekeeper.core.database.ch.ChDatabaseProvider
 
getDatabaseType() - Method in class org.pgcodekeeper.core.database.ms.MsDatabaseProvider
 
getDatabaseType() - Method in class org.pgcodekeeper.core.database.pg.PgDatabaseProvider
 
getDatabaseTypeFromUrl(String) - Static method in class org.pgcodekeeper.core.loader.UrlJdbcConnector
Determines the database type from a JDBC URL.
getDataType() - Method in class org.pgcodekeeper.core.schema.AbstractSequence
 
getDataType() - Method in class org.pgcodekeeper.core.schema.Argument
 
getDb() - Method in class org.pgcodekeeper.core.model.graph.DepcyGraph
Copied database, graph source.
Do not modify any elements in this as it will break HashSets/HashMaps and with them the generated graph.
getDbType() - Method in class org.pgcodekeeper.core.schema.ch.ChColumn
 
getDbType() - Method in class org.pgcodekeeper.core.schema.ch.ChConstraint
 
getDbType() - Method in class org.pgcodekeeper.core.schema.ch.ChDatabase
 
getDbType() - Method in class org.pgcodekeeper.core.schema.ch.ChDictionary
 
getDbType() - Method in class org.pgcodekeeper.core.schema.ch.ChFunction
 
getDbType() - Method in class org.pgcodekeeper.core.schema.ch.ChIndex
 
getDbType() - Method in class org.pgcodekeeper.core.schema.ch.ChPolicy
 
getDbType() - Method in class org.pgcodekeeper.core.schema.ch.ChRole
 
getDbType() - Method in class org.pgcodekeeper.core.schema.ch.ChSchema
 
getDbType() - Method in class org.pgcodekeeper.core.schema.ch.ChTable
 
getDbType() - Method in class org.pgcodekeeper.core.schema.ch.ChUser
 
getDbType() - Method in class org.pgcodekeeper.core.schema.ch.ChView
 
getDbType() - Method in class org.pgcodekeeper.core.schema.ms.AbstractMsClrFunction
 
getDbType() - Method in class org.pgcodekeeper.core.schema.ms.AbstractMsFunction
 
getDbType() - Method in class org.pgcodekeeper.core.schema.ms.MsAssembly
 
getDbType() - Method in class org.pgcodekeeper.core.schema.ms.MsColumn
 
getDbType() - Method in class org.pgcodekeeper.core.schema.ms.MsConstraint
 
getDbType() - Method in class org.pgcodekeeper.core.schema.ms.MsDatabase
 
getDbType() - Method in class org.pgcodekeeper.core.schema.ms.MsIndex
 
getDbType() - Method in class org.pgcodekeeper.core.schema.ms.MsRole
 
getDbType() - Method in class org.pgcodekeeper.core.schema.ms.MsSchema
 
getDbType() - Method in class org.pgcodekeeper.core.schema.ms.MsSequence
 
getDbType() - Method in class org.pgcodekeeper.core.schema.ms.MsStatistics
 
getDbType() - Method in class org.pgcodekeeper.core.schema.ms.MsTable
 
getDbType() - Method in class org.pgcodekeeper.core.schema.ms.MsTrigger
 
getDbType() - Method in class org.pgcodekeeper.core.schema.ms.MsType
 
getDbType() - Method in class org.pgcodekeeper.core.schema.ms.MsUser
 
getDbType() - Method in class org.pgcodekeeper.core.schema.ms.MsView
 
getDbType() - Method in class org.pgcodekeeper.core.schema.PgStatement
 
getDbType() - Method in class org.pgcodekeeper.core.settings.CoreSettings
 
getDbType() - Method in interface org.pgcodekeeper.core.settings.ISettings
Gets the database type for operations.
getDbTypeName() - Method in enum class org.pgcodekeeper.core.DatabaseType
 
getDeclaration(Argument) - Method in class org.pgcodekeeper.core.schema.ms.MsClrFunction
 
getDeclaration(Argument) - Method in class org.pgcodekeeper.core.schema.ms.MsClrProcedure
 
getDefaultExpression() - Method in class org.pgcodekeeper.core.schema.Argument
 
getDefaultName() - Method in class org.pgcodekeeper.core.schema.ms.MsColumn
 
getDefaultPort() - Method in interface org.pgcodekeeper.core.database.base.IDatabaseProvider
 
getDefaultPort() - Method in class org.pgcodekeeper.core.database.ch.ChDatabaseProvider
 
getDefaultPort() - Method in class org.pgcodekeeper.core.database.ms.MsDatabaseProvider
 
getDefaultPort() - Method in class org.pgcodekeeper.core.database.pg.PgDatabaseProvider
 
getDefaultPort() - Method in enum class org.pgcodekeeper.core.DatabaseType
 
getDefaultSchema() - Method in class org.pgcodekeeper.core.schema.AbstractDatabase
 
getDefaultValue() - Method in class org.pgcodekeeper.core.schema.AbstractColumn
 
getDefinition() - Method in class org.pgcodekeeper.core.schema.ch.ChConstraint
 
getDefinition() - Method in class org.pgcodekeeper.core.schema.ch.ChIndex
Returns the full definition string for this index.
getDefinition() - Method in interface org.pgcodekeeper.core.schema.IConstraint
Gets the SQL definition of this constraint.
getDefinition() - Method in class org.pgcodekeeper.core.schema.meta.MetaConstraint
Returns the constraint definition.
getDefinition() - Method in class org.pgcodekeeper.core.schema.ms.MsConstraintCheck
 
getDefinition() - Method in class org.pgcodekeeper.core.schema.ms.MsConstraintFk
 
getDefinition() - Method in class org.pgcodekeeper.core.schema.ms.MsConstraintPk
 
getDefinition() - Method in class org.pgcodekeeper.core.schema.pg.PgConstraintCheck
 
getDefinition() - Method in class org.pgcodekeeper.core.schema.pg.PgConstraintExclude
 
getDefinition() - Method in class org.pgcodekeeper.core.schema.pg.PgConstraintFk
 
getDefinition() - Method in class org.pgcodekeeper.core.schema.pg.PgConstraintPk
 
getDeniedUsers() - Method in class org.pgcodekeeper.core.parsers.antlr.base.verification.VerificationProperties
 
getDepcies() - Method in class org.pgcodekeeper.core.model.graph.DepcyTreeExtender
Returns all dependent elements based on user selection.
getDepcies() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.expr.ChAbstractExpr
Gets an unmodifiable set of database object dependencies found in this expression.
getDepcies() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.expr.MsAbstractExpr
Returns an unmodifiable set of dependencies found during expression analysis.
getDepcies() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.expr.AbstractExpr
 
getDeps() - Method in class org.pgcodekeeper.core.schema.PgStatement
 
getDescendants() - Method in class org.pgcodekeeper.core.schema.PgStatement
Returns all subtree elements
getDirectCount() - Method in class org.pgcodekeeper.core.schema.pg.PgAggregate
 
getDirectoryNameForType(DatabaseType, DbObjType) - Static method in class org.pgcodekeeper.core.WorkDirs
Gets the directory name for a specific database object type
getDirectoryNames(DatabaseType) - Static method in class org.pgcodekeeper.core.WorkDirs
Gets the list of top-level directory names for the specified database type
getDirLoadOrder() - Static method in class org.pgcodekeeper.core.WorkDirs
Gets the loading order for PostgreSQL object types
getDomain(String) - Method in class org.pgcodekeeper.core.schema.pg.PgSchema
 
getDouble(String) - Method in class org.pgcodekeeper.core.loader.jdbc.XmlReader
Returns the double value for the specified column name.
getDriverName() - Method in interface org.pgcodekeeper.core.database.base.IDatabaseProvider
 
getDriverName() - Method in class org.pgcodekeeper.core.database.ch.ChDatabaseProvider
 
getDriverName() - Method in class org.pgcodekeeper.core.database.ms.MsDatabaseProvider
 
getDriverName() - Method in class org.pgcodekeeper.core.database.pg.PgDatabaseProvider
 
getDropDepcies(PgStatement) - Method in class org.pgcodekeeper.core.model.graph.SimpleDepcyResolver
Gets dependencies that must be dropped when dropping a statement.
getDropSQL() - Method in class org.pgcodekeeper.core.schema.PgPrivilege
Generates the SQL statement to drop this privilege.
getDropSQL(SQLScript) - Method in class org.pgcodekeeper.core.schema.PgStatement
Generates DROP SQL for this statement using settings from the script.
getDropSQL(SQLScript, boolean) - Method in class org.pgcodekeeper.core.schema.AbstractDatabase
 
getDropSQL(SQLScript, boolean) - Method in class org.pgcodekeeper.core.schema.ch.ChColumn
 
getDropSQL(SQLScript, boolean) - Method in class org.pgcodekeeper.core.schema.ch.ChConstraint
 
getDropSQL(SQLScript, boolean) - Method in class org.pgcodekeeper.core.schema.ch.ChIndex
 
getDropSQL(SQLScript, boolean) - Method in class org.pgcodekeeper.core.schema.ch.ChSchema
 
getDropSQL(SQLScript, boolean) - Method in class org.pgcodekeeper.core.schema.ms.MsAssembly
 
getDropSQL(SQLScript, boolean) - Method in class org.pgcodekeeper.core.schema.ms.MsColumn
 
getDropSQL(SQLScript, boolean) - Method in class org.pgcodekeeper.core.schema.ms.MsConstraint
 
getDropSQL(SQLScript, boolean) - Method in class org.pgcodekeeper.core.schema.ms.MsRole
 
getDropSQL(SQLScript, boolean) - Method in class org.pgcodekeeper.core.schema.ms.MsTable
 
getDropSQL(SQLScript, boolean) - Method in class org.pgcodekeeper.core.schema.pg.PgColumn
 
getDropSQL(SQLScript, boolean) - Method in class org.pgcodekeeper.core.schema.pg.PgConstraint
 
getDropSQL(SQLScript, boolean) - Method in class org.pgcodekeeper.core.schema.pg.PgUserMapping
 
getDropSQL(SQLScript, boolean) - Method in class org.pgcodekeeper.core.schema.PgStatement
Generates DROP SQL for this statement.
getErrorCode() - Method in class org.pgcodekeeper.core.schema.pg.PgConstraintCheck
 
getErrorCode() - Method in class org.pgcodekeeper.core.schema.pg.PgConstraintExclude
 
getErrorCode() - Method in class org.pgcodekeeper.core.schema.pg.PgConstraintFk
 
getErrorCode() - Method in class org.pgcodekeeper.core.schema.pg.PgConstraintPk
 
getErrorHandler() - Method in interface org.pgcodekeeper.core.database.base.IDatabaseProvider
 
getErrorHandler() - Method in class org.pgcodekeeper.core.database.ch.ChDatabaseProvider
 
getErrorHandler() - Method in class org.pgcodekeeper.core.database.ms.MsDatabaseProvider
 
getErrorHandler() - Method in class org.pgcodekeeper.core.database.pg.PgDatabaseProvider
 
getErrorMessage() - Method in class org.pgcodekeeper.core.parsers.antlr.base.ScriptParser
Gets a formatted error message if parsing encountered errors.
getErrors() - Method in class org.pgcodekeeper.core.loader.DatabaseLoader
 
getErrors() - Method in class org.pgcodekeeper.core.PgDiff
 
getErrorSubstring(String, int) - Static method in class org.pgcodekeeper.core.Utils
Gets error substring from specified position with default length.
getErrorSubstring(String, int, int) - Static method in class org.pgcodekeeper.core.Utils
Gets error substring from specified position with custom length.
getErrorToken() - Method in exception org.pgcodekeeper.core.exception.UnresolvedReferenceException
Gets the token where unresolved reference occurred.
getErrorType() - Method in class org.pgcodekeeper.core.parsers.antlr.base.AntlrError
 
getEventTrigger(String) - Method in class org.pgcodekeeper.core.schema.pg.PgDatabase
 
getExportedFilename(PgStatement) - Static method in class org.pgcodekeeper.core.model.exporter.ModelExporter
Gets the exported filename for a database statement.
getExportedFilenameSql(String) - Static method in class org.pgcodekeeper.core.model.exporter.ModelExporter
Gets the SQL filename with .sql extension.
getExpression() - Method in class org.pgcodekeeper.core.schema.ms.MsColumn
 
getExtension(String) - Method in class org.pgcodekeeper.core.schema.pg.PgDatabase
Returns extension of given name or null if the extension has not been found.
getExtensionSchema() - Method in class org.pgcodekeeper.core.loader.jdbc.JdbcLoaderBase
 
getFdw() - Method in class org.pgcodekeeper.core.schema.pg.PgServer
Gets the foreign data wrapper name for this server.
getFileDate() - Static method in class org.pgcodekeeper.core.utils.FileUtils
Gets current date and time formatted for filename usage.
getFilePath() - Method in class org.pgcodekeeper.core.ContextLocation
 
getFilePath() - Method in class org.pgcodekeeper.core.schema.meta.MetaStatement
Returns the file path where this object is defined.
getFinalFunc() - Method in class org.pgcodekeeper.core.schema.pg.PgAggregate
 
getFirst() - Method in class org.pgcodekeeper.core.utils.Pair
Returns the first element of this pair.
getFirstName() - Method in class org.pgcodekeeper.core.parsers.antlr.base.QNameParser
Gets the first name component from this qualified name.
getFirstName() - Method in class org.pgcodekeeper.core.parsers.antlr.base.QNameParserWrapper
 
getFirstName(List<T>) - Static method in class org.pgcodekeeper.core.parsers.antlr.base.QNameParser
Gets the first (leftmost) name component from a list of identifiers.
getFirstNameCtx(List<T>) - Static method in class org.pgcodekeeper.core.parsers.antlr.base.QNameParser
Gets the context for the first name component.
getFirstPart() - Method in class org.pgcodekeeper.core.schema.ms.AbstractMsFunction
 
getFirstPart() - Method in class org.pgcodekeeper.core.schema.ms.MsTrigger
 
getFirstPart() - Method in class org.pgcodekeeper.core.schema.ms.MsView
 
getFirstPart() - Method in interface org.pgcodekeeper.core.schema.SourceStatement
Gets the first part of the source statement (before CREATE/ALTER).
getFloat(String) - Method in class org.pgcodekeeper.core.loader.jdbc.XmlReader
Returns the float value for the specified column name.
getForeignColumns() - Method in interface org.pgcodekeeper.core.schema.IConstraintFk
Gets the foreign columns referenced by this foreign key.
getForeignColumns() - Method in class org.pgcodekeeper.core.schema.ms.MsConstraintFk
 
getForeignColumns() - Method in class org.pgcodekeeper.core.schema.pg.PgConstraintFk
 
getForeignDW(String) - Method in class org.pgcodekeeper.core.schema.pg.PgDatabase
Returns foreign data wrapper of given name or null if the foreign data wrapper has not been found.
getForeignOptions() - Method in class org.pgcodekeeper.core.schema.pg.PgColumn
 
getForeignSchema() - Method in interface org.pgcodekeeper.core.schema.IConstraintFk
Gets the foreign schema containing the referenced table.
getForeignSchema() - Method in class org.pgcodekeeper.core.schema.ms.MsConstraintFk
 
getForeignSchema() - Method in class org.pgcodekeeper.core.schema.pg.PgConstraintFk
 
getForeignSchema() - Method in class org.pgcodekeeper.core.schema.pg.PgStatistics
 
getForeignTable() - Method in interface org.pgcodekeeper.core.schema.IConstraintFk
Gets the foreign table referenced by this foreign key.
getForeignTable() - Method in class org.pgcodekeeper.core.schema.ms.MsConstraintFk
 
getForeignTable() - Method in class org.pgcodekeeper.core.schema.pg.PgConstraintFk
 
getForeignTable() - Method in class org.pgcodekeeper.core.schema.pg.PgStatistics
 
getFormatConfiguration() - Method in class org.pgcodekeeper.core.settings.CoreSettings
 
getFormatConfiguration() - Method in interface org.pgcodekeeper.core.settings.ISettings
Gets the format configuration for code formatting.
getFormatItems() - Method in class org.pgcodekeeper.core.formatter.ch.ChFormatter
Gets the list of formatting changes to apply to the ClickHouse SQL text.
getFormatItems() - Method in class org.pgcodekeeper.core.formatter.FileFormatter
Gets the list of formatting operations that would be applied.
getFormatItems() - Method in class org.pgcodekeeper.core.formatter.ms.MsFormatter
 
getFormatItems() - Method in class org.pgcodekeeper.core.formatter.pg.PgFormatter
Gets the list of formatting changes to apply to the SQL text.
getFtsConfiguration(String) - Method in class org.pgcodekeeper.core.schema.pg.PgSchema
 
getFtsDictionary(String) - Method in class org.pgcodekeeper.core.schema.pg.PgSchema
 
getFtsParser(String) - Method in class org.pgcodekeeper.core.schema.pg.PgSchema
 
getFtsTemplate(String) - Method in class org.pgcodekeeper.core.schema.pg.PgSchema
 
getFullBareName(PgStatement) - Static method in class org.pgcodekeeper.core.schema.StatementUtils
Gets the full bare name of a statement by concatenating parent names.
getFullCtxText(ParserRuleContext) - Static method in class org.pgcodekeeper.core.parsers.antlr.base.statement.ParserAbstract
Extracts raw text from context
getFullCtxText(ParserRuleContext, ParserRuleContext) - Static method in class org.pgcodekeeper.core.parsers.antlr.base.statement.ParserAbstract
Extracts raw text between two parse tree contexts.
getFullCtxText(Token, Token) - Static method in class org.pgcodekeeper.core.parsers.antlr.base.statement.ParserAbstract
Extracts raw text between two tokens.
getFullDefinition() - Method in class org.pgcodekeeper.core.schema.AbstractColumn
Returns the complete column definition including type, constraints, and other attributes.
getFullDefinition() - Method in class org.pgcodekeeper.core.schema.ch.ChColumn
 
getFullDefinition() - Method in class org.pgcodekeeper.core.schema.ms.MsColumn
 
getFullDefinition() - Method in class org.pgcodekeeper.core.schema.pg.PgColumn
 
getFullName() - Method in class org.pgcodekeeper.core.loader.jdbc.JdbcType
Returns the full type name with empty target schema.
getFullName(String) - Method in class org.pgcodekeeper.core.loader.jdbc.JdbcType
Returns the full type name with schema qualification and array notation.
getFullScript() - Method in class org.pgcodekeeper.core.script.SQLScript
Generates the complete SQL script with all statements in execution order.
getFunction(String) - Method in class org.pgcodekeeper.core.schema.AbstractSchema
Finds function according to specified function signature.
getFunction(String) - Method in interface org.pgcodekeeper.core.schema.ISchema
Gets a function by its signature.
getFunctions() - Method in class org.pgcodekeeper.core.schema.AbstractSchema
Getter for AbstractSchema.functions.
getFunctions() - Method in interface org.pgcodekeeper.core.schema.ISchema
Gets all functions in this schema.
getGenerated() - Method in class org.pgcodekeeper.core.schema.ms.MsColumn
 
getGenericColumn() - Method in class org.pgcodekeeper.core.schema.meta.MetaStatement
Returns the generic column information for this statement.
getGrammarFileName() - Method in class org.pgcodekeeper.core.parsers.antlr.base.generated.IgnoreListLexer
 
getGrammarFileName() - Method in class org.pgcodekeeper.core.parsers.antlr.base.generated.IgnoreListParser
 
getGrammarFileName() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
getGrammarFileName() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
getGrammarFileName() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
getGrammarFileName() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
getGrammarFileName() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.PrivilegesLexer
 
getGrammarFileName() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.PrivilegesParser
 
getGrammarFileName() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
getGrammarFileName() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
getGraph() - Method in class org.pgcodekeeper.core.model.graph.DepcyGraph
Gets the dependency graph.
getHash(String, String) - Static method in class org.pgcodekeeper.core.Utils
Computes hash of string using specified algorithm.
getHiddenObj() - Method in class org.pgcodekeeper.core.model.graph.PrintObj
 
getIdentifiers(CHParser.Qualified_nameContext) - Static method in class org.pgcodekeeper.core.parsers.antlr.ch.statement.ChParserAbstract
Extracts identifier contexts from a qualified name.
getIdentifiers(SQLParser.Operator_nameContext) - Static method in class org.pgcodekeeper.core.parsers.antlr.pg.statement.PgParserAbstract
Extracts identifier contexts from an operator name context.
getIdentifiers(SQLParser.Schema_qualified_name_nontypeContext) - Static method in class org.pgcodekeeper.core.parsers.antlr.pg.statement.PgParserAbstract
Extracts identifier contexts from a schema-qualified non-type name context.
getIdentifiers(SQLParser.Schema_qualified_nameContext) - Static method in class org.pgcodekeeper.core.parsers.antlr.pg.statement.PgParserAbstract
Extracts identifier contexts from a schema-qualified name context.
getIdentityType() - Method in class org.pgcodekeeper.core.schema.pg.PgColumn
 
getIds() - Method in class org.pgcodekeeper.core.parsers.antlr.base.QNameParser
 
getInCharsetName() - Method in class org.pgcodekeeper.core.settings.CoreSettings
 
getInCharsetName() - Method in interface org.pgcodekeeper.core.settings.ISettings
Gets the input character encoding name.
getIndent() - Method in class org.pgcodekeeper.core.model.graph.PrintObj
 
getIndentSize() - Method in class org.pgcodekeeper.core.formatter.FormatConfiguration
 
getIndentSize() - Method in class org.pgcodekeeper.core.parsers.antlr.base.verification.VerificationProperties
Returns the expected indentation size in spaces.
getIndentType() - Method in class org.pgcodekeeper.core.formatter.FormatConfiguration
 
getIndex(String) - Method in class org.pgcodekeeper.core.schema.PgStatementContainer
Finds index according to specified index name.
getIndexByName(String) - Method in class org.pgcodekeeper.core.schema.AbstractSchema
Finds an index by name across all tables and views in this schema.
getIndexes() - Method in class org.pgcodekeeper.core.schema.PgStatementContainer
Getter for PgStatementContainer.indexes.
getInherits() - Method in class org.pgcodekeeper.core.schema.pg.AbstractPgTable
Getter for AbstractPgTable.inherits.
getInt(String) - Method in class org.pgcodekeeper.core.loader.jdbc.XmlReader
Returns the integer value for the specified column name.
getKey() - Method in class org.pgcodekeeper.core.schema.Inherits
 
getKeyword() - Method in class org.pgcodekeeper.core.sql.Keyword
 
getKind() - Method in class org.pgcodekeeper.core.schema.pg.PgAggregate
 
getLabelCategory() - Method in class org.pgcodekeeper.core.sql.Keyword
 
getLanguage() - Method in class org.pgcodekeeper.core.schema.pg.AbstractPgFunction
 
getLastSysOid() - Method in class org.pgcodekeeper.core.loader.jdbc.JdbcLoaderBase
 
getLeftArg() - Method in interface org.pgcodekeeper.core.schema.IOperator
Gets the left argument type of this operator.
getLeftArg() - Method in class org.pgcodekeeper.core.schema.meta.MetaOperator
 
getLeftArg() - Method in class org.pgcodekeeper.core.schema.pg.PgOperator
 
getLength() - Method in class org.pgcodekeeper.core.formatter.FormatItem
 
getLexer(CharStream) - Method in interface org.pgcodekeeper.core.database.base.IDatabaseProvider
 
getLexer(CharStream) - Method in class org.pgcodekeeper.core.database.ch.ChDatabaseProvider
 
getLexer(CharStream) - Method in class org.pgcodekeeper.core.database.ms.MsDatabaseProvider
 
getLexer(CharStream) - Method in class org.pgcodekeeper.core.database.pg.PgDatabaseProvider
 
getLibName() - Method in class org.pgcodekeeper.core.schema.PgStatement
Gets the name of the library this statement comes from.
getLibName() - Method in class org.pgcodekeeper.core.schema.PgStatementMeta
 
getLineNumber() - Method in class org.pgcodekeeper.core.ContextLocation
 
getLineNumber() - Method in class org.pgcodekeeper.core.schema.meta.MetaStatement
Returns the line number where this object is defined.
getList() - Method in class org.pgcodekeeper.core.model.difftree.IgnoreList
 
getList() - Method in class org.pgcodekeeper.core.model.difftree.IgnoreSchemaList
 
getList() - Method in interface org.pgcodekeeper.core.model.difftree.IIgnoreList
Gets the list of ignore rules.
getListCode() - Method in class org.pgcodekeeper.core.model.difftree.IgnoreList
Generates string representation of the ignore list configuration.
getListCode() - Method in class org.pgcodekeeper.core.model.difftree.IgnoreSchemaList
Generates string representation of the ignore list configuration.
getLoadedFilePath(Path, URI) - Static method in class org.pgcodekeeper.core.utils.FileUtils
Generates unique file path for loaded content from URI.
getLocation() - Method in class org.pgcodekeeper.core.schema.AbstractColumn
 
getLocation() - Method in class org.pgcodekeeper.core.schema.AbstractConstraint
 
getLocation() - Method in class org.pgcodekeeper.core.schema.PgStatement
Gets the location information for this statement.
getLocation() - Method in class org.pgcodekeeper.core.schema.PgStatementMeta
 
getLocationType() - Method in class org.pgcodekeeper.core.schema.PgObjLocation
 
getLong(String) - Method in class org.pgcodekeeper.core.loader.jdbc.XmlReader
Returns the long value for the specified column name.
getMaxCyclomaticComplexity() - Method in class org.pgcodekeeper.core.parsers.antlr.base.verification.VerificationProperties
Returns the maximum allowed cyclomatic complexity for functions.
getMaxFunctionLenght() - Method in class org.pgcodekeeper.core.parsers.antlr.base.verification.VerificationProperties
Returns the maximum allowed length for functions.
getMaxFunctionParams() - Method in class org.pgcodekeeper.core.parsers.antlr.base.verification.VerificationProperties
Returns the maximum allowed number of parameters for functions.
getMethod() - Method in class org.pgcodekeeper.core.schema.pg.PgIndex
Gets the index access method (btree, hash, gin, gist, etc.).
getMethodCount() - Method in class org.pgcodekeeper.core.parsers.antlr.base.verification.VerificationProperties
 
getMethodCount() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.verification.VerificationFunctionTreeListener
Returns the count of methods found during tree traversal.
getMode() - Method in class org.pgcodekeeper.core.schema.Argument
 
getModeNames() - Method in class org.pgcodekeeper.core.parsers.antlr.base.generated.IgnoreListLexer
 
getModeNames() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
getModeNames() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
getModeNames() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.PrivilegesLexer
 
getModeNames() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
getMonitor() - Method in class org.pgcodekeeper.core.loader.jdbc.JdbcLoaderBase
 
getMsg() - Method in class org.pgcodekeeper.core.parsers.antlr.base.AntlrError
 
getMsType(PgStatement, String, String, boolean, int, int, int) - Static method in class org.pgcodekeeper.core.loader.jdbc.JdbcLoaderBase
 
getMsType(PgStatement, String, String, boolean, int, int, int, boolean) - Static method in class org.pgcodekeeper.core.loader.jdbc.JdbcLoaderBase
 
getMSType() - Method in class org.pgcodekeeper.core.schema.pg.PgAggregate
 
getName() - Method in enum class org.pgcodekeeper.core.Consts.FUNC_SIGN
 
getName() - Method in class org.pgcodekeeper.core.model.difftree.IgnoredObject
 
getName() - Method in class org.pgcodekeeper.core.model.difftree.TreeElement
Gets the name of this tree element.
getName() - Method in class org.pgcodekeeper.core.schema.Argument
 
getName() - Method in class org.pgcodekeeper.core.schema.ch.ChEngine
 
getName() - Method in interface org.pgcodekeeper.core.schema.IStatement
Gets the name of this statement.
getName() - Method in class org.pgcodekeeper.core.schema.meta.MetaFunction
Alias for MetaFunction.getSignature() which provides a unique function ID.
getName() - Method in class org.pgcodekeeper.core.schema.meta.MetaOperator
 
getName() - Method in class org.pgcodekeeper.core.schema.meta.MetaStatement
 
getName() - Method in class org.pgcodekeeper.core.schema.pg.AbstractPgFunction
Alias for AbstractPgFunction.getSignature() which provides a unique function ID.
getName() - Method in class org.pgcodekeeper.core.schema.pg.PgOperator
Alias for PgOperator.getSignature() which provides a unique operator ID.
getName() - Method in class org.pgcodekeeper.core.schema.PgOverride
Gets the name of the overridden statement.
getName() - Method in class org.pgcodekeeper.core.schema.PgPrivilege
 
getName() - Method in class org.pgcodekeeper.core.schema.PgStatement
 
getName() - Method in class org.pgcodekeeper.core.schema.SimpleColumn
 
getNameFromUri(URI) - Static method in class org.pgcodekeeper.core.utils.FileUtils
Extracts name (last path segment) from URI.
getNameStatus(String) - Method in class org.pgcodekeeper.core.model.difftree.IgnoreSchemaList
Checks if a schema should be shown based on configured rules.
getNameStatus(TreeElement, boolean, String...) - Method in class org.pgcodekeeper.core.model.difftree.IgnoreList
Determines the add status for a tree element based on ignore rules.
getNewLocation() - Method in class org.pgcodekeeper.core.schema.PgOverride
Gets the location information for the new statement.
getNewObj() - Method in class org.pgcodekeeper.core.model.graph.ActionContainer
 
getNewPath() - Method in class org.pgcodekeeper.core.schema.PgOverride
Gets the file path where the new statement is defined.
getNewStatement() - Method in class org.pgcodekeeper.core.schema.PgOverride
 
getNullsOrdering() - Method in class org.pgcodekeeper.core.schema.SimpleColumn
 
getNullValue() - Method in class org.pgcodekeeper.core.schema.AbstractColumn
 
getObj() - Method in class org.pgcodekeeper.core.schema.PgObjLocation
 
getObjDefinitions(AbstractDatabase) - Static method in class org.pgcodekeeper.core.schema.meta.MetaUtils
Returns object definitions grouped by file path.
getObject() - Method in class org.pgcodekeeper.core.schema.meta.MetaStatement
Returns the object location information.
getObject(AbstractSchema, boolean) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.statement.CreateMsFunction
Creates and configures the function object from the parse context.
getObject(AbstractSchema, boolean) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.statement.CreateMsProcedure
Creates and configures the procedure object from the parse context.
getObject(AbstractSchema, boolean) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.statement.CreateMsTrigger
Creates and configures the trigger object from the parse context.
getObjectState(boolean, SQLScript, int) - Method in class org.pgcodekeeper.core.schema.PgStatement
Determines the object state based on changes made to the script.
getObjectState(SQLScript, int) - Method in class org.pgcodekeeper.core.schema.PgStatement
Determines the object state based on changes made to the script.
getObjLength() - Method in class org.pgcodekeeper.core.schema.meta.MetaStatement
Returns the length of the object in the source file.
getObjLength() - Method in class org.pgcodekeeper.core.schema.PgObjLocation
 
getObjName() - Method in class org.pgcodekeeper.core.schema.GenericColumn
Gets the name of the most specific object component.
getObjName() - Method in class org.pgcodekeeper.core.schema.PgObjLocation
Gets the object name.
getObjReferences() - Method in class org.pgcodekeeper.core.schema.AbstractDatabase
 
getObjReferences(String) - Method in class org.pgcodekeeper.core.schema.AbstractDatabase
 
getObjTypes() - Method in class org.pgcodekeeper.core.model.difftree.IgnoredObject
 
getOffset() - Method in class org.pgcodekeeper.core.ContextLocation
 
getOffset() - Method in class org.pgcodekeeper.core.schema.meta.MetaStatement
Returns the offset of the object in the source file.
getOfType() - Method in class org.pgcodekeeper.core.schema.pg.TypedPgTable
Gets the composite type this table is based on.
getOldLocation() - Method in class org.pgcodekeeper.core.schema.PgOverride
Gets the location information for the old statement.
getOldObj() - Method in class org.pgcodekeeper.core.model.graph.ActionContainer
 
getOldPath() - Method in class org.pgcodekeeper.core.schema.PgOverride
Gets the file path where the old statement is defined.
getOldStatement() - Method in class org.pgcodekeeper.core.schema.PgOverride
 
getOpClass() - Method in class org.pgcodekeeper.core.schema.SimpleColumn
 
getOpClassParams() - Method in class org.pgcodekeeper.core.schema.SimpleColumn
 
getOperator() - Method in class org.pgcodekeeper.core.schema.SimpleColumn
 
getOperator(String) - Method in class org.pgcodekeeper.core.schema.pg.PgSchema
Gets an operator by its signature.
getOperators() - Method in class org.pgcodekeeper.core.schema.pg.PgSchema
Gets all operators in this schema.
getOption(String) - Method in class org.pgcodekeeper.core.schema.AbstractTable
Gets the value for the specified option.
getOptions() - Method in class org.pgcodekeeper.core.schema.AbstractIndex
 
getOptions() - Method in class org.pgcodekeeper.core.schema.AbstractTable
 
getOptions() - Method in interface org.pgcodekeeper.core.schema.IOptionContainer
Gets all options for this container.
getOptions() - Method in class org.pgcodekeeper.core.schema.ms.MsConstraintPk
 
getOptions() - Method in class org.pgcodekeeper.core.schema.pg.AbstractPgView
 
getOptions() - Method in class org.pgcodekeeper.core.schema.pg.PgColumn
 
getOptions() - Method in class org.pgcodekeeper.core.schema.pg.PgForeignDataWrapper
 
getOptions() - Method in class org.pgcodekeeper.core.schema.pg.PgFtsDictionary
 
getOptions() - Method in class org.pgcodekeeper.core.schema.pg.PgServer
 
getOptions() - Method in class org.pgcodekeeper.core.schema.pg.PgUserMapping
 
getOverrides() - Method in class org.pgcodekeeper.core.schema.AbstractDatabase
Gets the list of object overrides for this database.
getOwnedBy() - Method in class org.pgcodekeeper.core.schema.pg.PgSequence
Gets the table column that owns this sequence.
getOwner() - Method in class org.pgcodekeeper.core.schema.PgStatement
 
getOwner() - Method in class org.pgcodekeeper.core.schema.StatementOverride
 
getParallel() - Method in class org.pgcodekeeper.core.schema.pg.AbstractPgFunction
 
getParamFuncSignature(PgAggregate, PgAggregate.AggFuncs) - Static method in class org.pgcodekeeper.core.parsers.antlr.pg.statement.CreateAggregate
Gets the function signature for the given aggregate function parameter.
getParent() - Method in class org.pgcodekeeper.core.model.difftree.TreeElement
Gets the parent element.
getParent() - Method in class org.pgcodekeeper.core.model.graph.RowData
 
getParent() - Method in interface org.pgcodekeeper.core.schema.IStatement
Gets the parent statement that contains this statement.
getParent() - Method in class org.pgcodekeeper.core.schema.meta.MetaStatement
Returns the parent statement of this object.
getParent() - Method in class org.pgcodekeeper.core.schema.PgStatement
Gets the parent statement that contains this statement.
getParentCol(AbstractPgTable) - Method in class org.pgcodekeeper.core.schema.pg.PgColumn
Returns the parent column for given column or null if given column hasn't parent column.
getParentSt() - Method in class org.pgcodekeeper.core.model.graph.PrintObj
 
getParentTable() - Method in interface org.pgcodekeeper.core.schema.IPartitionTable
Gets the name of the parent table that this partition belongs to.
getParentTable() - Method in class org.pgcodekeeper.core.schema.pg.PartitionForeignPgTable
 
getParentTable() - Method in class org.pgcodekeeper.core.schema.pg.PartitionPgTable
 
getParser() - Method in class org.pgcodekeeper.core.schema.pg.PgFtsConfiguration
Gets the text search parser used by this configuration.
getParser(CommonTokenStream) - Method in interface org.pgcodekeeper.core.database.base.IDatabaseProvider
 
getParser(CommonTokenStream) - Method in class org.pgcodekeeper.core.database.ch.ChDatabaseProvider
 
getParser(CommonTokenStream) - Method in class org.pgcodekeeper.core.database.ms.MsDatabaseProvider
 
getParser(CommonTokenStream) - Method in class org.pgcodekeeper.core.database.pg.PgDatabaseProvider
 
getPartitionBounds() - Method in interface org.pgcodekeeper.core.schema.IPartitionTable
Gets the partition bounds specification for this partition.
getPartitionBounds() - Method in class org.pgcodekeeper.core.schema.pg.PartitionForeignPgTable
 
getPartitionBounds() - Method in class org.pgcodekeeper.core.schema.pg.PartitionPgTable
 
getPartitionBy() - Method in class org.pgcodekeeper.core.schema.pg.AbstractRegularTable
Gets the partition specification for this table.
getPartitionName() - Method in class org.pgcodekeeper.core.schema.pg.PartitionTemplateContainer
Gets the partition name for this template.
getPermission() - Method in class org.pgcodekeeper.core.schema.PgPrivilege
 
getPgStatement(AbstractDatabase) - Method in class org.pgcodekeeper.core.model.difftree.TreeElement
Gets corresponding database statement from the specified database.
getPgStatementSide(AbstractDatabase, AbstractDatabase) - Method in class org.pgcodekeeper.core.model.difftree.TreeElement
Gets statement from the corresponding database based on diff side.
getPkeys() - Method in class org.pgcodekeeper.core.schema.ms.MsTable
Gets the list of primary key constraints for memory-optimized tables.
getPolicies() - Method in class org.pgcodekeeper.core.schema.PgStatementContainer
Getter for PgStatementContainer.policies.
getPolicy(String) - Method in class org.pgcodekeeper.core.schema.PgStatementContainer
Finds policy according to specified policy name.
getPoolSize() - Static method in class org.pgcodekeeper.core.parsers.antlr.base.AntlrTaskManager
Gets the size of the thread pool used for ANTLR parsing tasks.
getPostFilePath() - Method in class org.pgcodekeeper.core.settings.CoreSettings
 
getPostFilePath() - Method in interface org.pgcodekeeper.core.settings.ISettings
Gets the collection of post-processing file paths.
getPreFilePath() - Method in class org.pgcodekeeper.core.settings.CoreSettings
 
getPreFilePath() - Method in interface org.pgcodekeeper.core.settings.ISettings
Gets the collection of pre-processing file paths.
getPreview(ISettings) - Method in class org.pgcodekeeper.core.schema.ms.MsAssembly
Returns assembly definition without full binaries for preview purposes.
getPrivileges() - Method in class org.pgcodekeeper.core.schema.PgStatement
Gets an unmodifiable set of privileges for this statement.
getPrivileges() - Method in class org.pgcodekeeper.core.schema.StatementOverride
 
getQualifiedName() - Method in class org.pgcodekeeper.core.loader.jdbc.JdbcType
Returns the GenericColumn representation containing the type's schema and name.
getQualifiedName() - Method in class org.pgcodekeeper.core.model.difftree.TreeElement
Gets the qualified name of this element.
getQualifiedName() - Method in class org.pgcodekeeper.core.schema.ch.ChPolicy
 
getQualifiedName() - Method in class org.pgcodekeeper.core.schema.GenericColumn
Gets the fully qualified name of this object.
getQualifiedName() - Method in class org.pgcodekeeper.core.schema.Inherits
Gets the qualified name of the inherited table.
getQualifiedName() - Method in interface org.pgcodekeeper.core.schema.IStatement
Gets the fully qualified name of this statement.
getQualifiedName() - Method in class org.pgcodekeeper.core.schema.meta.MetaStatement
 
getQualifiedName() - Method in class org.pgcodekeeper.core.schema.pg.AbstractPgFunction
 
getQualifiedName() - Method in class org.pgcodekeeper.core.schema.pg.PgCast
 
getQualifiedName() - Method in class org.pgcodekeeper.core.schema.pg.PgIndex
 
getQualifiedName() - Method in class org.pgcodekeeper.core.schema.pg.PgOperator
 
getQualifiedName() - Method in class org.pgcodekeeper.core.schema.pg.PgUserMapping
 
getQualifiedName() - Method in class org.pgcodekeeper.core.schema.PgObjLocation
Gets the fully qualified name of the object.
getQualifiedName() - Method in class org.pgcodekeeper.core.schema.PgStatement
 
getQuotedName(String) - Static method in class org.pgcodekeeper.core.ChDiffUtils
Returns the name quoted with backticks (`) if it's not a valid identifier.
getQuotedName(String) - Static method in class org.pgcodekeeper.core.MsDiffUtils
If name contains only lower case characters and digits and is not keyword, it is returned not quoted, otherwise the string is returned quoted.
getQuotedName(String) - Static method in class org.pgcodekeeper.core.PgDiffUtils
If name contains only lower case characters and digits and is not keyword, it is returned not quoted, otherwise the string is returned quoted.
getQuotedName(String, DatabaseType) - Static method in class org.pgcodekeeper.core.Utils
Returns a properly quoted name for the given database type.
getQuoter(DatabaseType) - Static method in class org.pgcodekeeper.core.Utils
Returns a quoting function for the given database type.
getRandom() - Static method in class org.pgcodekeeper.core.Utils
 
getReferences() - Method in class org.pgcodekeeper.core.parsers.antlr.base.launcher.AbstractAnalysisLauncher
Gets the list of object references founded during analysis.
getRelation(String) - Method in class org.pgcodekeeper.core.schema.AbstractSchema
 
getRelation(String) - Method in class org.pgcodekeeper.core.schema.ch.ChSchema
 
getRelation(String) - Method in interface org.pgcodekeeper.core.schema.ISchema
Gets a relation by name.
getRelationColumns() - Method in class org.pgcodekeeper.core.schema.AbstractSequence
 
getRelationColumns() - Method in class org.pgcodekeeper.core.schema.AbstractTable
 
getRelationColumns() - Method in class org.pgcodekeeper.core.schema.AbstractView
 
getRelationColumns() - Method in class org.pgcodekeeper.core.schema.ch.ChDictionary
 
getRelationColumns() - Method in interface org.pgcodekeeper.core.schema.IRelation
Gets the columns of this relation as name-type pairs.
getRelationColumns() - Method in class org.pgcodekeeper.core.schema.meta.MetaRelation
 
getRelationColumns() - Method in class org.pgcodekeeper.core.schema.pg.AbstractPgTable
 
getRelationColumns() - Method in class org.pgcodekeeper.core.schema.pg.AbstractPgView
 
getRelations() - Method in class org.pgcodekeeper.core.schema.AbstractSchema
 
getRelations() - Method in class org.pgcodekeeper.core.schema.ch.ChSchema
 
getRelations() - Method in interface org.pgcodekeeper.core.schema.ISchema
Gets all relations (tables, views, sequences) in this schema.
getRelations() - Method in class org.pgcodekeeper.core.schema.meta.MetaContainer
Returns all relations grouped by schema name.
getRelativeFilePath(PgStatement) - Static method in class org.pgcodekeeper.core.model.exporter.ModelExporter
Gets the relative file path for a database statement within project structure.
getRelativeFolderPath(PgStatement, Path) - Static method in class org.pgcodekeeper.core.WorkDirs
Gets the relative filesystem path for a database statement
getResult() - Method in class org.pgcodekeeper.core.hasher.JavaHasher
Gets the current hash result.
getReturns() - Method in class org.pgcodekeeper.core.schema.AbstractFunction
 
getReturns() - Method in class org.pgcodekeeper.core.schema.ch.ChFunction
 
getReturns() - Method in interface org.pgcodekeeper.core.schema.IFunction
Gets the return type of this function.
getReturns() - Method in interface org.pgcodekeeper.core.schema.IOperator
Gets the return type of this operator.
getReturns() - Method in class org.pgcodekeeper.core.schema.meta.MetaFunction
 
getReturns() - Method in class org.pgcodekeeper.core.schema.meta.MetaOperator
 
getReturns() - Method in class org.pgcodekeeper.core.schema.ms.MsClrFunction
 
getReturns() - Method in class org.pgcodekeeper.core.schema.pg.PgAggregate
 
getReturns() - Method in class org.pgcodekeeper.core.schema.pg.PgFunction
 
getReturns() - Method in class org.pgcodekeeper.core.schema.pg.PgOperator
 
getReturns() - Method in class org.pgcodekeeper.core.schema.pg.PgProcedure
 
getReturnsColumns() - Method in class org.pgcodekeeper.core.schema.AbstractFunction
 
getReturnsColumns() - Method in class org.pgcodekeeper.core.schema.ch.ChFunction
 
getReturnsColumns() - Method in interface org.pgcodekeeper.core.schema.IFunction
Gets the return columns for table-valued functions.
getReturnsColumns() - Method in class org.pgcodekeeper.core.schema.meta.MetaFunction
 
getReturnsColumns() - Method in class org.pgcodekeeper.core.schema.pg.AbstractPgFunction
 
getReversedGraph() - Method in class org.pgcodekeeper.core.model.graph.DepcyGraph
 
getRevertedCopy() - Method in class org.pgcodekeeper.core.model.difftree.TreeElement
Creates a copy of elements starting from current with sides reverted: left -> right, right -> left, both -> both
getRightArg() - Method in interface org.pgcodekeeper.core.schema.IOperator
Gets the right argument type of this operator.
getRightArg() - Method in class org.pgcodekeeper.core.schema.meta.MetaOperator
 
getRightArg() - Method in class org.pgcodekeeper.core.schema.pg.PgOperator
 
getRole() - Method in class org.pgcodekeeper.core.schema.PgPrivilege
 
getRole(String) - Method in class org.pgcodekeeper.core.schema.ms.MsDatabase
Returns role of given name or null if the role has not been found.
getRoleByOid(long) - Method in class org.pgcodekeeper.core.loader.jdbc.JdbcLoaderBase
 
getRoles() - Method in class org.pgcodekeeper.core.schema.ms.MsDatabase
Gets all roles in this database.
getRule(String) - Method in class org.pgcodekeeper.core.schema.PgStatementContainer
Finds rule according to specified rule name.
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.base.generated.IgnoreListParser.BlackContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.base.generated.IgnoreListParser.CompileUnitContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.base.generated.IgnoreListParser.FlagContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.base.generated.IgnoreListParser.FlagsContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.base.generated.IgnoreListParser.Hide_ruleContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.base.generated.IgnoreListParser.IdentifierContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.base.generated.IgnoreListParser.Rule_listContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.base.generated.IgnoreListParser.Rule_restContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.base.generated.IgnoreListParser.Show_ruleContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.base.generated.IgnoreListParser.WhiteContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alias_clauseContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alias_exprContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_named_collection_stmtContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_policy_stmtContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_role_stmtContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_statisticContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_stmtContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_table_actionContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_table_actionsContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_table_add_actionContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_table_clear_actionContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_table_drop_actionContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_table_mat_actionContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_table_modify_actionContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_table_stmtContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_user_stmtContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Arg_exprContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Arg_listContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Array_join_clauseContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Attach_stmtContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Attach_table_stmtContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Attr_def_optionContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Auth_paramsContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Blank_parenContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Ch_fileContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Check_stmtContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Cluster_clauseContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Codec_arg_exprContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Codec_exprContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Columns_clauseContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Columns_permissionsContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Comment_exprContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Common_table_query_exprContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Create_database_stmtContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Create_dictinary_stmtContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Create_function_stmtContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Create_live_view_stmtContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Create_mat_view_stmtContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Create_named_collection_stmtContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Create_policy_stmtContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Create_role_stmtContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Create_simple_view_stmtContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Create_stmtContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Create_table_stmtContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Create_user_stmtContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Create_view_stmtContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Data_clauseContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Data_type_exprContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Data_typeContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Ddl_stmtContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Definer_clauseContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Describe_stmtContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Destination_clauseContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Detach_stmtContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Dictionary_arg_exprContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Dictionary_arg_valueContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Dictionary_attr_defContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Dictionary_optionContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Dml_stmtContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Drop_elementContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Drop_stmtContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Engine_clauseContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Engine_exprContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Engine_optionContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Enum_valueContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Exists_stmtContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Explain_stmtContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Expr_eofContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Expr_listContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Expr_primaryContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.ExprContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.From_clauseContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.From_file_clauseContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.From_in_dbContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.From_itemContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.From_primaryContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Function_argumentsContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Function_callContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Group_by_clauseContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Grouping_element_listContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Grouping_elementContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Having_clauseContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Host_typeContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.HostContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Id_tokenContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.IdentificationContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Identifier_listContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.IdentifierContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.If_existsContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.If_not_existsContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Index_typeContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Insert_stmtContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.IntervalContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Join_opContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Join_typeContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Json_pairContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Kill_stmtContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Lambda_exprContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Layout_exprContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Life_time_exprContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Like_exprContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Limit_by_clauseContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Limit_clauseContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Limit_exprContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.LiteralContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Modify_column_exprContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Move_stmtContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Name_with_clusterContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Named_collection_pairContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Names_referencesContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Not_nullContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Number_literalContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Object_typeContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.OpContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Optimize_by_exprContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Optimize_stmtContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Option_typeContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Order_by_clauseContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Order_expr_listContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Order_exprContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Over_columnContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.PairContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.PairsContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Partition_by_clauseContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Partition_clauseContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.PermissionContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.PermissionsContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Policy_actionContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Policy_nameContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.PositionContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.PrecisionContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Prewhere_clauseContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Primary_key_clauseContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.PrivilegeContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.PrivilegesContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Privilegy_stmtContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Qname_parserContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Qualified_name_or_asteriskContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Qualified_nameContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.QueryContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Range_exprContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Ratio_exprContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Rename_stmtContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Rename_toContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Sample_by_clauseContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Sample_clauseContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Select_listContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Select_modeContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Select_ops_no_parensContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Select_opsContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Select_primaryContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Select_stmt_no_parensContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Select_stmtContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Set_stmtContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Settings_clauseContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Show_stmtContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.SignContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Signed_number_literalContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Source_priviligeContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Sql_security_clauseContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.StmtContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Subquery_clauseContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.System_stmtContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Table_arg_exprContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Table_arg_listContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Table_body_exprContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Table_column_defContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Table_column_privilegesContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Table_column_property_exprContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Table_constraint_defContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Table_element_exprContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Table_exprContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Table_function_exprContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Table_index_defContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Table_override_clauseContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Table_projection_defContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Table_schema_clauseContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_reservedContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Top_clauseContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Transaction_stmtContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Truncate_stmtContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Ttl_clauseContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Ttl_expr_listContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Ttl_exprContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tuple_elementContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Use_stmtContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.User_settingContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.User_settingsContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.UsersContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Uuid_clauseContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Values_valuesContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Watch_stmtContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Where_clauseContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Win_frame_boundContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Win_frame_extendContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Window_clauseContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Window_exprContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.With_clauseContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.With_fillContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.With_optionContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.With_queryContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Add_alter_drop_predicateContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Add_drop_event_targetContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Add_drop_eventContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Add_drop_propertyContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Add_listener_optionContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Add_signatureContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Al_pattern_quantifierContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.AlgorithmContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.All_distinct_expressionContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_app_role_optionContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_application_roleContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_assemblyContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_asymmetric_keyContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_audit_actionContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_authorizationContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_availability_group_optionsContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_availability_groupContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_certificateContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_column_encryption_keyContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_column_optionContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_credentialContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_cryptographic_providerContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_database_encryption_keyContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_database_scoped_credentialContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_databaseContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_db_roleContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_endpointContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_external_data_sourceContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_external_languageContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_external_libraryContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_external_resource_poolContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_fulltext_catalogContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_fulltext_index_optionContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_fulltext_indexContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_fulltext_stoplistContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_index_actionContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_indexContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_login_sql_serverContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_master_key_sql_serverContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_message_typeContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_partition_functionContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_partition_schemeContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_queueContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_remote_service_bindingContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_resource_governorContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_routeContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_schema_sqlContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_search_property_listContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_security_policyContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_sequenceContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_server_audit_specificationContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_server_auditContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_server_configurationContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_server_roleContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_service_master_keyContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_serviceContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_symmetric_keyContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_table_actionContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_table_set_actionContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_tableContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_userContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_workload_groupContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_xml_schema_collectionContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Another_statementContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Arbitrary_length_patternContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Arg_modeContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.As_table_aliasContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Asc_descContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Assembly_optionContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Assembly_permissionContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Assembly_specifierContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Assignment_operatorContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Asymmetric_key_optionContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Asymmetric_key_password_change_optionContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Audit_file_actionContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Audit_optionContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Audit_toContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Audit_whereContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.AuthenticationContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Automatic_manualContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Availability_group_spec_optionContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Availability_group_specContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Backup_certificateContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Backup_databaseContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Backup_deviceContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Backup_devicesContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Backup_logContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Backup_master_keyContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Backup_optionContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Backup_service_master_keyContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Backup_statementContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Backup_symmetric_keyContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Base_algorithmContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Batch_statement_bodyContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Batch_statementContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.BatchContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Begin_conversation_dialogContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Begin_conversation_timerContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Block_dml_operationContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Block_statementContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Break_statementContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Bulk_optionContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Case_expressionContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Catalog_filegroup_optionContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Cfl_statementContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Change_tableContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Change_tracking_option_listContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Change_tracking_optionContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Class_typeContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Close_keyContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.ClusteredContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Column_alias_listContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Column_aliasContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Column_constraint_bodyContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Column_declarationContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Column_defContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Column_definitionContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Column_name_list_with_orderContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Column_optionContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Column_set_defContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Column_with_orderContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Columns_permissionsContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Columnstore_indexContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Common_table_expressionContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Comparison_operatorContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Constant_expressionContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Constant_LOCAL_IDContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.ConstantContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Continue_statementContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Conversation_statementContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_aggregateContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_app_role_optionContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_application_roleContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_assemblyContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_asymmetric_keyContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_certificateContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_column_encryption_keyContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_column_master_keyContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_contractContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_credentialContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_cryptographic_providerContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_database_encryption_keyContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_database_optionContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_database_scoped_credentialContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_databaseContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_db_roleContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_defaultContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_endpointContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_event_notificationContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_external_data_sourceContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_external_file_formatContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_external_languageContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_external_libraryContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_external_resource_poolContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_external_tableContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_fulltext_catalogContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_fulltext_indexContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_fulltext_stoplistContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_indexContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_keyContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_login_sql_serverContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_master_key_sql_serverContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_message_typeContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_or_alter_broker_priorityContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_or_alter_event_session_withContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_or_alter_event_sessionContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_or_alter_functionContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_or_alter_procedureContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_or_alter_resource_poolContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_or_alter_triggerContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_or_alter_viewContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_partition_functionContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_partition_schemeContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_queueContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_remote_service_bindingContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_routeContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_ruleContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_schemaContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_search_property_listContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_security_policyContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_selective_indexContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_sequenceContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_server_audit_specificationContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_server_auditContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_server_roleContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_serviceContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_spatial_indexContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_statisticsContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_synonymContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_tableContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_typeContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_userContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_workload_groupContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_xml_indexContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_xml_schema_collectionContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Cripto_listContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Cursor_commonContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Cursor_nameContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Cursor_statementContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Data_deletion_optContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Data_type_sizeContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Data_typeContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Database_filestream_optionContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Database_mirroring_optionContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Database_mirroringContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Database_optionspecContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Date_expressionContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Date_optionsContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Dbcc_clauseContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Ddl_clauseContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Decimal_id_local_idContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Decimal_or_local_idContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Declare_cursor_partialContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Declare_localContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Declare_statementContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Decryption_mechanismContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Default_valueContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Delete_statementContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Derived_tableContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Dml_clauseContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Drop_assemblyContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Drop_asymmetric_keyContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Drop_backward_compatible_indexContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Drop_database_encryption_keyContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Drop_ddl_triggerContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Drop_event_notifications_or_sessionContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Drop_external_libraryContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Drop_indexContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Drop_master_keyContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Drop_signatureContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Drop_statementsContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Drop_symmetric_keyContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Edge_patternContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Enable_disable_triggerContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Encrypted_optContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Encryption_mechanismContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.EncryptionContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.End_conversationContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Event_actionContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Event_session_predicate_expressionContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Event_session_predicate_factorContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Event_session_predicate_leafContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Execute_clause_userContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Execute_clauseContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Execute_moduleContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Execute_optionContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Execute_statement_argContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Execute_statementContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Execute_string_partContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Execute_stringContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Existing_keysContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Expression_eofContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Expression_listContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.ExpressionContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.External_data_source_optionContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.External_data_source_optionsContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.External_resource_pool_optionContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.External_table_as_select_defContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.External_table_defContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.External_table_optionContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.External_table_optionsContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.File_and_filegroup_optionsContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.File_format_optionsContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.File_groupContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.File_or_filegroupContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.File_sizeContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.File_spec_alterContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.File_specContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Filegroup_modify_optionContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Files_or_filegroupsContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.For_clauseContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Format_optionsContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.From_itemContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.From_primaryContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Full_column_name_listContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Full_column_nameContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Fulltext_index_columnContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Fulltext_index_columnsContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Fulltext_index_optionContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Fulltext_index_optionsContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Func_bodyContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Func_returnContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Function_callContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Function_optionContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Generate_new_keysContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Get_conversationContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Go_statementContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Goto_statementContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Group_by_clauseContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Group_by_itemContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Grouping_sets_itemContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Id_or_defaultContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.IdContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Identity_valueContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.If_statementContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Index_includeContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Index_nameContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Index_option_valueContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Index_optionContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Index_optionsContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Index_restContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Index_sortContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Index_valueContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Index_whereContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Insert_statementContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Insert_with_table_hintsContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Ip_address_optionContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Json_null_clauseContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Key_optionsContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Lang_file_specContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Language_termContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Last_nodeContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Ledger_optionContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Ledger_view_optionContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Library_file_specContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Library_languageContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Lock_tableContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Login_option_listContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Login_sourcesContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Login_sub_option_listContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Low_priority_lock_waitContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Match_specificationContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Merge_matchedContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Merge_not_matchedContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Merge_statementContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Merge_whenContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Migration_optionContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Mirror_toContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Move_conversationContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Name_list_in_bracketsContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Name_listContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Named_promoted_node_path_itemContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Names_referencesContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Not_for_replicationContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Null_notnullContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Object_expressionContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Object_typeContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Off_optionContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.On_deleteContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.On_offContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.On_optionContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.On_partition_clauseContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.On_updateContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Open_jsonContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Open_keyContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Open_xmlContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.OpendatasourceContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.OpenqueryContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Optimize_for_argContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Option_clauseContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.OptionContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Order_by_clauseContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Order_by_expressionContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Output_clauseContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Output_dml_elemContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Output_dml_listContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Over_clauseContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Partition_numberContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Partner_optionContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Period_for_system_timeContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Period_valueContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.PermissionContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.PermissionsContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.PlatformContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Predicate_factorContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.PredicateContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Primary_key_valuesContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Primary_role_optionContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Primitive_expressionContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Print_statementContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Private_key_optionsContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Proc_bodyContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Procedure_optionContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Procedure_paramContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Promoted_node_path_listContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Qualified_nameContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Query_specificationContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Queue_actionContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Queue_rebuild_optionsContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Queue_settingsContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Raiseerror_statementContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.RebuildContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Receive_column_specifierContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Receive_statementContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Reconfigure_statementContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Replica_optionContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Replica_specContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Restore_databaseContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Restore_logContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Restore_master_keyContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Restore_optionContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Restore_optionsContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Restore_otherContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Restore_service_master_keyContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Restore_statementContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Restore_symmetric_keyContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Result_sets_definitionContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Result_sets_valueContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Resume_optionContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Return_statementContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Row_or_range_clauseContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Rowset_function_limitedContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Rowset_functionContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Rule_commonContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Scalar_function_nameContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Schema_alterContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Schema_createContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Schema_declarationContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Schema_dropContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Search_condition_andContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Search_condition_notContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Search_conditionContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Secondary_role_optionContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Security_statementContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Select_list_elemContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Select_listContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Select_ops_no_parensContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Select_opsContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Select_statementContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Select_stmt_no_parensContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Send_conversationContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Sequence_bodyContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Service_brokerContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Set_option_specContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Set_parameterContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Set_qualifierContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Set_specialContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Set_statementContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Set_statistics_valueContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Setuser_statementContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Shutdown_statementContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.SignContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Signed_numerical_literalContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_match_patternContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Spatial_index_coordinateContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Spatial_index_gridContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Spatial_index_optionContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Sql_clausesContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.St_clauseContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.String_id_local_idContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.String_or_local_idContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Switch_search_condition_sectionContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Switch_sectionContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.System_versioning_optContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Table_action_dropContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Table_column_privilegesContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Table_constraint_bodyContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Table_constraintContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Table_element_extendedContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Table_elementContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Table_elements_extendedContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Table_elementsContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Table_hintContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Table_indexContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Table_name_with_hintContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Table_optionsContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Table_stretch_optContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Table_value_constructorContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Tcp_optionsContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.TerminationContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Throw_statementContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.TimeContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Top_clauseContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Top_countContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Transaction_statementContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Trigger_operationContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Trigger_optionContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Truncate_tableContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Try_catch_statementContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Tsql_fileContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.TsqlContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Type_definitionContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Update_elemContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Update_statementContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Update_statistics_with_optionContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Update_statisticsContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Use_statementContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.User_loginContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.User_optionContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.View_attributeContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Waitfor_conversationContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Waitfor_receiveContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Waitfor_statementContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.While_statementContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Window_frame_boundContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Window_frame_extentContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Window_frame_followingContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Window_frame_precedingContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Window_specificationContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Windows_auth_optionContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Windows_authContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Windows_optionsContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.With_expressionContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.With_no_populationContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.With_table_hintsContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Xml_common_directivesContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Xml_declarationContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Xml_index_usingContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Xml_namespace_expressionContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Xml_schema_collectionContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Xml_type_definitionContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Xmlnamespace_itemContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Xmlnamespace_listContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.PrivilegesParser.IdentifierContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.PrivilegesParser.PrivilegeContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.PrivilegesParser.PrivilegesContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Abbreviated_grant_or_revokeContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.ActionContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Add_operator_to_familyContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Additional_statementContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Admin_optionContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.After_opsContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Agg_orderContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Aggregate_function_argsContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Aggregate_paramContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alias_clauseContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.All_op_refContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.All_opContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.All_simple_opContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_aggregate_statementContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_collation_statementContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_conversion_statementContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_database_actionContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_database_optionContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_database_statementContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_default_privileges_statementContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_domain_statementContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_event_trigger_actionContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_event_trigger_statementContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_extension_actionContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_extension_statementContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_foreign_data_wrapper_actionContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_foreign_data_wrapperContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_fts_configurationContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_fts_statementContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_function_statementContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_group_actionContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_group_statementContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_identityContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_index_statementContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_language_statementContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_materialized_view_actionContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_materialized_view_statementContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_operator_actionContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_operator_class_statementContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_operator_family_statementContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_operator_statementContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_owner_statementContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_partition_gp_elementContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_partition_gp_nameContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_partition_gpContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_partitionContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_policy_statementContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_publication_actionContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_publication_statementContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_rule_statementContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_schema_statementContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_sequence_statementContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_server_actionContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_server_statementContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_statistics_statementContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_subscription_actionContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_subscription_statementContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_table_statementContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_tablespace_actionContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_tablespace_statementContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_trigger_statementContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_type_statementContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_user_mapping_statementContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_user_or_role_set_resetContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_user_or_role_statementContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_view_actionContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_view_statementContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Analyze_keywordContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Analyze_modeContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Anonymous_blockContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.ArgmodeContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Arguments_listContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Array_elementsContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Array_expressionContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Array_typeContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Assign_stmtContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.AttributeContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_col_labelContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Base_statementContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Boolean_valueContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Cascade_restrictContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Case_expressionContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Case_statementContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Cast_nameContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Cast_specificationContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Changed_actionContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Cluster_optionContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Cluster_stmtContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Col_labelContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Collate_identifierContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Collation_optionContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Column_actionContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Column_operator_classContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Column_reference_storage_directiveContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Column_reference_storage_directivesContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Columns_permissionsContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Comment_member_objectContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Comment_on_statementContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Comp_optionsContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Comparison_modContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Compression_identifierContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Conflict_actionContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Conflict_objectContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Constr_bodyContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Constraint_commonContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Control_statementContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Copy_from_statementContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Copy_option_listContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Copy_optionContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Copy_statementContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Copy_to_statementContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_access_method_statementContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_aggregate_statementContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_cast_statementContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_collation_statementContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_conversion_statementContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_database_optionContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_database_statementContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_domain_statementContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_event_trigger_statementContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_extension_statementContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_foreign_data_wrapper_statementContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_foreign_table_statementContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_fts_configuration_statementContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_fts_dictionary_statementContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_fts_parser_statementContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_fts_template_statementContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_function_statementContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_group_statementContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_index_statementContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_language_statementContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_operator_class_optionContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_operator_class_statementContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_operator_family_statementContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_operator_optionContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_operator_statementContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_policy_statementContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_publication_statementContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_rewrite_statementContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_schema_statementContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_sequence_statementContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_server_statementContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_statistics_statementContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_subscription_statementContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_table_as_statementContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_table_external_statementContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_table_statementContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_tablespace_statementContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_transform_statementContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_trigger_statementContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_type_statementContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_user_mapping_statementContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_user_or_role_statementContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_view_statementContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Cursor_statementContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Data_statementContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Data_type_decContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Data_typeContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Date_time_functionContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Datetime_overlapsContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.DeclarationContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.DeclarationsContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Declare_statementContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Define_columnsContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Define_foreign_optionsContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Define_partitionContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Define_serverContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Define_tableContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Define_typeContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Delete_stmt_for_psqlContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Diagnostic_optionContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Distributed_clauseContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Dollar_numberContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Domain_constraintContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Drop_cast_statementContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Drop_constraintContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Drop_database_statementContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Drop_defContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Drop_function_statementContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Drop_operator_class_statementContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Drop_operator_family_statementContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Drop_operator_from_familyContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Drop_operator_statementContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Drop_owned_statementContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Drop_policy_statementContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Drop_rule_statementContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Drop_statementsContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Drop_trigger_statementContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Drop_user_mapping_statementContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Encoding_identifierContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.End_clauseContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Event_trigger_filter_variablesContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Exception_statementContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Execute_statementContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Execute_stmtContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Explain_optionContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Explain_queryContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Explain_statementContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Expr_constContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Extension_member_objectContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.External_table_executeContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.External_table_formatContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.External_table_locationContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.External_table_logContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Extract_functionContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.FconstContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Fetch_move_directionContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Filter_clauseContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.For_values_boundContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Foreign_optionContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Format_jsonContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Format_optionsContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Frame_boundContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Frame_clauseContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.From_function_column_defContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.From_itemContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.From_primaryContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.From_rows_with_aliasContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Function_actions_commonContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Function_args_parserContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Function_argsContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Function_argumentsContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Function_blockContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Function_body_eofContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Function_bodyContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Function_callContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Function_column_name_typeContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Function_constructContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Function_defContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Function_parametersContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Function_ret_tableContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Function_returnContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Function_statementContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Function_statementsContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Gp_partition_with_clauseContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Gp_table_column_definitionContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Grant_option_forContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Grant_to_ruleContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Granted_byContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Group_optionContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Groupby_clauseContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Grouping_element_listContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Grouping_elementContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.IconstContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Id_tokenContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Identifier_list_in_parenContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Identifier_listContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Identifier_nontypeContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Identifier_reserved_nontypeContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Identifier_reservedContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.IdentifierContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Identity_bodyContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.If_exist_names_restrict_cascadeContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.If_existsContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.If_not_existsContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.If_statementContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Including_indexContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Index_columnContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Index_columnsContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Index_def_actionContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Index_parametersContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Index_restContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Index_whereContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Indirection_identifierContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Indirection_listContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Indirection_varContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.IndirectionContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Insert_columnsContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Insert_stmt_for_psqlContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Interval_fieldContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Into_partition_gp_clauseContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Into_tableContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Json_array_elementContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Json_behavior_clauseContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Json_behavior_typeContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Json_columnsContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Json_functionContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Json_object_contentContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Json_object_entryContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Json_on_null_clauseContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Json_passing_clauseContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Json_quotesContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Json_return_clauseContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Json_table_columnContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Json_unique_keysContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Json_wrapperContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Label_member_objectContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Like_optionContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.List_of_type_column_defContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Lock_modeContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Lock_tableContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Log_levelContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Loop_startContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Loop_statementContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Materialized_view_actionContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Merge_matchedContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Merge_not_matchedContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Merge_stmt_for_psqlContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Merge_support_functionContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Merge_updateContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Message_statementContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Names_in_parensContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Names_referencesContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Notify_stmtContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Null_orderingContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Nulls_distinctionContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.NumericonlyContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.On_commitContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Only_table_multiplyContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Op_charsContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.OpContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Operator_args_parserContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Operator_argsContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Operator_family_actionContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Operator_nameContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Operator_optionContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.OptionContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Order_specificationContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Orderby_clauseContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Other_rulesContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Owner_member_objectContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Owner_toContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Part_element_body_unitContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Part_element_bodyContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Part_elementContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Part_valueContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Partition_bound_partContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Partition_bound_specContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Partition_by_columnsContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Partition_byContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Partition_columnContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Partition_end_clauseContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Partition_every_clauseContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Partition_gp_actionContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Partition_gpContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Partition_methodContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Partition_start_clauseContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Partition_table_valueContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Partition_type_colContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Partition_valContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Partition_valuesContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Perform_stmtContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.PermissionContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.PermissionsContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Plpgsql_function_test_listContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Plpgsql_functionContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Plpgsql_queryContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.PointerContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Precision_paramContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Predefined_typeContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Publication_objectContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Publication_table_onlyContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Qname_parserContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Raise_paramContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Raise_usingContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Reindex_optionContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Reindex_optionsContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Reindex_stmtContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Rename_toContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Return_stmtContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Revoke_from_cascade_restrictContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Rewrite_commandContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Role_name_with_groupContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Roles_namesContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Rule_commonContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Rule_member_objectContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Schema_alterContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Schema_createContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Schema_dropContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Schema_importContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Schema_qualified_name_nontypeContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Schema_qualified_nameContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Schema_statementContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.SconstContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Script_additionalContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Script_statementContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Script_transactionContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Security_labelContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Select_listContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Select_ops_no_parensContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Select_opsContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Select_primaryContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Select_stmt_no_parensContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Select_stmtContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Select_sublistContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Sequence_bodyContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Session_local_optionContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Set_actionContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Set_def_columnContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Set_loggedContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Set_qualifierContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Set_reset_parameterContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Set_schemaContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Set_statement_valueContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Set_statementContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Set_statisticsContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Set_tablespaceContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Show_statementContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.SignediconstContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Sort_specifierContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.SqlContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Start_labelContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.StatementContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Storage_directiveContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Storage_optionContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Storage_parameter_nameContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Storage_parameter_oidContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Storage_parameter_optionContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Storage_parametersContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.String_value_functionContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Sub_part_elementsContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Sub_partContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.System_functionContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Table_actionContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Table_cols_listContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Table_colsContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Table_column_defContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Table_column_definitionContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Table_column_privilegeContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Table_column_privilegesContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Table_deferrableContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Table_initialy_immedContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Table_of_type_column_defContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Table_spaceContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Table_subqueryContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Target_operatorContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Template_specContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonkeywordContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreserved_except_function_typeContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_reserved_except_function_typeContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_reservedContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Transaction_modeContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Transaction_statementContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Transform_for_typeContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Trigger_referencingContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Truncate_stmtContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Truth_valueContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Type_actionContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Type_coercionContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Type_declarationContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Type_lengthContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Type_listContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Type_propertyContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.UescapeContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Update_setContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Update_stmt_for_psqlContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Usage_select_updateContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.User_mapping_nameContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.User_nameContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.User_or_role_common_optionContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.User_or_role_option_for_alterContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.User_or_role_optionContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.User_or_role_or_group_common_optionContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.User_or_role_or_group_option_for_createContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Using_vexContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Vacuum_modeContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Vacuum_optionContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Validate_constraintContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Value_expression_primaryContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Values_stmtContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Values_valuesContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.VarContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Vex_bContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Vex_eofContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Vex_or_named_notationContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.VexContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.View_columnsContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.When_conditionContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.When_triggerContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Window_definitionContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.With_admin_optionContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.With_check_optionContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.With_clauseContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.With_queryContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.With_storage_parameterContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Xml_functionContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Xml_table_columnContext
 
getRuleIndex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Zone_valueContext
 
getRuleNames() - Method in class org.pgcodekeeper.core.parsers.antlr.base.generated.IgnoreListLexer
 
getRuleNames() - Method in class org.pgcodekeeper.core.parsers.antlr.base.generated.IgnoreListParser
 
getRuleNames() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
getRuleNames() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
getRuleNames() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
getRuleNames() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
getRuleNames() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.PrivilegesLexer
 
getRuleNames() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.PrivilegesParser
 
getRuleNames() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
getRuleNames() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
getRules() - Method in class org.pgcodekeeper.core.schema.PgStatementContainer
Getter for PgStatementContainer.rules.
getRunner() - Method in class org.pgcodekeeper.core.loader.jdbc.JdbcLoaderBase
 
getSafe(BiFunction<T, String, R>, T, String, Token) - Method in class org.pgcodekeeper.core.parsers.antlr.base.statement.ParserAbstract
Safely retrieves a database statement by name with validation.
getSafe(BiFunction<T, String, R>, T, ParserRuleContext) - Method in class org.pgcodekeeper.core.parsers.antlr.base.statement.ParserAbstract
Safely retrieves a database statement with validation.
getSchema() - Method in class org.pgcodekeeper.core.schema.pg.PgExtension
Gets the schema where this extension is installed.
getSchema() - Method in class org.pgcodekeeper.core.schema.PgObjLocation
Gets the schema name.
getSchema(String) - Method in class org.pgcodekeeper.core.schema.AbstractDatabase
Returns schema of given name or null if the schema has not been found.
getSchema(String) - Method in interface org.pgcodekeeper.core.schema.IDatabase
Gets a schema by name.
getSchemaName() - Method in class org.pgcodekeeper.core.parsers.antlr.base.launcher.AbstractAnalysisLauncher
Gets the schema name for the statement if available.
getSchemaName() - Method in class org.pgcodekeeper.core.parsers.antlr.base.QNameParser
Gets the schema name from this qualified name.
getSchemaName() - Method in class org.pgcodekeeper.core.parsers.antlr.base.QNameParserWrapper
 
getSchemaName() - Method in interface org.pgcodekeeper.core.schema.ISearchPath
Gets the name of the schema that contains this object.
getSchemaName() - Method in class org.pgcodekeeper.core.schema.meta.MetaCompositeType
Returns the schema name of this composite type.
getSchemaName() - Method in class org.pgcodekeeper.core.schema.meta.MetaConstraint
Returns the schema name of this constraint.
getSchemaName() - Method in class org.pgcodekeeper.core.schema.meta.MetaFunction
Returns the schema name of this function.
getSchemaName() - Method in class org.pgcodekeeper.core.schema.meta.MetaOperator
Returns the schema name of this operator.
getSchemaName() - Method in class org.pgcodekeeper.core.schema.meta.MetaRelation
Returns the schema name of this relation.
getSchemaName(List<T>) - Static method in class org.pgcodekeeper.core.parsers.antlr.base.QNameParser
Gets the schema name from a qualified identifier.
getSchemaNameCtx(List<T>) - Static method in class org.pgcodekeeper.core.parsers.antlr.base.QNameParser
Gets the context for the schema name component.
getSchemaQualifiedName() - Method in class org.pgcodekeeper.core.loader.jdbc.JdbcType
Returns the schema-qualified type name with empty target schema.
getSchemaQualifiedName(String) - Method in class org.pgcodekeeper.core.loader.jdbc.JdbcType
Returns the schema-qualified type name, applying aliases for pg_catalog types.
getSchemas() - Method in class org.pgcodekeeper.core.loader.ch.JdbcChLoader
 
getSchemas() - Method in class org.pgcodekeeper.core.loader.jdbc.JdbcLoaderBase
Returns a string representation of loaded schemas.
getSchemas() - Method in class org.pgcodekeeper.core.schema.AbstractDatabase
Getter for AbstractDatabase.schemas.
getSchemas() - Method in interface org.pgcodekeeper.core.schema.IDatabase
Gets all schemas in this database.
getScript() - Method in class org.pgcodekeeper.core.parsers.antlr.base.ScriptParser
 
getSecond() - Method in class org.pgcodekeeper.core.utils.Pair
Returns the second element of this pair.
getSecondName() - Method in class org.pgcodekeeper.core.parsers.antlr.base.QNameParser
Gets the second name component from this qualified name.
getSecondName() - Method in class org.pgcodekeeper.core.parsers.antlr.base.QNameParserWrapper
 
getSecondName(List<T>) - Static method in class org.pgcodekeeper.core.parsers.antlr.base.QNameParser
Gets the second name component from a list of identifiers.
getSecondNameCtx(List<T>) - Static method in class org.pgcodekeeper.core.parsers.antlr.base.QNameParser
Gets the context for the second name component.
getSecondPart() - Method in class org.pgcodekeeper.core.schema.ms.AbstractMsFunction
 
getSecondPart() - Method in class org.pgcodekeeper.core.schema.ms.MsTrigger
 
getSecondPart() - Method in class org.pgcodekeeper.core.schema.ms.MsView
 
getSecondPart() - Method in interface org.pgcodekeeper.core.schema.SourceStatement
Gets the second part of the source statement (after the object name).
getSequence() - Method in class org.pgcodekeeper.core.schema.pg.PgColumn
 
getSequence(String) - Method in class org.pgcodekeeper.core.schema.AbstractSchema
Finds sequence according to specified sequence name.
getSequences() - Method in class org.pgcodekeeper.core.schema.AbstractSchema
Getter for AbstractSchema.sequences.
getSerializedATN() - Method in class org.pgcodekeeper.core.parsers.antlr.base.generated.IgnoreListLexer
 
getSerializedATN() - Method in class org.pgcodekeeper.core.parsers.antlr.base.generated.IgnoreListParser
 
getSerializedATN() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
getSerializedATN() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
getSerializedATN() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
getSerializedATN() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
getSerializedATN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.PrivilegesLexer
 
getSerializedATN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.PrivilegesParser
 
getSerializedATN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
getSerializedATN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
getServer() - Method in class org.pgcodekeeper.core.schema.pg.PgUserMapping
Gets the foreign server name for this mapping.
getServer(String) - Method in class org.pgcodekeeper.core.schema.pg.PgDatabase
 
getSettings() - Method in class org.pgcodekeeper.core.loader.jdbc.JdbcLoaderBase
 
getSettings() - Method in class org.pgcodekeeper.core.script.SQLScript
Returns the settings used by this script.
getShort(String) - Method in class org.pgcodekeeper.core.loader.jdbc.XmlReader
Returns the short value for the specified column name.
getSide() - Method in class org.pgcodekeeper.core.model.difftree.TreeElement
Gets the diff side of this element.
getSignature() - Method in class org.pgcodekeeper.core.schema.meta.MetaFunction
Returns function signature.
getSignature() - Method in class org.pgcodekeeper.core.schema.meta.MetaOperator
Returns the operator signature including argument types.
getSignature() - Method in class org.pgcodekeeper.core.schema.pg.AbstractPgFunction
Returns function signature.
getSignature() - Method in class org.pgcodekeeper.core.schema.pg.PgOperator
Returns the operator signature including its arguments.
getSimpleName(String, String) - Static method in interface org.pgcodekeeper.core.schema.ICast
Creates a simple name for a cast from source to target type.
getSize() - Method in class org.pgcodekeeper.core.script.SQLScript
Returns the total number of statements in this script.
getSortOperSign(PgAggregate) - Static method in class org.pgcodekeeper.core.parsers.antlr.pg.statement.CreateAggregate
Gets the sort operator signature for the aggregate's sort operation.
getSource() - Method in interface org.pgcodekeeper.core.schema.ICast
Gets the source type of the cast.
getSource() - Method in class org.pgcodekeeper.core.schema.meta.MetaCast
 
getSource() - Method in class org.pgcodekeeper.core.schema.pg.PgCast
 
getSource(String) - Static method in enum class org.pgcodekeeper.core.library.PgLibrarySource
Determines the source type from a library path string.
getSql() - Method in class org.pgcodekeeper.core.schema.PgObjLocation
 
getSQL(boolean, ISettings) - Method in class org.pgcodekeeper.core.schema.PgStatement
Gets the SQL representation of this statement with optional formatting.
getSQLWithSeparator(String, boolean) - Method in class org.pgcodekeeper.core.script.SQLScript
Gets SQL statement with appropriate database-specific separator if needed.
getStart() - Method in class org.pgcodekeeper.core.formatter.FormatItem
 
getStart() - Method in class org.pgcodekeeper.core.parsers.antlr.base.AntlrError
 
getStarter() - Method in class org.pgcodekeeper.core.model.graph.ActionContainer
 
getState() - Method in class org.pgcodekeeper.core.model.graph.ActionContainer
 
getStatement() - Method in class org.pgcodekeeper.core.loader.jdbc.JdbcLoaderBase
 
getStatement() - Method in class org.pgcodekeeper.core.model.graph.PrintObj
 
getStatement(GenericColumn) - Method in class org.pgcodekeeper.core.schema.AbstractDatabase
Resolves and returns a database statement based on the provided generic column specification.
getStatementContainer(String) - Method in class org.pgcodekeeper.core.schema.AbstractSchema
Gets a statement container by name.
getStatementContainers() - Method in class org.pgcodekeeper.core.schema.AbstractSchema
Gets a stream of all statement containers in this schema.
getStatementType() - Method in class org.pgcodekeeper.core.schema.AbstractColumn
 
getStatementType() - Method in class org.pgcodekeeper.core.schema.AbstractConstraint
 
getStatementType() - Method in class org.pgcodekeeper.core.schema.AbstractDatabase
 
getStatementType() - Method in class org.pgcodekeeper.core.schema.AbstractIndex
 
getStatementType() - Method in class org.pgcodekeeper.core.schema.AbstractPolicy
 
getStatementType() - Method in class org.pgcodekeeper.core.schema.AbstractSchema
 
getStatementType() - Method in class org.pgcodekeeper.core.schema.AbstractSequence
 
getStatementType() - Method in class org.pgcodekeeper.core.schema.AbstractStatistics
 
getStatementType() - Method in class org.pgcodekeeper.core.schema.AbstractTable
 
getStatementType() - Method in class org.pgcodekeeper.core.schema.AbstractTrigger
 
getStatementType() - Method in class org.pgcodekeeper.core.schema.AbstractType
 
getStatementType() - Method in class org.pgcodekeeper.core.schema.AbstractView
 
getStatementType() - Method in class org.pgcodekeeper.core.schema.ch.ChDictionary
 
getStatementType() - Method in class org.pgcodekeeper.core.schema.ch.ChFunction
 
getStatementType() - Method in class org.pgcodekeeper.core.schema.ch.ChRole
 
getStatementType() - Method in class org.pgcodekeeper.core.schema.ch.ChUser
 
getStatementType() - Method in interface org.pgcodekeeper.core.schema.IStatement
Gets the type of this database object.
getStatementType() - Method in class org.pgcodekeeper.core.schema.meta.MetaStatement
 
getStatementType() - Method in class org.pgcodekeeper.core.schema.ms.MsAssembly
 
getStatementType() - Method in class org.pgcodekeeper.core.schema.ms.MsClrFunction
 
getStatementType() - Method in class org.pgcodekeeper.core.schema.ms.MsClrProcedure
 
getStatementType() - Method in class org.pgcodekeeper.core.schema.ms.MsFunction
 
getStatementType() - Method in class org.pgcodekeeper.core.schema.ms.MsProcedure
 
getStatementType() - Method in class org.pgcodekeeper.core.schema.ms.MsRole
 
getStatementType() - Method in class org.pgcodekeeper.core.schema.ms.MsUser
 
getStatementType() - Method in class org.pgcodekeeper.core.schema.pg.PgAggregate
 
getStatementType() - Method in class org.pgcodekeeper.core.schema.pg.PgCast
 
getStatementType() - Method in class org.pgcodekeeper.core.schema.pg.PgCollation
 
getStatementType() - Method in class org.pgcodekeeper.core.schema.pg.PgDomain
 
getStatementType() - Method in class org.pgcodekeeper.core.schema.pg.PgEventTrigger
 
getStatementType() - Method in class org.pgcodekeeper.core.schema.pg.PgExtension
 
getStatementType() - Method in class org.pgcodekeeper.core.schema.pg.PgForeignDataWrapper
 
getStatementType() - Method in class org.pgcodekeeper.core.schema.pg.PgFtsConfiguration
 
getStatementType() - Method in class org.pgcodekeeper.core.schema.pg.PgFtsDictionary
 
getStatementType() - Method in class org.pgcodekeeper.core.schema.pg.PgFtsParser
 
getStatementType() - Method in class org.pgcodekeeper.core.schema.pg.PgFtsTemplate
 
getStatementType() - Method in class org.pgcodekeeper.core.schema.pg.PgFunction
 
getStatementType() - Method in class org.pgcodekeeper.core.schema.pg.PgOperator
 
getStatementType() - Method in class org.pgcodekeeper.core.schema.pg.PgProcedure
 
getStatementType() - Method in class org.pgcodekeeper.core.schema.pg.PgRule
 
getStatementType() - Method in class org.pgcodekeeper.core.schema.pg.PgServer
 
getStatementType() - Method in class org.pgcodekeeper.core.schema.pg.PgUserMapping
 
getStatistics() - Method in class org.pgcodekeeper.core.schema.pg.PgColumn
 
getStatistics(String) - Method in class org.pgcodekeeper.core.schema.pg.PgSchema
 
getStmt() - Method in class org.pgcodekeeper.core.parsers.antlr.base.launcher.AbstractAnalysisLauncher
 
getStop() - Method in class org.pgcodekeeper.core.parsers.antlr.base.AntlrError
 
getStorage() - Method in class org.pgcodekeeper.core.schema.pg.PgColumn
 
getStorageFromJdbc() - Method in class org.pgcodekeeper.core.loader.pg.JdbcSystemLoader
Loads system metadata from JDBC connection and returns metadata storage.
getStorageType() - Method in class org.pgcodekeeper.core.schema.ch.ChRole
Returns the storage type for this role.
getStream() - Method in interface org.pgcodekeeper.core.utils.InputStreamProvider
Creates and returns an input stream.
getString(String) - Method in class org.pgcodekeeper.core.loader.jdbc.XmlReader
Returns the string value for the specified column name.
getSType() - Method in class org.pgcodekeeper.core.schema.pg.PgAggregate
 
getSubtype() - Method in class org.pgcodekeeper.core.schema.pg.PgRangeType
Gets the underlying data type for this range.
getTable() - Method in class org.pgcodekeeper.core.schema.PgObjLocation
Gets the table name.
getTable(String) - Method in class org.pgcodekeeper.core.schema.AbstractSchema
Finds table according to specified table name.
getTableName() - Method in class org.pgcodekeeper.core.model.graph.RowData
 
getTableName() - Method in class org.pgcodekeeper.core.schema.AbstractConstraint
 
getTableName() - Method in interface org.pgcodekeeper.core.schema.IConstraint
Gets the name of the table this constraint belongs to.
getTableName() - Method in class org.pgcodekeeper.core.schema.meta.MetaConstraint
Returns the table name of this constraint.
getTables() - Method in class org.pgcodekeeper.core.schema.AbstractSchema
Getter for AbstractSchema.tables.
getTablespace() - Method in class org.pgcodekeeper.core.schema.AbstractIndex
 
getTablespace() - Method in class org.pgcodekeeper.core.schema.ms.MsTable
 
getTablesWithChangedColumns(AbstractDatabase, AbstractDatabase, List<TreeElement>) - Static method in class org.pgcodekeeper.core.model.difftree.DiffTree
Gets tables that have changed columns from the selected elements.
getTarget() - Method in interface org.pgcodekeeper.core.schema.ICast
Gets the target type of the cast.
getTarget() - Method in class org.pgcodekeeper.core.schema.meta.MetaCast
 
getTarget() - Method in class org.pgcodekeeper.core.schema.pg.PgCast
 
getText() - Method in class org.pgcodekeeper.core.formatter.FormatItem
 
getText() - Method in enum class org.pgcodekeeper.core.loader.ms.SupportedMsVersion
 
getText() - Method in enum class org.pgcodekeeper.core.loader.pg.SupportedPgVersion
 
getText() - Method in class org.pgcodekeeper.core.parsers.antlr.base.AntlrError
 
getThirdName() - Method in class org.pgcodekeeper.core.parsers.antlr.base.QNameParser
Gets the third name component from this qualified name.
getThirdName() - Method in class org.pgcodekeeper.core.parsers.antlr.base.QNameParserWrapper
 
getThirdName(List<T>) - Static method in class org.pgcodekeeper.core.parsers.antlr.base.QNameParser
Gets the third name component from a list of identifiers.
getThirdNameCtx(List<T>) - Static method in class org.pgcodekeeper.core.parsers.antlr.base.QNameParser
Gets the context for the third name component.
getTimeZone() - Method in class org.pgcodekeeper.core.settings.CoreSettings
 
getTimeZone() - Method in interface org.pgcodekeeper.core.settings.ISettings
Gets the time zone setting.
getTitle() - Method in record class org.pgcodekeeper.core.library.PgLibrary
Gets the display title for the library.
GETTOKEN - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
GETTOKEN - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
GETTOKEN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_fts_parser_statementContext
 
GETTOKEN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonkeywordContext
 
gettoken_func - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_fts_parser_statementContext
 
getTokenNames() - Method in class org.pgcodekeeper.core.parsers.antlr.base.generated.IgnoreListLexer
Deprecated.
getTokenNames() - Method in class org.pgcodekeeper.core.parsers.antlr.base.generated.IgnoreListParser
Deprecated.
getTokenNames() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
Deprecated.
getTokenNames() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
Deprecated.
getTokenNames() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
Deprecated.
getTokenNames() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
Deprecated.
getTokenNames() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.PrivilegesLexer
Deprecated.
getTokenNames() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.PrivilegesParser
Deprecated.
getTokenNames() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
Deprecated.
getTokenNames() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
Deprecated.
getTokens() - Method in class org.pgcodekeeper.core.formatter.ch.ChStatementFormatter
 
getTokens() - Method in class org.pgcodekeeper.core.formatter.pg.PgStatementFormatter
 
getTrigger(String) - Method in class org.pgcodekeeper.core.schema.PgStatementContainer
Finds trigger according to specified trigger name.
getTriggers() - Method in class org.pgcodekeeper.core.schema.PgStatementContainer
Getter for PgStatementContainer.triggers.
getTwin(AbstractDatabase) - Method in class org.pgcodekeeper.core.schema.PgStatement
 
getType() - Method in class org.pgcodekeeper.core.loader.AbstractJdbcConnector
 
getType() - Method in class org.pgcodekeeper.core.model.difftree.TreeElement
Gets the database object type of this element.
getType() - Method in class org.pgcodekeeper.core.schema.AbstractColumn
 
getType() - Method in class org.pgcodekeeper.core.schema.PgObjLocation
Gets the database object type.
getType() - Method in class org.pgcodekeeper.core.schema.PgOverride
Gets the type of the overridden statement.
getType(String) - Method in class org.pgcodekeeper.core.schema.AbstractSchema
Finds type according to specified type name.
getTypeName() - Method in enum class org.pgcodekeeper.core.model.difftree.DbObjType
Gets the display name for this database object type.
getTypeName() - Method in class org.pgcodekeeper.core.schema.pg.AbstractForeignTable
 
getTypeName() - Method in class org.pgcodekeeper.core.schema.pg.GpExternalTable
 
getTypeName() - Method in class org.pgcodekeeper.core.schema.pg.MaterializedPgView
 
getTypeName() - Method in class org.pgcodekeeper.core.schema.pg.PgEventTrigger
 
getTypeName() - Method in class org.pgcodekeeper.core.schema.PgStatement
Gets the type name of this statement for SQL generation.
getTypeName(SQLParser.Data_typeContext) - Static method in class org.pgcodekeeper.core.parsers.antlr.pg.statement.PgParserAbstract
Extracts the normalized type name from a data type context, converting PostgreSQL type aliases to their canonical forms.
getUnQuotedName(String) - Static method in class org.pgcodekeeper.core.MsDiffUtils
Removes square brackets from an identifier if present.
getUnzippedFilePath(Path, Path) - Static method in class org.pgcodekeeper.core.utils.FileUtils
Generates unique file path for unzipped content based on original path.
getUser(String) - Method in class org.pgcodekeeper.core.schema.ms.MsDatabase
Returns user of given name or null if the user has not been found.
getUsers() - Method in class org.pgcodekeeper.core.schema.ms.MsDatabase
Getter for MsDatabase.users.
getValidFilename(String) - Static method in class org.pgcodekeeper.core.utils.FileUtils
Gets valid filename by replacing invalid characters with underscores.
getValue() - Method in class org.pgcodekeeper.core.schema.Inherits
 
getValue() - Method in enum class org.pgcodekeeper.core.schema.ms.GeneratedType
 
getValue() - Method in enum class org.pgcodekeeper.core.schema.pg.TriggerState
Gets the SQL string representation of this trigger state.
getValue(String) - Static method in enum class org.pgcodekeeper.core.DatabaseType
Enums valuesOf method version with custom exception.
getVersion() - Method in class org.pgcodekeeper.core.loader.jdbc.JdbcLoaderBase
 
getVersion() - Method in enum class org.pgcodekeeper.core.loader.ms.SupportedMsVersion
 
getVersion() - Method in enum class org.pgcodekeeper.core.loader.pg.SupportedPgVersion
 
getVersion() - Method in class org.pgcodekeeper.core.schema.AbstractDatabase
 
getVersion() - Static method in class org.pgcodekeeper.core.Utils
Gets the implementation version of the core package.
getVexCtx() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.rulectx.Vex
Returns the underlying parser rule context.
getView(String) - Method in class org.pgcodekeeper.core.schema.AbstractSchema
Finds view according to specified view name.
getViews() - Method in class org.pgcodekeeper.core.schema.AbstractSchema
Getter for AbstractSchema.views.
getVocabulary() - Method in class org.pgcodekeeper.core.parsers.antlr.base.generated.IgnoreListLexer
 
getVocabulary() - Method in class org.pgcodekeeper.core.parsers.antlr.base.generated.IgnoreListParser
 
getVocabulary() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
getVocabulary() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
getVocabulary() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
getVocabulary() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
getVocabulary() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.PrivilegesLexer
 
getVocabulary() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.PrivilegesParser
 
getVocabulary() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
getVocabulary() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
getXmlFile() - Method in class org.pgcodekeeper.core.xmlstore.DependenciesXmlStore
 
GLOBAL - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
GLOBAL - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
GLOBAL - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
GLOBAL - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
GLOBAL - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
GLOBAL - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
GLOBAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.ExprContext
 
GLOBAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Join_typeContext
 
GLOBAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_reservedContext
 
GLOBAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Cursor_statementContext
 
GLOBAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Database_optionspecContext
 
GLOBAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Declare_cursor_partialContext
 
GLOBAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Delete_statementContext
 
GLOBAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
GLOBAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Update_statementContext
 
GLOBAL() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
GLOBAL() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_table_as_statementContext
 
GLOBAL() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_table_statementContext
 
GLOBAL() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
GLOBAL_VARIABLE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
GLOBAL_VARIABLE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
GLOBAL_VARIABLE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Expr_primaryContext
 
GO - Static variable in interface org.pgcodekeeper.core.Consts
 
GO - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
GO - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
GO - Static variable in class org.pgcodekeeper.core.schema.PgStatement
 
GO() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Go_statementContext
 
go_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.BatchContext
 
go_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
go_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Tsql_fileContext
 
go_statement(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.BatchContext
 
go_statement(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Tsql_fileContext
 
Go_statementContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Go_statementContext
 
GOTO - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
GOTO - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
GOTO() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Goto_statementContext
 
goto_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Cfl_statementContext
 
goto_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
Goto_statementContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Goto_statementContext
 
GOVERNOR - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
GOVERNOR - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
GOVERNOR() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_resource_governorContext
 
GOVERNOR() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Class_typeContext
 
GOVERNOR() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
GP_OPTION_LIST - Static variable in interface org.pgcodekeeper.core.schema.IOptionContainer
List of Greenplum-specific storage options.
gp_partition_with_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
gp_partition_with_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Part_elementContext
 
gp_partition_with_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Partition_gp_actionContext
 
Gp_partition_with_clauseContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Gp_partition_with_clauseContext
 
gp_table_column_definition() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Gp_partition_with_clauseContext
 
gp_table_column_definition() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
gp_table_column_definition(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Gp_partition_with_clauseContext
 
Gp_table_column_definitionContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Gp_table_column_definitionContext
 
GpExternalTable - Class in org.pgcodekeeper.core.schema.pg
Greenplum external table implementation.
GpExternalTable(String) - Constructor for class org.pgcodekeeper.core.schema.pg.GpExternalTable
Creates a new Greenplum external table.
gran - Variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Table_index_defContext
 
GRANT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
GRANT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
GRANT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
GRANT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
GRANT - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
GRANT - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
GRANT() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.PrivilegesContext
 
GRANT() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Privilegy_stmtContext
 
GRANT() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
GRANT() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.With_optionContext
 
GRANT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_availability_group_optionsContext
 
GRANT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Rule_commonContext
 
GRANT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Abbreviated_grant_or_revokeContext
 
GRANT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Grant_option_forContext
 
GRANT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Grant_to_ruleContext
 
GRANT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Other_rulesContext
 
GRANT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Rule_commonContext
 
GRANT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_reservedContext
 
GRANT(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Rule_commonContext
 
GRANT(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Rule_commonContext
 
grant_option_for() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Abbreviated_grant_or_revokeContext
 
grant_option_for() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
grant_option_for() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Rule_commonContext
 
Grant_option_forContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Grant_option_forContext
 
grant_to_rule() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Abbreviated_grant_or_revokeContext
 
grant_to_rule() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
Grant_to_ruleContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Grant_to_ruleContext
 
GrantChPrivilege - Class in org.pgcodekeeper.core.parsers.antlr.ch.statement
Parser for ClickHouse GRANT and REVOKE privilege statements.
GrantChPrivilege(CHParser.Privilegy_stmtContext, ChDatabase, Map<PgStatement, StatementOverride>, ISettings) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.statement.GrantChPrivilege
Creates a parser for ClickHouse GRANT/REVOKE privilege statements.
GRANTED - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
GRANTED - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
GRANTED() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
GRANTED() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Granted_byContext
 
GRANTED() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
granted_by() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
granted_by() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Other_rulesContext
 
granted_by() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Rule_commonContext
 
Granted_byContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Granted_byContext
 
grantees - Variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_user_stmtContext
 
grantees - Variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Create_user_stmtContext
 
GRANTEES - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
GRANTEES - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
GRANTEES() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_user_stmtContext
 
GRANTEES() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Create_user_stmtContext
 
GRANTEES() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
GrantMsPrivilege - Class in org.pgcodekeeper.core.parsers.antlr.ms.statement
Parser for Microsoft SQL GRANT, REVOKE, and DENY privilege statements.
GrantMsPrivilege(TSQLParser.Rule_commonContext, MsDatabase, Map<PgStatement, StatementOverride>, ISettings) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.statement.GrantMsPrivilege
Creates a parser for Microsoft SQL privilege statements with statement overrides.
GrantMsPrivilege(TSQLParser.Rule_commonContext, MsDatabase, ISettings) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.statement.GrantMsPrivilege
Creates a parser for Microsoft SQL privilege statements without overrides.
grantor - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.PrivilegesParser.PrivilegeContext
 
GrantPrivilege - Class in org.pgcodekeeper.core.parsers.antlr.pg.statement
Parser for PostgreSQL GRANT and REVOKE privilege statements.
GrantPrivilege(SQLParser.Rule_commonContext, PgDatabase, Map<PgStatement, StatementOverride>, ISettings) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.statement.GrantPrivilege
Constructs a new GrantPrivilege parser with optional statement overrides.
GrantPrivilege(SQLParser.Rule_commonContext, PgDatabase, ISettings) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.statement.GrantPrivilege
Constructs a new GrantPrivilege parser without statement overrides.
GRANTS - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
GRANTS - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
GRANTS() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Show_stmtContext
 
GRANTS() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
GRANULARITY - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
GRANULARITY - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
GRANULARITY() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Table_index_defContext
 
GRANULARITY() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
GraphUtils - Class in org.pgcodekeeper.core.model.graph
Utility class for working with dependency graphs.
GREATER - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
GREATER - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
GREATER() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Comparison_operatorContext
 
GREATER() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Edge_patternContext
 
GREATER() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Event_session_predicate_leafContext
 
GREATER() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Predicate_factorContext
 
GREATER_GREATER - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
GREATER_GREATER - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
GREATER_GREATER() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Op_charsContext
 
GREATER_GREATER() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Start_labelContext
 
GREATEST - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
GREATEST - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
GREATEST() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
GREATEST() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Function_constructContext
 
GREATEST() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreserved_except_function_typeContext
 
GREENPLUM - Static variable in interface org.pgcodekeeper.core.Consts
 
GRIDS - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
GRIDS - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
GRIDS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
GRIDS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Spatial_index_optionContext
 
GROUP - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
GROUP - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
GROUP - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
GROUP - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
GROUP - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
GROUP - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
GROUP() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Group_by_clauseContext
 
GROUP() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_reservedContext
 
GROUP() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_availability_group_optionsContext
 
GROUP() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_availability_groupContext
 
GROUP() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_workload_groupContext
 
GROUP() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Class_typeContext
 
GROUP() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_workload_groupContext
 
GROUP() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Database_optionspecContext
 
GROUP() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Drop_statementsContext
 
GROUP() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Get_conversationContext
 
GROUP() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.OptionContext
 
GROUP() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.PermissionContext
 
GROUP() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Query_specificationContext
 
GROUP() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_group_statementContext
 
GROUP() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_group_statementContext
 
GROUP() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Drop_statementsContext
 
GROUP() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Frame_clauseContext
 
GROUP() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Function_callContext
 
GROUP() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Groupby_clauseContext
 
GROUP() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Role_name_with_groupContext
 
GROUP() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_reservedContext
 
GROUP() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.User_or_role_or_group_option_for_createContext
 
group_by_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
group_by_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Select_primaryContext
 
group_by_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Ttl_exprContext
 
group_by_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
group_by_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Query_specificationContext
 
Group_by_clauseContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Group_by_clauseContext
 
Group_by_clauseContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Group_by_clauseContext
 
group_by_item() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Group_by_clauseContext
 
group_by_item() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
group_by_item(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Group_by_clauseContext
 
Group_by_itemContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Group_by_itemContext
 
GROUP_DELIMITER - Static variable in class org.pgcodekeeper.core.model.exporter.ModelExporter
 
group_max_requests - Variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_workload_groupContext
 
group_max_requests - Variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_workload_groupContext
 
GROUP_MAX_REQUESTS - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
GROUP_MAX_REQUESTS - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
GROUP_MAX_REQUESTS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_workload_groupContext
 
GROUP_MAX_REQUESTS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_workload_groupContext
 
GROUP_MAX_REQUESTS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
GROUP_MAX_REQUESTS(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_workload_groupContext
 
GROUP_MAX_REQUESTS(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_workload_groupContext
 
group_option() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_group_statementContext
 
group_option() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
group_option(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_group_statementContext
 
Group_optionContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Group_optionContext
 
groupBy(String) - Method in class org.pgcodekeeper.core.loader.QueryBuilder
Adds a GROUP BY expression to the query.
groupby_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
groupby_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Perform_stmtContext
 
groupby_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Select_primaryContext
 
Groupby_clauseContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Groupby_clauseContext
 
GROUPING - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
GROUPING - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
GROUPING - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
GROUPING - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
GROUPING - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
GROUPING - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
GROUPING() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Grouping_elementContext
 
GROUPING() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
GROUPING() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Group_by_itemContext
 
GROUPING() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
GROUPING() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
GROUPING() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Function_constructContext
 
GROUPING() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Grouping_elementContext
 
GROUPING() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreserved_except_function_typeContext
 
grouping_element() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
grouping_element() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Grouping_element_listContext
 
grouping_element() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
grouping_element() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Grouping_element_listContext
 
grouping_element(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Grouping_element_listContext
 
grouping_element(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Grouping_element_listContext
 
grouping_element_list() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Group_by_clauseContext
 
grouping_element_list() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
grouping_element_list() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Grouping_elementContext
 
grouping_element_list() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Groupby_clauseContext
 
grouping_element_list() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
grouping_element_list() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Grouping_elementContext
 
Grouping_element_listContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Grouping_element_listContext
 
Grouping_element_listContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Grouping_element_listContext
 
Grouping_elementContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Grouping_elementContext
 
Grouping_elementContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Grouping_elementContext
 
grouping_sets_item() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Group_by_itemContext
 
grouping_sets_item() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
grouping_sets_item(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Group_by_itemContext
 
Grouping_sets_itemContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Grouping_sets_itemContext
 
GROUPS - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
GROUPS - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
GROUPS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
GROUPS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Frame_clauseContext
 
GROUPS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
GT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
GT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
GT() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.OpContext
 
gth() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.rulectx.Vex
 
GTH - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
GTH - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
GTH() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.All_opContext
 
GTH() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.All_simple_opContext
 
GTH() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Vex_bContext
 
GTH() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.VexContext
 

H

HADR - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
HADR - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
HADR() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_server_configurationContext
 
HADR() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Database_optionspecContext
 
HADR() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
HANDLER - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
HANDLER - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
HANDLER() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_foreign_data_wrapper_actionContext
 
HANDLER() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
HANDLER() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_access_method_statementContext
 
HANDLER() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_foreign_data_wrapper_statementContext
 
HANDLER() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_language_statementContext
 
HANDLER() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
handler_func - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_foreign_data_wrapper_statementContext
 
HANDLER_SIGNATURE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.statement.CreateFdw
Function signature for foreign data wrapper handler functions.
handleUnresolvedReference(UnresolvedReferenceException, String) - Static method in class org.pgcodekeeper.core.parsers.antlr.base.CustomParserListener
Handles unresolved reference exceptions during parsing.
hasChildren() - Method in class org.pgcodekeeper.core.model.difftree.TreeElement
Checks if this element has child elements.
hasChildren() - Method in class org.pgcodekeeper.core.schema.PgStatement
Checks if this statement has any child statements.
hasErrors() - Method in class org.pgcodekeeper.core.parsers.antlr.base.QNameParser
Checks if any errors occurred during parsing.
hasErrors() - Method in class org.pgcodekeeper.core.parsers.antlr.base.QNameParserWrapper
 
hasFk() - Method in class org.pgcodekeeper.core.model.graph.RowData
Checks if this row has foreign key constraints with NOT NULL columns.
hash(String, String) - Static method in class org.pgcodekeeper.core.Utils
Returns hexadecimal string representation of hash.
HASH - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
HASH - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
HASH - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
HASH - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
HASH() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Column_constraint_bodyContext
 
HASH() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Column_optionContext
 
HASH() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.From_itemContext
 
HASH() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.OptionContext
 
HASH() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
HASH() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Table_constraint_bodyContext
 
HASH() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Table_indexContext
 
HASH() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Partition_methodContext
 
HASH() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonkeywordContext
 
HASH_SIGN - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
HASH_SIGN - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
HASH_SIGN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Comp_optionsContext
 
HASH_SIGN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Op_charsContext
 
hashCode() - Method in class org.pgcodekeeper.core.ContextLocation
Computes a hash code based on all location attributes.
hashCode() - Method in record class org.pgcodekeeper.core.library.PgLibrary
Computes the hash code based on the library title.
hashCode() - Method in class org.pgcodekeeper.core.model.difftree.IgnoredObject
 
hashCode() - Method in class org.pgcodekeeper.core.model.difftree.TreeElement
 
hashCode() - Method in class org.pgcodekeeper.core.model.graph.ActionContainer
 
hashCode() - Method in record class org.pgcodekeeper.core.model.graph.DbObject
Returns a hash code value for this object.
hashCode() - Method in class org.pgcodekeeper.core.model.graph.RowData
 
hashCode() - Method in class org.pgcodekeeper.core.schema.Argument
 
hashCode() - Method in class org.pgcodekeeper.core.schema.ch.ChEngine
 
hashCode() - Method in class org.pgcodekeeper.core.schema.GenericColumn
 
hashCode() - Method in class org.pgcodekeeper.core.schema.Inherits
 
hashCode() - Method in class org.pgcodekeeper.core.schema.pg.PartitionTemplateContainer
 
hashCode() - Method in class org.pgcodekeeper.core.schema.PgObjLocation
 
hashCode() - Method in class org.pgcodekeeper.core.schema.PgPrivilege
 
hashCode() - Method in class org.pgcodekeeper.core.schema.PgStatement
hashCode() - Method in class org.pgcodekeeper.core.schema.SimpleColumn
 
hashCode() - Method in class org.pgcodekeeper.core.utils.Pair
 
HashConstant - Class in org.pgcodekeeper.core.hasher
Contains constants used for hashing operations.
HASHED - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
HASHED - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
HASHED() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_login_sql_serverContext
 
HASHED() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Login_option_listContext
 
HASHED() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
Hasher - Interface in org.pgcodekeeper.core.hasher
Interface defining methods for hashing various types of data.
HASHES - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
HASHES - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
HASHES() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Operator_optionContext
 
HASHES() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonkeywordContext
 
hasHosts() - Method in class org.pgcodekeeper.core.schema.ch.ChUser
Checks if this user has host restrictions.
hasInherits() - Method in class org.pgcodekeeper.core.schema.pg.AbstractPgTable
Checks if this table has any inheritance relationships.
hasSubElements() - Method in class org.pgcodekeeper.core.schema.pg.PartitionTemplateContainer
Checks if this template has any subpartition elements.
having - Variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Query_specificationContext
 
HAVING - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
HAVING - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
HAVING - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
HAVING - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
HAVING - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
HAVING - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
HAVING() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Having_clauseContext
 
HAVING() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_reservedContext
 
HAVING() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Query_specificationContext
 
HAVING() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Perform_stmtContext
 
HAVING() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Select_primaryContext
 
HAVING() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_reservedContext
 
having_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
having_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Select_primaryContext
 
Having_clauseContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Having_clauseContext
 
HDFS - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
HDFS - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
HDFS() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Source_priviligeContext
 
HDFS() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
HEADER - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
HEADER - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
HEADER() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
HEADER() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Copy_optionContext
 
HEADER() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Format_optionsContext
 
HEADER() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
HEADERONLY - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
HEADERONLY - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
HEADERONLY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Restore_otherContext
 
HEADERONLY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
HEADLINE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
HEADLINE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
HEADLINE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_fts_parser_statementContext
 
HEADLINE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonkeywordContext
 
HEADLINE(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_fts_parser_statementContext
 
headline_func - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_fts_parser_statementContext
 
HEALTH_CHECK_TIMEOUT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
HEALTH_CHECK_TIMEOUT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
HEALTH_CHECK_TIMEOUT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Set_option_specContext
 
HEALTH_CHECK_TIMEOUT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
HEALTHCHECKTIMEOUT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
HEALTHCHECKTIMEOUT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
HEALTHCHECKTIMEOUT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_server_configurationContext
 
HEALTHCHECKTIMEOUT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
HEAP - Static variable in interface org.pgcodekeeper.core.Consts
 
HIDDEN_KEYWORD - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
HIDDEN_KEYWORD - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
HIDDEN_KEYWORD() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_column_optionContext
 
HIDDEN_KEYWORD() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Column_optionContext
 
HIDDEN_KEYWORD() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
HIDE - Static variable in class org.pgcodekeeper.core.parsers.antlr.base.generated.IgnoreListLexer
 
HIDE - Static variable in class org.pgcodekeeper.core.parsers.antlr.base.generated.IgnoreListParser
 
HIDE() - Method in class org.pgcodekeeper.core.parsers.antlr.base.generated.IgnoreListParser.Hide_ruleContext
 
HIDE() - Method in class org.pgcodekeeper.core.parsers.antlr.base.generated.IgnoreListParser.WhiteContext
 
hide_rule() - Method in class org.pgcodekeeper.core.parsers.antlr.base.generated.IgnoreListParser.BlackContext
 
hide_rule() - Method in class org.pgcodekeeper.core.parsers.antlr.base.generated.IgnoreListParser
 
hide_rule(int) - Method in class org.pgcodekeeper.core.parsers.antlr.base.generated.IgnoreListParser.BlackContext
 
Hide_ruleContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.base.generated.IgnoreListParser.Hide_ruleContext
 
HIERARCHICAL - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
HIERARCHICAL - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
HIERARCHICAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Attr_def_optionContext
 
HIERARCHICAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
HIGH - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
HIGH - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
HIGH() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_workload_groupContext
 
HIGH() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_workload_groupContext
 
HIGH() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
HIGH() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Spatial_index_gridContext
 
HIGH(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_workload_groupContext
 
HIGH(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_workload_groupContext
 
HINT - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
HINT - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
HINT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Raise_paramContext
 
HINT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonkeywordContext
 
HISTORY_RETENTION_PERIOD - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
HISTORY_RETENTION_PERIOD - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
HISTORY_RETENTION_PERIOD() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
HISTORY_RETENTION_PERIOD() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.System_versioning_optContext
 
HISTORY_TABLE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
HISTORY_TABLE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
HISTORY_TABLE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
HISTORY_TABLE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.System_versioning_optContext
 
history_table_name - Variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.System_versioning_optContext
 
HOLD - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
HOLD - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
HOLD() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
HOLD() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Declare_statementContext
 
HOLD() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
HOLDLOCK - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
HOLDLOCK - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
HOLDLOCK() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Table_hintContext
 
HONOR_BROKER_PRIORITY - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
HONOR_BROKER_PRIORITY - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
HONOR_BROKER_PRIORITY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Database_optionspecContext
 
HONOR_BROKER_PRIORITY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
host() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_user_stmtContext
 
host() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Create_user_stmtContext
 
host() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
host(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_user_stmtContext
 
HOST - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
HOST - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
HOST - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
HOST - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
HOST() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_user_stmtContext
 
HOST() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Create_user_stmtContext
 
HOST() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
HOST() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.External_table_executeContext
 
HOST() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonkeywordContext
 
HOST(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_user_stmtContext
 
host_type() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
host_type() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.HostContext
 
host_type(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.HostContext
 
Host_typeContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Host_typeContext
 
HostContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.HostContext
 
hostname - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.External_table_executeContext
 
HOUR - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
HOUR - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
HOUR - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
HOUR - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
HOUR() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.IntervalContext
 
HOUR() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Interval_fieldContext
 
HOUR() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
HOURS - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
HOURS - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
HOURS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Change_tracking_option_listContext
 
HOURS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
HYPOTHETICAL - Enum constant in enum class org.pgcodekeeper.core.schema.pg.PgAggregate.AggKinds
 
HYPOTHETICAL - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
HYPOTHETICAL - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
HYPOTHETICAL() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Aggregate_paramContext
 
HYPOTHETICAL() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonkeywordContext
 

I

ICast - Interface in org.pgcodekeeper.core.schema
Interface for database type cast operations.
ICast.CastContext - Enum Class in org.pgcodekeeper.core.schema
Indicates what contexts the cast can be invoked in.
ICompressOptionContainer - Interface in org.pgcodekeeper.core.schema
Interface for database objects that support compression options.
iconst() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Add_operator_to_familyContext
 
iconst() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Aggregate_paramContext
 
iconst() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_identityContext
 
iconst() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_partition_gp_nameContext
 
iconst() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Analyze_modeContext
 
iconst() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Array_typeContext
 
iconst() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Boolean_valueContext
 
iconst() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Comment_member_objectContext
 
iconst() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_operator_class_optionContext
 
iconst() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Drop_operator_from_familyContext
 
iconst() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Expr_constContext
 
iconst() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.External_table_executeContext
 
iconst() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.External_table_logContext
 
iconst() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Fetch_move_directionContext
 
iconst() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
iconst() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Index_def_actionContext
 
iconst() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Label_member_objectContext
 
iconst() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Loop_startContext
 
iconst() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Owner_member_objectContext
 
iconst() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Partition_bound_specContext
 
iconst() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Precision_paramContext
 
iconst() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Rule_member_objectContext
 
iconst() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.SignediconstContext
 
iconst() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Storage_directiveContext
 
iconst() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Type_lengthContext
 
iconst() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Vacuum_optionContext
 
iconst() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Zone_valueContext
 
iconst(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Partition_bound_specContext
 
iconst(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Precision_paramContext
 
iconst(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Rule_member_objectContext
 
IconstContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.IconstContext
 
IConstraint - Interface in org.pgcodekeeper.core.schema
Interface for database table constraints.
IConstraintFk - Interface in org.pgcodekeeper.core.schema
Interface for foreign key constraints.
IConstraintPk - Interface in org.pgcodekeeper.core.schema
Interface for primary key constraints.
ICU_LOCALE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
ICU_LOCALE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
ICU_LOCALE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_database_optionContext
 
ICU_LOCALE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonkeywordContext
 
ICU_RULES - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
ICU_RULES - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
ICU_RULES() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_database_optionContext
 
ICU_RULES() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonkeywordContext
 
id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Add_drop_event_targetContext
 
id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Add_drop_eventContext
 
id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Add_drop_propertyContext
 
id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_app_role_optionContext
 
id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_application_roleContext
 
id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_assemblyContext
 
id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_asymmetric_keyContext
 
id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_audit_actionContext
 
id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_authorizationContext
 
id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_availability_group_optionsContext
 
id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_availability_groupContext
 
id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_certificateContext
 
id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_column_encryption_keyContext
 
id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_credentialContext
 
id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_cryptographic_providerContext
 
id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_database_encryption_keyContext
 
id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_database_scoped_credentialContext
 
id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_databaseContext
 
id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_db_roleContext
 
id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_endpointContext
 
id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_external_data_sourceContext
 
id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_external_languageContext
 
id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_external_libraryContext
 
id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_external_resource_poolContext
 
id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_fulltext_catalogContext
 
id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_fulltext_index_optionContext
 
id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_fulltext_stoplistContext
 
id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_indexContext
 
id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_login_sql_serverContext
 
id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_message_typeContext
 
id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_partition_functionContext
 
id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_partition_schemeContext
 
id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_remote_service_bindingContext
 
id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_routeContext
 
id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_schema_sqlContext
 
id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_search_property_listContext
 
id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_server_audit_specificationContext
 
id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_server_auditContext
 
id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_server_roleContext
 
id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_serviceContext
 
id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_symmetric_keyContext
 
id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_table_actionContext
 
id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_userContext
 
id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_workload_groupContext
 
id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_xml_schema_collectionContext
 
id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.As_table_aliasContext
 
id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Assembly_specifierContext
 
id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Audit_optionContext
 
id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.AuthenticationContext
 
id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Backup_certificateContext
 
id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Backup_databaseContext
 
id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Backup_deviceContext
 
id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Backup_logContext
 
id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Backup_optionContext
 
id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Backup_symmetric_keyContext
 
id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Bulk_optionContext
 
id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Catalog_filegroup_optionContext
 
id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Close_keyContext
 
id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Column_aliasContext
 
id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Column_constraint_bodyContext
 
id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Column_declarationContext
 
id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Column_defContext
 
id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Column_definitionContext
 
id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Column_optionContext
 
id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Column_set_defContext
 
id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Column_with_orderContext
 
id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Common_table_expressionContext
 
id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_app_role_optionContext
 
id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_application_roleContext
 
id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_assemblyContext
 
id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_asymmetric_keyContext
 
id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_certificateContext
 
id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_column_encryption_keyContext
 
id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_column_master_keyContext
 
id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_contractContext
 
id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_credentialContext
 
id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_cryptographic_providerContext
 
id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_database_encryption_keyContext
 
id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_database_optionContext
 
id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_database_scoped_credentialContext
 
id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_databaseContext
 
id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_db_roleContext
 
id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_endpointContext
 
id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_event_notificationContext
 
id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_external_data_sourceContext
 
id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_external_file_formatContext
 
id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_external_languageContext
 
id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_external_libraryContext
 
id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_external_resource_poolContext
 
id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_fulltext_catalogContext
 
id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_fulltext_indexContext
 
id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_fulltext_stoplistContext
 
id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_indexContext
 
id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_keyContext
 
id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_login_sql_serverContext
 
id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_message_typeContext
 
id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_or_alter_broker_priorityContext
 
id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_or_alter_event_sessionContext
 
id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_or_alter_resource_poolContext
 
id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_partition_functionContext
 
id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_partition_schemeContext
 
id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_queueContext
 
id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_remote_service_bindingContext
 
id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_routeContext
 
id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_schemaContext
 
id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_search_property_listContext
 
id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_selective_indexContext
 
id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_server_audit_specificationContext
 
id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_server_auditContext
 
id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_server_roleContext
 
id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_serviceContext
 
id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_spatial_indexContext
 
id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_statisticsContext
 
id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_tableContext
 
id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_userContext
 
id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_workload_groupContext
 
id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_xml_indexContext
 
id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_xml_schema_collectionContext
 
id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Cripto_listContext
 
id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Cursor_nameContext
 
id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Data_deletion_optContext
 
id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Database_optionspecContext
 
id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Date_expressionContext
 
id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Decimal_id_local_idContext
 
id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Decryption_mechanismContext
 
id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Default_valueContext
 
id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Drop_asymmetric_keyContext
 
id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Drop_backward_compatible_indexContext
 
id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Drop_event_notifications_or_sessionContext
 
id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Drop_external_libraryContext
 
id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Drop_signatureContext
 
id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Drop_symmetric_keyContext
 
id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Encrypted_optContext
 
id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Encryption_mechanismContext
 
id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Event_actionContext
 
id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Event_session_predicate_leafContext
 
id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Existing_keysContext
 
id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.ExpressionContext
 
id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.External_data_source_optionContext
 
id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.External_table_optionContext
 
id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.File_and_filegroup_optionsContext
 
id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.File_groupContext
 
id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.File_spec_alterContext
 
id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.File_specContext
 
id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Filegroup_modify_optionContext
 
id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Full_column_nameContext
 
id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Fulltext_index_columnContext
 
id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Fulltext_index_optionContext
 
id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Function_callContext
 
id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Goto_statementContext
 
id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Id_or_defaultContext
 
id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Index_nameContext
 
id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Index_restContext
 
id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Index_valueContext
 
id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Ledger_view_optionContext
 
id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Login_sourcesContext
 
id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Login_sub_option_listContext
 
id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Name_list_in_bracketsContext
 
id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Name_listContext
 
id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Object_expressionContext
 
id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Open_keyContext
 
id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.OpendatasourceContext
 
id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.OpenqueryContext
 
id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Order_by_expressionContext
 
id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Over_clauseContext
 
id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Period_for_system_timeContext
 
id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Predicate_factorContext
 
id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Qualified_nameContext
 
id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Restore_databaseContext
 
id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Restore_logContext
 
id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Restore_symmetric_keyContext
 
id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Rowset_functionContext
 
id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Rule_commonContext
 
id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Set_parameterContext
 
id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Set_specialContext
 
id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Set_statementContext
 
id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.String_id_local_idContext
 
id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Table_constraint_bodyContext
 
id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Table_constraintContext
 
id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Table_indexContext
 
id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Table_stretch_optContext
 
id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Transaction_statementContext
 
id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Type_definitionContext
 
id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Update_elemContext
 
id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Use_statementContext
 
id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.User_loginContext
 
id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.User_optionContext
 
id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Window_specificationContext
 
id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Windows_optionsContext
 
id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Xml_declarationContext
 
id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Xml_index_usingContext
 
id(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Add_drop_event_targetContext
 
id(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Add_drop_eventContext
 
id(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Add_drop_propertyContext
 
id(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_assemblyContext
 
id(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_column_encryption_keyContext
 
id(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_databaseContext
 
id(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_db_roleContext
 
id(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_endpointContext
 
id(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_external_languageContext
 
id(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_external_libraryContext
 
id(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_login_sql_serverContext
 
id(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_message_typeContext
 
id(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_partition_schemeContext
 
id(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_remote_service_bindingContext
 
id(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_schema_sqlContext
 
id(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_server_audit_specificationContext
 
id(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_server_roleContext
 
id(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_serviceContext
 
id(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_symmetric_keyContext
 
id(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_userContext
 
id(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_workload_groupContext
 
id(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_xml_schema_collectionContext
 
id(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Assembly_specifierContext
 
id(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Catalog_filegroup_optionContext
 
id(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Column_optionContext
 
id(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_assemblyContext
 
id(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_asymmetric_keyContext
 
id(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_certificateContext
 
id(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_column_encryption_keyContext
 
id(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_credentialContext
 
id(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_databaseContext
 
id(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_db_roleContext
 
id(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_endpointContext
 
id(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_event_notificationContext
 
id(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_external_file_formatContext
 
id(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_external_languageContext
 
id(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_external_libraryContext
 
id(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_fulltext_catalogContext
 
id(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_fulltext_stoplistContext
 
id(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_keyContext
 
id(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_message_typeContext
 
id(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_or_alter_broker_priorityContext
 
id(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_partition_schemeContext
 
id(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_remote_service_bindingContext
 
id(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_routeContext
 
id(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_schemaContext
 
id(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_search_property_listContext
 
id(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_server_audit_specificationContext
 
id(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_server_roleContext
 
id(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_serviceContext
 
id(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_spatial_indexContext
 
id(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_userContext
 
id(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_workload_groupContext
 
id(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_xml_schema_collectionContext
 
id(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Drop_backward_compatible_indexContext
 
id(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Drop_external_libraryContext
 
id(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Drop_signatureContext
 
id(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Event_actionContext
 
id(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Event_session_predicate_leafContext
 
id(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.ExpressionContext
 
id(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.File_spec_alterContext
 
id(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Name_list_in_bracketsContext
 
id(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Name_listContext
 
id(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Object_expressionContext
 
id(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.OpendatasourceContext
 
id(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Period_for_system_timeContext
 
id(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Qualified_nameContext
 
id(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Set_specialContext
 
id(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Table_indexContext
 
id(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Type_definitionContext
 
id(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Update_elemContext
 
id(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Window_specificationContext
 
id(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Xml_index_usingContext
 
ID - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
ID - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
ID - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
ID - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
ID() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Partition_clauseContext
 
ID() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
ID() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
ID() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Table_hintContext
 
ID() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Xml_schema_collectionContext
 
ID(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Table_hintContext
 
ID(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Xml_schema_collectionContext
 
id_or_default() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_table_set_actionContext
 
id_or_default() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_contractContext
 
id_or_default() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_serviceContext
 
id_or_default() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_tableContext
 
id_or_default() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
id_or_default() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Queue_actionContext
 
id_or_default(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_contractContext
 
id_or_default(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_serviceContext
 
id_or_default(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_tableContext
 
Id_or_defaultContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Id_or_defaultContext
 
id_token() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alias_clauseContext
 
id_token() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
id_token() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.IdentifierContext
 
id_token() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_col_labelContext
 
id_token() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Col_labelContext
 
id_token() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
id_token() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Identifier_nontypeContext
 
id_token() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.IdentifierContext
 
Id_tokenContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Id_tokenContext
 
Id_tokenContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Id_tokenContext
 
IDatabase - Interface in org.pgcodekeeper.core.schema
Interface representing a database containing schemas.
IDatabaseProvider - Interface in org.pgcodekeeper.core.database.base
Interface for DBMS
IdContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.IdContext
 
identification() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_user_stmtContext
 
identification() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Create_user_stmtContext
 
identification() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
IdentificationContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.IdentificationContext
 
IDENTIFIED - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
IDENTIFIED - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
IDENTIFIED() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_user_stmtContext
 
IDENTIFIED() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Create_user_stmtContext
 
IDENTIFIED() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
identifier - Variable in class org.pgcodekeeper.core.parsers.antlr.base.generated.IgnoreListParser.Rule_restContext
 
identifier - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alias_clauseContext
 
identifier - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.From_function_column_defContext
 
identifier - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.From_primaryContext
 
identifier - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.From_rows_with_aliasContext
 
identifier - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.With_queryContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.base.generated.IgnoreListParser
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.base.generated.IgnoreListParser.Rule_restContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alias_clauseContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_statisticContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_table_actionContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_table_modify_actionContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_user_stmtContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Attach_stmtContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Cluster_clauseContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Codec_arg_exprContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Create_role_stmtContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Create_user_stmtContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Data_clauseContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Data_typeContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Definer_clauseContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Dictionary_arg_exprContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Dictionary_arg_valueContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Dictionary_attr_defContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Dictionary_optionContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Drop_elementContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Engine_exprContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Exists_stmtContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Expr_primaryContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.From_in_dbContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Function_argumentsContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Function_callContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Id_tokenContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.IdentificationContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Identifier_listContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Index_typeContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Layout_exprContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Modify_column_exprContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Move_stmtContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Name_with_clusterContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Named_collection_pairContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Optimize_by_exprContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.PairContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Policy_nameContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Qualified_nameContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.QueryContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Range_exprContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Select_modeContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Show_stmtContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Table_constraint_defContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Table_function_exprContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Table_index_defContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Table_override_clauseContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tuple_elementContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Use_stmtContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.User_settingContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Window_clauseContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Window_exprContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.With_queryContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.PrivilegesParser
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.PrivilegesParser.PrivilegeContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Additional_statementContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alias_clauseContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.All_op_refContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_database_actionContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_database_statementContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_event_trigger_statementContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_extension_actionContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_extension_statementContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_foreign_data_wrapperContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_function_statementContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_group_actionContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_index_statementContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_language_statementContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_materialized_view_actionContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_materialized_view_statementContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_operator_class_statementContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_operator_family_statementContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_partition_gp_nameContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_policy_statementContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_publication_statementContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_rule_statementContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_schema_statementContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_server_statementContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_subscription_statementContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_table_statementContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_tablespace_statementContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_trigger_statementContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_type_statementContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_user_or_role_set_resetContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_user_or_role_statementContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_view_actionContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Analyze_modeContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Anonymous_blockContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Arguments_listContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Cluster_stmtContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Collation_optionContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Column_operator_classContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Column_reference_storage_directiveContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Comment_member_objectContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Comp_optionsContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Compression_identifierContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Conflict_objectContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Constr_bodyContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Constraint_commonContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_access_method_statementContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_database_optionContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_database_statementContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_event_trigger_statementContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_extension_statementContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_foreign_data_wrapper_statementContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_group_statementContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_index_statementContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_language_statementContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_operator_class_statementContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_operator_family_statementContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_policy_statementContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_publication_statementContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_rewrite_statementContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_schema_statementContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_server_statementContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_subscription_statementContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_table_as_statementContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_table_statementContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_tablespace_statementContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_transform_statementContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_trigger_statementContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_type_statementContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_user_or_role_statementContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_view_statementContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.DeclarationContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Declare_statementContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Define_serverContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Delete_stmt_for_psqlContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Diagnostic_optionContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Domain_constraintContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Drop_constraintContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Drop_database_statementContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Drop_operator_class_statementContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Drop_operator_family_statementContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Drop_policy_statementContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Drop_rule_statementContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Drop_trigger_statementContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Event_trigger_filter_variablesContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Execute_statementContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Extension_member_objectContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Extract_functionContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.From_function_column_defContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.From_primaryContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.From_rows_with_aliasContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Function_actions_commonContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Function_blockContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Function_callContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Function_column_name_typeContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Gp_table_column_definitionContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Identifier_listContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Identifier_reservedContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Including_indexContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Index_def_actionContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Index_restContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Indirection_identifierContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Indirection_varContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Insert_stmt_for_psqlContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Into_partition_gp_clauseContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Json_functionContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Json_passing_clauseContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Json_table_columnContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Label_member_objectContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Loop_startContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Loop_statementContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Materialized_view_actionContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Merge_stmt_for_psqlContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Message_statementContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Notify_stmtContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.OpContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Operator_nameContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.OptionContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Part_element_bodyContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Partition_columnContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Partition_gp_actionContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Partition_type_colContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Perform_stmtContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Publication_objectContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Reindex_optionContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Rename_toContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Schema_importContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Schema_qualified_name_nontypeContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Schema_qualified_nameContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Script_additionalContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Script_transactionContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Security_labelContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Select_primaryContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Session_local_optionContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Set_reset_parameterContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Set_schemaContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Set_tablespaceContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Show_statementContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Storage_directiveContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Table_actionContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Table_colsContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Table_column_definitionContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Table_of_type_column_defContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Table_spaceContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Trigger_referencingContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Type_actionContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Type_declarationContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Update_stmt_for_psqlContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.User_mapping_nameContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.User_nameContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Vacuum_optionContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Vex_or_named_notationContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.View_columnsContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Window_definitionContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.With_queryContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Xml_functionContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Xml_table_columnContext
 
identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Zone_valueContext
 
identifier(int) - Method in class org.pgcodekeeper.core.parsers.antlr.base.generated.IgnoreListParser.Rule_restContext
 
identifier(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_table_actionContext
 
identifier(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_table_modify_actionContext
 
identifier(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Create_user_stmtContext
 
identifier(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Data_typeContext
 
identifier(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Identifier_listContext
 
identifier(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Policy_nameContext
 
identifier(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Qualified_nameContext
 
identifier(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Range_exprContext
 
identifier(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.PrivilegesParser.PrivilegeContext
 
identifier(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Additional_statementContext
 
identifier(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alias_clauseContext
 
identifier(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_function_statementContext
 
identifier(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_materialized_view_actionContext
 
identifier(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_table_statementContext
 
identifier(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_trigger_statementContext
 
identifier(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_type_statementContext
 
identifier(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_view_actionContext
 
identifier(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Arguments_listContext
 
identifier(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Comp_optionsContext
 
identifier(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_event_trigger_statementContext
 
identifier(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_extension_statementContext
 
identifier(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_server_statementContext
 
identifier(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_type_statementContext
 
identifier(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Delete_stmt_for_psqlContext
 
identifier(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Extension_member_objectContext
 
identifier(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.From_function_column_defContext
 
identifier(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.From_primaryContext
 
identifier(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.From_rows_with_aliasContext
 
identifier(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Identifier_listContext
 
identifier(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Including_indexContext
 
identifier(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Into_partition_gp_clauseContext
 
identifier(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Json_passing_clauseContext
 
identifier(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Loop_startContext
 
identifier(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Perform_stmtContext
 
identifier(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Publication_objectContext
 
identifier(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Schema_importContext
 
identifier(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Select_primaryContext
 
identifier(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Session_local_optionContext
 
identifier(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Set_reset_parameterContext
 
identifier(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Show_statementContext
 
identifier(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Table_colsContext
 
identifier(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Update_stmt_for_psqlContext
 
identifier(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.View_columnsContext
 
identifier(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.With_queryContext
 
identifier(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Xml_functionContext
 
Identifier - Static variable in class org.pgcodekeeper.core.parsers.antlr.base.generated.IgnoreListLexer
 
Identifier - Static variable in class org.pgcodekeeper.core.parsers.antlr.base.generated.IgnoreListParser
 
Identifier - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.PrivilegesLexer
 
Identifier - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.PrivilegesParser
 
Identifier - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
Identifier - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
Identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.base.generated.IgnoreListParser.IdentifierContext
 
Identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.PrivilegesParser.IdentifierContext
 
Identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.PrivilegesParser.PrivilegeContext
 
Identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Id_tokenContext
 
Identifier(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.PrivilegesParser.PrivilegeContext
 
IDENTIFIER - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
IDENTIFIER - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
IDENTIFIER() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Data_type_exprContext
 
IDENTIFIER() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Id_tokenContext
 
identifier_list() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_named_collection_stmtContext
 
identifier_list() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Columns_clauseContext
 
identifier_list() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Drop_elementContext
 
identifier_list() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Function_argumentsContext
 
identifier_list() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
identifier_list() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Move_stmtContext
 
identifier_list() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Optimize_by_exprContext
 
identifier_list() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.PrivilegesContext
 
identifier_list() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Show_stmtContext
 
identifier_list() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Table_column_privilegesContext
 
identifier_list() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.UsersContext
 
identifier_list() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_default_privileges_statementContext
 
identifier_list() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_fts_configurationContext
 
identifier_list() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_group_actionContext
 
identifier_list() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_index_statementContext
 
identifier_list() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_materialized_view_statementContext
 
identifier_list() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_subscription_actionContext
 
identifier_list() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Copy_optionContext
 
identifier_list() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_statistics_statementContext
 
identifier_list() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_subscription_statementContext
 
identifier_list() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_trigger_statementContext
 
identifier_list() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Format_optionsContext
 
identifier_list() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
identifier_list() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Identifier_list_in_parenContext
 
identifier_list() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Loop_startContext
 
identifier_list() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.User_or_role_or_group_option_for_createContext
 
identifier_list(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.UsersContext
 
identifier_list(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_default_privileges_statementContext
 
identifier_list(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_trigger_statementContext
 
identifier_list_in_paren() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_tablespace_actionContext
 
identifier_list_in_paren() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Copy_optionContext
 
identifier_list_in_paren() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
identifier_list_in_paren() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Index_def_actionContext
 
identifier_list_in_paren() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Schema_importContext
 
identifier_list_in_paren() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Table_column_privilegesContext
 
Identifier_list_in_parenContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Identifier_list_in_parenContext
 
Identifier_listContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Identifier_listContext
 
Identifier_listContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Identifier_listContext
 
identifier_nontype() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Function_argumentsContext
 
identifier_nontype() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
identifier_nontype() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Identifier_reserved_nontypeContext
 
identifier_nontype() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Schema_qualified_name_nontypeContext
 
Identifier_nontypeContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Identifier_nontypeContext
 
identifier_reserved() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
identifier_reserved() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Schema_qualified_nameContext
 
identifier_reserved(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Schema_qualified_nameContext
 
identifier_reserved_nontype() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
identifier_reserved_nontype() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Schema_qualified_name_nontypeContext
 
Identifier_reserved_nontypeContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Identifier_reserved_nontypeContext
 
Identifier_reservedContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Identifier_reservedContext
 
IdentifierContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.base.generated.IgnoreListParser.IdentifierContext
 
IdentifierContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.IdentifierContext
 
IdentifierContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.PrivilegesParser.IdentifierContext
 
IdentifierContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.IdentifierContext
 
IDENTITY - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
IDENTITY - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
IDENTITY - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
IDENTITY - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
IDENTITY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_credentialContext
 
IDENTITY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_database_scoped_credentialContext
 
IDENTITY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Column_optionContext
 
IDENTITY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_credentialContext
 
IDENTITY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_database_scoped_credentialContext
 
IDENTITY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Function_callContext
 
IDENTITY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Select_list_elemContext
 
IDENTITY() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
IDENTITY() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Column_actionContext
 
IDENTITY() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Identity_bodyContext
 
IDENTITY() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Like_optionContext
 
IDENTITY() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Table_actionContext
 
IDENTITY() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
IDENTITY() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Truncate_stmtContext
 
identity_body() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Column_actionContext
 
identity_body() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Constr_bodyContext
 
identity_body() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
Identity_bodyContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Identity_bodyContext
 
IDENTITY_INSERT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
IDENTITY_INSERT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
IDENTITY_INSERT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Set_specialContext
 
identity_value() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Column_optionContext
 
identity_value() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
IDENTITY_VALUE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
IDENTITY_VALUE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
IDENTITY_VALUE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Key_optionsContext
 
IDENTITY_VALUE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
Identity_valueContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Identity_valueContext
 
IDENTITYCOL - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
IDENTITYCOL - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
IF - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
IF - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
IF - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
IF - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
IF - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
IF - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
IF() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Drop_elementContext
 
IF() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.If_existsContext
 
IF() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.If_not_existsContext
 
IF() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
IF() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Drop_assemblyContext
 
IF() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Drop_ddl_triggerContext
 
IF() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Drop_indexContext
 
IF() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Drop_statementsContext
 
IF() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.If_statementContext
 
IF() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Table_action_dropContext
 
IF() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_fts_configurationContext
 
IF() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
IF() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.If_existsContext
 
IF() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.If_not_existsContext
 
IF() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.If_statementContext
 
IF() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
IF(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.If_statementContext
 
if_exist_names_restrict_cascade() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Drop_statementsContext
 
if_exist_names_restrict_cascade() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
If_exist_names_restrict_cascadeContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.If_exist_names_restrict_cascadeContext
 
if_exists() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_named_collection_stmtContext
 
if_exists() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_policy_stmtContext
 
if_exists() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_role_stmtContext
 
if_exists() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_statisticContext
 
if_exists() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_table_actionContext
 
if_exists() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_table_clear_actionContext
 
if_exists() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_table_drop_actionContext
 
if_exists() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_table_mat_actionContext
 
if_exists() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_user_stmtContext
 
if_exists() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Detach_stmtContext
 
if_exists() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Drop_elementContext
 
if_exists() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
if_exists() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Modify_column_exprContext
 
if_exists() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Truncate_stmtContext
 
if_exists() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Ttl_exprContext
 
if_exists() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_index_statementContext
 
if_exists() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_materialized_view_statementContext
 
if_exists() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_sequence_statementContext
 
if_exists() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_table_statementContext
 
if_exists() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_view_statementContext
 
if_exists() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Column_actionContext
 
if_exists() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Drop_cast_statementContext
 
if_exists() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Drop_constraintContext
 
if_exists() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Drop_database_statementContext
 
if_exists() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Drop_function_statementContext
 
if_exists() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Drop_operator_class_statementContext
 
if_exists() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Drop_operator_family_statementContext
 
if_exists() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Drop_operator_statementContext
 
if_exists() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Drop_policy_statementContext
 
if_exists() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Drop_rule_statementContext
 
if_exists() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Drop_trigger_statementContext
 
if_exists() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Drop_user_mapping_statementContext
 
if_exists() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.If_exist_names_restrict_cascadeContext
 
if_exists() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
if_exists() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Owner_member_objectContext
 
if_exists() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Partition_gp_actionContext
 
if_exists() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Table_actionContext
 
if_exists() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Type_actionContext
 
If_existsContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.If_existsContext
 
If_existsContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.If_existsContext
 
if_not_exists() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_table_actionContext
 
if_not_exists() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_table_add_actionContext
 
if_not_exists() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Attach_stmtContext
 
if_not_exists() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Attach_table_stmtContext
 
if_not_exists() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Create_database_stmtContext
 
if_not_exists() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Create_dictinary_stmtContext
 
if_not_exists() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Create_live_view_stmtContext
 
if_not_exists() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Create_mat_view_stmtContext
 
if_not_exists() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Create_named_collection_stmtContext
 
if_not_exists() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Create_policy_stmtContext
 
if_not_exists() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Create_role_stmtContext
 
if_not_exists() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Create_simple_view_stmtContext
 
if_not_exists() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Create_table_stmtContext
 
if_not_exists() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Create_user_stmtContext
 
if_not_exists() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
if_not_exists() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_type_statementContext
 
if_not_exists() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_collation_statementContext
 
if_not_exists() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_extension_statementContext
 
if_not_exists() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_foreign_table_statementContext
 
if_not_exists() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_index_statementContext
 
if_not_exists() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_schema_statementContext
 
if_not_exists() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_sequence_statementContext
 
if_not_exists() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_server_statementContext
 
if_not_exists() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_statistics_statementContext
 
if_not_exists() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_table_as_statementContext
 
if_not_exists() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_table_statementContext
 
if_not_exists() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_user_mapping_statementContext
 
if_not_exists() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_view_statementContext
 
if_not_exists() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
if_not_exists() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Table_actionContext
 
If_not_existsContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.If_not_existsContext
 
If_not_existsContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.If_not_existsContext
 
if_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Cfl_statementContext
 
if_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
if_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Control_statementContext
 
if_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
If_statementContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.If_statementContext
 
If_statementContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.If_statementContext
 
IForeignTable - Interface in org.pgcodekeeper.core.schema
Marker interface for foreign tables.
IFunction - Interface in org.pgcodekeeper.core.schema
Interface for database functions, procedures, and aggregates.
IGNORE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
IGNORE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
IGNORE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Copy_optionContext
 
IGNORE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonkeywordContext
 
IGNORE_CONSTRAINTS - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
IGNORE_CONSTRAINTS - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
IGNORE_CONSTRAINTS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
IGNORE_CONSTRAINTS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Table_hintContext
 
IGNORE_NONCLUSTERED_COLUMNSTORE_INDEX - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
IGNORE_NONCLUSTERED_COLUMNSTORE_INDEX - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
IGNORE_NONCLUSTERED_COLUMNSTORE_INDEX() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.OptionContext
 
IGNORE_NONCLUSTERED_COLUMNSTORE_INDEX() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
IGNORE_TRIGGERS - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
IGNORE_TRIGGERS - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
IGNORE_TRIGGERS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
IGNORE_TRIGGERS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Table_hintContext
 
IgnoredObject - Class in org.pgcodekeeper.core.model.difftree
Represents an ignore rule for database objects during schema comparison.
IgnoredObject(String, boolean, boolean, boolean, Set<DbObjType>) - Constructor for class org.pgcodekeeper.core.model.difftree.IgnoredObject
Creates an ignored object rule.
IgnoredObject(String, String, boolean, boolean, boolean, boolean, Set<DbObjType>) - Constructor for class org.pgcodekeeper.core.model.difftree.IgnoredObject
Creates an ignored object rule with database name filtering.
IgnoredObject.AddStatus - Enum Class in org.pgcodekeeper.core.model.difftree
Defines the status of how an ignored object should be handled in the diff tree.
IgnoreList - Class in org.pgcodekeeper.core.model.difftree
Implementation of ignore list for managing database object filtering rules.
IgnoreList() - Constructor for class org.pgcodekeeper.core.model.difftree.IgnoreList
 
IgnoreListLexer - Class in org.pgcodekeeper.core.parsers.antlr.base.generated
 
IgnoreListLexer(CharStream) - Constructor for class org.pgcodekeeper.core.parsers.antlr.base.generated.IgnoreListLexer
 
IgnoreListParser - Class in org.pgcodekeeper.core.parsers.antlr.base.generated
 
IgnoreListParser(TokenStream) - Constructor for class org.pgcodekeeper.core.parsers.antlr.base.generated.IgnoreListParser
 
IgnoreListParser.BlackContext - Class in org.pgcodekeeper.core.parsers.antlr.base.generated
 
IgnoreListParser.CompileUnitContext - Class in org.pgcodekeeper.core.parsers.antlr.base.generated
 
IgnoreListParser.FlagContext - Class in org.pgcodekeeper.core.parsers.antlr.base.generated
 
IgnoreListParser.FlagsContext - Class in org.pgcodekeeper.core.parsers.antlr.base.generated
 
IgnoreListParser.Hide_ruleContext - Class in org.pgcodekeeper.core.parsers.antlr.base.generated
 
IgnoreListParser.IdentifierContext - Class in org.pgcodekeeper.core.parsers.antlr.base.generated
 
IgnoreListParser.Rule_listContext - Class in org.pgcodekeeper.core.parsers.antlr.base.generated
 
IgnoreListParser.Rule_restContext - Class in org.pgcodekeeper.core.parsers.antlr.base.generated
 
IgnoreListParser.Show_ruleContext - Class in org.pgcodekeeper.core.parsers.antlr.base.generated
 
IgnoreListParser.WhiteContext - Class in org.pgcodekeeper.core.parsers.antlr.base.generated
 
IgnoreParser - Class in org.pgcodekeeper.core.ignoreparser
Parser for ignore list files that determine which database objects should be included or excluded during processing.
IgnoreParser(IIgnoreList) - Constructor for class org.pgcodekeeper.core.ignoreparser.IgnoreParser
Creates a new IgnoreParser that will populate the specified ignore list.
IgnoreParser_log_ignor_list_analyzing_err - Static variable in class org.pgcodekeeper.core.localizations.Messages
 
IgnoreParser_log_ignor_list_parser_tree - Static variable in class org.pgcodekeeper.core.localizations.Messages
 
IgnoreParser_log_load_ignored_list - Static variable in class org.pgcodekeeper.core.localizations.Messages
 
IgnoreSchemaList - Class in org.pgcodekeeper.core.model.difftree
Implementation of ignore list specifically for schema filtering.
IgnoreSchemaList() - Constructor for class org.pgcodekeeper.core.model.difftree.IgnoreSchemaList
 
IgnoreSchemaList_log_ignored_schema - Static variable in class org.pgcodekeeper.core.localizations.Messages
 
IHashable - Interface in org.pgcodekeeper.core.hasher
Interface for objects that can compute their own hash value using a Hasher.
IIF - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
IIF - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
IIF() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Function_callContext
 
IIF() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
IIgnoreList - Interface in org.pgcodekeeper.core.model.difftree
Interface for managing ignore lists used in database schema comparison.
ilike() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.rulectx.Vex
 
ILIKE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
ILIKE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
ILIKE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
ILIKE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
ILIKE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Like_exprContext
 
ILIKE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_reservedContext
 
ILIKE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
ILIKE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_reserved_except_function_typeContext
 
ILIKE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.VexContext
 
IMMEDIATE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
IMMEDIATE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
IMMEDIATE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
IMMEDIATE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
IMMEDIATE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
IMMEDIATE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.TerminationContext
 
IMMEDIATE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
IMMEDIATE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Set_actionContext
 
IMMEDIATE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Table_initialy_immedContext
 
IMMEDIATE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
IMMUTABLE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
IMMUTABLE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
IMMUTABLE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
IMMUTABLE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Function_actions_commonContext
 
IMMUTABLE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
IMonitor - Interface in org.pgcodekeeper.core.monitor
Interface for monitoring progress and cancellation of long-running operations.
IMPERSONATE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
IMPERSONATE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
IMPERSONATE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.PermissionContext
 
IMPERSONATE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
IMPLICIT - Enum constant in enum class org.pgcodekeeper.core.schema.ICast.CastContext
 
IMPLICIT - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
IMPLICIT - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
IMPLICIT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
IMPLICIT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_cast_statementContext
 
IMPLICIT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
IMPORT - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
IMPORT - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
IMPORT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
IMPORT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Schema_importContext
 
IMPORT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
IMPORTANCE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
IMPORTANCE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
IMPORTANCE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_workload_groupContext
 
IMPORTANCE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_workload_groupContext
 
IMPORTANCE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
IMPORTANCE(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_workload_groupContext
 
IMPORTANCE(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_workload_groupContext
 
in() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.rulectx.Vex
 
in(DbObjType...) - Method in enum class org.pgcodekeeper.core.model.difftree.DbObjType
Checks if this database object type is one of the specified types.
in(ObjectState...) - Method in enum class org.pgcodekeeper.core.schema.ObjectState
Checks if this state matches any of the provided states.
IN - Enum constant in enum class org.pgcodekeeper.core.Consts.FUNC_SIGN
 
IN - Enum constant in enum class org.pgcodekeeper.core.schema.ArgMode
 
IN - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
IN - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
IN - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
IN - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
IN - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
IN - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
IN() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_table_actionContext
 
IN() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_table_clear_actionContext
 
IN() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_table_mat_actionContext
 
IN() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Create_role_stmtContext
 
IN() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Create_user_stmtContext
 
IN() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.ExprContext
 
IN() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.From_in_dbContext
 
IN() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Show_stmtContext
 
IN() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
IN() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_fulltext_catalogContext
 
IN() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.From_itemContext
 
IN() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Lock_tableContext
 
IN() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.PredicateContext
 
IN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_default_privileges_statementContext
 
IN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_index_statementContext
 
IN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_materialized_view_statementContext
 
IN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_user_or_role_set_resetContext
 
IN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.ArgmodeContext
 
IN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
IN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Cursor_statementContext
 
IN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Event_trigger_filter_variablesContext
 
IN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Lock_tableContext
 
IN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Loop_startContext
 
IN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Partition_bound_specContext
 
IN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Publication_objectContext
 
IN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Rule_member_objectContext
 
IN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Script_additionalContext
 
IN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.String_value_functionContext
 
IN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_reservedContext
 
IN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.User_or_role_or_group_option_for_createContext
 
IN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.VexContext
 
IN_ADVANCED - Enum constant in enum class org.pgcodekeeper.core.Consts.FUNC_SIGN
 
INBOUND - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
INBOUND - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
INBOUND() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
INBOUND() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Table_stretch_optContext
 
INCLUDE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
INCLUDE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
INCLUDE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
INCLUDE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
INCLUDE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Index_includeContext
 
INCLUDE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
INCLUDE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
INCLUDE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Including_indexContext
 
INCLUDE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
INCLUDE_NULL_VALUES - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
INCLUDE_NULL_VALUES - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
INCLUDE_NULL_VALUES() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.For_clauseContext
 
INCLUDE_NULL_VALUES() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
INCLUDE_NULL_VALUES(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.For_clauseContext
 
INCLUDING - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
INCLUDING - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
INCLUDING() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
INCLUDING() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Like_optionContext
 
INCLUDING() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
including_index() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
including_index() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Index_parametersContext
 
including_index() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Index_restContext
 
Including_indexContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Including_indexContext
 
INCLUSIVE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
INCLUSIVE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
INCLUSIVE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Partition_valContext
 
INCLUSIVE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonkeywordContext
 
incr - Variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Sequence_bodyContext
 
incr - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Sequence_bodyContext
 
increment - Variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Function_callContext
 
increment - Variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Identity_valueContext
 
INCREMENT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
INCREMENT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
INCREMENT - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
INCREMENT - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
INCREMENT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Sequence_bodyContext
 
INCREMENT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
INCREMENT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
INCREMENT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Sequence_bodyContext
 
INCREMENT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
INCREMENTAL - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
INCREMENTAL - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
INCREMENTAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_fulltext_index_optionContext
 
INCREMENTAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Database_optionspecContext
 
INCREMENTAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
INCREMENTAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Update_statistics_with_optionContext
 
ind_name - Variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Table_indexContext
 
INDENT - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
INDENT - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
INDENT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
INDENT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
IndentDirection - Enum Class in org.pgcodekeeper.core.formatter
Enumeration of indentation directions used during SQL formatting.
index - Variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Column_optionContext
 
index - Variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Drop_backward_compatible_indexContext
 
index - Variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Update_statisticsContext
 
index - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Index_def_actionContext
 
INDEX - Enum constant in enum class org.pgcodekeeper.core.model.difftree.DbObjType
 
INDEX - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
INDEX - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
INDEX - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
INDEX - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
INDEX - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
INDEX - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
INDEX() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_table_add_actionContext
 
INDEX() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_table_clear_actionContext
 
INDEX() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_table_drop_actionContext
 
INDEX() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_table_mat_actionContext
 
INDEX() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Drop_elementContext
 
INDEX() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.PermissionContext
 
INDEX() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Show_stmtContext
 
INDEX() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Table_element_exprContext
 
INDEX() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
INDEX() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_fulltext_indexContext
 
INDEX() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_indexContext
 
INDEX() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Column_optionContext
 
INDEX() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_fulltext_indexContext
 
INDEX() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_indexContext
 
INDEX() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_selective_indexContext
 
INDEX() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_spatial_indexContext
 
INDEX() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_xml_indexContext
 
INDEX() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Drop_indexContext
 
INDEX() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Drop_statementsContext
 
INDEX() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Table_hintContext
 
INDEX() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Table_indexContext
 
INDEX() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Xml_index_usingContext
 
INDEX() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_index_statementContext
 
INDEX() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
INDEX() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Comment_member_objectContext
 
INDEX() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_access_method_statementContext
 
INDEX() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_index_statementContext
 
INDEX() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Drop_statementsContext
 
INDEX() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Index_parametersContext
 
INDEX() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Reindex_stmtContext
 
INDEX() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Table_actionContext
 
INDEX() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
INDEX(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_fulltext_indexContext
 
INDEX_CLEANUP - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
INDEX_CLEANUP - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
INDEX_CLEANUP() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonkeywordContext
 
INDEX_CLEANUP() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Vacuum_optionContext
 
index_column() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Constr_bodyContext
 
index_column() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
index_column() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Index_columnsContext
 
index_column(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Constr_bodyContext
 
index_column(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Index_columnsContext
 
Index_columnContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Index_columnContext
 
index_columns() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Conflict_objectContext
 
index_columns() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
index_columns() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Index_restContext
 
Index_columnsContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Index_columnsContext
 
index_def_action() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_index_statementContext
 
index_def_action() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
Index_def_actionContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Index_def_actionContext
 
index_include() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Column_optionContext
 
index_include() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
index_include() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Index_restContext
 
Index_includeContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Index_includeContext
 
index_method - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Comment_member_objectContext
 
index_method - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Constr_bodyContext
 
index_name - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Materialized_view_actionContext
 
index_name - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Table_actionContext
 
index_name() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_indexContext
 
index_name() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_selective_indexContext
 
index_name() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_spatial_indexContext
 
index_name() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_xml_indexContext
 
index_name() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Drop_indexContext
 
index_name() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
index_name(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Drop_indexContext
 
Index_nameContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Index_nameContext
 
index_option() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_index_actionContext
 
index_option() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_table_set_actionContext
 
index_option() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
index_option() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Index_optionsContext
 
index_option() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Spatial_index_optionContext
 
index_option() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Table_optionsContext
 
index_option(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_index_actionContext
 
index_option(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Index_optionsContext
 
index_option(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Table_optionsContext
 
index_option_value() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
index_option_value() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Index_optionContext
 
Index_option_valueContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Index_option_valueContext
 
Index_optionContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Index_optionContext
 
index_options() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_index_actionContext
 
index_options() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Column_constraint_bodyContext
 
index_options() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Column_optionContext
 
index_options() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_indexContext
 
index_options() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_selective_indexContext
 
index_options() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_xml_indexContext
 
index_options() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
index_options() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Index_restContext
 
index_options() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.RebuildContext
 
index_options() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Table_constraint_bodyContext
 
index_options() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Table_indexContext
 
Index_optionsContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Index_optionsContext
 
index_parameters() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Constr_bodyContext
 
index_parameters() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
Index_parametersContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Index_parametersContext
 
index_rest() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_indexContext
 
index_rest() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
index_rest() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Table_indexContext
 
index_rest() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_index_statementContext
 
index_rest() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
Index_restContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Index_restContext
 
Index_restContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Index_restContext
 
index_sort() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Column_optionContext
 
index_sort() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Columnstore_indexContext
 
index_sort() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_indexContext
 
index_sort() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Index_restContext
 
index_sort() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
Index_sortContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Index_sortContext
 
index_type() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
index_type() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Table_index_defContext
 
Index_typeContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Index_typeContext
 
index_value() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
index_value() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Table_hintContext
 
index_value(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Table_hintContext
 
Index_valueContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Index_valueContext
 
index_where() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Column_optionContext
 
index_where() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_indexContext
 
index_where() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_statisticsContext
 
index_where() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Index_restContext
 
index_where() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
index_where() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Table_indexContext
 
index_where() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Conflict_objectContext
 
index_where() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Index_restContext
 
index_where() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
Index_whereContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Index_whereContext
 
Index_whereContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Index_whereContext
 
IndexAnalysisLauncher - Class in org.pgcodekeeper.core.parsers.antlr.pg.launcher
Launcher for analyzing PostgreSQL index definitions.
IndexAnalysisLauncher(PgIndex, SQLParser.Index_restContext, String) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.launcher.IndexAnalysisLauncher
Creates an index analyzer.
INDEXES - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
INDEXES - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
INDEXES - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
INDEXES - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
INDEXES() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Show_stmtContext
 
INDEXES() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
INDEXES() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
INDEXES() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Like_optionContext
 
INDEXES() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
INDICES - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
INDICES - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
INDICES() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Show_stmtContext
 
INDICES() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
IndicesReader - Class in org.pgcodekeeper.core.loader.jdbc.pg
Reader for PostgreSQL indices.
IndicesReader(JdbcLoaderBase) - Constructor for class org.pgcodekeeper.core.loader.jdbc.pg.IndicesReader
Creates a new IndicesReader.
indirection() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
indirection() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Indirection_listContext
 
indirection(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Indirection_listContext
 
indirection_identifier - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Merge_updateContext
 
indirection_identifier - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Update_setContext
 
indirection_identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
indirection_identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Insert_columnsContext
 
indirection_identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Merge_updateContext
 
indirection_identifier() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Update_setContext
 
indirection_identifier(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Insert_columnsContext
 
indirection_identifier(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Merge_updateContext
 
indirection_identifier(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Update_setContext
 
Indirection_identifierContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Indirection_identifierContext
 
indirection_list() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Indirection_identifierContext
 
indirection_list() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
indirection_list() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Indirection_varContext
 
indirection_list() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Value_expression_primaryContext
 
indirection_list() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Vex_bContext
 
indirection_list() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.VexContext
 
Indirection_listContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Indirection_listContext
 
indirection_var() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
indirection_var() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Value_expression_primaryContext
 
indirection_var() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.VarContext
 
Indirection_varContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Indirection_varContext
 
IndirectionContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.IndirectionContext
 
indirectionList() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.rulectx.Vex
 
INF - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
INF - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
INF() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Number_literalContext
 
INFINITE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
INFINITE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
INFINITE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_or_alter_event_session_withContext
 
INFINITE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Period_valueContext
 
INFINITE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
INFO - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
INFO - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
INFO() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Log_levelContext
 
INFO() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonkeywordContext
 
INFORMATION_SCHEMA - Static variable in interface org.pgcodekeeper.core.Consts
 
INHERIT - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
INHERIT - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
INHERIT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Admin_optionContext
 
INHERIT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
INHERIT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Constr_bodyContext
 
INHERIT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Table_actionContext
 
INHERIT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
INHERIT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.User_or_role_or_group_common_optionContext
 
Inherits - Class in org.pgcodekeeper.core.schema
Represents a table inheritance relationship in PostgreSQL.
Inherits(String, String) - Constructor for class org.pgcodekeeper.core.schema.Inherits
Creates a new inheritance relationship.
INHERITS - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
INHERITS - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
INHERITS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
INHERITS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Define_columnsContext
 
INHERITS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
init - Variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.OpendatasourceContext
 
INIT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
INIT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
INIT - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
INIT - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
INIT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Backup_optionContext
 
INIT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
INIT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_fts_template_statementContext
 
INIT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonkeywordContext
 
INIT(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_fts_template_statementContext
 
init_cond - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Aggregate_paramContext
 
init_name - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_fts_template_statementContext
 
INITCOND - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
INITCOND - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
INITCOND() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Aggregate_paramContext
 
INITCOND() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonkeywordContext
 
initializeView(MetaContainer, String, String, List<? extends Pair<String, String>>) - Static method in class org.pgcodekeeper.core.schema.meta.MetaUtils
Initializes a view with column information in the metadata container.
INITIALLY - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
INITIALLY - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
INITIALLY() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
INITIALLY() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Table_initialy_immedContext
 
INITIALLY() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_reservedContext
 
INITIATOR - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
INITIATOR - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
INITIATOR() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_contractContext
 
INITIATOR() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
INITIATOR(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_contractContext
 
INITPLAN - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
INITPLAN - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
INITPLAN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Function_actions_commonContext
 
INITPLAN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonkeywordContext
 
INJECTIVE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
INJECTIVE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
INJECTIVE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Attr_def_optionContext
 
INJECTIVE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
INLINE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
INLINE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
INLINE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
INLINE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
INLINE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Function_optionContext
 
INLINE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
INLINE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
INLINE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_language_statementContext
 
INLINE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
INNER - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
INNER - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
INNER - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
INNER - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
INNER - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
INNER - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
INNER() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Array_join_clauseContext
 
INNER() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Join_opContext
 
INNER() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_reservedContext
 
INNER() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.From_itemContext
 
INNER() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
INNER() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.From_itemContext
 
INNER() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_reserved_except_function_typeContext
 
INOUT - Enum constant in enum class org.pgcodekeeper.core.schema.ArgMode
 
INOUT - Enum constant in enum class org.pgcodekeeper.core.schema.pg.PgCast.CastMethod
 
INOUT - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
INOUT - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
INOUT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.ArgmodeContext
 
INOUT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
INOUT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_cast_statementContext
 
INOUT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreserved_except_function_typeContext
 
INPUT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
INPUT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
INPUT - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
INPUT - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
INPUT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Function_optionContext
 
INPUT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
INPUT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
INPUT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_type_statementContext
 
INPUT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Function_actions_commonContext
 
INPUT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
input_function - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_type_statementContext
 
InputStreamProvider - Interface in org.pgcodekeeper.core.utils
Functional interface for providing input streams.
INSENSITIVE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
INSENSITIVE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
INSENSITIVE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
INSENSITIVE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
INSENSITIVE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Cursor_statementContext
 
INSENSITIVE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
INSENSITIVE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
INSENSITIVE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Declare_statementContext
 
INSENSITIVE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
Insert - Class in org.pgcodekeeper.core.parsers.antlr.pg.expr
Parser for INSERT statements with namespace support.
Insert(MetaContainer) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.expr.Insert
Creates an Insert parser with meta container.
INSERT - Enum constant in enum class org.pgcodekeeper.core.schema.EventType
 
INSERT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
INSERT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
INSERT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
INSERT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
INSERT - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
INSERT - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
INSERT() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Insert_stmtContext
 
INSERT() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.PermissionContext
 
INSERT() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
INSERT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Block_dml_operationContext
 
INSERT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Insert_statementContext
 
INSERT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Merge_not_matchedContext
 
INSERT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.PermissionContext
 
INSERT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Trigger_operationContext
 
INSERT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
INSERT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_policy_statementContext
 
INSERT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_rewrite_statementContext
 
INSERT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_trigger_statementContext
 
INSERT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Insert_stmt_for_psqlContext
 
INSERT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Merge_not_matchedContext
 
INSERT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.PermissionContext
 
INSERT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Table_column_privilegeContext
 
INSERT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
INSERT(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_trigger_statementContext
 
insert_columns() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
insert_columns() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Insert_stmt_for_psqlContext
 
insert_columns() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Merge_not_matchedContext
 
Insert_columnsContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Insert_columnsContext
 
insert_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Dml_clauseContext
 
insert_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
Insert_statementContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Insert_statementContext
 
insert_stmt() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Dml_stmtContext
 
insert_stmt() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
insert_stmt_for_psql() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Data_statementContext
 
insert_stmt_for_psql() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
insert_stmt_for_psql() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Rewrite_commandContext
 
Insert_stmt_for_psqlContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Insert_stmt_for_psqlContext
 
Insert_stmtContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Insert_stmtContext
 
insert_table_name - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Insert_stmt_for_psqlContext
 
insert_true - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_trigger_statementContext
 
insert_with_table_hints() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Delete_statementContext
 
insert_with_table_hints() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Insert_statementContext
 
insert_with_table_hints() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
insert_with_table_hints() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Merge_statementContext
 
Insert_with_table_hintsContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Insert_with_table_hintsContext
 
InsertMsStatement - Class in org.pgcodekeeper.core.parsers.antlr.ms.statement
Parser for Microsoft SQL INSERT statements.
InsertMsStatement(TSQLParser.Insert_statementContext, MsDatabase, ISettings) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.statement.InsertMsStatement
Creates a parser for Microsoft SQL INSERT statements.
InsertStatement - Class in org.pgcodekeeper.core.parsers.antlr.pg.statement
PostgreSQL INSERT statement parser that handles data insertion operations.
InsertStatement(SQLParser.Insert_stmt_for_psqlContext, PgDatabase, ISettings) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.statement.InsertStatement
Constructs an INSERT statement parser.
InsertWriter - Class in org.pgcodekeeper.core.model.graph
Database insert script generator for data migration.
InsertWriter_select_size_error_message - Static variable in class org.pgcodekeeper.core.localizations.Messages
 
InsertWriter_select_size_info_message - Static variable in class org.pgcodekeeper.core.localizations.Messages
 
INSTEAD - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
INSTEAD - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
INSTEAD - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
INSTEAD - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
INSTEAD() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_or_alter_triggerContext
 
INSTEAD() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
INSTEAD() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
INSTEAD() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_rewrite_statementContext
 
INSTEAD() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_trigger_statementContext
 
INSTEAD() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
INSTEAD_OF - Enum constant in enum class org.pgcodekeeper.core.schema.pg.PgTrigger.TgTypes
 
INT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
INT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
INT - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
INT - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
INT() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Data_typeContext
 
INT() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
INT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
INT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Predefined_typeContext
 
INT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreserved_except_function_typeContext
 
INT_TYPE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
INT_TYPE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
INT_TYPE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Data_typeContext
 
INT_TYPE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
Integer - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
Integer - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
Integer() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.IconstContext
 
INTEGER - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
INTEGER - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
INTEGER - Static variable in interface org.pgcodekeeper.core.parsers.antlr.pg.expr.TypesSetManually
 
INTEGER - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
INTEGER - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
INTEGER() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Data_typeContext
 
INTEGER() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
INTEGER() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
INTEGER() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Predefined_typeContext
 
INTEGER() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Sequence_bodyContext
 
INTEGER() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreserved_except_function_typeContext
 
INTERNAL - Enum constant in enum class org.pgcodekeeper.core.Consts.FUNC_SIGN
 
internallength - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_type_statementContext
 
INTERNALLENGTH - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
INTERNALLENGTH - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
INTERNALLENGTH() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_type_statementContext
 
INTERNALLENGTH() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonkeywordContext
 
INTERNALLENGTH(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_type_statementContext
 
INTERPOLATE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
INTERPOLATE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
INTERPOLATE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
INTERPOLATE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.With_fillContext
 
intersect() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.rulectx.ChSelectOps
 
intersect() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.rulectx.MsSelectOps
 
intersect() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.rulectx.SelectOps
Returns the INTERSECT terminal node if present.
INTERSECT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
INTERSECT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
INTERSECT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
INTERSECT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
INTERSECT - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
INTERSECT - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
INTERSECT() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Select_ops_no_parensContext
 
INTERSECT() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Select_opsContext
 
INTERSECT() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_reservedContext
 
INTERSECT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Select_ops_no_parensContext
 
INTERSECT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Select_opsContext
 
INTERSECT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Perform_stmtContext
 
INTERSECT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Select_ops_no_parensContext
 
INTERSECT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Select_opsContext
 
INTERSECT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_reservedContext
 
interval() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Function_callContext
 
interval() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Id_tokenContext
 
interval() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
INTERVAL - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
INTERVAL - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
INTERVAL - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
INTERVAL - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
INTERVAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Function_callContext
 
INTERVAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
INTERVAL() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
INTERVAL() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Predefined_typeContext
 
INTERVAL() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreserved_except_function_typeContext
 
INTERVAL() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Type_coercionContext
 
INTERVAL() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Zone_valueContext
 
interval_field() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
interval_field() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Predefined_typeContext
 
interval_field() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Type_coercionContext
 
interval_field() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Zone_valueContext
 
Interval_fieldContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Interval_fieldContext
 
INTERVAL_TYPE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
INTERVAL_TYPE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
INTERVAL_TYPE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Data_typeContext
 
INTERVAL_TYPE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
IntervalContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.IntervalContext
 
INTO - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
INTO - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
INTO - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
INTO - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
INTO - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
INTO - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
INTO() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Insert_stmtContext
 
INTO() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.QueryContext
 
INTO() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_reservedContext
 
INTO() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Cursor_statementContext
 
INTO() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Execute_clause_userContext
 
INTO() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Insert_statementContext
 
INTO() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Merge_statementContext
 
INTO() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Output_clauseContext
 
INTO() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Query_specificationContext
 
INTO() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Receive_statementContext
 
INTO() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Insert_stmt_for_psqlContext
 
INTO() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Into_partition_gp_clauseContext
 
INTO() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Into_tableContext
 
INTO() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Merge_stmt_for_psqlContext
 
INTO() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Schema_importContext
 
INTO() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_reservedContext
 
into_partition_gp_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
into_partition_gp_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Partition_gp_actionContext
 
Into_partition_gp_clauseContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Into_partition_gp_clauseContext
 
into_table() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
into_table() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Select_primaryContext
 
Into_tableContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Into_tableContext
 
INTROSPECTION - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
INTROSPECTION - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
INTROSPECTION() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.PermissionContext
 
INTROSPECTION() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
INVALID_DEFINITION - Static variable in interface org.pgcodekeeper.core.Consts
Error codes for check existence objects
INVOKER - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
INVOKER - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
INVOKER - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
INVOKER - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
INVOKER() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Sql_security_clauseContext
 
INVOKER() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
INVOKER() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
INVOKER() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Function_actions_commonContext
 
INVOKER() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
IO - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
IO - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
IO() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Set_statistics_valueContext
 
IO() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
IOperator - Interface in org.pgcodekeeper.core.schema
Interface for database operators.
IOptionContainer - Interface in org.pgcodekeeper.core.schema
Interface for database objects that support storage and configuration options.
IP - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
IP - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
IP - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
IP - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
IP() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Host_typeContext
 
IP() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
IP() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Add_listener_optionContext
 
IP() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_availability_group_optionsContext
 
IP() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
ip_address_option() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Add_listener_optionContext
 
ip_address_option() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_availability_group_optionsContext
 
ip_address_option() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
ip_address_option(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Add_listener_optionContext
 
Ip_address_optionContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Ip_address_optionContext
 
IPartitionTable - Interface in org.pgcodekeeper.core.schema
Interface for partitioned tables.
IProgressReporter - Interface in org.pgcodekeeper.core.reporter
Interface for reporting progress, warnings, errors, and query results during database operations.
IPV4 - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
IPV4 - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
IPV4() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Data_typeContext
 
IPV4() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
IPV4_ADDR - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
IPV4_ADDR - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
IPV4_ADDR() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Add_listener_optionContext
 
IPV4_ADDR() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.ConstantContext
 
IPV4_ADDR() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Ip_address_optionContext
 
IPV4_ADDR() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Primitive_expressionContext
 
IPV4_ADDR() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Tcp_optionsContext
 
IPV4_ADDR(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Add_listener_optionContext
 
IPV4_ADDR(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Ip_address_optionContext
 
IPV6 - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
IPV6 - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
IPV6() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Data_typeContext
 
IPV6() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
IPV6_ADDR - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
IPV6_ADDR - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
IPV6_ADDR() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Ip_address_optionContext
 
IPV6_ADDR() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Tcp_optionsContext
 
IRelation - Interface in org.pgcodekeeper.core.schema
Interface for database relations (tables, views, sequences).
is() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.rulectx.Vex
 
IS - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
IS - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
IS - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
IS - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
IS - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
IS - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
IS() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.ExprContext
 
IS() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
IS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.PredicateContext
 
IS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
IS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Comment_on_statementContext
 
IS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Security_labelContext
 
IS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_reserved_except_function_typeContext
 
IS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Type_declarationContext
 
IS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Vex_bContext
 
IS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.VexContext
 
IS_OBJECT_ID - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
IS_OBJECT_ID - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
IS_OBJECT_ID() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Attr_def_optionContext
 
IS_OBJECT_ID() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
IS_TEMPLATE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
IS_TEMPLATE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
IS_TEMPLATE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_database_optionContext
 
IS_TEMPLATE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonkeywordContext
 
isAddTransaction() - Method in class org.pgcodekeeper.core.settings.CoreSettings
 
isAddTransaction() - Method in interface org.pgcodekeeper.core.settings.ISettings
Checks if migration scripts should be wrapped in transactions.
isAddWhitespaceAfterOp() - Method in class org.pgcodekeeper.core.formatter.FormatConfiguration
 
isAddWhitespaceBeforeOp() - Method in class org.pgcodekeeper.core.formatter.FormatConfiguration
 
isAnsiNulls() - Method in class org.pgcodekeeper.core.schema.ms.AbstractMsFunction
 
isAutoFormatObjectCode() - Method in class org.pgcodekeeper.core.settings.CoreSettings
 
isAutoFormatObjectCode() - Method in interface org.pgcodekeeper.core.settings.ISettings
Checks if object code should be automatically formatted.
isCanceled() - Method in interface org.pgcodekeeper.core.monitor.IMonitor
Returns whether this monitor has been canceled.
isCanceled() - Method in class org.pgcodekeeper.core.monitor.NullMonitor
 
isCheckCaseWithElse() - Method in class org.pgcodekeeper.core.parsers.antlr.base.verification.VerificationProperties
 
isCheckIndents() - Method in class org.pgcodekeeper.core.parsers.antlr.base.verification.VerificationProperties
 
isCheckQuotesInTableColumn() - Method in class org.pgcodekeeper.core.parsers.antlr.base.verification.VerificationProperties
 
isCheckSemicolonAfterSimpleSql() - Method in class org.pgcodekeeper.core.parsers.antlr.base.verification.VerificationProperties
 
isCheckSpaceAfterIf() - Method in class org.pgcodekeeper.core.parsers.antlr.base.verification.VerificationProperties
 
isCheckSpaceOnMath() - Method in class org.pgcodekeeper.core.parsers.antlr.base.verification.VerificationProperties
 
isCheckTempTable() - Method in class org.pgcodekeeper.core.parsers.antlr.base.verification.VerificationProperties
 
ISchema - Interface in org.pgcodekeeper.core.schema
Interface representing a database schema containing tables, views, functions, and other objects.
isChSystemSchema(String) - Static method in class org.pgcodekeeper.core.Utils
Checks if a schema is a ClickHouse system schema.
isClustered() - Method in interface org.pgcodekeeper.core.schema.IConstraintPk
Checks if this primary key constraint is clustered.
isClustered() - Method in class org.pgcodekeeper.core.schema.ms.MsConstraintPk
 
isClustered() - Method in class org.pgcodekeeper.core.schema.pg.PgConstraintPk
 
isClustered() - Method in class org.pgcodekeeper.core.schema.PgStatementContainer
Checks if this container has any clustered indexes or constraints.
isColumnsOrderChanged(List<AbstractColumn>, List<AbstractColumn>) - Static method in class org.pgcodekeeper.core.schema.StatementUtils
Checks if the order of the table columns has changed.
isCommentsToEnd() - Method in class org.pgcodekeeper.core.settings.CoreSettings
 
isCommentsToEnd() - Method in interface org.pgcodekeeper.core.settings.ISettings
Checks if comments should be moved to the end of generated scripts.
isConcurrentlyMode() - Method in class org.pgcodekeeper.core.settings.CoreSettings
 
isConcurrentlyMode() - Method in interface org.pgcodekeeper.core.settings.ISettings
Checks if concurrent mode is enabled.
isContainer() - Method in class org.pgcodekeeper.core.model.difftree.TreeElement
Checks if this element is a container type (table or view).
isCyclic() - Method in class org.pgcodekeeper.core.model.graph.PrintObj
 
isDanger() - Method in class org.pgcodekeeper.core.schema.PgObjLocation
Checks if this location has a danger warning.
isDangerDdl(Collection<DangerStatement>) - Method in class org.pgcodekeeper.core.parsers.antlr.base.ScriptParser
Checks if the script contains dangerous DDL statements not in the allowed set.
isDataMovementMode() - Method in class org.pgcodekeeper.core.settings.CoreSettings
 
isDataMovementMode() - Method in interface org.pgcodekeeper.core.settings.ISettings
Checks if data movement mode is enabled for migrations.
isDesc() - Method in class org.pgcodekeeper.core.schema.SimpleColumn
 
isDisableCheckFunctionBodies() - Method in class org.pgcodekeeper.core.settings.CoreSettings
 
isDisableCheckFunctionBodies() - Method in interface org.pgcodekeeper.core.settings.ISettings
Checks if function body checking should be disabled.
isDropBeforeCreate() - Method in class org.pgcodekeeper.core.settings.CoreSettings
 
isDropBeforeCreate() - Method in interface org.pgcodekeeper.core.settings.ISettings
Checks if objects should be dropped before creating in migrations.
ISearchPath - Interface in org.pgcodekeeper.core.schema
Interface for database objects that are contained within a schema and can be found via search path.
isEmpty() - Method in class org.pgcodekeeper.core.script.SQLScript
Checks if this script contains any statements.
isEnableFunctionBodiesDependencies() - Method in class org.pgcodekeeper.core.settings.CoreSettings
 
isEnableFunctionBodiesDependencies() - Method in interface org.pgcodekeeper.core.settings.ISettings
Checks if function body dependencies analysis is enabled.
ISettings - Interface in org.pgcodekeeper.core.settings
Interface defining configuration settings for database comparison and migration operations.
isGenerateConstraintNotValid() - Method in class org.pgcodekeeper.core.settings.CoreSettings
 
isGenerateConstraintNotValid() - Method in interface org.pgcodekeeper.core.settings.ISettings
Checks if constraints should be generated with NOT VALID option.
isGenerated() - Method in class org.pgcodekeeper.core.schema.pg.PgColumn
 
isGenerateExistDoBlock() - Method in class org.pgcodekeeper.core.settings.CoreSettings
 
isGenerateExistDoBlock() - Method in interface org.pgcodekeeper.core.settings.ISettings
Checks if existence check DO blocks should be generated.
isGenerateExists() - Method in class org.pgcodekeeper.core.settings.CoreSettings
 
isGenerateExists() - Method in interface org.pgcodekeeper.core.settings.ISettings
Checks if existence checks should be generated in migration scripts.
isGlobal() - Method in class org.pgcodekeeper.core.schema.PgObjLocation
Checks if this location represents a global reference.
isGreenplumDb() - Method in class org.pgcodekeeper.core.loader.jdbc.JdbcLoaderBase
 
isHasError() - Method in class org.pgcodekeeper.core.formatter.ErrorPresenceListener
 
isIdentity() - Method in class org.pgcodekeeper.core.schema.ms.MsColumn
 
isIgnoreColumnOrder() - Method in class org.pgcodekeeper.core.settings.CoreSettings
 
isIgnoreColumnOrder() - Method in interface org.pgcodekeeper.core.settings.ISettings
Checks if column order should be ignored during comparison.
isIgnoreConcurrentModification() - Method in class org.pgcodekeeper.core.settings.CoreSettings
 
isIgnoreConcurrentModification() - Method in interface org.pgcodekeeper.core.settings.ISettings
Checks if concurrent modifications should be ignored.
isIgnoreContent() - Method in class org.pgcodekeeper.core.model.difftree.IgnoredObject
 
isIgnoredSchema(String) - Method in class org.pgcodekeeper.core.loader.jdbc.JdbcLoaderBase
 
isIgnorePrivileges() - Method in record class org.pgcodekeeper.core.library.PgLibrary
Returns the value of the isIgnorePrivileges record component.
isIgnorePrivileges() - Method in class org.pgcodekeeper.core.settings.CoreSettings
 
isIgnorePrivileges() - Method in interface org.pgcodekeeper.core.settings.ISettings
Checks if privileges should be ignored during comparison.
ISimpleColumnContainer - Interface in org.pgcodekeeper.core.schema
Interface for database objects that contain simple column references.
ISimpleOptionContainer - Interface in org.pgcodekeeper.core.schema
Interface for database objects that support simple option management with ALTER statements.
isIn() - Method in enum class org.pgcodekeeper.core.schema.ArgMode
Checks if this argument mode represents an input parameter.
isInherit() - Method in class org.pgcodekeeper.core.schema.pg.PgColumn
 
isInMsSchema(String) - Static method in class org.pgcodekeeper.core.WorkDirs
Checks if a Microsoft SQL Server subdirectory belongs to a schema
isInStatementBody() - Method in class org.pgcodekeeper.core.schema.pg.AbstractPgFunction
 
isJoinable(PgColumn) - Method in class org.pgcodekeeper.core.schema.pg.PgColumn
Checks if this column can be joined with another column in a single ALTER statement.
isKeepNewlines() - Method in class org.pgcodekeeper.core.settings.CoreSettings
 
isKeepNewlines() - Method in interface org.pgcodekeeper.core.settings.ISettings
Checks if newlines should be preserved in generated SQL.
isLE(int) - Method in enum class org.pgcodekeeper.core.loader.ms.SupportedMsVersion
 
isLE(int) - Method in enum class org.pgcodekeeper.core.loader.pg.SupportedPgVersion
Checks if this version is less than or equal to the specified version.
isLib() - Method in class org.pgcodekeeper.core.schema.PgStatement
Checks if this statement comes from a library.
isLib() - Method in class org.pgcodekeeper.core.schema.PgStatementMeta
Checks if this statement belongs to a library.
isLogged() - Method in class org.pgcodekeeper.core.schema.pg.AbstractRegularTable
Checks if this table is logged (writes to WAL).
isLogged() - Method in class org.pgcodekeeper.core.schema.pg.PgSequence
Checks if this sequence is logged (written to WAL).
isMemoryOptimized() - Method in class org.pgcodekeeper.core.schema.ms.MsTable
Checks if this table is memory-optimized.
isMsSystemSchema(String) - Static method in class org.pgcodekeeper.core.Utils
Checks if a schema is a Microsoft SQL Server system schema.
isNotValid() - Method in class org.pgcodekeeper.core.schema.AbstractConstraint
 
isNull() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.rulectx.Vex
 
ISNULL - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
ISNULL - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
ISNULL() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_reserved_except_function_typeContext
 
ISNULL() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.VexContext
 
ISOLATION - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
ISOLATION - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
ISOLATION - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
ISOLATION - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
ISOLATION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Set_specialContext
 
ISOLATION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
ISOLATION() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
ISOLATION() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Show_statementContext
 
ISOLATION() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
ISOLATION() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Transaction_modeContext
 
isOperatorToken(int) - Static method in class org.pgcodekeeper.core.formatter.pg.PgFormatterUtils
Checks if a token type represents a SQL operator.
isOwned() - Method in class org.pgcodekeeper.core.schema.PgStatement
Checks if this statement type supports ownership.
isPgSystemSchema(String) - Static method in class org.pgcodekeeper.core.Utils
Checks if a schema is a PostgreSQL system schema.
isPrimaryKey() - Method in interface org.pgcodekeeper.core.schema.IConstraint
Checks if this constraint is a primary key constraint.
isPrimaryKey() - Method in class org.pgcodekeeper.core.schema.meta.MetaConstraint
 
isPrimaryKey() - Method in class org.pgcodekeeper.core.schema.ms.MsConstraintPk
 
isPrimaryKey() - Method in class org.pgcodekeeper.core.schema.pg.PgConstraintPk
 
isPrintUsing() - Method in class org.pgcodekeeper.core.settings.CoreSettings
 
isPrintUsing() - Method in interface org.pgcodekeeper.core.settings.ISettings
Checks if USING clauses should be printed in generated SQL.
isQualified() - Method in class org.pgcodekeeper.core.model.difftree.IgnoredObject
 
isQuotedIdentified() - Method in class org.pgcodekeeper.core.schema.ms.AbstractMsFunction
 
isReadOnly() - Method in class org.pgcodekeeper.core.schema.Argument
 
isRecreated(AbstractTable, ISettings) - Method in class org.pgcodekeeper.core.schema.AbstractTable
Compares this table with the newTable to determine if a full table recreation is required.
isRegular() - Method in class org.pgcodekeeper.core.model.difftree.IgnoredObject
 
isRemoveTrailingWhitespace() - Method in class org.pgcodekeeper.core.formatter.FormatConfiguration
 
isRevoke() - Method in class org.pgcodekeeper.core.schema.PgPrivilege
Checks if this privilege represents a REVOKE operation.
isSchemaBinding() - Method in class org.pgcodekeeper.core.schema.ms.MsView
 
isSelected() - Method in class org.pgcodekeeper.core.model.difftree.TreeElement
Checks if this element is selected.
isSelectedOnly() - Method in class org.pgcodekeeper.core.settings.CoreSettings
 
isSelectedOnly() - Method in interface org.pgcodekeeper.core.settings.ISettings
Checks if only selected objects should be processed.
isSetof() - Method in class org.pgcodekeeper.core.schema.meta.MetaFunction
Returns whether this function returns a set of values.
isShow() - Method in class org.pgcodekeeper.core.model.difftree.IgnoredObject
 
isShow() - Method in class org.pgcodekeeper.core.model.difftree.IgnoreList
 
isShow() - Method in class org.pgcodekeeper.core.model.difftree.IgnoreSchemaList
 
isShow() - Method in interface org.pgcodekeeper.core.model.difftree.IIgnoreList
Gets the default show behavior.
isSimplifyView() - Method in class org.pgcodekeeper.core.settings.CoreSettings
 
isSimplifyView() - Method in interface org.pgcodekeeper.core.settings.ISettings
Checks if view definitions should be simplified.
isSpaceAfterComma() - Method in class org.pgcodekeeper.core.parsers.antlr.base.verification.VerificationProperties
 
isStopNotAllowed() - Method in class org.pgcodekeeper.core.settings.CoreSettings
 
isStopNotAllowed() - Method in interface org.pgcodekeeper.core.settings.ISettings
Checks if migration should stop when encountering not-allowed operations.
isSubElement() - Method in class org.pgcodekeeper.core.model.difftree.TreeElement
Checks if this element is a sub-element of a container.
isSubElement() - Method in class org.pgcodekeeper.core.schema.AbstractColumn
 
isSubElement() - Method in class org.pgcodekeeper.core.schema.AbstractConstraint
 
isSubElement() - Method in class org.pgcodekeeper.core.schema.AbstractIndex
 
isSubElement() - Method in class org.pgcodekeeper.core.schema.AbstractTrigger
 
isSubElement() - Method in class org.pgcodekeeper.core.schema.ms.MsStatistics
 
isSubElement() - Method in class org.pgcodekeeper.core.schema.pg.PgPolicy
 
isSubElement() - Method in class org.pgcodekeeper.core.schema.pg.PgRule
 
isSubElement() - Method in class org.pgcodekeeper.core.schema.PgStatement
Checks if this statement is a sub-element of another statement.
isSubTreeSelected() - Method in class org.pgcodekeeper.core.model.difftree.TreeElement
Checks if there are selected elements in subtree starting from current node.
isSystemSchema(String) - Method in interface org.pgcodekeeper.core.database.base.IDatabaseProvider
Checks if a schema is a system schema for the given database type.
isSystemSchema(String) - Method in class org.pgcodekeeper.core.database.ch.ChDatabaseProvider
 
isSystemSchema(String) - Method in class org.pgcodekeeper.core.database.ms.MsDatabaseProvider
 
isSystemSchema(String) - Method in class org.pgcodekeeper.core.database.pg.PgDatabaseProvider
 
isSystemSchema(String, DatabaseType) - Static method in class org.pgcodekeeper.core.Utils
Checks if a schema is a system schema for the given database type.
IStatement - Interface in org.pgcodekeeper.core.schema
Base interface for all database statements and objects.
IStatementContainer - Interface in org.pgcodekeeper.core.schema
Interface for database objects that can contain other statements as children.
isTracked() - Method in class org.pgcodekeeper.core.schema.ms.MsTable
Checks if change tracking is enabled for this table.
isUnique() - Method in class org.pgcodekeeper.core.schema.AbstractIndex
 
isValidId(String, boolean) - Static method in class org.pgcodekeeper.core.ChDiffUtils
Checks if the given string is a valid ClickHouse identifier.
isValidId(String, boolean, boolean) - Static method in class org.pgcodekeeper.core.MsDiffUtils
Checks if a string is a valid Microsoft SQL identifier.
isValidId(String, boolean, boolean) - Static method in class org.pgcodekeeper.core.PgDiffUtils
Checks if string is a valid PostgreSQL identifier.
isValidIdChar(char) - Static method in class org.pgcodekeeper.core.MsDiffUtils
Checks if character is valid for Microsoft SQL identifiers.
isValidIdChar(char) - Static method in class org.pgcodekeeper.core.PgDiffUtils
Checks if character is valid for PostgreSQL identifiers.
isValidIdChar(char, boolean, boolean) - Static method in class org.pgcodekeeper.core.ChDiffUtils
Checks if character is valid for ClickHouse identifiers.
isValidIdChar(char, boolean, boolean) - Static method in class org.pgcodekeeper.core.MsDiffUtils
Checks if character is valid for Microsoft SQL identifiers.
isValidIdChar(char, boolean, boolean) - Static method in class org.pgcodekeeper.core.PgDiffUtils
Checks if character is valid for PostgreSQL identifiers.
isValidLanguage(String) - Static method in class org.pgcodekeeper.core.PgDiffUtils
Checks if language is valid for PostgreSQL (PLPGSQL or SQL).
isZipFile(Path) - Static method in class org.pgcodekeeper.core.utils.FileUtils
Checks if file is a valid ZIP file by reading file signature.
ivalue - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_partition_gp_nameContext
 
IVerification - Interface in org.pgcodekeeper.core.parsers.antlr.base.verification
Interface for code verification implementations.

J

JavaHasher - Class in org.pgcodekeeper.core.hasher
Implementation of Hasher interface using Java's standard hash code computation.
JavaHasher() - Constructor for class org.pgcodekeeper.core.hasher.JavaHasher
 
JDBC - Enum constant in enum class org.pgcodekeeper.core.library.PgLibrarySource
 
JDBC - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
JDBC - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
JDBC() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Source_priviligeContext
 
JDBC() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
JDBC_SUCCESS - Static variable in interface org.pgcodekeeper.core.Consts
 
JdbcChLoader - Class in org.pgcodekeeper.core.loader.ch
JDBC-based database schema loader for ClickHouse databases.
JdbcChLoader(AbstractJdbcConnector, ISettings, IMonitor, IgnoreSchemaList) - Constructor for class org.pgcodekeeper.core.loader.ch.JdbcChLoader
Creates a new ClickHouse JDBC loader with the specified parameters.
JdbcChLoader_log_connection_db - Static variable in class org.pgcodekeeper.core.localizations.Messages
 
JdbcLoader_log_read_db_objects - Static variable in class org.pgcodekeeper.core.localizations.Messages
 
JdbcLoader_log_reading_db_jdbc - Static variable in class org.pgcodekeeper.core.localizations.Messages
 
JdbcLoader_log_succes_queried - Static variable in class org.pgcodekeeper.core.localizations.Messages
 
JdbcLoaderBase - Class in org.pgcodekeeper.core.loader.jdbc
Abstract base class for JDBC-based database loaders.
JdbcLoaderBase_log_check_extension - Static variable in class org.pgcodekeeper.core.localizations.Messages
 
JdbcLoaderBase_log_check_gp_db - Static variable in class org.pgcodekeeper.core.localizations.Messages
 
JdbcLoaderBase_log_current_obj - Static variable in class org.pgcodekeeper.core.localizations.Messages
 
JdbcLoaderBase_log_event_trigger_disabled - Static variable in class org.pgcodekeeper.core.localizations.Messages
 
JdbcLoaderBase_log_get_last_oid - Static variable in class org.pgcodekeeper.core.localizations.Messages
 
JdbcLoaderBase_log_get_last_system_obj_oid - Static variable in class org.pgcodekeeper.core.localizations.Messages
 
JdbcLoaderBase_log_get_list_system_types - Static variable in class org.pgcodekeeper.core.localizations.Messages
 
JdbcLoaderBase_log_get_obj_count - Static variable in class org.pgcodekeeper.core.localizations.Messages
 
JdbcLoaderBase_log_get_result_gp - Static variable in class org.pgcodekeeper.core.localizations.Messages
 
JdbcLoaderBase_log_get_roles - Static variable in class org.pgcodekeeper.core.localizations.Messages
 
JdbcLoaderBase_log_get_total_obj_count - Static variable in class org.pgcodekeeper.core.localizations.Messages
 
JdbcLoaderBase_log_load_version - Static variable in class org.pgcodekeeper.core.localizations.Messages
 
JdbcLoaderBase_log_not_support_privil - Static variable in class org.pgcodekeeper.core.localizations.Messages
 
JdbcLoaderBase_log_old_version_used - Static variable in class org.pgcodekeeper.core.localizations.Messages
 
JdbcLoaderBase_log_reading_ms_version - Static variable in class org.pgcodekeeper.core.localizations.Messages
 
JdbcLoaderBase_log_reading_pg_version - Static variable in class org.pgcodekeeper.core.localizations.Messages
 
JdbcLoaderBase_log_waiting_antlr_tasks - Static variable in class org.pgcodekeeper.core.localizations.Messages
 
JdbcMsLoader - Class in org.pgcodekeeper.core.loader.ms
JDBC-based database schema loader for Microsoft SQL Server databases.
JdbcMsLoader(AbstractJdbcConnector, ISettings, IMonitor, IgnoreSchemaList) - Constructor for class org.pgcodekeeper.core.loader.ms.JdbcMsLoader
Creates a new Microsoft SQL Server JDBC loader with the specified parameters.
JdbcPgLoader - Class in org.pgcodekeeper.core.loader.pg
JDBC-based database schema loader for PostgreSQL databases.
JdbcPgLoader(AbstractJdbcConnector, String, ISettings, IMonitor, IgnoreSchemaList) - Constructor for class org.pgcodekeeper.core.loader.pg.JdbcPgLoader
Creates a new PostgreSQL JDBC loader with the specified parameters.
JdbcQueries - Class in org.pgcodekeeper.core.loader
Utility class containing pre-built SQL queries for JDBC database operations.
JdbcReader - Class in org.pgcodekeeper.core.loader.jdbc
Abstract base class for JDBC readers that process database objects within schemas.
JdbcRunner - Class in org.pgcodekeeper.core.loader
JDBC statement execution runner with progress monitoring and cancellation support.
JdbcRunner() - Constructor for class org.pgcodekeeper.core.loader.JdbcRunner
Creates a new JDBC runner with a null progress monitor.
JdbcRunner(IMonitor) - Constructor for class org.pgcodekeeper.core.loader.JdbcRunner
Creates a new JDBC runner with the specified progress monitor.
JdbcSystemLoader - Class in org.pgcodekeeper.core.loader.pg
JDBC-based system metadata loader for PostgreSQL databases.
JdbcSystemLoader(AbstractJdbcConnector, String, IMonitor) - Constructor for class org.pgcodekeeper.core.loader.pg.JdbcSystemLoader
Creates a new system loader for the specified database connection.
JdbcType - Class in org.pgcodekeeper.core.loader.jdbc
Represents a PostgreSQL data type with schema qualification and array type handling.
JdbcType(long, String, long, long, String, String, long) - Constructor for class org.pgcodekeeper.core.loader.jdbc.JdbcType
Creates a new JDBC type representation.
join(String) - Method in class org.pgcodekeeper.core.loader.QueryBuilder
Adds a JOIN clause to the query.
join(String, QueryBuilder, String) - Method in class org.pgcodekeeper.core.loader.QueryBuilder
Adds a JOIN clause with prefix and postfix using a subquery.
JOIN - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
JOIN - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
JOIN - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
JOIN - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
JOIN - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
JOIN - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
JOIN() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Array_join_clauseContext
 
JOIN() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.From_itemContext
 
JOIN() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_reservedContext
 
JOIN() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_availability_group_optionsContext
 
JOIN() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.From_itemContext
 
JOIN() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.OptionContext
 
JOIN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
JOIN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.From_itemContext
 
JOIN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Operator_optionContext
 
JOIN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_reserved_except_function_typeContext
 
join_name - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Operator_optionContext
 
join_op() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.From_itemContext
 
join_op() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
Join_opContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Join_opContext
 
join_type() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.From_itemContext
 
join_type() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
Join_typeContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Join_typeContext
 
joinAction(StringBuilder, PgColumn, boolean, boolean, ISettings) - Method in class org.pgcodekeeper.core.schema.pg.PgColumn
Generates SQL for joining column changes in a single ALTER statement.
JSON - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
JSON - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
JSON - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
JSON - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
JSON - Static variable in interface org.pgcodekeeper.core.parsers.antlr.pg.expr.TypesSetManually
 
JSON - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
JSON - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
JSON() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Data_typeContext
 
JSON() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
JSON() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.For_clauseContext
 
JSON() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Open_jsonContext
 
JSON() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
JSON() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
JSON() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Explain_optionContext
 
JSON() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Format_jsonContext
 
JSON() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Json_array_elementContext
 
JSON() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Json_functionContext
 
JSON() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
JSON(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Open_jsonContext
 
JSON(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Json_array_elementContext
 
JSON_ARRAY - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
JSON_ARRAY - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
JSON_ARRAY - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
JSON_ARRAY - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
JSON_ARRAY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Function_callContext
 
JSON_ARRAY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
JSON_ARRAY() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
JSON_ARRAY() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Json_functionContext
 
JSON_ARRAY() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreserved_except_function_typeContext
 
json_array_element() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
json_array_element() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Json_functionContext
 
Json_array_elementContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Json_array_elementContext
 
JSON_ARRAYAGG - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
JSON_ARRAYAGG - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
JSON_ARRAYAGG() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
JSON_ARRAYAGG() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Json_functionContext
 
JSON_ARRAYAGG() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreserved_except_function_typeContext
 
json_behavior_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
json_behavior_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Json_functionContext
 
json_behavior_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Json_table_columnContext
 
json_behavior_clause(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Json_functionContext
 
json_behavior_clause(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Json_table_columnContext
 
Json_behavior_clauseContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Json_behavior_clauseContext
 
json_behavior_type() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Json_behavior_clauseContext
 
json_behavior_type() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
Json_behavior_typeContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Json_behavior_typeContext
 
json_columns() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
json_columns() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Json_functionContext
 
json_columns() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Json_table_columnContext
 
Json_columnsContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Json_columnsContext
 
JSON_EXISTS - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
JSON_EXISTS - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
JSON_EXISTS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
JSON_EXISTS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Json_functionContext
 
JSON_EXISTS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreserved_except_function_typeContext
 
json_function() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Function_callContext
 
json_function() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
Json_functionContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Json_functionContext
 
json_null_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Function_callContext
 
json_null_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
Json_null_clauseContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Json_null_clauseContext
 
JSON_OBJECT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
JSON_OBJECT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
JSON_OBJECT - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
JSON_OBJECT - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
JSON_OBJECT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Function_callContext
 
JSON_OBJECT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
JSON_OBJECT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
JSON_OBJECT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Json_functionContext
 
JSON_OBJECT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreserved_except_function_typeContext
 
json_object_content() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Json_functionContext
 
json_object_content() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
Json_object_contentContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Json_object_contentContext
 
json_object_entry() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Json_functionContext
 
json_object_entry() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Json_object_contentContext
 
json_object_entry() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
json_object_entry(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Json_object_contentContext
 
Json_object_entryContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Json_object_entryContext
 
JSON_OBJECTAGG - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
JSON_OBJECTAGG - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
JSON_OBJECTAGG() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
JSON_OBJECTAGG() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Json_functionContext
 
JSON_OBJECTAGG() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreserved_except_function_typeContext
 
json_on_null_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Json_array_elementContext
 
json_on_null_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Json_functionContext
 
json_on_null_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Json_object_contentContext
 
json_on_null_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
Json_on_null_clauseContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Json_on_null_clauseContext
 
json_pair() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Expr_primaryContext
 
json_pair() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
json_pair(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Expr_primaryContext
 
Json_pairContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Json_pairContext
 
json_passing_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Json_functionContext
 
json_passing_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
Json_passing_clauseContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Json_passing_clauseContext
 
JSON_QUERY - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
JSON_QUERY - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
JSON_QUERY() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
JSON_QUERY() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Json_functionContext
 
JSON_QUERY() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreserved_except_function_typeContext
 
json_quotes() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Json_functionContext
 
json_quotes() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
json_quotes() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Json_table_columnContext
 
Json_quotesContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Json_quotesContext
 
json_return_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Json_functionContext
 
json_return_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Json_object_contentContext
 
json_return_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
Json_return_clauseContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Json_return_clauseContext
 
JSON_SCALAR - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
JSON_SCALAR - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
JSON_SCALAR() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
JSON_SCALAR() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Json_functionContext
 
JSON_SCALAR() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreserved_except_function_typeContext
 
JSON_SERIALIZE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
JSON_SERIALIZE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
JSON_SERIALIZE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
JSON_SERIALIZE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Json_functionContext
 
JSON_SERIALIZE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreserved_except_function_typeContext
 
JSON_TABLE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
JSON_TABLE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
JSON_TABLE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
JSON_TABLE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Json_functionContext
 
JSON_TABLE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreserved_except_function_typeContext
 
json_table_column() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Json_columnsContext
 
json_table_column() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
json_table_column(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Json_columnsContext
 
Json_table_columnContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Json_table_columnContext
 
json_unique_keys() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Json_functionContext
 
json_unique_keys() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Json_object_contentContext
 
json_unique_keys() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
Json_unique_keysContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Json_unique_keysContext
 
JSON_VALUE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
JSON_VALUE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
JSON_VALUE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
JSON_VALUE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Json_functionContext
 
JSON_VALUE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreserved_except_function_typeContext
 
json_wrapper() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Json_functionContext
 
json_wrapper() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Json_table_columnContext
 
json_wrapper() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
Json_wrapperContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Json_wrapperContext
 
JSONB - Static variable in interface org.pgcodekeeper.core.parsers.antlr.pg.expr.TypesSetManually
 

K

KB - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
KB - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
KB() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_server_configurationContext
 
KB() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_or_alter_event_session_withContext
 
KB() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.File_sizeContext
 
KB() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
KB(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_or_alter_event_session_withContext
 
KEEP - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
KEEP - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
KEEP - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
KEEP - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
KEEP() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.OptionContext
 
KEEP() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
KEEP() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
KEEP() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Json_quotesContext
 
KEEP() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
KEEP_CDC - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
KEEP_CDC - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
KEEP_CDC() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Restore_optionContext
 
KEEP_CDC() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
KEEP_REPLICATION - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
KEEP_REPLICATION - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
KEEP_REPLICATION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Restore_optionContext
 
KEEP_REPLICATION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
KEEPFIXED - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
KEEPFIXED - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
KEEPFIXED() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.OptionContext
 
KEEPFIXED() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
KERBEROS - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
KERBEROS - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
KERBEROS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
KERBEROS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Windows_auth_optionContext
 
key - Variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Data_typeContext
 
key - Variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Index_optionContext
 
KEY - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
KEY - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
KEY - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
KEY - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
KEY - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
KEY - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
KEY() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Auth_paramsContext
 
KEY() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Create_dictinary_stmtContext
 
KEY() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Primary_key_clauseContext
 
KEY() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Table_column_defContext
 
KEY() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
KEY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_asymmetric_keyContext
 
KEY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_certificateContext
 
KEY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_column_encryption_keyContext
 
KEY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_database_encryption_keyContext
 
KEY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_master_key_sql_serverContext
 
KEY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_service_master_keyContext
 
KEY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_symmetric_keyContext
 
KEY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Asymmetric_key_optionContext
 
KEY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Backup_certificateContext
 
KEY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Backup_master_keyContext
 
KEY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Backup_optionContext
 
KEY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Backup_service_master_keyContext
 
KEY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Backup_symmetric_keyContext
 
KEY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Class_typeContext
 
KEY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Close_keyContext
 
KEY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Column_constraint_bodyContext
 
KEY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_asymmetric_keyContext
 
KEY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_column_encryption_keyContext
 
KEY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_column_master_keyContext
 
KEY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_database_encryption_keyContext
 
KEY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_fulltext_indexContext
 
KEY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_keyContext
 
KEY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_master_key_sql_serverContext
 
KEY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_userContext
 
KEY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Cripto_listContext
 
KEY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Decryption_mechanismContext
 
KEY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Drop_asymmetric_keyContext
 
KEY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Drop_database_encryption_keyContext
 
KEY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Drop_master_keyContext
 
KEY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Drop_signatureContext
 
KEY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Drop_statementsContext
 
KEY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Drop_symmetric_keyContext
 
KEY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Encryption_mechanismContext
 
KEY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Existing_keysContext
 
KEY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Login_sourcesContext
 
KEY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Open_keyContext
 
KEY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.PermissionContext
 
KEY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Restore_master_keyContext
 
KEY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Restore_service_master_keyContext
 
KEY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Restore_symmetric_keyContext
 
KEY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Table_constraint_bodyContext
 
KEY() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.After_opsContext
 
KEY() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
KEY() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Constr_bodyContext
 
KEY() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
KEY(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_database_encryption_keyContext
 
KEY(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_master_key_sql_serverContext
 
KEY(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_symmetric_keyContext
 
KEY(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_database_encryption_keyContext
 
KEY(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Drop_asymmetric_keyContext
 
KEY(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Drop_signatureContext
 
KEY(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Drop_symmetric_keyContext
 
key_name - Variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Close_keyContext
 
key_name - Variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Open_keyContext
 
key_options() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_keyContext
 
key_options() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
key_options(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_keyContext
 
Key_optionsContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Key_optionsContext
 
KEY_PATH - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
KEY_PATH - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
KEY_PATH() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_column_master_keyContext
 
KEY_PATH() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
KEY_SOURCE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
KEY_SOURCE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
KEY_SOURCE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Key_optionsContext
 
KEY_SOURCE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
KEY_STORE_PROVIDER_NAME - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
KEY_STORE_PROVIDER_NAME - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
KEY_STORE_PROVIDER_NAME() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_column_master_keyContext
 
KEY_STORE_PROVIDER_NAME() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
KEYS - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
KEYS - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
KEYS - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
KEYS - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
KEYS - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
KEYS - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
KEYS() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Show_stmtContext
 
KEYS() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
KEYS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Close_keyContext
 
KEYS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
KEYS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
KEYS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Json_unique_keysContext
 
KEYS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
KEYSET - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
KEYSET - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
KEYSET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Declare_cursor_partialContext
 
KEYSET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
Keyword - Class in org.pgcodekeeper.core.sql
PostgreSQL keyword classification and management.
Keyword(String, Keyword.KeywordCategory, Keyword.LabelCategory) - Constructor for class org.pgcodekeeper.core.sql.Keyword
Creates a new keyword with specified properties.
Keyword.KeywordCategory - Enum Class in org.pgcodekeeper.core.sql
PostgreSQL keyword categories based on parser classification.
Keyword.LabelCategory - Enum Class in org.pgcodekeeper.core.sql
Label categories for keyword usage in different contexts.
KEYWORDS - Static variable in class org.pgcodekeeper.core.sql.Keyword
 
KILL - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
KILL - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
KILL - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
KILL - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
KILL() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Kill_stmtContext
 
KILL() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.PermissionContext
 
KILL() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
KILL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.PermissionContext
 
kill_stmt() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Ddl_stmtContext
 
kill_stmt() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
Kill_stmtContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Kill_stmtContext
 
kind - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_statistics_statementContext
 

L

LABEL - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
LABEL - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
LABEL() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
LABEL() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Security_labelContext
 
LABEL() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
label_member_object() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
label_member_object() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Security_labelContext
 
Label_member_objectContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Label_member_objectContext
 
LABELONLY - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
LABELONLY - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
LABELONLY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Restore_otherContext
 
LABELONLY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
lambda_expr() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Create_function_stmtContext
 
lambda_expr() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Expr_primaryContext
 
lambda_expr() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
lambda_expr() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Select_modeContext
 
Lambda_exprContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Lambda_exprContext
 
lang_file_spec() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_external_languageContext
 
lang_file_spec() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_external_languageContext
 
lang_file_spec() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
lang_file_spec(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_external_languageContext
 
Lang_file_specContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Lang_file_specContext
 
lang_name - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Function_actions_commonContext
 
LANGUAGE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
LANGUAGE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
LANGUAGE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
LANGUAGE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
LANGUAGE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_external_languageContext
 
LANGUAGE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_external_languageContext
 
LANGUAGE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Language_termContext
 
LANGUAGE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Library_languageContext
 
LANGUAGE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Set_specialContext
 
LANGUAGE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
LANGUAGE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_language_statementContext
 
LANGUAGE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Anonymous_blockContext
 
LANGUAGE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
LANGUAGE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Comment_member_objectContext
 
LANGUAGE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_language_statementContext
 
LANGUAGE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_transform_statementContext
 
LANGUAGE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Drop_statementsContext
 
LANGUAGE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Extension_member_objectContext
 
LANGUAGE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Function_actions_commonContext
 
LANGUAGE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Label_member_objectContext
 
LANGUAGE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Rule_member_objectContext
 
LANGUAGE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
language_name_or_alias - Variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_userContext
 
language_name_or_alias - Variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.User_optionContext
 
language_term() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_fulltext_stoplistContext
 
language_term() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Fulltext_index_columnContext
 
language_term() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
language_term() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.PredicateContext
 
Language_termContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Language_termContext
 
LARGE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
LARGE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
LARGE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
LARGE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
LARGE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Data_typeContext
 
LARGE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
LARGE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
LARGE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Comment_member_objectContext
 
LARGE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Label_member_objectContext
 
LARGE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Owner_member_objectContext
 
LARGE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Rule_member_objectContext
 
LARGE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
LAST - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
LAST - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
LAST - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
LAST - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
LAST - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
LAST - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
LAST() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Order_exprContext
 
LAST() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
LAST() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Cursor_statementContext
 
LAST() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
LAST() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
LAST() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Fetch_move_directionContext
 
LAST() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Null_orderingContext
 
LAST() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
last_node() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Arbitrary_length_patternContext
 
last_node() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
last_node() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Match_specificationContext
 
last_node() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_match_patternContext
 
last_node(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Match_specificationContext
 
last_node(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_match_patternContext
 
LAST_NODE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
LAST_NODE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
LAST_NODE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Last_nodeContext
 
LAST_NODE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
Last_nodeContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Last_nodeContext
 
LATERAL - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
LATERAL - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
LATERAL() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
LATERAL() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.From_primaryContext
 
LATERAL() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.From_rows_with_aliasContext
 
LATERAL() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_reservedContext
 
launchAnalyze(List<Object>, MetaContainer) - Method in class org.pgcodekeeper.core.parsers.antlr.base.launcher.AbstractAnalysisLauncher
Launches the analysis of the statement.
LAYOUT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
LAYOUT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
LAYOUT() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Dictionary_optionContext
 
LAYOUT() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
layout_expr() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Dictionary_optionContext
 
layout_expr() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
Layout_exprContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Layout_exprContext
 
LBRACE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
LBRACE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
LBRACE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Expr_primaryContext
 
LBRACE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Id_tokenContext
 
LBRACKET - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
LBRACKET - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
LBRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Expr_primaryContext
 
LBRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.ExprContext
 
LC_COLLATE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
LC_COLLATE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
LC_COLLATE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Collation_optionContext
 
LC_COLLATE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_database_optionContext
 
LC_COLLATE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonkeywordContext
 
LC_CTYPE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
LC_CTYPE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
LC_CTYPE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Collation_optionContext
 
LC_CTYPE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_database_optionContext
 
LC_CTYPE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonkeywordContext
 
lcid - Variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_userContext
 
LE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
LE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
LE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.OpContext
 
LEADING - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
LEADING - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
LEADING - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
LEADING - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
LEADING() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Function_callContext
 
LEADING() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
LEADING() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
LEADING() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.String_value_functionContext
 
LEADING() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_reservedContext
 
LEAKPROOF - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
LEAKPROOF - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
LEAKPROOF() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
LEAKPROOF() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Function_actions_commonContext
 
LEAKPROOF() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
LEAST - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
LEAST - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
LEAST() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
LEAST() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Function_constructContext
 
LEAST() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreserved_except_function_typeContext
 
LEDGER - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
LEDGER - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
LEDGER() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_database_optionContext
 
LEDGER() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
ledger_option() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
ledger_option() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.On_optionContext
 
ledger_option(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.On_optionContext
 
Ledger_optionContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Ledger_optionContext
 
LEDGER_VIEW - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
LEDGER_VIEW - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
LEDGER_VIEW() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Ledger_optionContext
 
LEDGER_VIEW() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
ledger_view_option() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Ledger_optionContext
 
ledger_view_option() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
ledger_view_option(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Ledger_optionContext
 
Ledger_view_optionContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Ledger_view_optionContext
 
LEFT - Enum constant in enum class org.pgcodekeeper.core.model.difftree.TreeElement.DiffSide
 
LEFT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
LEFT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
LEFT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
LEFT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
LEFT - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
LEFT - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
LEFT() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Array_join_clauseContext
 
LEFT() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Join_opContext
 
LEFT() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_reservedContext
 
LEFT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_partition_functionContext
 
LEFT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.From_itemContext
 
LEFT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Scalar_function_nameContext
 
LEFT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
LEFT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.From_itemContext
 
LEFT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_reserved_except_function_typeContext
 
LEFT_BRACKET - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
LEFT_BRACKET - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
LEFT_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Array_elementsContext
 
LEFT_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Array_typeContext
 
LEFT_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.IndirectionContext
 
LEFT_CURLY_BRACE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.PrivilegesLexer
 
LEFT_CURLY_BRACE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.PrivilegesParser
 
LEFT_CURLY_BRACE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.PrivilegesParser.PrivilegesContext
 
LEFT_FIGURE_PAREN - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
LEFT_FIGURE_PAREN - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
LEFT_FIGURE_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Al_pattern_quantifierContext
 
LEFT_FIGURE_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Date_expressionContext
 
LEFT_PAREN - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
LEFT_PAREN - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
LEFT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Add_operator_to_familyContext
 
LEFT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Additional_statementContext
 
LEFT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Aggregate_function_argsContext
 
LEFT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alias_clauseContext
 
LEFT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.All_op_refContext
 
LEFT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_operator_actionContext
 
LEFT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_partition_gp_nameContext
 
LEFT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_subscription_actionContext
 
LEFT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_table_statementContext
 
LEFT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_type_statementContext
 
LEFT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Cast_specificationContext
 
LEFT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Cluster_stmtContext
 
LEFT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Column_actionContext
 
LEFT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Comment_member_objectContext
 
LEFT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Comparison_modContext
 
LEFT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Constr_bodyContext
 
LEFT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Copy_from_statementContext
 
LEFT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Copy_to_statementContext
 
LEFT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_aggregate_statementContext
 
LEFT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_cast_statementContext
 
LEFT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_collation_statementContext
 
LEFT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_fts_configuration_statementContext
 
LEFT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_fts_dictionary_statementContext
 
LEFT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_fts_parser_statementContext
 
LEFT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_fts_template_statementContext
 
LEFT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_operator_class_optionContext
 
LEFT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_operator_statementContext
 
LEFT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_rewrite_statementContext
 
LEFT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_statistics_statementContext
 
LEFT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_table_external_statementContext
 
LEFT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_transform_statementContext
 
LEFT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_type_statementContext
 
LEFT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Cursor_statementContext
 
LEFT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Datetime_overlapsContext
 
LEFT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Define_columnsContext
 
LEFT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Define_foreign_optionsContext
 
LEFT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Distributed_clauseContext
 
LEFT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Domain_constraintContext
 
LEFT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Drop_cast_statementContext
 
LEFT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Drop_database_statementContext
 
LEFT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Drop_operator_from_familyContext
 
LEFT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Encoding_identifierContext
 
LEFT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Event_trigger_filter_variablesContext
 
LEFT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Execute_statementContext
 
LEFT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Explain_statementContext
 
LEFT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Extension_member_objectContext
 
LEFT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.External_table_formatContext
 
LEFT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.External_table_locationContext
 
LEFT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Extract_functionContext
 
LEFT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Filter_clauseContext
 
LEFT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.From_function_column_defContext
 
LEFT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.From_itemContext
 
LEFT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.From_primaryContext
 
LEFT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.From_rows_with_aliasContext
 
LEFT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Function_argsContext
 
LEFT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Function_callContext
 
LEFT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Function_constructContext
 
LEFT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Function_ret_tableContext
 
LEFT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Grouping_elementContext
 
LEFT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Identifier_list_in_parenContext
 
LEFT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Identity_bodyContext
 
LEFT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Including_indexContext
 
LEFT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Index_columnsContext
 
LEFT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Insert_columnsContext
 
LEFT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Into_partition_gp_clauseContext
 
LEFT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Json_columnsContext
 
LEFT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Json_functionContext
 
LEFT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.List_of_type_column_defContext
 
LEFT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Loop_startContext
 
LEFT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Merge_support_functionContext
 
LEFT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Merge_updateContext
 
LEFT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Names_in_parensContext
 
LEFT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.OpContext
 
LEFT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Operator_argsContext
 
LEFT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Partition_bound_partContext
 
LEFT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Partition_bound_specContext
 
LEFT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Partition_every_clauseContext
 
LEFT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Partition_gp_actionContext
 
LEFT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Partition_gpContext
 
LEFT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Partition_methodContext
 
LEFT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Partition_type_colContext
 
LEFT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Partition_valContext
 
LEFT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Partition_valuesContext
 
LEFT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Perform_stmtContext
 
LEFT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Precision_paramContext
 
LEFT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Predefined_typeContext
 
LEFT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Publication_table_onlyContext
 
LEFT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Reindex_optionsContext
 
LEFT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Select_ops_no_parensContext
 
LEFT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Select_opsContext
 
LEFT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Select_primaryContext
 
LEFT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Storage_parametersContext
 
LEFT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.String_value_functionContext
 
LEFT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Sub_part_elementsContext
 
LEFT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Sub_partContext
 
LEFT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Table_colsContext
 
LEFT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Table_subqueryContext
 
LEFT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Type_declarationContext
 
LEFT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Type_lengthContext
 
LEFT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Update_setContext
 
LEFT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.User_or_role_or_group_common_optionContext
 
LEFT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Vacuum_modeContext
 
LEFT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Value_expression_primaryContext
 
LEFT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Values_valuesContext
 
LEFT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Vex_bContext
 
LEFT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.VexContext
 
LEFT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.View_columnsContext
 
LEFT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.When_triggerContext
 
LEFT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Window_definitionContext
 
LEFT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.With_queryContext
 
LEFT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Xml_functionContext
 
LEFT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Zone_valueContext
 
LEFT_PAREN(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_partition_gp_nameContext
 
LEFT_PAREN(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Copy_to_statementContext
 
LEFT_PAREN(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Datetime_overlapsContext
 
LEFT_PAREN(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.From_rows_with_aliasContext
 
LEFT_PAREN(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Function_callContext
 
LEFT_PAREN(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Merge_updateContext
 
LEFT_PAREN(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Update_setContext
 
LEFT_PAREN(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.With_queryContext
 
LEFT_PAREN(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Xml_functionContext
 
left_type - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Operator_argsContext
 
LEFTARG - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
LEFTARG - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
LEFTARG() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_operator_optionContext
 
LEFTARG() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonkeywordContext
 
leftParen() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.rulectx.ChSelectOps
Returns the left parenthesis terminal node if present.
leftParen() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.rulectx.MsSelectOps
Returns the left parenthesis terminal node if present.
leftParen() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.rulectx.SelectOps
Returns the left parenthesis terminal node if present.
leftParen() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.rulectx.Vex
 
leq() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.rulectx.Vex
 
LEQ - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
LEQ - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
LEQ() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.All_opContext
 
LEQ() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.All_simple_opContext
 
LEQ() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Vex_bContext
 
LEQ() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.VexContext
 
LESS - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
LESS - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
LESS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Comparison_operatorContext
 
LESS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Edge_patternContext
 
LESS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Event_session_predicate_leafContext
 
LESS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Predicate_factorContext
 
LESS_LESS - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
LESS_LESS - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
LESS_LESS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Op_charsContext
 
LESS_LESS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Start_labelContext
 
LEVEL - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
LEVEL - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
LEVEL - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
LEVEL - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
LEVEL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Set_specialContext
 
LEVEL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
LEVEL() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
LEVEL() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Show_statementContext
 
LEVEL() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Table_actionContext
 
LEVEL() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
LEVEL() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Transaction_modeContext
 
LEXIZE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
LEXIZE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
LEXIZE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_fts_template_statementContext
 
LEXIZE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonkeywordContext
 
lexize_name - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_fts_template_statementContext
 
LEXTYPES - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
LEXTYPES - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
LEXTYPES() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_fts_parser_statementContext
 
LEXTYPES() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonkeywordContext
 
lextypes_func - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_fts_parser_statementContext
 
LIBRARY - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
LIBRARY - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
LIBRARY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_external_libraryContext
 
LIBRARY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Class_typeContext
 
LIBRARY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_external_libraryContext
 
LIBRARY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Drop_external_libraryContext
 
LIBRARY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.PermissionContext
 
LIBRARY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
library_file_spec() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_external_libraryContext
 
library_file_spec() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_external_libraryContext
 
library_file_spec() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
library_file_spec(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_external_libraryContext
 
Library_file_specContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Library_file_specContext
 
library_language() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_external_libraryContext
 
library_language() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_external_libraryContext
 
library_language() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
Library_languageContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Library_languageContext
 
library_name - Variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_external_libraryContext
 
LibraryLoader - Class in org.pgcodekeeper.core.loader
Database loader for external libraries and dependencies.
LibraryLoader(AbstractDatabase, Path, List<Object>) - Constructor for class org.pgcodekeeper.core.loader.LibraryLoader
Creates a new library loader with empty loaded paths set.
LibraryLoader(AbstractDatabase, Path, List<Object>, Set<String>) - Constructor for class org.pgcodekeeper.core.loader.LibraryLoader
Creates a new library loader with specified loaded paths set.
life_time_expr() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Dictionary_optionContext
 
life_time_expr() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
Life_time_exprContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Life_time_exprContext
 
LIFETIME - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
LIFETIME - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
LIFETIME - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
LIFETIME - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
LIFETIME() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Dictionary_optionContext
 
LIFETIME() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
LIFETIME() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_routeContext
 
LIFETIME() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Begin_conversation_dialogContext
 
LIFETIME() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_routeContext
 
LIFETIME() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
like() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.rulectx.Vex
 
LIKE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
LIKE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
LIKE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
LIKE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
LIKE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
LIKE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
LIKE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Host_typeContext
 
LIKE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Like_exprContext
 
LIKE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_reservedContext
 
LIKE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.PredicateContext
 
LIKE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
LIKE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_table_external_statementContext
 
LIKE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_type_statementContext
 
LIKE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Table_column_defContext
 
LIKE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_reserved_except_function_typeContext
 
LIKE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.VexContext
 
LIKE(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_type_statementContext
 
like_expr() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.ExprContext
 
like_expr() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
like_expr() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Show_stmtContext
 
Like_exprContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Like_exprContext
 
like_option() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
like_option() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Table_column_defContext
 
like_option(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Table_column_defContext
 
Like_optionContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Like_optionContext
 
like_type - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_type_statementContext
 
LIMIT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
LIMIT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
LIMIT - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
LIMIT - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
LIMIT() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Limit_by_clauseContext
 
LIMIT() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Limit_clauseContext
 
LIMIT() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_reservedContext
 
LIMIT() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Watch_stmtContext
 
LIMIT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.After_opsContext
 
LIMIT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_database_optionContext
 
LIMIT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.External_table_logContext
 
LIMIT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Schema_importContext
 
LIMIT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_reservedContext
 
LIMIT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.User_or_role_common_optionContext
 
limit_by_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
limit_by_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Select_primaryContext
 
Limit_by_clauseContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Limit_by_clauseContext
 
limit_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
limit_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Select_primaryContext
 
limit_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Show_stmtContext
 
Limit_clauseContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Limit_clauseContext
 
limit_expr() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Limit_by_clauseContext
 
limit_expr() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Limit_clauseContext
 
limit_expr() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
Limit_exprContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Limit_exprContext
 
LINE_COMMENT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
LINE_COMMENT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
LINE_COMMENT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
LINE_COMMENT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
LineComment - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
LineComment - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
LINENO - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
LINENO - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
LINKED - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
LINKED - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
LINKED() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.PermissionContext
 
LINKED() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
linked_server - Variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.OpenqueryContext
 
LINUX - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
LINUX - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
LINUX() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.PlatformContext
 
LINUX() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
LIST - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
LIST - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
LIST - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
LIST - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
LIST() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_fulltext_index_optionContext
 
LIST() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_search_property_listContext
 
LIST() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Class_typeContext
 
LIST() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_search_property_listContext
 
LIST() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Drop_statementsContext
 
LIST() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Fulltext_index_optionContext
 
LIST() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
LIST() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Partition_methodContext
 
LIST() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Partition_type_colContext
 
LIST() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonkeywordContext
 
list_of_type_column_def() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Define_partitionContext
 
list_of_type_column_def() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Define_typeContext
 
list_of_type_column_def() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
List_of_type_column_defContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.List_of_type_column_defContext
 
LISTEN - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
LISTEN - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
LISTEN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Additional_statementContext
 
LISTEN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
LISTEN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
LISTENER - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
LISTENER - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
LISTENER() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_availability_group_optionsContext
 
LISTENER() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
LISTENER_IP - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
LISTENER_IP - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
LISTENER_IP() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
LISTENER_IP() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Tcp_optionsContext
 
LISTENER_PORT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
LISTENER_PORT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
LISTENER_PORT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
LISTENER_PORT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Tcp_optionsContext
 
LISTENER_URL - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
LISTENER_URL - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
LISTENER_URL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Availability_group_spec_optionContext
 
LISTENER_URL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
listPgObjects(AbstractDatabase) - Static method in class org.pgcodekeeper.core.schema.AbstractDatabase
Creates a map of all database objects with their qualified names as keys.
literal() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Auth_paramsContext
 
literal() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Dictionary_arg_valueContext
 
literal() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Dictionary_attr_defContext
 
literal() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Expr_primaryContext
 
literal() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.ExprContext
 
literal() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Function_callContext
 
literal() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Host_typeContext
 
literal() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Json_pairContext
 
literal() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
literal() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Optimize_by_exprContext
 
literal() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Select_modeContext
 
literal() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Table_arg_exprContext
 
literal() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.User_settingContext
 
literal(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Json_pairContext
 
literal(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Optimize_by_exprContext
 
LiteralContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.LiteralContext
 
LIVE - Enum constant in enum class org.pgcodekeeper.core.schema.ch.ChView.ChViewType
 
LIVE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
LIVE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
LIVE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Create_live_view_stmtContext
 
LIVE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
load() - Method in class org.pgcodekeeper.core.loader.ch.JdbcChLoader
 
load() - Method in class org.pgcodekeeper.core.loader.DatabaseLoader
Loads database schema without performing full analysis.
load() - Method in class org.pgcodekeeper.core.loader.LibraryLoader
Not supported operation for library loader.
load() - Method in class org.pgcodekeeper.core.loader.ms.JdbcMsLoader
 
load() - Method in class org.pgcodekeeper.core.loader.pg.JdbcPgLoader
 
load() - Method in class org.pgcodekeeper.core.loader.pg.JdbcSystemLoader
Not supported operation for system loader.
load() - Method in class org.pgcodekeeper.core.loader.PgDumpLoader
 
load() - Method in class org.pgcodekeeper.core.loader.ProjectLoader
 
load() - Method in class org.pgcodekeeper.core.loader.TokenLoader
Not supported operation for token loader.
LOAD - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
LOAD - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
LOAD - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
LOAD - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
LOAD() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Backup_optionContext
 
LOAD() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Restore_optionContext
 
LOAD() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Additional_statementContext
 
LOAD() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
LOAD() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
loadAndAnalyze() - Method in class org.pgcodekeeper.core.loader.DatabaseLoader
Loads database schema and performs full analysis.
loadAsync(AbstractDatabase, Queue<AntlrTask<?>>) - Method in class org.pgcodekeeper.core.loader.PgDumpLoader
Loads SQL dump asynchronously into the provided database with default schema setup.
loadDatabase(AbstractDatabase, Queue<AntlrTask<?>>) - Method in class org.pgcodekeeper.core.loader.PgDumpLoader
Loads SQL dump into the specified database using ANTLR parsing.
LoaderFactory - Class in org.pgcodekeeper.core.loader
Factory class for creating database loaders based on database type.
loadFromDump(String) - Method in class org.pgcodekeeper.core.api.DatabaseFactory
Loads database from a database dump file and monitoring.
loadFromJdbc(String) - Method in class org.pgcodekeeper.core.api.DatabaseFactory
Loads database from a JDBC connection.
loadFromJdbc(String, String) - Method in class org.pgcodekeeper.core.api.DatabaseFactory
Loads database from a JDBC connection with schema filtering and monitoring.
loadFromProject(String) - Method in class org.pgcodekeeper.core.api.DatabaseFactory
Loads database from a project directory with schema filtering.
loadFromProject(String, String) - Method in class org.pgcodekeeper.core.api.DatabaseFactory
Loads database from a project directory with schema filtering and monitoring.
LOADHISTORY - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
LOADHISTORY - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
LOADHISTORY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Restore_optionContext
 
LOADHISTORY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
loadLibraries(ISettings, boolean, Collection<String>) - Method in class org.pgcodekeeper.core.loader.LibraryLoader
Loads libraries from the specified collection of paths.
loadOverrides(AbstractDatabase) - Method in class org.pgcodekeeper.core.loader.ProjectLoader
Loads statement overrides from the overrides directory and applies them to the database.
loadURI(URI, String, Path) - Static method in class org.pgcodekeeper.core.utils.FileUtils
Downloads content from URI to file in directory.
loadXml(DependenciesXmlStore, ISettings) - Method in class org.pgcodekeeper.core.loader.LibraryLoader
Loads libraries from XML dependency store configuration.
LOB_COMPACTION - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
LOB_COMPACTION - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
LOB_COMPACTION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Queue_actionContext
 
LOB_COMPACTION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
LOCAL - Enum constant in enum class org.pgcodekeeper.core.library.PgLibrarySource
 
LOCAL - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
LOCAL - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
LOCAL - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
LOCAL - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
LOCAL - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
LOCAL - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
LOCAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Host_typeContext
 
LOCAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Join_typeContext
 
LOCAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
LOCAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_server_configurationContext
 
LOCAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Database_optionspecContext
 
LOCAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Declare_cursor_partialContext
 
LOCAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
LOCAL() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
LOCAL() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_table_as_statementContext
 
LOCAL() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_table_statementContext
 
LOCAL() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Set_actionContext
 
LOCAL() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
LOCAL() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.With_check_optionContext
 
LOCAL_ID - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
LOCAL_ID - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
LOCAL_ID() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Backup_databaseContext
 
LOCAL_ID() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Backup_deviceContext
 
LOCAL_ID() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Backup_logContext
 
LOCAL_ID() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Begin_conversation_dialogContext
 
LOCAL_ID() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Begin_conversation_timerContext
 
LOCAL_ID() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Change_tableContext
 
LOCAL_ID() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Constant_expressionContext
 
LOCAL_ID() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Constant_LOCAL_IDContext
 
LOCAL_ID() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Cursor_nameContext
 
LOCAL_ID() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Cursor_statementContext
 
LOCAL_ID() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Decimal_or_local_idContext
 
LOCAL_ID() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Declare_localContext
 
LOCAL_ID() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Declare_statementContext
 
LOCAL_ID() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Default_valueContext
 
LOCAL_ID() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Delete_statementContext
 
LOCAL_ID() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.End_conversationContext
 
LOCAL_ID() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Execute_clause_userContext
 
LOCAL_ID() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Execute_moduleContext
 
LOCAL_ID() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Execute_statement_argContext
 
LOCAL_ID() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Execute_string_partContext
 
LOCAL_ID() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Execute_stringContext
 
LOCAL_ID() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.From_primaryContext
 
LOCAL_ID() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Func_returnContext
 
LOCAL_ID() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Insert_statementContext
 
LOCAL_ID() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Merge_statementContext
 
LOCAL_ID() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Object_expressionContext
 
LOCAL_ID() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Optimize_for_argContext
 
LOCAL_ID() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Output_clauseContext
 
LOCAL_ID() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Primitive_expressionContext
 
LOCAL_ID() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Print_statementContext
 
LOCAL_ID() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Procedure_paramContext
 
LOCAL_ID() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Raiseerror_statementContext
 
LOCAL_ID() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Receive_statementContext
 
LOCAL_ID() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Restore_databaseContext
 
LOCAL_ID() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Restore_logContext
 
LOCAL_ID() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Security_statementContext
 
LOCAL_ID() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Set_statementContext
 
LOCAL_ID() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.String_or_local_idContext
 
LOCAL_ID() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.TimeContext
 
LOCAL_ID() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Transaction_statementContext
 
LOCAL_ID() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Update_elemContext
 
LOCAL_ID() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Update_statementContext
 
LOCAL_ID(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Begin_conversation_dialogContext
 
LOCAL_ID(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Cursor_statementContext
 
LOCAL_ID(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Delete_statementContext
 
LOCAL_ID(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.End_conversationContext
 
LOCAL_ID(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Execute_clause_userContext
 
LOCAL_ID(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Execute_moduleContext
 
LOCAL_ID(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Execute_statement_argContext
 
LOCAL_ID(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Execute_stringContext
 
LOCAL_ID(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Print_statementContext
 
LOCAL_ID(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Raiseerror_statementContext
 
LOCAL_ID(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Update_statementContext
 
LOCAL_REF - Enum constant in enum class org.pgcodekeeper.core.schema.PgObjLocation.LocationType
 
LOCAL_SERVICE_NAME - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
LOCAL_SERVICE_NAME - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
LOCAL_SERVICE_NAME() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_or_alter_broker_priorityContext
 
LOCAL_SERVICE_NAME() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
LOCALE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
LOCALE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
LOCALE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Collation_optionContext
 
LOCALE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_database_optionContext
 
LOCALE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonkeywordContext
 
LOCALE_PROVIDER - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
LOCALE_PROVIDER - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
LOCALE_PROVIDER() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_database_optionContext
 
LOCALE_PROVIDER() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonkeywordContext
 
LOCALTIME - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
LOCALTIME - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
LOCALTIME() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
LOCALTIME() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Date_time_functionContext
 
LOCALTIME() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_reservedContext
 
LOCALTIMESTAMP - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
LOCALTIMESTAMP - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
LOCALTIMESTAMP() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
LOCALTIMESTAMP() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Date_time_functionContext
 
LOCALTIMESTAMP() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_reservedContext
 
LOCATION - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
LOCATION - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
LOCATION - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
LOCATION - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
LOCATION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.External_data_source_optionContext
 
LOCATION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
LOCATION() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
LOCATION() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_tablespace_statementContext
 
LOCATION() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.External_table_locationContext
 
LOCATION() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
LOCK - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
LOCK - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
LOCK - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
LOCK - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
LOCK() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Lock_tableContext
 
LOCK() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
LOCK() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
LOCK() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Lock_tableContext
 
LOCK() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
LOCK_ESCALATION - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
LOCK_ESCALATION - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
LOCK_ESCALATION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_table_set_actionContext
 
LOCK_ESCALATION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
lock_mode() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
lock_mode() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Lock_tableContext
 
Lock_modeContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Lock_modeContext
 
lock_table() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Ddl_clauseContext
 
lock_table() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
lock_table() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
lock_table() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Script_transactionContext
 
lock_table() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Transaction_statementContext
 
Lock_tableContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Lock_tableContext
 
Lock_tableContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Lock_tableContext
 
LOCKED - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
LOCKED - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
LOCKED() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.After_opsContext
 
LOCKED() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
LOCKED() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
LOG - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
LOG - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
LOG - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
LOG - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
LOG() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_server_configurationContext
 
LOG() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Backup_logContext
 
LOG() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_databaseContext
 
LOG() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.File_and_filegroup_optionsContext
 
LOG() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.PermissionContext
 
LOG() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Raiseerror_statementContext
 
LOG() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Restore_logContext
 
LOG() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
LOG() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.External_table_logContext
 
LOG() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Log_levelContext
 
LOG() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonkeywordContext
 
log_level() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
log_level() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Message_statementContext
 
Log_levelContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Log_levelContext
 
LOG_VERBOSITY - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
LOG_VERBOSITY - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
LOG_VERBOSITY() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Copy_optionContext
 
LOG_VERBOSITY() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonkeywordContext
 
LOGGED - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
LOGGED - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
LOGGED() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
LOGGED() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Set_loggedContext
 
LOGGED() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
LOGIN - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
LOGIN - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
LOGIN - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
LOGIN - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
LOGIN() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_login_sql_serverContext
 
LOGIN() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_userContext
 
LOGIN() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Class_typeContext
 
LOGIN() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_login_sql_serverContext
 
LOGIN() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Drop_statementsContext
 
LOGIN() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Execute_clause_userContext
 
LOGIN() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Execute_stringContext
 
LOGIN() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.PermissionContext
 
LOGIN() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
LOGIN() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.User_loginContext
 
LOGIN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonkeywordContext
 
LOGIN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.User_or_role_or_group_common_optionContext
 
LOGIN(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_userContext
 
login_option_list() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_login_sql_serverContext
 
login_option_list() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
Login_option_listContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Login_option_listContext
 
login_sources() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_login_sql_serverContext
 
login_sources() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
Login_sourcesContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Login_sourcesContext
 
login_sub_option_list() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Login_option_listContext
 
login_sub_option_list() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
login_sub_option_list(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Login_option_listContext
 
Login_sub_option_listContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Login_sub_option_listContext
 
loginame - Variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_userContext
 
LOGS - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
LOGS - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
LOGS() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.PermissionContext
 
LOGS() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.System_stmtContext
 
LOGS() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
LONGBLOB - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
LONGBLOB - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
LONGBLOB() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Data_typeContext
 
LONGBLOB() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
LONGTEXT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
LONGTEXT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
LONGTEXT() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Data_typeContext
 
LONGTEXT() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
LOOP - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
LOOP - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
LOOP - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
LOOP - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
LOOP() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.From_itemContext
 
LOOP() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.OptionContext
 
LOOP() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
LOOP() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Loop_statementContext
 
LOOP() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonkeywordContext
 
LOOP(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Loop_statementContext
 
loop_start() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
loop_start() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Loop_statementContext
 
Loop_startContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Loop_startContext
 
loop_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Control_statementContext
 
loop_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
Loop_statementContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Loop_statementContext
 
LOW - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
LOW - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
LOW() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_workload_groupContext
 
LOW() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_workload_groupContext
 
LOW() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
LOW() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Spatial_index_gridContext
 
LOW(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_workload_groupContext
 
LOW(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_workload_groupContext
 
LOW_CARDINALITY - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
LOW_CARDINALITY - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
LOW_CARDINALITY() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Data_typeContext
 
LOW_CARDINALITY() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
low_priority_lock_wait() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_table_actionContext
 
low_priority_lock_wait() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
low_priority_lock_wait() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.On_optionContext
 
low_priority_lock_wait() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Resume_optionContext
 
Low_priority_lock_waitContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Low_priority_lock_waitContext
 
LPAREN - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
LPAREN - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
LPAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_table_actionsContext
 
LPAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Blank_parenContext
 
LPAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Codec_arg_exprContext
 
LPAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Codec_exprContext
 
LPAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Columns_clauseContext
 
LPAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Create_dictinary_stmtContext
 
LPAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Data_typeContext
 
LPAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Dictionary_optionContext
 
LPAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Engine_exprContext
 
LPAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Expr_primaryContext
 
LPAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.From_itemContext
 
LPAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.From_primaryContext
 
LPAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Function_argumentsContext
 
LPAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Function_callContext
 
LPAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Grouping_elementContext
 
LPAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Layout_exprContext
 
LPAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Optimize_by_exprContext
 
LPAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Over_columnContext
 
LPAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.PrecisionContext
 
LPAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Select_modeContext
 
LPAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Select_opsContext
 
LPAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Table_body_exprContext
 
LPAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Table_column_defContext
 
LPAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Table_column_privilegesContext
 
LPAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Table_exprContext
 
LPAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Table_function_exprContext
 
LPAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Table_override_clauseContext
 
LPAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Table_projection_defContext
 
LPAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Table_schema_clauseContext
 
LPAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Values_valuesContext
 
LPAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Window_exprContext
 
LPAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.With_queryContext
 
LPAREN(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Columns_clauseContext
 
LPAREN(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Dictionary_optionContext
 
LPAREN(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Function_callContext
 
LPAREN(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Optimize_by_exprContext
 
LPAREN(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Table_column_defContext
 
LR_BRACKET - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
LR_BRACKET - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
LR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Add_alter_drop_predicateContext
 
LR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Add_drop_event_targetContext
 
LR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Add_drop_eventContext
 
LR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Add_drop_propertyContext
 
LR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Add_listener_optionContext
 
LR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_audit_actionContext
 
LR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_availability_group_optionsContext
 
LR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_certificateContext
 
LR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_column_encryption_keyContext
 
LR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_column_optionContext
 
LR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_endpointContext
 
LR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_external_data_sourceContext
 
LR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_external_resource_poolContext
 
LR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_index_actionContext
 
LR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_partition_functionContext
 
LR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_resource_governorContext
 
LR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_security_policyContext
 
LR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_server_audit_specificationContext
 
LR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_server_configurationContext
 
LR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_table_actionContext
 
LR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_workload_groupContext
 
LR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Arbitrary_length_patternContext
 
LR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Asymmetric_key_optionContext
 
LR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Audit_toContext
 
LR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Availability_group_specContext
 
LR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Backup_certificateContext
 
LR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Backup_optionContext
 
LR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Begin_conversation_timerContext
 
LR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Catalog_filegroup_optionContext
 
LR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Change_tableContext
 
LR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Column_alias_listContext
 
LR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Column_constraint_bodyContext
 
LR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Column_optionContext
 
LR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Common_table_expressionContext
 
LR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Constant_expressionContext
 
LR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_aggregateContext
 
LR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_column_encryption_keyContext
 
LR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_column_master_keyContext
 
LR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_contractContext
 
LR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_database_optionContext
 
LR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_endpointContext
 
LR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_external_data_sourceContext
 
LR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_external_file_formatContext
 
LR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_external_resource_poolContext
 
LR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_or_alter_broker_priorityContext
 
LR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_or_alter_event_session_withContext
 
LR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_or_alter_functionContext
 
LR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_or_alter_procedureContext
 
LR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_or_alter_resource_poolContext
 
LR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_partition_functionContext
 
LR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_partition_schemeContext
 
LR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_security_policyContext
 
LR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_selective_indexContext
 
LR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_server_audit_specificationContext
 
LR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_server_auditContext
 
LR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_serviceContext
 
LR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_spatial_indexContext
 
LR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_tableContext
 
LR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_workload_groupContext
 
LR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_xml_indexContext
 
LR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Data_type_sizeContext
 
LR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Database_filestream_optionContext
 
LR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Database_mirroringContext
 
LR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Dbcc_clauseContext
 
LR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Declare_statementContext
 
LR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Derived_tableContext
 
LR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Edge_patternContext
 
LR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Encrypted_optContext
 
LR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Event_session_predicate_expressionContext
 
LR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Event_session_predicate_factorContext
 
LR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Event_session_predicate_leafContext
 
LR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Execute_stringContext
 
LR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Existing_keysContext
 
LR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.ExpressionContext
 
LR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.External_table_as_select_defContext
 
LR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.External_table_defContext
 
LR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.External_table_optionsContext
 
LR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.File_format_optionsContext
 
LR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.File_spec_alterContext
 
LR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.File_specContext
 
LR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.For_clauseContext
 
LR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.From_itemContext
 
LR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Fulltext_index_columnsContext
 
LR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Fulltext_index_optionsContext
 
LR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Func_returnContext
 
LR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Function_callContext
 
LR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Group_by_clauseContext
 
LR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Group_by_itemContext
 
LR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Grouping_sets_itemContext
 
LR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Identity_valueContext
 
LR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Index_option_valueContext
 
LR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Index_optionsContext
 
LR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Index_sortContext
 
LR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Insert_statementContext
 
LR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Insert_with_table_hintsContext
 
LR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Lang_file_specContext
 
LR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Last_nodeContext
 
LR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Ledger_optionContext
 
LR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Library_file_specContext
 
LR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Library_languageContext
 
LR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Low_priority_lock_waitContext
 
LR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Match_specificationContext
 
LR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Merge_statementContext
 
LR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Migration_optionContext
 
LR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Name_list_in_bracketsContext
 
LR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Object_expressionContext
 
LR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.On_partition_clauseContext
 
LR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Open_jsonContext
 
LR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Open_xmlContext
 
LR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.OpendatasourceContext
 
LR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.OpenqueryContext
 
LR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Option_clauseContext
 
LR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.OptionContext
 
LR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Over_clauseContext
 
LR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Period_for_system_timeContext
 
LR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.PredicateContext
 
LR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Primary_key_valuesContext
 
LR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Primary_role_optionContext
 
LR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Queue_actionContext
 
LR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Queue_settingsContext
 
LR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Raiseerror_statementContext
 
LR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Replica_optionContext
 
LR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Replica_specContext
 
LR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Restore_optionContext
 
LR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Result_sets_definitionContext
 
LR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Result_sets_valueContext
 
LR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Rowset_functionContext
 
LR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Select_opsContext
 
LR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Send_conversationContext
 
LR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Service_brokerContext
 
LR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Set_parameterContext
 
LR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Spatial_index_optionContext
 
LR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Table_constraint_bodyContext
 
LR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Table_hintContext
 
LR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Table_optionsContext
 
LR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Table_value_constructorContext
 
LR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Tcp_optionsContext
 
LR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Top_countContext
 
LR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Transaction_statementContext
 
LR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Truncate_tableContext
 
LR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.TsqlContext
 
LR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Type_definitionContext
 
LR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Update_elemContext
 
LR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Update_statementContext
 
LR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Update_statisticsContext
 
LR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Waitfor_conversationContext
 
LR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Waitfor_receiveContext
 
LR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Window_specificationContext
 
LR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.With_table_hintsContext
 
LR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Xml_common_directivesContext
 
LR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Xml_index_usingContext
 
LR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Xml_namespace_expressionContext
 
LR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Xml_type_definitionContext
 
LR_BRACKET(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Add_drop_eventContext
 
LR_BRACKET(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Add_listener_optionContext
 
LR_BRACKET(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_partition_functionContext
 
LR_BRACKET(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_security_policyContext
 
LR_BRACKET(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_server_audit_specificationContext
 
LR_BRACKET(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_column_encryption_keyContext
 
LR_BRACKET(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_column_master_keyContext
 
LR_BRACKET(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_or_alter_resource_poolContext
 
LR_BRACKET(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_partition_functionContext
 
LR_BRACKET(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_security_policyContext
 
LR_BRACKET(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_selective_indexContext
 
LR_BRACKET(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_server_audit_specificationContext
 
LR_BRACKET(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_spatial_indexContext
 
LR_BRACKET(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_tableContext
 
LR_BRACKET(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Event_session_predicate_expressionContext
 
LR_BRACKET(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.For_clauseContext
 
LR_BRACKET(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.From_itemContext
 
LR_BRACKET(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Function_callContext
 
LR_BRACKET(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Open_jsonContext
 
LR_BRACKET(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Open_xmlContext
 
LR_BRACKET(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.PredicateContext
 
LR_BRACKET(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Primary_key_valuesContext
 
LR_BRACKET(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Queue_settingsContext
 
LR_BRACKET(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Table_hintContext
 
LR_BRACKET(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Table_value_constructorContext
 
LR_BRACKET(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Truncate_tableContext
 
LR_BRACKET(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Type_definitionContext
 
LT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
LT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
LT() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.OpContext
 
lth() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.rulectx.Vex
 
LTH - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
LTH - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
LTH() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.All_opContext
 
LTH() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.All_simple_opContext
 
LTH() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Vex_bContext
 
LTH() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.VexContext
 

M

MAIN - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
MAIN - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
MAIN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Storage_optionContext
 
MAIN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonkeywordContext
 
MAINTAIN - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
MAINTAIN - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
MAINTAIN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.PermissionContext
 
MAINTAIN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonkeywordContext
 
MANAGEMENT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
MANAGEMENT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
MANAGEMENT() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.PermissionContext
 
MANAGEMENT() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
MANUAL - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
MANUAL - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
MANUAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_fulltext_index_optionContext
 
MANUAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Automatic_manualContext
 
MANUAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Availability_group_spec_optionContext
 
MANUAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Fulltext_index_optionContext
 
MANUAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
MAP - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
MAP - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
MAP() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Data_typeContext
 
MAP() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
MAPPING - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
MAPPING - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
MAPPING() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_fts_configurationContext
 
MAPPING() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_user_mapping_statementContext
 
MAPPING() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
MAPPING() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_user_mapping_statementContext
 
MAPPING() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Drop_user_mapping_statementContext
 
MAPPING() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
MARK - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
MARK - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
MARK - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
MARK - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
MARK() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.PermissionContext
 
MARK() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
MARK() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
MARK() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Transaction_statementContext
 
MASK - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
MASK - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
MASK - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
MASK - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
MASK() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_table_actionContext
 
MASK() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
MASK() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.PermissionContext
 
MASK() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
MASKED - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
MASKED - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
MASKED() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_column_optionContext
 
MASKED() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Column_optionContext
 
MASKED() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
MASTER - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
MASTER - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
MASTER - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
MASTER - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
MASTER() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_master_key_sql_serverContext
 
MASTER() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_service_master_keyContext
 
MASTER() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Backup_master_keyContext
 
MASTER() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Backup_service_master_keyContext
 
MASTER() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Class_typeContext
 
MASTER() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Close_keyContext
 
MASTER() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_column_master_keyContext
 
MASTER() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_master_key_sql_serverContext
 
MASTER() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Drop_master_keyContext
 
MASTER() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Drop_statementsContext
 
MASTER() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Open_keyContext
 
MASTER() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.PermissionContext
 
MASTER() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Restore_master_keyContext
 
MASTER() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Restore_service_master_keyContext
 
MASTER() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
MASTER() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.External_table_executeContext
 
MASTER() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.External_table_locationContext
 
MASTER() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Function_actions_commonContext
 
MASTER() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonkeywordContext
 
MASTER(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_master_key_sql_serverContext
 
match(TreeElement, String...) - Method in class org.pgcodekeeper.core.model.difftree.IgnoredObject
Checks if this ignore rule matches the given tree element and database names.
MATCH - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
MATCH - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
MATCH - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
MATCH - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
MATCH() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.PredicateContext
 
MATCH() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
MATCH() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
MATCH() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Constr_bodyContext
 
MATCH() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Copy_optionContext
 
MATCH() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
match_specification() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
match_specification() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.PredicateContext
 
match_specification(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.PredicateContext
 
Match_specificationContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Match_specificationContext
 
MATCHED - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
MATCHED - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
MATCHED - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
MATCHED - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
MATCHED() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Merge_whenContext
 
MATCHED() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
MATCHED() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
MATCHED() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
MATCHED() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.When_conditionContext
 
MATERIALIZE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
MATERIALIZE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
MATERIALIZE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_table_actionContext
 
MATERIALIZE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.PermissionContext
 
MATERIALIZE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
MATERIALIZED - Enum constant in enum class org.pgcodekeeper.core.schema.ch.ChView.ChViewType
 
MATERIALIZED - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
MATERIALIZED - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
MATERIALIZED - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
MATERIALIZED - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
MATERIALIZED - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
MATERIALIZED - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
MATERIALIZED() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Attach_stmtContext
 
MATERIALIZED() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Create_mat_view_stmtContext
 
MATERIALIZED() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Modify_column_exprContext
 
MATERIALIZED() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Table_column_property_exprContext
 
MATERIALIZED() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
MATERIALIZED() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Column_defContext
 
MATERIALIZED() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
MATERIALIZED() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Additional_statementContext
 
MATERIALIZED() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_materialized_view_statementContext
 
MATERIALIZED() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
MATERIALIZED() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Comment_member_objectContext
 
MATERIALIZED() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_view_statementContext
 
MATERIALIZED() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Drop_statementsContext
 
MATERIALIZED() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Extension_member_objectContext
 
MATERIALIZED() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Label_member_objectContext
 
MATERIALIZED() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Owner_member_objectContext
 
MATERIALIZED() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
MATERIALIZED() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.With_queryContext
 
materialized_view_action() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_materialized_view_actionContext
 
materialized_view_action() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
materialized_view_action(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_materialized_view_actionContext
 
Materialized_view_actionContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Materialized_view_actionContext
 
MaterializedPgView - Class in org.pgcodekeeper.core.schema.pg
PostgreSQL materialized view implementation.
MaterializedPgView(String) - Constructor for class org.pgcodekeeper.core.schema.pg.MaterializedPgView
Creates a new materialized view.
MAX - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
MAX - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
MAX - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
MAX - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
MAX() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Life_time_exprContext
 
MAX() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Range_exprContext
 
MAX() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
MAX() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.User_settingContext
 
MAX() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Data_type_sizeContext
 
MAX() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
MAX(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.User_settingContext
 
MAX_CPU_PERCENT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
MAX_CPU_PERCENT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
MAX_CPU_PERCENT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_or_alter_resource_poolContext
 
MAX_CPU_PERCENT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.External_resource_pool_optionContext
 
MAX_CPU_PERCENT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
MAX_DISPATCH_LATENCY - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
MAX_DISPATCH_LATENCY - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
MAX_DISPATCH_LATENCY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_or_alter_event_session_withContext
 
MAX_DISPATCH_LATENCY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
max_dop - Variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_workload_groupContext
 
max_dop - Variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_workload_groupContext
 
MAX_DOP - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
MAX_DOP - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
MAX_DOP() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_workload_groupContext
 
MAX_DOP() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_workload_groupContext
 
MAX_DOP() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
MAX_DOP(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_workload_groupContext
 
MAX_DOP(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_workload_groupContext
 
MAX_DURATION - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
MAX_DURATION - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
MAX_DURATION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Low_priority_lock_waitContext
 
MAX_DURATION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
MAX_EVENT_SIZE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
MAX_EVENT_SIZE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
MAX_EVENT_SIZE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_or_alter_event_session_withContext
 
MAX_EVENT_SIZE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
max_files - Variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Audit_file_actionContext
 
MAX_FILES - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
MAX_FILES - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
MAX_FILES() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_server_configurationContext
 
MAX_FILES() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Audit_file_actionContext
 
MAX_FILES() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
MAX_IOPS_PER_VOLUME - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
MAX_IOPS_PER_VOLUME - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
MAX_IOPS_PER_VOLUME() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_or_alter_resource_poolContext
 
MAX_IOPS_PER_VOLUME() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
MAX_MEMORY - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
MAX_MEMORY - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
MAX_MEMORY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_or_alter_event_session_withContext
 
MAX_MEMORY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
MAX_MEMORY_PERCENT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
MAX_MEMORY_PERCENT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
MAX_MEMORY_PERCENT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_or_alter_resource_poolContext
 
MAX_MEMORY_PERCENT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.External_resource_pool_optionContext
 
MAX_MEMORY_PERCENT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
MAX_OUTSTANDING_IO_PER_VOLUME - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
MAX_OUTSTANDING_IO_PER_VOLUME - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
MAX_OUTSTANDING_IO_PER_VOLUME() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_resource_governorContext
 
MAX_OUTSTANDING_IO_PER_VOLUME() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
MAX_PROCESSES - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
MAX_PROCESSES - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
MAX_PROCESSES() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.External_resource_pool_optionContext
 
MAX_PROCESSES() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
MAX_QUEUE_READERS - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
MAX_QUEUE_READERS - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
MAX_QUEUE_READERS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Queue_settingsContext
 
MAX_QUEUE_READERS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
max_readers - Variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Queue_settingsContext
 
max_rollover_files - Variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Audit_file_actionContext
 
MAX_ROLLOVER_FILES - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
MAX_ROLLOVER_FILES - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
MAX_ROLLOVER_FILES() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Audit_file_actionContext
 
MAX_ROLLOVER_FILES() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
MAX_SIZE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
MAX_SIZE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
MAX_SIZE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_server_configurationContext
 
MAX_SIZE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
MAXDOP - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
MAXDOP - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
MAXDOP() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.OptionContext
 
MAXDOP() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Queue_rebuild_optionsContext
 
MAXDOP() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
MAXDOP() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Update_statistics_with_optionContext
 
MAXRECURSION - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
MAXRECURSION - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
MAXRECURSION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.OptionContext
 
MAXRECURSION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
MAXSIZE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
MAXSIZE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
MAXSIZE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Audit_file_actionContext
 
MAXSIZE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.File_spec_alterContext
 
MAXSIZE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.File_specContext
 
MAXSIZE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
MAXTRANSFER - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
MAXTRANSFER - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
MAXTRANSFER() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Backup_optionContext
 
MAXTRANSFER() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Restore_optionContext
 
MAXTRANSFER() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
MAXTRANSFERSIZE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
MAXTRANSFERSIZE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
MAXTRANSFERSIZE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Backup_optionContext
 
MAXTRANSFERSIZE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Restore_optionContext
 
maxval - Variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Sequence_bodyContext
 
maxval - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Sequence_bodyContext
 
MAXVALUE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
MAXVALUE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
MAXVALUE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
MAXVALUE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
MAXVALUE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Sequence_bodyContext
 
MAXVALUE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
MAXVALUE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
MAXVALUE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Sequence_bodyContext
 
MAXVALUE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
MB - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
MB - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
MB() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_server_configurationContext
 
MB() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Audit_file_actionContext
 
MB() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_or_alter_event_session_withContext
 
MB() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.File_sizeContext
 
MB() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
MB(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_or_alter_event_session_withContext
 
md5(String) - Static method in class org.pgcodekeeper.core.Utils
Returns MD5 hash of string as hexadecimal.
MEDIADESCRIPTION - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
MEDIADESCRIPTION - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
MEDIADESCRIPTION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Backup_optionContext
 
MEDIADESCRIPTION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
MEDIANAME - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
MEDIANAME - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
MEDIANAME() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Backup_optionContext
 
MEDIANAME() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Restore_optionContext
 
MEDIANAME() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
MEDIAPASSWORD - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
MEDIAPASSWORD - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
MEDIAPASSWORD() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Restore_optionContext
 
MEDIAPASSWORD() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
MEDIUM - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
MEDIUM - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
MEDIUM() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_workload_groupContext
 
MEDIUM() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_workload_groupContext
 
MEDIUM() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
MEDIUM() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Spatial_index_gridContext
 
MEDIUM(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_workload_groupContext
 
MEDIUM(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_workload_groupContext
 
MEDIUMBLOB - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
MEDIUMBLOB - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
MEDIUMBLOB() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Data_typeContext
 
MEDIUMBLOB() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
MEDIUMINT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
MEDIUMINT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
MEDIUMINT() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Data_typeContext
 
MEDIUMINT() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
MEDIUMTEXT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
MEDIUMTEXT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
MEDIUMTEXT() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Data_typeContext
 
MEDIUMTEXT() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
MEMBER - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
MEMBER - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
MEMBER() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_db_roleContext
 
MEMBER() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_server_roleContext
 
MEMBER() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
member_name - Variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Set_statementContext
 
MEMORY - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
MEMORY - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
MEMORY() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Explain_optionContext
 
MEMORY() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonkeywordContext
 
MEMORY_OPTIMIZED - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
MEMORY_OPTIMIZED - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
MEMORY_OPTIMIZED() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
MEMORY_OPTIMIZED() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Type_definitionContext
 
MEMORY_OPTIMIZED_DATA - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
MEMORY_OPTIMIZED_DATA - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
MEMORY_OPTIMIZED_DATA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.File_and_filegroup_optionsContext
 
MEMORY_OPTIMIZED_DATA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.File_groupContext
 
MEMORY_OPTIMIZED_DATA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
MEMORY_OPTIMIZED_ELEVATE_TO_SNAPSHOT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
MEMORY_OPTIMIZED_ELEVATE_TO_SNAPSHOT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
MEMORY_OPTIMIZED_ELEVATE_TO_SNAPSHOT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Database_optionspecContext
 
MEMORY_OPTIMIZED_ELEVATE_TO_SNAPSHOT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
MEMORY_PARTITION_MODE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
MEMORY_PARTITION_MODE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
MEMORY_PARTITION_MODE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_or_alter_event_session_withContext
 
MEMORY_PARTITION_MODE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
Merge - Class in org.pgcodekeeper.core.parsers.antlr.pg.expr
Parser for MERGE statements with namespace support.
Merge(AbstractExpr) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.expr.Merge
Creates a Merge parser with parent expression context.
MERGE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
MERGE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
MERGE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
MERGE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
MERGE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_partition_functionContext
 
MERGE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.From_itemContext
 
MERGE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Merge_statementContext
 
MERGE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.OptionContext
 
MERGE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
MERGE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Merge_stmt_for_psqlContext
 
MERGE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
MERGE_ACTION - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
MERGE_ACTION - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
MERGE_ACTION() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
MERGE_ACTION() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Merge_support_functionContext
 
MERGE_ACTION() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreserved_except_function_typeContext
 
merge_matched() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
merge_matched() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Merge_whenContext
 
merge_matched() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
merge_matched() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.When_conditionContext
 
Merge_matchedContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Merge_matchedContext
 
Merge_matchedContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Merge_matchedContext
 
merge_not_matched() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
merge_not_matched() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Merge_whenContext
 
merge_not_matched() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
merge_not_matched() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.When_conditionContext
 
Merge_not_matchedContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Merge_not_matchedContext
 
Merge_not_matchedContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Merge_not_matchedContext
 
merge_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Dml_clauseContext
 
merge_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
Merge_statementContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Merge_statementContext
 
merge_stmt_for_psql() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Data_statementContext
 
merge_stmt_for_psql() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
Merge_stmt_for_psqlContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Merge_stmt_for_psqlContext
 
merge_support_function() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Function_callContext
 
merge_support_function() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
Merge_support_functionContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Merge_support_functionContext
 
merge_table_name - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Merge_stmt_for_psqlContext
 
merge_update() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Merge_matchedContext
 
merge_update() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
merge_update(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Merge_matchedContext
 
Merge_updateContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Merge_updateContext
 
merge_when() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Merge_statementContext
 
merge_when() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
merge_when(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Merge_statementContext
 
Merge_whenContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Merge_whenContext
 
MERGES - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
MERGES - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
MERGES - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
MERGES - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
MERGES() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.PermissionContext
 
MERGES() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Show_stmtContext
 
MERGES() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.System_stmtContext
 
MERGES() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
MERGES() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Operator_optionContext
 
MERGES() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonkeywordContext
 
MergeStatement - Class in org.pgcodekeeper.core.parsers.antlr.pg.statement
PostgreSQL MERGE statement parser that handles table merge operations.
MergeStatement(SQLParser.Merge_stmt_for_psqlContext, PgDatabase, ISettings) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.statement.MergeStatement
Constructs a MERGE statement parser.
MESSAGE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
MESSAGE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
MESSAGE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
MESSAGE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
MESSAGE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_message_typeContext
 
MESSAGE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Class_typeContext
 
MESSAGE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_message_typeContext
 
MESSAGE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Drop_statementsContext
 
MESSAGE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.PermissionContext
 
MESSAGE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Send_conversationContext
 
MESSAGE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
MESSAGE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Raise_paramContext
 
MESSAGE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonkeywordContext
 
MESSAGE_FORWARD_SIZE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
MESSAGE_FORWARD_SIZE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
MESSAGE_FORWARD_SIZE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Service_brokerContext
 
MESSAGE_FORWARD_SIZE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
MESSAGE_FORWARDING - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
MESSAGE_FORWARDING - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
MESSAGE_FORWARDING() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Service_brokerContext
 
MESSAGE_FORWARDING() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
message_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Function_statementContext
 
message_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
Message_statementContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Message_statementContext
 
Messages - Class in org.pgcodekeeper.core.localizations
Internationalization message constants for pgCodeKeeper core components.
MetaCast - Class in org.pgcodekeeper.core.schema.meta
Represents a database cast metadata object.
MetaCast(String, String, ICast.CastContext) - Constructor for class org.pgcodekeeper.core.schema.meta.MetaCast
Creates a new cast metadata object.
MetaCast(String, String, ICast.CastContext, PgObjLocation) - Constructor for class org.pgcodekeeper.core.schema.meta.MetaCast
Creates a new cast metadata object with location information.
MetaCompositeType - Class in org.pgcodekeeper.core.schema.meta
Represents a PostgreSQL composite type metadata object.
MetaCompositeType(PgObjLocation) - Constructor for class org.pgcodekeeper.core.schema.meta.MetaCompositeType
Creates a new composite type metadata object.
MetaConstraint - Class in org.pgcodekeeper.core.schema.meta
Represents a database constraint metadata object.
MetaConstraint(PgObjLocation) - Constructor for class org.pgcodekeeper.core.schema.meta.MetaConstraint
Creates a new constraint metadata object.
MetaContainer - Class in org.pgcodekeeper.core.schema.meta
Container for database metadata objects organized by type and schema.
MetaContainer() - Constructor for class org.pgcodekeeper.core.schema.meta.MetaContainer
 
METADATA_ONLY - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
METADATA_ONLY - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
METADATA_ONLY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Restore_optionContext
 
METADATA_ONLY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
MetaFunction - Class in org.pgcodekeeper.core.schema.meta
Represents a database function metadata object.
MetaFunction(String, String, String) - Constructor for class org.pgcodekeeper.core.schema.meta.MetaFunction
Creates a new function metadata object.
MetaFunction(PgObjLocation, String) - Constructor for class org.pgcodekeeper.core.schema.meta.MetaFunction
Creates a new function metadata object with location information.
MetaOperator - Class in org.pgcodekeeper.core.schema.meta
Represents a database operator metadata object.
MetaOperator(String, String) - Constructor for class org.pgcodekeeper.core.schema.meta.MetaOperator
Creates a new operator metadata object.
MetaOperator(PgObjLocation) - Constructor for class org.pgcodekeeper.core.schema.meta.MetaOperator
Creates a new operator metadata object with location information.
MetaRelation - Class in org.pgcodekeeper.core.schema.meta
Represents a database relation metadata object (table, view, sequence, etc.).
MetaRelation(String, String, DbObjType) - Constructor for class org.pgcodekeeper.core.schema.meta.MetaRelation
Creates a new relation metadata object.
MetaRelation(PgObjLocation) - Constructor for class org.pgcodekeeper.core.schema.meta.MetaRelation
Creates a new relation metadata object with location information.
MetaStatement - Class in org.pgcodekeeper.core.schema.meta
Base class for all database metadata statement objects.
MetaStatement(GenericColumn) - Constructor for class org.pgcodekeeper.core.schema.meta.MetaStatement
Creates a new metadata statement from a generic column.
MetaStatement(PgObjLocation) - Constructor for class org.pgcodekeeper.core.schema.meta.MetaStatement
Creates a new metadata statement with location information.
MetaStorage - Class in org.pgcodekeeper.core.schema.meta
Storage and management system for database metadata objects.
MetaStorage() - Constructor for class org.pgcodekeeper.core.schema.meta.MetaStorage
 
MetaUtils - Class in org.pgcodekeeper.core.schema.meta
Utility class for creating and managing database metadata objects.
method - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.From_primaryContext
 
method - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Index_restContext
 
METHOD - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
METHOD - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
METHOD() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
METHOD() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Comment_member_objectContext
 
METHOD() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_access_method_statementContext
 
METHOD() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Drop_statementsContext
 
METHOD() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Extension_member_objectContext
 
METHOD() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Materialized_view_actionContext
 
METHOD() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Table_actionContext
 
METHOD() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
method_name - Variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Assembly_specifierContext
 
method_name - Variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Update_elemContext
 
mfinal_func - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Aggregate_paramContext
 
MFINALFUNC - Enum constant in enum class org.pgcodekeeper.core.schema.pg.PgAggregate.AggFuncs
 
MFINALFUNC - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
MFINALFUNC - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
MFINALFUNC() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Aggregate_paramContext
 
MFINALFUNC() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonkeywordContext
 
MFINALFUNC_EXTRA - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
MFINALFUNC_EXTRA - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
MFINALFUNC_EXTRA() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Aggregate_paramContext
 
MFINALFUNC_EXTRA() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonkeywordContext
 
MFINALFUNC_MODIFY - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
MFINALFUNC_MODIFY - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
MFINALFUNC_MODIFY() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Aggregate_paramContext
 
MFINALFUNC_MODIFY() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonkeywordContext
 
MICROSECOND - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
MICROSECOND - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
MICROSECOND() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.IntervalContext
 
MICROSECOND() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
MID - Enum constant in enum class org.pgcodekeeper.core.script.SQLActionType
 
migration_option() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
migration_option() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Off_optionContext
 
Migration_optionContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Migration_optionContext
 
MIGRATION_STATE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
MIGRATION_STATE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
MIGRATION_STATE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Migration_optionContext
 
MIGRATION_STATE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
MIGRATION_STATE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Table_stretch_optContext
 
MILLISECOND - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
MILLISECOND - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
MILLISECOND() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.IntervalContext
 
MILLISECOND() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
MIN - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
MIN - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
MIN() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Life_time_exprContext
 
MIN() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Range_exprContext
 
MIN() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
MIN() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.User_settingContext
 
MIN(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.User_settingContext
 
MIN_ACTIVE_ROWVERSION - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
MIN_ACTIVE_ROWVERSION - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
MIN_ACTIVE_ROWVERSION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Function_callContext
 
MIN_ACTIVE_ROWVERSION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
MIN_CPU_PERCENT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
MIN_CPU_PERCENT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
MIN_CPU_PERCENT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_or_alter_resource_poolContext
 
MIN_CPU_PERCENT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
MIN_IOPS_PER_VOLUME - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
MIN_IOPS_PER_VOLUME - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
MIN_IOPS_PER_VOLUME() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_or_alter_resource_poolContext
 
MIN_IOPS_PER_VOLUME() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
MIN_MEMORY_PERCENT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
MIN_MEMORY_PERCENT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
MIN_MEMORY_PERCENT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_or_alter_resource_poolContext
 
MIN_MEMORY_PERCENT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
minit_cond - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Aggregate_paramContext
 
MINITCOND - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
MINITCOND - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
MINITCOND() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Aggregate_paramContext
 
MINITCOND() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonkeywordContext
 
minus() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.rulectx.Vex
 
MINUS - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
MINUS - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
MINUS - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
MINUS - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
MINUS - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
MINUS - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
MINUS() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.ExprContext
 
MINUS() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.OpContext
 
MINUS() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.SignContext
 
MINUS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Edge_patternContext
 
MINUS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.ExpressionContext
 
MINUS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.SignContext
 
MINUS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.All_opContext
 
MINUS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.All_simple_opContext
 
MINUS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.NumericonlyContext
 
MINUS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.SignediconstContext
 
MINUS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Vex_bContext
 
MINUS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.VexContext
 
MINUS(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Edge_patternContext
 
MINUS_ASSIGN - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
MINUS_ASSIGN - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
MINUS_ASSIGN() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Assignment_operatorContext
 
MINUTE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
MINUTE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
MINUTE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
MINUTE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
MINUTE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.IntervalContext
 
MINUTE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Interval_fieldContext
 
MINUTE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
MINUTES - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
MINUTES - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
MINUTES() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Change_tracking_option_listContext
 
MINUTES() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Database_optionspecContext
 
MINUTES() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Index_option_valueContext
 
MINUTES() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Low_priority_lock_waitContext
 
MINUTES() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Resume_optionContext
 
MINUTES() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
minv_func - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Aggregate_paramContext
 
minval - Variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Sequence_bodyContext
 
minval - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Sequence_bodyContext
 
MINVALUE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
MINVALUE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
MINVALUE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
MINVALUE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
MINVALUE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Sequence_bodyContext
 
MINVALUE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
MINVALUE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
MINVALUE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Sequence_bodyContext
 
MINVALUE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
MINVFUNC - Enum constant in enum class org.pgcodekeeper.core.schema.pg.PgAggregate.AggFuncs
 
MINVFUNC - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
MINVFUNC - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
MINVFUNC() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Aggregate_paramContext
 
MINVFUNC() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonkeywordContext
 
MIRROR - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
MIRROR - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
MIRROR() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Mirror_toContext
 
MIRROR() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
MIRROR_ADDRESS - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
MIRROR_ADDRESS - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
MIRROR_ADDRESS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_routeContext
 
MIRROR_ADDRESS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_routeContext
 
MIRROR_ADDRESS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
mirror_to() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Backup_databaseContext
 
mirror_to() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Backup_logContext
 
mirror_to() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
mirror_to(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Backup_databaseContext
 
mirror_to(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Backup_logContext
 
Mirror_toContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Mirror_toContext
 
MisplacedObjectException - Exception in org.pgcodekeeper.core.exception
Exception indicating incorrect placement or reference to a database object.
MisplacedObjectException(String, Throwable, boolean, boolean, Token) - Constructor for exception org.pgcodekeeper.core.exception.MisplacedObjectException
Constructs exception with full exception details.
MisplacedObjectException(String, Token) - Constructor for exception org.pgcodekeeper.core.exception.MisplacedObjectException
Constructs exception with formatted message.
MisplacedObjectException(Throwable, Token) - Constructor for exception org.pgcodekeeper.core.exception.MisplacedObjectException
Constructs exception with cause and error token location.
MisplacedObjectException(Token) - Constructor for exception org.pgcodekeeper.core.exception.MisplacedObjectException
Constructs exception with the error token location.
MISPLACEERROR - Enum constant in enum class org.pgcodekeeper.core.parsers.antlr.base.ErrorTypes
 
MISSING - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
MISSING - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
MISSING() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Format_optionsContext
 
MISSING() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonkeywordContext
 
MIXED_PAGE_ALLOCATION - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
MIXED_PAGE_ALLOCATION - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
MIXED_PAGE_ALLOCATION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Database_optionspecContext
 
MIXED_PAGE_ALLOCATION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
MOD - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
MOD - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
MOD() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.ExprContext
 
MOD() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
MOD_ASSIGN - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
MOD_ASSIGN - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
MOD_ASSIGN() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Assignment_operatorContext
 
MODE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
MODE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
MODE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
MODE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
MODE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Lock_tableContext
 
MODE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
MODE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
MODE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Lock_tableContext
 
MODE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
ModelExporter - Class in org.pgcodekeeper.core.model.exporter
Exports database model as directory tree with SQL files containing object definitions.
ModelExporter(Path, AbstractDatabase, DatabaseType, String, ISettings) - Constructor for class org.pgcodekeeper.core.model.exporter.ModelExporter
Creates a new ModelExporter for full database export.
ModelExporter(Path, AbstractDatabase, AbstractDatabase, DatabaseType, Collection<TreeElement>, String, ISettings) - Constructor for class org.pgcodekeeper.core.model.exporter.ModelExporter
Creates a new ModelExporter for partial or project export.
ModelExporter_log_create_dir_err_contains_dir - Static variable in class org.pgcodekeeper.core.localizations.Messages
 
ModelExporter_log_create_dir_err_no_dir - Static variable in class org.pgcodekeeper.core.localizations.Messages
 
ModelExporter_log_create_dirs - Static variable in class org.pgcodekeeper.core.localizations.Messages
 
ModelExporter_log_delete_file - Static variable in class org.pgcodekeeper.core.localizations.Messages
 
ModelExporter_log_old_database_not_null - Static variable in class org.pgcodekeeper.core.localizations.Messages
 
ModelExporter_log_output_dir_no_exist_err - Static variable in class org.pgcodekeeper.core.localizations.Messages
 
modeNames - Static variable in class org.pgcodekeeper.core.parsers.antlr.base.generated.IgnoreListLexer
 
modeNames - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
modeNames - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
modeNames - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.PrivilegesLexer
 
modeNames - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
MODIFIES - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
MODIFIES - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
MODIFIES() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Function_actions_commonContext
 
MODIFIES() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonkeywordContext
 
MODIFY - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
MODIFY - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
MODIFY - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
MODIFY - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
MODIFY() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_table_actionContext
 
MODIFY() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Modify_column_exprContext
 
MODIFY() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.PermissionContext
 
MODIFY() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
MODIFY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_audit_actionContext
 
MODIFY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_availability_group_optionsContext
 
MODIFY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_databaseContext
 
MODIFY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.File_and_filegroup_optionsContext
 
MODIFY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
modify_column_expr() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_table_modify_actionContext
 
modify_column_expr() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
Modify_column_exprContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Modify_column_exprContext
 
ModPair<K,V> - Class in org.pgcodekeeper.core.utils
Modifiable pair class extending the immutable Pair class.
ModPair(K, V) - Constructor for class org.pgcodekeeper.core.utils.ModPair
Creates a new modifiable pair with specified elements.
modular() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.rulectx.Vex
 
MODULAR - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
MODULAR - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
MODULAR() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.All_opContext
 
MODULAR() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.All_simple_opContext
 
MODULAR() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Data_type_decContext
 
MODULAR() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Vex_bContext
 
MODULAR() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.VexContext
 
MODULE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
MODULE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
MODULE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.ExpressionContext
 
MODULE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.File_sizeContext
 
MODULUS - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
MODULUS - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
MODULUS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Partition_bound_specContext
 
MODULUS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonkeywordContext
 
MonitorCancelledRuntimeException - Exception in org.pgcodekeeper.core.exception
Exception indicating that a monitoring operation was cancelled.
MonitorCancelledRuntimeException() - Constructor for exception org.pgcodekeeper.core.exception.MonitorCancelledRuntimeException
Constructs exception with null message and cause.
MonitorCancelledRuntimeException(String) - Constructor for exception org.pgcodekeeper.core.exception.MonitorCancelledRuntimeException
Constructs exception with specified message.
MonitorCancelledRuntimeException(String, Throwable) - Constructor for exception org.pgcodekeeper.core.exception.MonitorCancelledRuntimeException
Constructs exception with specified message and cause.
MonitorCancelledRuntimeException(Throwable) - Constructor for exception org.pgcodekeeper.core.exception.MonitorCancelledRuntimeException
Constructs exception with specified cause.
MONTH - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
MONTH - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
MONTH - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
MONTH - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
MONTH - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
MONTH - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
MONTH() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.IntervalContext
 
MONTH() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Period_valueContext
 
MONTH() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
MONTH() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Interval_fieldContext
 
MONTH() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
MONTHS - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
MONTHS - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
MONTHS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Period_valueContext
 
MONTHS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
MOVE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
MOVE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
MOVE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
MOVE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
MOVE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
MOVE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
MOVE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_table_actionContext
 
MOVE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Move_stmtContext
 
MOVE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.PermissionContext
 
MOVE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
MOVE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Move_conversationContext
 
MOVE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Queue_actionContext
 
MOVE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Restore_optionContext
 
MOVE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
MOVE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
MOVE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Cursor_statementContext
 
MOVE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Script_additionalContext
 
MOVE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
move_conversation() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Conversation_statementContext
 
move_conversation() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
Move_conversationContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Move_conversationContext
 
move_stmt() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Dml_stmtContext
 
move_stmt() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
Move_stmtContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Move_stmtContext
 
MOVES - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
MOVES - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
MOVES() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.PermissionContext
 
MOVES() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
MS - Enum constant in enum class org.pgcodekeeper.core.DatabaseType
 
ms_func - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Aggregate_paramContext
 
MS_ROLES - Static variable in class org.pgcodekeeper.core.WorkDirs
 
MS_SCHEMAS - Static variable in class org.pgcodekeeper.core.WorkDirs
 
MS_SECURITY - Static variable in class org.pgcodekeeper.core.WorkDirs
 
ms_space - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Aggregate_paramContext
 
ms_type - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Aggregate_paramContext
 
MS_USERS - Static variable in class org.pgcodekeeper.core.WorkDirs
 
MsAbstractExpr - Class in org.pgcodekeeper.core.parsers.antlr.ms.expr
Abstract base class for Microsoft SQL expression analysis.
MsAbstractExprWithNmspc<T> - Class in org.pgcodekeeper.core.parsers.antlr.ms.expr
Abstract base class for analyzing Microsoft SQL expressions with namespace support.
MsAssembliesReader - Class in org.pgcodekeeper.core.loader.jdbc.ms
Reader for Microsoft SQL assemblies.
MsAssembliesReader(JdbcLoaderBase, MsDatabase) - Constructor for class org.pgcodekeeper.core.loader.jdbc.ms.MsAssembliesReader
Creates a new MsAssembliesReader.
MsAssembly - Class in org.pgcodekeeper.core.schema.ms
Represents a Microsoft SQL assembly.
MsAssembly(String) - Constructor for class org.pgcodekeeper.core.schema.ms.MsAssembly
 
MsCheckConstraintsReader - Class in org.pgcodekeeper.core.loader.jdbc.ms
Reader for Microsoft SQL check constraints.
MsCheckConstraintsReader(JdbcLoaderBase) - Constructor for class org.pgcodekeeper.core.loader.jdbc.ms.MsCheckConstraintsReader
Creates a new MsCheckConstraintsReader.
MsClrFunction - Class in org.pgcodekeeper.core.schema.ms
Represents a Microsoft SQL CLR function.
MsClrFunction(String, String, String, String) - Constructor for class org.pgcodekeeper.core.schema.ms.MsClrFunction
Creates a new MS CLR function definition.
MsClrProcedure - Class in org.pgcodekeeper.core.schema.ms
Represents a Microsoft SQL CLR stored procedure.
MsClrProcedure(String, String, String, String) - Constructor for class org.pgcodekeeper.core.schema.ms.MsClrProcedure
Creates a new Microsoft SQL CLR procedure.
MsColumn - Class in org.pgcodekeeper.core.schema.ms
Represents a Microsoft SQL table column with its properties and constraints.
MsColumn(String) - Constructor for class org.pgcodekeeper.core.schema.ms.MsColumn
Creates a new Microsoft SQL column with the specified name.
MsConstraint - Class in org.pgcodekeeper.core.schema.ms
Abstract base class for Microsoft SQL table constraints.
MsConstraintCheck - Class in org.pgcodekeeper.core.schema.ms
Represents a Microsoft SQL CHECK constraint that validates column values against a boolean expression.
MsConstraintCheck(String) - Constructor for class org.pgcodekeeper.core.schema.ms.MsConstraintCheck
Creates a new Microsoft SQL CHECK constraint.
MsConstraintFk - Class in org.pgcodekeeper.core.schema.ms
Represents a Microsoft SQL FOREIGN KEY constraint that enforces referential integrity between tables.
MsConstraintFk(String) - Constructor for class org.pgcodekeeper.core.schema.ms.MsConstraintFk
Creates a new Microsoft SQL FOREIGN KEY constraint.
MsConstraintPk - Class in org.pgcodekeeper.core.schema.ms
Represents a Microsoft SQL PRIMARY KEY or UNIQUE constraint.
MsConstraintPk(String, boolean) - Constructor for class org.pgcodekeeper.core.schema.ms.MsConstraintPk
Creates a new Microsoft SQL PRIMARY KEY or UNIQUE constraint.
MsDatabase - Class in org.pgcodekeeper.core.schema.ms
Represents a Microsoft SQL database with its schemas, assemblies, roles, and users.
MsDatabase() - Constructor for class org.pgcodekeeper.core.schema.ms.MsDatabase
 
MsDatabaseProvider - Class in org.pgcodekeeper.core.database.ms
 
MsDatabaseProvider() - Constructor for class org.pgcodekeeper.core.database.ms.MsDatabaseProvider
 
MsDelete - Class in org.pgcodekeeper.core.parsers.antlr.ms.expr
Microsoft SQL DELETE statement analyzer.
MsDiffUtils - Class in org.pgcodekeeper.core
Utility class for handling quoting and unquoting of identifiers and literals in Microsoft SQL.
MsExpressionAnalysisLauncher - Class in org.pgcodekeeper.core.parsers.antlr.ms.launcher
Launcher for analyzing Microsoft SQL expressions.
MsExpressionAnalysisLauncher(PgStatement, TSQLParser.ExpressionContext, String) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.launcher.MsExpressionAnalysisLauncher
Creates a Microsoft SQL expression analyzer.
MsExprWithNmspc - Class in org.pgcodekeeper.core.parsers.antlr.ms.expr
Microsoft SQL expression analyzer with namespace support.
MsExprWithNmspc(String, MetaContainer) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.expr.MsExprWithNmspc
Creates a new Microsoft SQL expression analyzer with namespace support.
MsExtendedObjectsReader - Class in org.pgcodekeeper.core.loader.jdbc.ms
Reader for Microsoft SQL CLR functions and procedures.
MsExtendedObjectsReader(JdbcLoaderBase) - Constructor for class org.pgcodekeeper.core.loader.jdbc.ms.MsExtendedObjectsReader
Creates a new MsExtendedObjectsReader.
MsFKReader - Class in org.pgcodekeeper.core.loader.jdbc.ms
Reader for Microsoft SQL foreign key constraints.
MsFKReader(JdbcLoaderBase) - Constructor for class org.pgcodekeeper.core.loader.jdbc.ms.MsFKReader
Creates a new MsFKReader.
MsFormatter - Class in org.pgcodekeeper.core.formatter.ms
Microsoft SQL Server specific SQL formatter implementation.
MsFormatter(String, int, int, FormatConfiguration) - Constructor for class org.pgcodekeeper.core.formatter.ms.MsFormatter
Constructs a new Microsoft SQL Server formatter instance.
MsFPVTReader - Class in org.pgcodekeeper.core.loader.jdbc.ms
Reader for Microsoft SQL functions, procedures, views, and triggers.
MsFPVTReader(JdbcLoaderBase) - Constructor for class org.pgcodekeeper.core.loader.jdbc.ms.MsFPVTReader
Creates a new MsFPVTReader.
MSFUNC - Enum constant in enum class org.pgcodekeeper.core.schema.pg.PgAggregate.AggFuncs
 
MSFUNC - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
MSFUNC - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
MSFUNC() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Aggregate_paramContext
 
MSFUNC() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonkeywordContext
 
MsFuncProcTrigAnalysisLauncher - Class in org.pgcodekeeper.core.parsers.antlr.ms.launcher
Launcher for analyzing Microsoft SQL functions, procedures and triggers.
MsFuncProcTrigAnalysisLauncher(AbstractMsFunction, TSQLParser.ExpressionContext, String, boolean) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.launcher.MsFuncProcTrigAnalysisLauncher
Creates analyzer for expressions in functions/procedures.
MsFuncProcTrigAnalysisLauncher(AbstractMsFunction, TSQLParser.Select_statementContext, String, boolean) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.launcher.MsFuncProcTrigAnalysisLauncher
Creates analyzer for SELECT statements in functions/procedures.
MsFuncProcTrigAnalysisLauncher(AbstractMsFunction, TSQLParser.Sql_clausesContext, String, boolean) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.launcher.MsFuncProcTrigAnalysisLauncher
Creates analyzer for SQL clauses in functions/procedures.
MsFuncProcTrigAnalysisLauncher(MsTrigger, TSQLParser.Sql_clausesContext, String, boolean) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.launcher.MsFuncProcTrigAnalysisLauncher
Creates analyzer for trigger SQL clauses.
MsFunction - Class in org.pgcodekeeper.core.schema.ms
Represents a Microsoft SQL user-defined function.
MsFunction(String) - Constructor for class org.pgcodekeeper.core.schema.ms.MsFunction
Creates a new Microsoft SQL function.
msg - Variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Raiseerror_statementContext
 
MsIndex - Class in org.pgcodekeeper.core.schema.ms
Represents a Microsoft SQL index with support for clustered, non-clustered, and columnstore indexes.
MsIndex(String) - Constructor for class org.pgcodekeeper.core.schema.ms.MsIndex
Creates a new Microsoft SQL index.
MsIndicesAndPKReader - Class in org.pgcodekeeper.core.loader.jdbc.ms
Reader for Microsoft SQL indices and primary keys.
MsIndicesAndPKReader(JdbcLoaderBase) - Constructor for class org.pgcodekeeper.core.loader.jdbc.ms.MsIndicesAndPKReader
Constructs a new Microsoft SQL indices and primary keys reader.
MsInsert - Class in org.pgcodekeeper.core.parsers.antlr.ms.expr
Microsoft SQL INSERT statement analyzer.
MsMerge - Class in org.pgcodekeeper.core.parsers.antlr.ms.expr
Microsoft SQL MERGE statement analyzer.
MsParserAbstract - Class in org.pgcodekeeper.core.parsers.antlr.ms.statement
Abstract base class for Microsoft SQL statement parsers.
MsProcedure - Class in org.pgcodekeeper.core.schema.ms
Represents a Microsoft SQL stored procedure.
MsProcedure(String) - Constructor for class org.pgcodekeeper.core.schema.ms.MsProcedure
Creates a new Microsoft SQL stored procedure.
MsRole - Class in org.pgcodekeeper.core.schema.ms
Represents a Microsoft SQL database role.
MsRole(String) - Constructor for class org.pgcodekeeper.core.schema.ms.MsRole
Creates a new Microsoft SQL role.
MsRolesReader - Class in org.pgcodekeeper.core.loader.jdbc.ms
Reader for Microsoft SQL roles.
MsRolesReader(JdbcLoaderBase, MsDatabase) - Constructor for class org.pgcodekeeper.core.loader.jdbc.ms.MsRolesReader
Constructs a new Microsoft SQL roles reader.
MsSchema - Class in org.pgcodekeeper.core.schema.ms
Represents a Microsoft SQL schema that contains database objects like tables, views, functions, and procedures.
MsSchema(String) - Constructor for class org.pgcodekeeper.core.schema.ms.MsSchema
Creates a new Microsoft SQL schema.
MsSchemasReader - Class in org.pgcodekeeper.core.loader.jdbc.ms
Reader for Microsoft SQL schemas.
MsSchemasReader(JdbcLoaderBase, MsDatabase) - Constructor for class org.pgcodekeeper.core.loader.jdbc.ms.MsSchemasReader
Constructs a new Microsoft SQL schemas reader.
MsSelect - Class in org.pgcodekeeper.core.parsers.antlr.ms.expr
Microsoft SQL SELECT statement analyzer.
MsSelect(String, MetaContainer) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.expr.MsSelect
Creates a new Microsoft SQL SELECT analyzer with the specified schema and metadata.
MsSelectOps - Class in org.pgcodekeeper.core.parsers.antlr.ms.rulectx
Merging wrapper for Microsoft SQL SELECT operations.
MsSelectOps(TSQLParser.Select_ops_no_parensContext) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.rulectx.MsSelectOps
Creates a wrapper for non-parenthesized Microsoft SQL SELECT operations.
MsSelectOps(TSQLParser.Select_opsContext) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.rulectx.MsSelectOps
Creates a wrapper for parenthesized Microsoft SQL SELECT operations.
MsSelectStmt - Class in org.pgcodekeeper.core.parsers.antlr.ms.rulectx
Merging wrapper for Microsoft SQL SELECT statements.
MsSelectStmt(TSQLParser.Select_statementContext) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.rulectx.MsSelectStmt
Creates a wrapper for a Microsoft SQL SELECT statement.
MsSelectStmt(TSQLParser.Select_stmt_no_parensContext) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.rulectx.MsSelectStmt
Creates a wrapper for a Microsoft SQL SELECT statement without parentheses.
MsSequence - Class in org.pgcodekeeper.core.schema.ms
Represents a Microsoft SQL sequence object.
MsSequence(String) - Constructor for class org.pgcodekeeper.core.schema.ms.MsSequence
Creates a new Microsoft SQL sequence with BIGINT data type as default.
MsSequencesReader - Class in org.pgcodekeeper.core.loader.jdbc.ms
Reader for Microsoft SQL sequences.
MsSequencesReader(JdbcLoaderBase) - Constructor for class org.pgcodekeeper.core.loader.jdbc.ms.MsSequencesReader
Constructs a new Microsoft SQL sequences reader.
MSSPACE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
MSSPACE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
MSSPACE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Aggregate_paramContext
 
MSSPACE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonkeywordContext
 
MsSqlClauses - Class in org.pgcodekeeper.core.parsers.antlr.ms.expr
Microsoft SQL clauses analyzer.
MsSqlClauses(String, MetaContainer) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.expr.MsSqlClauses
Creates a new Microsoft SQL clauses analyzer with the specified schema and metadata.
MsStatistics - Class in org.pgcodekeeper.core.schema.ms
Represents Microsoft SQL table statistics.
MsStatistics(String) - Constructor for class org.pgcodekeeper.core.schema.ms.MsStatistics
Creates a new Microsoft SQL statistics object.
MsStatisticsReader - Class in org.pgcodekeeper.core.loader.jdbc.ms
Reader for Microsoft SQL statistics.
MsStatisticsReader(JdbcLoaderBase) - Constructor for class org.pgcodekeeper.core.loader.jdbc.ms.MsStatisticsReader
Constructs a new Microsoft SQL statistics reader.
MsTable - Class in org.pgcodekeeper.core.schema.ms
Represents a Microsoft SQL table with support for memory-optimized tables, temporal tables, filestream data, and other Microsoft SQL specific features.
MsTable(String) - Constructor for class org.pgcodekeeper.core.schema.ms.MsTable
Creates a new Microsoft SQL table with the specified name.
MsTableAbstract - Class in org.pgcodekeeper.core.parsers.antlr.ms.statement
Abstract base class for Microsoft SQL table-related parsers.
MsTablesReader - Class in org.pgcodekeeper.core.loader.jdbc.ms
Reader for Microsoft SQL tables.
MsTablesReader(JdbcLoaderBase) - Constructor for class org.pgcodekeeper.core.loader.jdbc.ms.MsTablesReader
Constructs a new Microsoft SQL tables reader.
MsTrigger - Class in org.pgcodekeeper.core.schema.ms
Represents a Microsoft SQL trigger that executes in response to specific database events.
MsTrigger(String) - Constructor for class org.pgcodekeeper.core.schema.ms.MsTrigger
Creates a new Microsoft SQL trigger.
MsType - Class in org.pgcodekeeper.core.schema.ms
Represents a Microsoft SQL user-defined type that can be an alias type, assembly type, or table type.
MsType(String) - Constructor for class org.pgcodekeeper.core.schema.ms.MsType
Creates a new Microsoft SQL user-defined type.
MSTYPE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
MSTYPE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
MSTYPE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Aggregate_paramContext
 
MSTYPE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonkeywordContext
 
MsTypesReader - Class in org.pgcodekeeper.core.loader.jdbc.ms
Reader for Microsoft SQL types.
MsTypesReader(JdbcLoaderBase) - Constructor for class org.pgcodekeeper.core.loader.jdbc.ms.MsTypesReader
Constructs a new Microsoft SQL types reader.
MsUpdate - Class in org.pgcodekeeper.core.parsers.antlr.ms.expr
Microsoft SQL UPDATE statement analyzer.
MsUser - Class in org.pgcodekeeper.core.schema.ms
Represents a Microsoft SQL database user that can be associated with a login and have specific schema, language, and encryption settings.
MsUser(String) - Constructor for class org.pgcodekeeper.core.schema.ms.MsUser
Creates a new Microsoft SQL user.
MsUsersReader - Class in org.pgcodekeeper.core.loader.jdbc.ms
Reader for Microsoft SQL users.
MsUsersReader(JdbcLoaderBase, MsDatabase) - Constructor for class org.pgcodekeeper.core.loader.jdbc.ms.MsUsersReader
Constructs a new Microsoft SQL users reader.
MsValueExpr - Class in org.pgcodekeeper.core.parsers.antlr.ms.expr
Microsoft SQL value expression analyzer.
MsValueExpr(String, MetaContainer) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.expr.MsValueExpr
Creates a new Microsoft SQL value expression analyzer with the specified schema and metadata.
MsView - Class in org.pgcodekeeper.core.schema.ms
Represents a Microsoft SQL view with support for schema binding, ANSI_NULLS and QUOTED_IDENTIFIER settings, and statistics.
MsView(String) - Constructor for class org.pgcodekeeper.core.schema.ms.MsView
Creates a new Microsoft SQL view.
MsViewAnalysisLauncher - Class in org.pgcodekeeper.core.parsers.antlr.ms.launcher
Launcher for analyzing Microsoft SQL view definitions.
MsViewAnalysisLauncher(MsView, TSQLParser.Select_statementContext, String) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.launcher.MsViewAnalysisLauncher
Creates a view analyzer for Microsoft SQL.
MULT_ASSIGN - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
MULT_ASSIGN - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
MULT_ASSIGN() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Assignment_operatorContext
 
MULTI - Enum constant in enum class org.pgcodekeeper.core.schema.FuncTypes
 
MULTI_POLYGON - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
MULTI_POLYGON - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
MULTI_POLYGON() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Data_typeContext
 
MULTI_POLYGON() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
MULTI_USER - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
MULTI_USER - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
MULTI_USER() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Database_optionspecContext
 
MULTI_USER() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
multiply() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.rulectx.Vex
 
MULTIPLY - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
MULTIPLY - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
MULTIPLY() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Additional_statementContext
 
MULTIPLY() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.All_opContext
 
MULTIPLY() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.All_simple_opContext
 
MULTIPLY() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_table_statementContext
 
MULTIPLY() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Copy_optionContext
 
MULTIPLY() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Delete_stmt_for_psqlContext
 
MULTIPLY() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.From_primaryContext
 
MULTIPLY() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Function_argsContext
 
MULTIPLY() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Indirection_listContext
 
MULTIPLY() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Only_table_multiplyContext
 
MULTIPLY() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Select_primaryContext
 
MULTIPLY() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Update_stmt_for_psqlContext
 
MULTIPLY() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Value_expression_primaryContext
 
MULTIPLY() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Vex_bContext
 
MULTIPLY() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.VexContext
 
multirange_name - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_type_statementContext
 
MULTIRANGE_TYPE_NAME - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
MULTIRANGE_TYPE_NAME - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
MULTIRANGE_TYPE_NAME() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_type_statementContext
 
MULTIRANGE_TYPE_NAME() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonkeywordContext
 
MULTIRANGE_TYPE_NAME(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_type_statementContext
 
MUST_CHANGE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
MUST_CHANGE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
MUST_CHANGE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_login_sql_serverContext
 
MUST_CHANGE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Login_option_listContext
 
MUST_CHANGE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
MUST_CHANGE(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_login_sql_serverContext
 
MUTATION - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
MUTATION - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
MUTATION() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Kill_stmtContext
 
MUTATION() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
MYSQL - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
MYSQL - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
MYSQL() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Source_priviligeContext
 
MYSQL() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 

N

name - Variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Function_callContext
 
name - Variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Move_stmtContext
 
name - Variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.With_queryContext
 
name - Variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_assemblyContext
 
name - Variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_indexContext
 
name - Variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_tableContext
 
name - Variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_typeContext
 
name - Variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Dbcc_clauseContext
 
name - Variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Index_nameContext
 
name - Variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Names_referencesContext
 
name - Variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Procedure_paramContext
 
name - Variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Qualified_nameContext
 
name - Variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Xml_index_usingContext
 
name - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.PrivilegesParser.PrivilegeContext
 
name - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_collation_statementContext
 
name - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_domain_statementContext
 
name - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_event_trigger_statementContext
 
name - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_foreign_data_wrapperContext
 
name - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_fts_statementContext
 
name - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_group_actionContext
 
name - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_language_statementContext
 
name - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_sequence_statementContext
 
name - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_statistics_statementContext
 
name - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_table_statementContext
 
name - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_tablespace_statementContext
 
name - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_type_statementContext
 
name - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_view_statementContext
 
name - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Comment_member_objectContext
 
name - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_aggregate_statementContext
 
name - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_collation_statementContext
 
name - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_domain_statementContext
 
name - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_event_trigger_statementContext
 
name - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_extension_statementContext
 
name - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_foreign_data_wrapper_statementContext
 
name - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_foreign_table_statementContext
 
name - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_fts_configuration_statementContext
 
name - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_fts_dictionary_statementContext
 
name - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_fts_parser_statementContext
 
name - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_fts_template_statementContext
 
name - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_group_statementContext
 
name - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_index_statementContext
 
name - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_language_statementContext
 
name - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_operator_class_optionContext
 
name - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_operator_statementContext
 
name - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_rewrite_statementContext
 
name - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_schema_statementContext
 
name - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_sequence_statementContext
 
name - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_statistics_statementContext
 
name - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_table_as_statementContext
 
name - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_table_external_statementContext
 
name - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_table_statementContext
 
name - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_tablespace_statementContext
 
name - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_trigger_statementContext
 
name - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_type_statementContext
 
name - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_user_or_role_statementContext
 
name - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_view_statementContext
 
name - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Domain_constraintContext
 
name - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Drop_function_statementContext
 
name - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Drop_rule_statementContext
 
name - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Drop_trigger_statementContext
 
name - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Owner_member_objectContext
 
name - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Partition_gp_actionContext
 
name - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Rename_toContext
 
name - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Schema_importContext
 
name - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Sequence_bodyContext
 
name - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Target_operatorContext
 
name - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Xml_functionContext
 
name - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Xml_table_columnContext
 
name() - Method in record class org.pgcodekeeper.core.library.PgLibrary
Returns the value of the name record component.
NAME - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
NAME - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
NAME - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
NAME - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
NAME - Static variable in interface org.pgcodekeeper.core.parsers.antlr.pg.expr.TypesSetManually
 
NAME - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
NAME - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
NAME() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_table_actionContext
 
NAME() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Host_typeContext
 
NAME() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
NAME() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_app_role_optionContext
 
NAME() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_audit_actionContext
 
NAME() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_databaseContext
 
NAME() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_db_roleContext
 
NAME() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_login_sql_serverContext
 
NAME() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_server_roleContext
 
NAME() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_userContext
 
NAME() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Backup_optionContext
 
NAME() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_aggregateContext
 
NAME() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.File_spec_alterContext
 
NAME() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.File_specContext
 
NAME() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Filegroup_modify_optionContext
 
NAME() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Func_bodyContext
 
NAME() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Proc_bodyContext
 
NAME() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
NAME() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Type_definitionContext
 
NAME() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
NAME() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Sequence_bodyContext
 
NAME() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
NAME() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Xml_functionContext
 
NAME(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_userContext
 
name_list() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_table_actionContext
 
name_list() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_event_notificationContext
 
name_list() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Drop_assemblyContext
 
name_list() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Drop_event_notifications_or_sessionContext
 
name_list() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
name_list() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Rule_commonContext
 
name_list() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Set_specialContext
 
name_list() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Table_action_dropContext
 
name_list_in_brackets() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_fulltext_index_optionContext
 
name_list_in_brackets() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Columnstore_indexContext
 
name_list_in_brackets() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Common_table_expressionContext
 
name_list_in_brackets() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_indexContext
 
name_list_in_brackets() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_or_alter_viewContext
 
name_list_in_brackets() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_statisticsContext
 
name_list_in_brackets() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Index_includeContext
 
name_list_in_brackets() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Insert_statementContext
 
name_list_in_brackets() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Merge_not_matchedContext
 
name_list_in_brackets() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
name_list_in_brackets() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Object_typeContext
 
name_list_in_brackets() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Output_clauseContext
 
name_list_in_brackets() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Table_column_privilegesContext
 
name_list_in_brackets() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Table_constraint_bodyContext
 
name_list_in_brackets(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Table_constraint_bodyContext
 
Name_list_in_bracketsContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Name_list_in_bracketsContext
 
Name_listContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Name_listContext
 
name_with_cluster() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_role_stmtContext
 
name_with_cluster() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_user_stmtContext
 
name_with_cluster() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Create_database_stmtContext
 
name_with_cluster() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Create_role_stmtContext
 
name_with_cluster() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Create_user_stmtContext
 
name_with_cluster() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Drop_elementContext
 
name_with_cluster() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
name_with_cluster(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_role_stmtContext
 
name_with_cluster(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_user_stmtContext
 
name_with_cluster(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Create_role_stmtContext
 
name_with_cluster(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Create_user_stmtContext
 
Name_with_clusterContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Name_with_clusterContext
 
NAMED - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
NAMED - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
NAMED() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_named_collection_stmtContext
 
NAMED() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Create_named_collection_stmtContext
 
NAMED() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Drop_elementContext
 
NAMED() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Object_typeContext
 
NAMED() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.PermissionContext
 
NAMED() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
named_collection_pair() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_named_collection_stmtContext
 
named_collection_pair() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Create_named_collection_stmtContext
 
named_collection_pair() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
named_collection_pair(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_named_collection_stmtContext
 
named_collection_pair(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Create_named_collection_stmtContext
 
Named_collection_pairContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Named_collection_pairContext
 
named_promoted_node_path_item() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
named_promoted_node_path_item() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Promoted_node_path_listContext
 
named_promoted_node_path_item(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Promoted_node_path_listContext
 
Named_promoted_node_path_itemContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Named_promoted_node_path_itemContext
 
NAMES - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
NAMES - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
NAMES() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
NAMES() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
names_in_parens() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.ActionContext
 
names_in_parens() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_view_actionContext
 
names_in_parens() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Column_actionContext
 
names_in_parens() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Constr_bodyContext
 
names_in_parens() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_table_as_statementContext
 
names_in_parens() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Define_columnsContext
 
names_in_parens() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.From_itemContext
 
names_in_parens() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Materialized_view_actionContext
 
names_in_parens() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
names_in_parens() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Publication_table_onlyContext
 
names_in_parens() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Table_actionContext
 
names_in_parens(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Constr_bodyContext
 
Names_in_parensContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Names_in_parensContext
 
names_references() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
names_references() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.PrivilegeContext
 
names_references() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Cursor_commonContext
 
names_references() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Dbcc_clauseContext
 
names_references() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Drop_ddl_triggerContext
 
names_references() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Drop_statementsContext
 
names_references() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Enable_disable_triggerContext
 
names_references() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.External_table_as_select_defContext
 
names_references() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
names_references() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Update_statisticsContext
 
names_references() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.If_exist_names_restrict_cascadeContext
 
names_references() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Names_in_parensContext
 
names_references() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
names_references() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Other_rulesContext
 
names_references() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Rule_member_objectContext
 
names_references() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Set_actionContext
 
Names_referencesContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Names_referencesContext
 
Names_referencesContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Names_referencesContext
 
Names_referencesContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Names_referencesContext
 
NAN - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
NAN - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
NAN() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Number_literalContext
 
NANOSECOND - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
NANOSECOND - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
NANOSECOND() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.IntervalContext
 
NANOSECOND() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
NATIONAL - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
NATIONAL - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
NATIONAL - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
NATIONAL - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
NATIONAL - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
NATIONAL - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
NATIONAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Data_typeContext
 
NATIONAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
NATIONAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Data_typeContext
 
NATIONAL() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
NATIONAL() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Predefined_typeContext
 
NATIONAL() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreserved_except_function_typeContext
 
NATURAL - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
NATURAL - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
NATURAL() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
NATURAL() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.From_itemContext
 
NATURAL() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_reserved_except_function_typeContext
 
NCHAR - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
NCHAR - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
NCHAR - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
NCHAR - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
NCHAR - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
NCHAR - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
NCHAR() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Data_typeContext
 
NCHAR() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
NCHAR() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Data_typeContext
 
NCHAR() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
NCHAR() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
NCHAR() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Predefined_typeContext
 
NCHAR() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreserved_except_function_typeContext
 
needDrop(AbstractFunction) - Method in class org.pgcodekeeper.core.schema.AbstractFunction
Determines whether this function needs to be dropped before creating the new version.
needDrop(AbstractFunction) - Method in class org.pgcodekeeper.core.schema.ms.MsClrFunction
 
needDrop(AbstractFunction) - Method in class org.pgcodekeeper.core.schema.ms.MsClrProcedure
 
needDrop(AbstractFunction) - Method in class org.pgcodekeeper.core.schema.ms.MsFunction
 
needDrop(AbstractFunction) - Method in class org.pgcodekeeper.core.schema.ms.MsProcedure
 
needDrop(AbstractFunction) - Method in class org.pgcodekeeper.core.schema.pg.AbstractPgFunction
 
needDrop(AbstractFunction) - Method in class org.pgcodekeeper.core.schema.pg.PgAggregate
 
needDrop(AbstractFunction) - Method in class org.pgcodekeeper.core.schema.pg.PgFunction
 
NEGATOR - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
NEGATOR - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
NEGATOR() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Operator_optionContext
 
NEGATOR() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonkeywordContext
 
NEGOTIATE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
NEGOTIATE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
NEGOTIATE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
NEGOTIATE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Windows_auth_optionContext
 
NESTED - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
NESTED - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
NESTED - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
NESTED - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
NESTED() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Data_typeContext
 
NESTED() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
NESTED() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
NESTED() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Json_table_columnContext
 
NESTED() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
NESTED_TRIGGERS - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
NESTED_TRIGGERS - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
NESTED_TRIGGERS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_database_optionContext
 
NESTED_TRIGGERS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Database_optionspecContext
 
NESTED_TRIGGERS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
NEW - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
NEW - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
NEW() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
NEW() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
NEW() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Trigger_referencingContext
 
NEW_ACCOUNT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
NEW_ACCOUNT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
NEW_ACCOUNT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_service_master_keyContext
 
NEW_ACCOUNT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
new_attribute_name - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_type_statementContext
 
new_audit_name - Variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_audit_actionContext
 
NEW_BROKER - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
NEW_BROKER - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
NEW_BROKER() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Database_optionspecContext
 
NEW_BROKER() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Restore_optionContext
 
NEW_BROKER() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
new_enum_name - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_type_statementContext
 
new_enum_value - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_type_statementContext
 
NEW_LINE - Enum constant in enum class org.pgcodekeeper.core.formatter.IndentDirection
Forced new line
NEW_LINE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
NEW_LINE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
NEW_LINE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
NEW_LINE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
new_name - Variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_databaseContext
 
NEW_PASSWORD - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
NEW_PASSWORD - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
NEW_PASSWORD() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_service_master_keyContext
 
NEW_PASSWORD() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
new_role_name - Variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_db_roleContext
 
NewLine - Static variable in class org.pgcodekeeper.core.parsers.antlr.base.generated.IgnoreListLexer
 
NewLine - Static variable in class org.pgcodekeeper.core.parsers.antlr.base.generated.IgnoreListParser
 
NewLine - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
NewLine - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
NewLine() - Method in class org.pgcodekeeper.core.parsers.antlr.base.generated.IgnoreListParser.BlackContext
 
NewLine() - Method in class org.pgcodekeeper.core.parsers.antlr.base.generated.IgnoreListParser.CompileUnitContext
 
NewLine() - Method in class org.pgcodekeeper.core.parsers.antlr.base.generated.IgnoreListParser.WhiteContext
 
NewLine(int) - Method in class org.pgcodekeeper.core.parsers.antlr.base.generated.IgnoreListParser.BlackContext
 
NewLine(int) - Method in class org.pgcodekeeper.core.parsers.antlr.base.generated.IgnoreListParser.CompileUnitContext
 
NewLine(int) - Method in class org.pgcodekeeper.core.parsers.antlr.base.generated.IgnoreListParser.WhiteContext
 
NEWLINE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
NEWLINE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
NEWLINE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Format_optionsContext
 
NEWLINE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonkeywordContext
 
NEWNAME - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
NEWNAME - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
NEWNAME() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.File_spec_alterContext
 
NEWNAME() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
newStatement() - Method in record class org.pgcodekeeper.core.model.graph.DbObject
Returns the value of the newStatement record component.
newThread(Runnable) - Method in class org.pgcodekeeper.core.utils.DaemonThreadFactory
Creates a new daemon thread to run the given task.
newusername - Variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_userContext
 
NEXT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
NEXT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
NEXT - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
NEXT - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
NEXT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_partition_schemeContext
 
NEXT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Cursor_statementContext
 
NEXT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Function_callContext
 
NEXT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Order_by_clauseContext
 
NEXT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
NEXT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.After_opsContext
 
NEXT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
NEXT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Fetch_move_directionContext
 
NEXT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Return_stmtContext
 
NEXT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
NFC - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
NFC - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
NFC() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
NFC() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
NFD - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
NFD - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
NFD() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
NFD() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
NFKC - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
NFKC - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
NFKC() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
NFKC() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
NFKD - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
NFKD - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
NFKD() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
NFKD() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
NO - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
NO - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
NO - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
NO - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
NO - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
NO - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
NO() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
NO() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_login_sql_serverContext
 
NO() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Drop_assemblyContext
 
NO() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Execute_clause_userContext
 
NO() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Fulltext_index_optionContext
 
NO() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.On_deleteContext
 
NO() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.On_updateContext
 
NO() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Secondary_role_optionContext
 
NO() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Sequence_bodyContext
 
NO() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
NO() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.With_no_populationContext
 
NO() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.ActionContext
 
NO() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Additional_statementContext
 
NO() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.After_opsContext
 
NO() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_foreign_data_wrapper_actionContext
 
NO() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_function_statementContext
 
NO() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_materialized_view_actionContext
 
NO() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_trigger_statementContext
 
NO() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
NO() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Constr_bodyContext
 
NO() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_foreign_data_wrapper_statementContext
 
NO() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_table_as_statementContext
 
NO() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_view_statementContext
 
NO() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Cursor_statementContext
 
NO() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Declare_statementContext
 
NO() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Frame_clauseContext
 
NO() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Function_actions_commonContext
 
NO() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Index_def_actionContext
 
NO() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Script_transactionContext
 
NO() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Sequence_bodyContext
 
NO() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Table_actionContext
 
NO() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
NO() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Transaction_statementContext
 
NO() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Type_declarationContext
 
NO() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Xml_functionContext
 
NO(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_foreign_data_wrapper_actionContext
 
NO(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_foreign_data_wrapper_statementContext
 
NO(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Xml_functionContext
 
NO_CHECKSUM - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
NO_CHECKSUM - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
NO_CHECKSUM() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Backup_optionContext
 
NO_CHECKSUM() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Restore_optionContext
 
NO_CHECKSUM() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
NO_COMPRESSION - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
NO_COMPRESSION - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
NO_COMPRESSION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Backup_optionContext
 
NO_COMPRESSION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
NO_EVENT_LOSS - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
NO_EVENT_LOSS - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
NO_EVENT_LOSS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_or_alter_event_session_withContext
 
NO_EVENT_LOSS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
NO_TRUNCATE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
NO_TRUNCATE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
NO_TRUNCATE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Backup_optionContext
 
NO_TRUNCATE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
NO_WAIT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
NO_WAIT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
NO_WAIT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
NO_WAIT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.TerminationContext
 
NOBYPASSRLS - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
NOBYPASSRLS - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
NOBYPASSRLS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonkeywordContext
 
NOBYPASSRLS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.User_or_role_common_optionContext
 
nocheck - Variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_table_actionContext
 
NOCHECK - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
NOCHECK - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
NOCHECK() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_table_actionContext
 
NOCHECK(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_table_actionContext
 
nocheck_add - Variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_table_actionContext
 
nocheck_check - Variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_table_actionContext
 
NOCREATEDB - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
NOCREATEDB - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
NOCREATEDB() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonkeywordContext
 
NOCREATEDB() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.User_or_role_or_group_common_optionContext
 
NOCREATEEXTTABLE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
NOCREATEEXTTABLE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
NOCREATEEXTTABLE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonkeywordContext
 
NOCREATEEXTTABLE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.User_or_role_or_group_common_optionContext
 
NOCREATEROLE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
NOCREATEROLE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
NOCREATEROLE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonkeywordContext
 
NOCREATEROLE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.User_or_role_or_group_common_optionContext
 
NOCREATEUSER - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
NOCREATEUSER - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
NOCREATEUSER() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonkeywordContext
 
NOCREATEUSER() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.User_or_role_or_group_common_optionContext
 
node_path - Variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Named_promoted_node_path_itemContext
 
NODES - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
NODES - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
NODES() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Function_callContext
 
NODES() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
NOEXPAND - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
NOEXPAND - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
NOEXPAND() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
NOEXPAND() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Table_hintContext
 
NOFORMAT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
NOFORMAT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
NOFORMAT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Backup_optionContext
 
NOFORMAT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
NOINHERIT - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
NOINHERIT - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
NOINHERIT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonkeywordContext
 
NOINHERIT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.User_or_role_or_group_common_optionContext
 
NOINIT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
NOINIT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
NOINIT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Backup_optionContext
 
NOINIT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
NOLOCK - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
NOLOCK - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
NOLOCK() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
NOLOCK() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Table_hintContext
 
NOLOGIN - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
NOLOGIN - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
NOLOGIN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonkeywordContext
 
NOLOGIN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.User_or_role_or_group_common_optionContext
 
NON_TRANSACTED_ACCESS - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
NON_TRANSACTED_ACCESS - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
NON_TRANSACTED_ACCESS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Database_filestream_optionContext
 
NON_TRANSACTED_ACCESS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
NONCLUSTERED - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
NONCLUSTERED - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
NONCLUSTERED() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.ClusteredContext
 
NONCLUSTERED() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Columnstore_indexContext
 
NONE - Static variable in class org.pgcodekeeper.core.parsers.antlr.base.generated.IgnoreListLexer
 
NONE - Static variable in class org.pgcodekeeper.core.parsers.antlr.base.generated.IgnoreListParser
 
NONE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
NONE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
NONE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
NONE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
NONE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
NONE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
NONE() - Method in class org.pgcodekeeper.core.parsers.antlr.base.generated.IgnoreListParser.FlagContext
 
NONE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_user_stmtContext
 
NONE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Create_user_stmtContext
 
NONE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.HostContext
 
NONE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.PermissionContext
 
NONE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Sql_security_clauseContext
 
NONE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
NONE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_message_typeContext
 
NONE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_userContext
 
NONE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_databaseContext
 
NONE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_message_typeContext
 
NONE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_or_alter_event_session_withContext
 
NONE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Database_optionspecContext
 
NONE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Library_file_specContext
 
NONE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Low_priority_lock_waitContext
 
NONE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Primary_role_optionContext
 
NONE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Result_sets_valueContext
 
NONE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Set_option_specContext
 
NONE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
NONE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.User_optionContext
 
NONE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Add_operator_to_familyContext
 
NONE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
NONE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_operator_class_optionContext
 
NONE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Drop_operator_from_familyContext
 
NONE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Explain_optionContext
 
NONE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Operator_argsContext
 
NONE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreserved_except_function_typeContext
 
NONE(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_userContext
 
NONE(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Add_operator_to_familyContext
 
NONE(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_operator_class_optionContext
 
NONE(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Drop_operator_from_familyContext
 
NONE(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Operator_argsContext
 
NONLOAD - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
NONLOAD - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
NONLOAD() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Restore_otherContext
 
NONLOAD() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
NORECOMPUTE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
NORECOMPUTE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
NORECOMPUTE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
NORECOMPUTE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Update_statistics_with_optionContext
 
NORECOVERY - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
NORECOVERY - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
NORECOVERY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Backup_optionContext
 
NORECOVERY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Restore_optionContext
 
NORECOVERY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
NOREPLICATION - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
NOREPLICATION - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
NOREPLICATION() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonkeywordContext
 
NOREPLICATION() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.User_or_role_common_optionContext
 
NOREWIND - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
NOREWIND - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
NOREWIND() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Backup_optionContext
 
NOREWIND() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Restore_optionContext
 
NOREWIND() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
NORMAL - Enum constant in enum class org.pgcodekeeper.core.loader.ParserListenerMode
 
NORMAL - Enum constant in enum class org.pgcodekeeper.core.schema.pg.PgAggregate.AggKinds
 
NORMALIZE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
NORMALIZE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
NORMALIZE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
NORMALIZE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreserved_except_function_typeContext
 
NORMALIZED - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
NORMALIZED - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
NORMALIZED() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
NORMALIZED() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
normalizeWhitespaceUnquoted(ParserRuleContext, CommonTokenStream) - Static method in class org.pgcodekeeper.core.parsers.antlr.base.AntlrUtils
Normalizes whitespace in SQL text while preserving quoted sections.
normalizeWhitespaceUnquoted(ParserRuleContext, CommonTokenStream, DatabaseType) - Static method in class org.pgcodekeeper.core.parsers.antlr.base.AntlrUtils
Normalizes whitespace in SQL text while preserving quoted sections.
NOSKIP - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
NOSKIP - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
NOSKIP() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Backup_optionContext
 
NOSKIP() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
NOSUPERUSER - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
NOSUPERUSER - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
NOSUPERUSER() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonkeywordContext
 
NOSUPERUSER() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.User_or_role_or_group_common_optionContext
 
not() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.rulectx.Vex
 
NOT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
NOT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
NOT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
NOT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
NOT - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
NOT - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
NOT() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_user_stmtContext
 
NOT() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Create_user_stmtContext
 
NOT() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.ExprContext
 
NOT() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.If_not_existsContext
 
NOT() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Like_exprContext
 
NOT() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Named_collection_pairContext
 
NOT() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Not_nullContext
 
NOT() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_reservedContext
 
NOT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Audit_whereContext
 
NOT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Column_defContext
 
NOT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Column_optionContext
 
NOT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Event_session_predicate_expressionContext
 
NOT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Merge_whenContext
 
NOT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Not_for_replicationContext
 
NOT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Null_notnullContext
 
NOT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.PredicateContext
 
NOT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Search_condition_notContext
 
NOT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_domain_statementContext
 
NOT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
NOT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Column_actionContext
 
NOT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Constr_bodyContext
 
NOT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Constraint_commonContext
 
NOT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Copy_optionContext
 
NOT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Domain_constraintContext
 
NOT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Format_optionsContext
 
NOT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Function_actions_commonContext
 
NOT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.If_not_existsContext
 
NOT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Nulls_distinctionContext
 
NOT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Table_actionContext
 
NOT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Table_deferrableContext
 
NOT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_reservedContext
 
NOT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Transaction_modeContext
 
NOT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Type_declarationContext
 
NOT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Vex_bContext
 
NOT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.VexContext
 
NOT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.When_conditionContext
 
NOT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.With_queryContext
 
NOT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Xml_table_columnContext
 
NOT(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Event_session_predicate_expressionContext
 
NOT_DIST - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
NOT_DIST - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
NOT_DIST() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.OpContext
 
NOT_EQ - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
NOT_EQ - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
NOT_EQ() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.OpContext
 
NOT_EQUAL - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
NOT_EQUAL - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
NOT_EQUAL() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.All_opContext
 
NOT_EQUAL() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.All_simple_opContext
 
NOT_EQUAL() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Vex_bContext
 
NOT_EQUAL() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.VexContext
 
not_for_rep - Variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Column_optionContext
 
not_for_replication() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_column_optionContext
 
not_for_replication() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_security_policyContext
 
not_for_replication() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Column_constraint_bodyContext
 
not_for_replication() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Column_optionContext
 
not_for_replication() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_or_alter_triggerContext
 
not_for_replication() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_security_policyContext
 
not_for_replication() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
not_for_replication() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Table_constraint_bodyContext
 
Not_for_replicationContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Not_for_replicationContext
 
not_null() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_table_actionContext
 
not_null() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Data_type_exprContext
 
not_null() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
not_null() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Table_column_defContext
 
Not_nullContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Not_nullContext
 
not_valid - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_domain_statementContext
 
NotAllowedObjectException - Exception in org.pgcodekeeper.core.model.graph
Exception indicating that a DbObjType object is not allowed in the current context.
NotAllowedObjectException() - Constructor for exception org.pgcodekeeper.core.model.graph.NotAllowedObjectException
Constructs a new NotAllowedObjectException with no detail message.
NotAllowedObjectException(String) - Constructor for exception org.pgcodekeeper.core.model.graph.NotAllowedObjectException
Constructs a new NotAllowedObjectException with the specified detail message.
NotAllowedObjectException(String, Throwable) - Constructor for exception org.pgcodekeeper.core.model.graph.NotAllowedObjectException
Constructs a new NotAllowedObjectException with the specified detail message and cause.
NotAllowedObjectException(Throwable) - Constructor for exception org.pgcodekeeper.core.model.graph.NotAllowedObjectException
Constructs a new NotAllowedObjectException with the specified cause.
notEqual() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.rulectx.Vex
 
NOTHING - Enum constant in enum class org.pgcodekeeper.core.schema.ObjectState
 
NOTHING - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
NOTHING - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
NOTHING - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
NOTHING - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
NOTHING() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Data_typeContext
 
NOTHING() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
NOTHING() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
NOTHING() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Conflict_actionContext
 
NOTHING() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_rewrite_statementContext
 
NOTHING() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Merge_matchedContext
 
NOTHING() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Merge_not_matchedContext
 
NOTHING() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Table_actionContext
 
NOTHING() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
NOTICE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
NOTICE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
NOTICE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Log_levelContext
 
NOTICE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonkeywordContext
 
NOTIFICATION - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
NOTIFICATION - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
NOTIFICATION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Class_typeContext
 
NOTIFICATION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_event_notificationContext
 
NOTIFICATION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Drop_event_notifications_or_sessionContext
 
NOTIFICATION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.PermissionContext
 
NOTIFICATION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
NOTIFICATIONS - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
NOTIFICATIONS - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
NOTIFICATIONS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.PermissionContext
 
NOTIFICATIONS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
NOTIFY - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
NOTIFY - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
NOTIFY() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
NOTIFY() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Notify_stmtContext
 
NOTIFY() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
notify_stmt() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Additional_statementContext
 
notify_stmt() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
notify_stmt() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Rewrite_commandContext
 
Notify_stmtContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Notify_stmtContext
 
notNull() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.rulectx.Vex
 
NOTNULL - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
NOTNULL - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
NOTNULL() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_reserved_except_function_typeContext
 
NOTNULL() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.VexContext
 
NOUNLOAD - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
NOUNLOAD - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
NOUNLOAD() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Backup_optionContext
 
NOUNLOAD() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Restore_optionContext
 
NOUNLOAD() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
NOWAIT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
NOWAIT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
NOWAIT - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
NOWAIT - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
NOWAIT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Lock_tableContext
 
NOWAIT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Raiseerror_statementContext
 
NOWAIT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Shutdown_statementContext
 
NOWAIT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
NOWAIT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Table_hintContext
 
NOWAIT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.After_opsContext
 
NOWAIT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
NOWAIT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Lock_tableContext
 
NOWAIT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Set_tablespaceContext
 
NOWAIT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
NTLM - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
NTLM - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
NTLM() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
NTLM() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Windows_auth_optionContext
 
NULL - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
NULL - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
NULL - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
NULL - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
NULL - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
NULL - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
NULL() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Data_type_exprContext
 
NULL() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Engine_exprContext
 
NULL() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Enum_valueContext
 
NULL() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.ExprContext
 
NULL() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.LiteralContext
 
NULL() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Not_nullContext
 
NULL() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.QueryContext
 
NULL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_resource_governorContext
 
NULL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_userContext
 
NULL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Change_tableContext
 
NULL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Column_optionContext
 
NULL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Constant_expressionContext
 
NULL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Default_valueContext
 
NULL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Function_optionContext
 
NULL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Json_null_clauseContext
 
NULL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Null_notnullContext
 
NULL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.On_deleteContext
 
NULL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.On_updateContext
 
NULL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Optimize_for_argContext
 
NULL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Primitive_expressionContext
 
NULL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Raiseerror_statementContext
 
NULL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Table_stretch_optContext
 
NULL() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.ActionContext
 
NULL() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_domain_statementContext
 
NULL() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
NULL() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Base_statementContext
 
NULL() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Column_actionContext
 
NULL() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Comment_on_statementContext
 
NULL() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Constr_bodyContext
 
NULL() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Copy_optionContext
 
NULL() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Domain_constraintContext
 
NULL() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Format_optionsContext
 
NULL() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Function_actions_commonContext
 
NULL() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Json_behavior_typeContext
 
NULL() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Json_on_null_clauseContext
 
NULL() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Security_labelContext
 
NULL() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_reservedContext
 
NULL() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Type_declarationContext
 
NULL() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.User_or_role_or_group_common_optionContext
 
NULL() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Value_expression_primaryContext
 
NULL() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.VexContext
 
NULL() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Xml_table_columnContext
 
NULL(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_userContext
 
NULL(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Function_optionContext
 
NULL(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Json_null_clauseContext
 
NULL(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Raiseerror_statementContext
 
NULL(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Function_actions_commonContext
 
NULL(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Json_on_null_clauseContext
 
null_notnull() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
null_notnull() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.PredicateContext
 
null_notnull() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Procedure_paramContext
 
null_notnull() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Type_definitionContext
 
Null_notnullContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Null_notnullContext
 
null_ordering() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Index_columnContext
 
null_ordering() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
null_ordering() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Sort_specifierContext
 
Null_orderingContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Null_orderingContext
 
NULLABLE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
NULLABLE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
NULLABLE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Data_typeContext
 
NULLABLE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
NULLIF - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
NULLIF - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
NULLIF - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
NULLIF - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
NULLIF() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Function_callContext
 
NULLIF() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
NULLIF() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Function_constructContext
 
NULLIF() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreserved_except_function_typeContext
 
NullMonitor - Class in org.pgcodekeeper.core.monitor
A null object implementation of IMonitor that provides no-op behavior for all monitoring operations except cancellation state management.
NullMonitor() - Constructor for class org.pgcodekeeper.core.monitor.NullMonitor
 
NULLS - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
NULLS - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
NULLS - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
NULLS - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
NULLS() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Order_exprContext
 
NULLS() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
NULLS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
NULLS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Null_orderingContext
 
NULLS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Nulls_distinctionContext
 
NULLS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
nulls_distinction() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Constr_bodyContext
 
nulls_distinction() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Index_restContext
 
nulls_distinction() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
Nulls_distinctionContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Nulls_distinctionContext
 
nullValue() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.rulectx.Vex
 
NUMANODE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
NUMANODE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
NUMANODE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_server_configurationContext
 
NUMANODE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_or_alter_resource_poolContext
 
NUMANODE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
NUMBER - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
NUMBER - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
NUMBER() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Create_live_view_stmtContext
 
NUMBER() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Life_time_exprContext
 
NUMBER() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Number_literalContext
 
NUMBER() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Table_index_defContext
 
NUMBER() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Top_clauseContext
 
NUMBER() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Watch_stmtContext
 
NUMBER(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Life_time_exprContext
 
number_literal() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Data_typeContext
 
number_literal() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.LiteralContext
 
number_literal() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
number_literal() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Ratio_exprContext
 
number_literal() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Signed_number_literalContext
 
number_literal() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Win_frame_boundContext
 
number_literal(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Ratio_exprContext
 
Number_literalContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Number_literalContext
 
number_of_processors - Variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.OptionContext
 
number_recursion - Variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.OptionContext
 
number_rows - Variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.OptionContext
 
Numeric - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
Numeric - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
Numeric() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.FconstContext
 
NUMERIC - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
NUMERIC - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
NUMERIC - Static variable in interface org.pgcodekeeper.core.parsers.antlr.pg.expr.TypesSetManually
 
NUMERIC - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
NUMERIC - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
NUMERIC() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Data_typeContext
 
NUMERIC() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
NUMERIC() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
NUMERIC() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Predefined_typeContext
 
NUMERIC() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreserved_except_function_typeContext
 
NUMERIC_ROUNDABORT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
NUMERIC_ROUNDABORT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
NUMERIC_ROUNDABORT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Database_optionspecContext
 
NUMERIC_ROUNDABORT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
numericonly() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_sequence_statementContext
 
numericonly() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_database_optionContext
 
numericonly() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Function_actions_commonContext
 
numericonly() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
numericonly() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Sequence_bodyContext
 
numericonly() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Zone_valueContext
 
numericonly(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_sequence_statementContext
 
NumericonlyContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.NumericonlyContext
 
NVARCHAR - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
NVARCHAR - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
NVARCHAR() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Data_typeContext
 
NVARCHAR() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 

O

obj - Variable in class org.pgcodekeeper.core.parsers.antlr.base.generated.IgnoreListParser.Rule_restContext
 
OBJECT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
OBJECT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
OBJECT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
OBJECT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
OBJECT - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
OBJECT - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
OBJECT() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Data_typeContext
 
OBJECT() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
OBJECT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_schema_sqlContext
 
OBJECT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Class_typeContext
 
OBJECT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Result_sets_definitionContext
 
OBJECT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
OBJECT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
OBJECT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Comment_member_objectContext
 
OBJECT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Json_behavior_typeContext
 
OBJECT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Label_member_objectContext
 
OBJECT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Owner_member_objectContext
 
OBJECT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Rule_member_objectContext
 
OBJECT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
object_expression() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.ExpressionContext
 
object_expression() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
object_expression() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Object_expressionContext
 
object_expression() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Set_specialContext
 
Object_expressionContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Object_expressionContext
 
object_type() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
object_type() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.PermissionContext
 
object_type() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
object_type() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Rule_commonContext
 
OBJECT_TYPE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
OBJECT_TYPE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
OBJECT_TYPE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Data_typeContext
 
OBJECT_TYPE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
Object_typeContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Object_typeContext
 
Object_typeContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Object_typeContext
 
ObjectCreationException - Exception in org.pgcodekeeper.core.exception
Exception thrown when attempting to create a database object that already exists.
ObjectCreationException() - Constructor for exception org.pgcodekeeper.core.exception.ObjectCreationException
Constructs exception with null message and cause.
ObjectCreationException(String) - Constructor for exception org.pgcodekeeper.core.exception.ObjectCreationException
Constructs exception with specified message.
ObjectCreationException(String, Throwable) - Constructor for exception org.pgcodekeeper.core.exception.ObjectCreationException
Constructs exception with specified message and cause.
ObjectCreationException(String, Throwable, boolean, boolean) - Constructor for exception org.pgcodekeeper.core.exception.ObjectCreationException
Constructs exception with full exception details.
ObjectCreationException(Throwable) - Constructor for exception org.pgcodekeeper.core.exception.ObjectCreationException
Constructs exception with specified cause.
ObjectCreationException(PgStatement) - Constructor for exception org.pgcodekeeper.core.exception.ObjectCreationException
Constructs exception for existing database statement.
ObjectCreationException(PgStatement, PgStatement) - Constructor for exception org.pgcodekeeper.core.exception.ObjectCreationException
Constructs exception for existing database statement with parent context.
ObjectState - Enum Class in org.pgcodekeeper.core.schema
Enumeration of possible states for database objects during schema comparison and migration.
ODBC - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
ODBC - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
ODBC() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Source_priviligeContext
 
ODBC() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
of(String) - Static method in enum class org.pgcodekeeper.core.schema.ArgMode
Converts a string representation to an ArgMode enum value.
OF - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
OF - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
OF - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
OF - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
OF() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_databaseContext
 
OF() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_or_alter_triggerContext
 
OF() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Cursor_commonContext
 
OF() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Delete_statementContext
 
OF() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Update_statementContext
 
OF() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.After_opsContext
 
OF() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
OF() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_trigger_statementContext
 
OF() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Define_partitionContext
 
OF() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Define_typeContext
 
OF() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Delete_stmt_for_psqlContext
 
OF() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Table_actionContext
 
OF() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
OF() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Update_stmt_for_psqlContext
 
OF() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Vex_bContext
 
OF() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.VexContext
 
OF(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_trigger_statementContext
 
OFF - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
OFF - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
OFF - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
OFF - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
OFF() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_fulltext_index_optionContext
 
OFF() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_server_configurationContext
 
OFF() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Change_tracking_optionContext
 
OFF() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Database_filestream_optionContext
 
OFF() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Database_mirroring_optionContext
 
OFF() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Database_optionspecContext
 
OFF() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Fulltext_index_optionContext
 
OFF() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Index_option_valueContext
 
OFF() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.On_offContext
 
OFF() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Partner_optionContext
 
OFF() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
OFF() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Boolean_valueContext
 
OFF() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
off_option() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Index_option_valueContext
 
off_option() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
Off_optionContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Off_optionContext
 
OFFLINE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
OFFLINE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
OFFLINE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_availability_group_optionsContext
 
OFFLINE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Database_optionspecContext
 
OFFLINE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.File_spec_alterContext
 
OFFLINE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
OFFSET - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
OFFSET - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
OFFSET - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
OFFSET - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
OFFSET - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
OFFSET - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
OFFSET() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Limit_exprContext
 
OFFSET() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Sample_clauseContext
 
OFFSET() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_reservedContext
 
OFFSET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Order_by_clauseContext
 
OFFSET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
OFFSET() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.After_opsContext
 
OFFSET() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_reservedContext
 
OFFSETS - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
OFFSETS - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
OID - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
OID - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
OID() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_database_optionContext
 
OID() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonkeywordContext
 
OIDS - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
OIDS - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
OIDS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
OIDS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Copy_optionContext
 
OIDS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Storage_parameter_oidContext
 
OIDS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Table_actionContext
 
OIDS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
OLD - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
OLD - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
OLD() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
OLD() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
OLD() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Trigger_referencingContext
 
OLD_ACCOUNT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
OLD_ACCOUNT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
OLD_ACCOUNT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_service_master_keyContext
 
OLD_ACCOUNT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
OLD_PASSWORD - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
OLD_PASSWORD - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
OLD_PASSWORD() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_login_sql_serverContext
 
OLD_PASSWORD() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_service_master_keyContext
 
OLD_PASSWORD() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_userContext
 
OLD_PASSWORD() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
OLD_PASSWORD(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_userContext
 
oldStatement() - Method in record class org.pgcodekeeper.core.model.graph.DbObject
Returns the value of the oldStatement record component.
OMIT - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
OMIT - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
OMIT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
OMIT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Json_quotesContext
 
OMIT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
ON - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
ON - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
ON - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
ON - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
ON - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
ON - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
ON() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Cluster_clauseContext
 
ON() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Drop_elementContext
 
ON() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.From_itemContext
 
ON() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Policy_nameContext
 
ON() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.PrivilegeContext
 
ON() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Show_stmtContext
 
ON() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_reservedContext
 
ON() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Add_alter_drop_predicateContext
 
ON() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Add_listener_optionContext
 
ON() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_authorizationContext
 
ON() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_availability_group_optionsContext
 
ON() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_fulltext_indexContext
 
ON() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_indexContext
 
ON() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_server_configurationContext
 
ON() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_serviceContext
 
ON() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Begin_conversation_dialogContext
 
ON() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Change_tracking_optionContext
 
ON() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Column_constraint_bodyContext
 
ON() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Column_optionContext
 
ON() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_database_optionContext
 
ON() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_databaseContext
 
ON() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_event_notificationContext
 
ON() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_fulltext_catalogContext
 
ON() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_fulltext_indexContext
 
ON() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_indexContext
 
ON() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_or_alter_event_sessionContext
 
ON() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_or_alter_triggerContext
 
ON() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_queueContext
 
ON() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_security_policyContext
 
ON() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_serviceContext
 
ON() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_spatial_indexContext
 
ON() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_statisticsContext
 
ON() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_tableContext
 
ON() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Database_optionspecContext
 
ON() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Drop_ddl_triggerContext
 
ON() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Drop_event_notifications_or_sessionContext
 
ON() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Drop_statementsContext
 
ON() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Enable_disable_triggerContext
 
ON() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.From_itemContext
 
ON() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Function_optionContext
 
ON() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Index_nameContext
 
ON() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Index_option_valueContext
 
ON() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Index_restContext
 
ON() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Json_null_clauseContext
 
ON() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Merge_statementContext
 
ON() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Object_typeContext
 
ON() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.On_deleteContext
 
ON() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.On_offContext
 
ON() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.On_partition_clauseContext
 
ON() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.On_updateContext
 
ON() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Send_conversationContext
 
ON() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Table_constraint_bodyContext
 
ON() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Table_indexContext
 
ON() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Abbreviated_grant_or_revokeContext
 
ON() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_function_statementContext
 
ON() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_materialized_view_actionContext
 
ON() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_policy_statementContext
 
ON() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_rule_statementContext
 
ON() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_trigger_statementContext
 
ON() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Boolean_valueContext
 
ON() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Changed_actionContext
 
ON() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Cluster_stmtContext
 
ON() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Comment_member_objectContext
 
ON() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Comment_on_statementContext
 
ON() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Conflict_objectContext
 
ON() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_event_trigger_statementContext
 
ON() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_index_statementContext
 
ON() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_policy_statementContext
 
ON() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_rewrite_statementContext
 
ON() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_statistics_statementContext
 
ON() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_trigger_statementContext
 
ON() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Drop_policy_statementContext
 
ON() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Drop_rule_statementContext
 
ON() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Drop_trigger_statementContext
 
ON() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.External_table_executeContext
 
ON() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.External_table_locationContext
 
ON() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.From_itemContext
 
ON() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Function_actions_commonContext
 
ON() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Index_def_actionContext
 
ON() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Insert_stmt_for_psqlContext
 
ON() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Json_behavior_clauseContext
 
ON() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Json_on_null_clauseContext
 
ON() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Json_quotesContext
 
ON() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Materialized_view_actionContext
 
ON() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Merge_stmt_for_psqlContext
 
ON() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.On_commitContext
 
ON() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Perform_stmtContext
 
ON() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Rule_commonContext
 
ON() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Security_labelContext
 
ON() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Select_primaryContext
 
ON() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Table_actionContext
 
ON() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_reservedContext
 
ON() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Truth_valueContext
 
ON(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_databaseContext
 
ON(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_fulltext_indexContext
 
ON(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_security_policyContext
 
ON(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_trigger_statementContext
 
on_commit() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_table_as_statementContext
 
on_commit() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_table_statementContext
 
on_commit() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
On_commitContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.On_commitContext
 
on_delete() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Column_constraint_bodyContext
 
on_delete() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
on_delete() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Table_constraint_bodyContext
 
On_deleteContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.On_deleteContext
 
ON_ERROR - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
ON_ERROR - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
ON_ERROR() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Copy_optionContext
 
ON_ERROR() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonkeywordContext
 
ON_FAILURE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
ON_FAILURE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
ON_FAILURE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Audit_optionContext
 
ON_FAILURE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
on_off() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_certificateContext
 
on_off() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_fulltext_catalogContext
 
on_off() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_login_sql_serverContext
 
on_off() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_remote_service_bindingContext
 
on_off() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_security_policyContext
 
on_off() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_server_audit_specificationContext
 
on_off() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_server_configurationContext
 
on_off() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_table_actionContext
 
on_off() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_userContext
 
on_off() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Assembly_optionContext
 
on_off() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Audit_file_actionContext
 
on_off() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Audit_optionContext
 
on_off() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Begin_conversation_dialogContext
 
on_off() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Change_tracking_option_listContext
 
on_off() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_certificateContext
 
on_off() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_database_optionContext
 
on_off() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_fulltext_catalogContext
 
on_off() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_or_alter_event_session_withContext
 
on_off() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_remote_service_bindingContext
 
on_off() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_security_policyContext
 
on_off() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_server_audit_specificationContext
 
on_off() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Database_optionspecContext
 
on_off() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.External_data_source_optionContext
 
on_off() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Function_optionContext
 
on_off() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Ledger_optionContext
 
on_off() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Login_sub_option_listContext
 
on_off() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
on_off() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Queue_actionContext
 
on_off() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Queue_settingsContext
 
on_off() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Set_option_specContext
 
on_off() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Set_specialContext
 
on_off() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.System_versioning_optContext
 
on_off() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Transaction_statementContext
 
on_off() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Type_definitionContext
 
on_off() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Update_statistics_with_optionContext
 
on_off() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.User_optionContext
 
on_off(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_login_sql_serverContext
 
on_off(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_userContext
 
on_off(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_or_alter_event_session_withContext
 
on_off(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_security_policyContext
 
on_off(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Queue_settingsContext
 
On_offContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.On_offContext
 
on_option() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Index_option_valueContext
 
on_option() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
On_optionContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.On_optionContext
 
on_partition_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Index_option_valueContext
 
on_partition_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
on_partition_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Update_statistics_with_optionContext
 
On_partition_clauseContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.On_partition_clauseContext
 
on_update() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Column_constraint_bodyContext
 
on_update() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
on_update() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Table_constraint_bodyContext
 
On_updateContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.On_updateContext
 
ONLINE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
ONLINE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
ONLINE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_table_actionContext
 
ONLINE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Database_optionspecContext
 
ONLINE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
ONLY - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
ONLY - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
ONLY - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
ONLY - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
ONLY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Cursor_commonContext
 
ONLY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Order_by_clauseContext
 
ONLY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
ONLY() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.After_opsContext
 
ONLY() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_table_statementContext
 
ONLY() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
ONLY() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_index_statementContext
 
ONLY() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Delete_stmt_for_psqlContext
 
ONLY() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.From_primaryContext
 
ONLY() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Only_table_multiplyContext
 
ONLY() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Select_primaryContext
 
ONLY() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_reservedContext
 
ONLY() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Transaction_modeContext
 
ONLY() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Update_stmt_for_psqlContext
 
ONLY_DATABASE_STATS - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
ONLY_DATABASE_STATS - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
ONLY_DATABASE_STATS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonkeywordContext
 
ONLY_DATABASE_STATS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Vacuum_optionContext
 
only_table_multiply() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Lock_tableContext
 
only_table_multiply() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
only_table_multiply() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Publication_table_onlyContext
 
only_table_multiply() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Truncate_stmtContext
 
only_table_multiply(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Lock_tableContext
 
only_table_multiply(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Truncate_stmtContext
 
Only_table_multiplyContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Only_table_multiplyContext
 
onlyEdits(AbstractDatabase, AbstractDatabase) - Method in class org.pgcodekeeper.core.model.difftree.TreeFlattener
Configures the flattener to include only edited elements.
onlySelected() - Method in class org.pgcodekeeper.core.model.difftree.TreeFlattener
Configures the flattener to include only selected elements.
onlySelected(boolean) - Method in class org.pgcodekeeper.core.model.difftree.TreeFlattener
Configures whether to include only selected elements.
onlyTypes(Collection<DbObjType>) - Method in class org.pgcodekeeper.core.model.difftree.TreeFlattener
Configures the flattener to include only specific object types.
op - Variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.ExpressionContext
 
op() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.ExprContext
 
op() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
op() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.All_opContext
 
op() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
op() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Vex_bContext
 
op() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.VexContext
 
op() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.rulectx.Vex
 
op_chars() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.All_simple_opContext
 
op_chars() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
op_chars() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.OpContext
 
OP_CHARS - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
OP_CHARS - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
OP_CHARS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Op_charsContext
 
Op_charsContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Op_charsContext
 
OpContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.OpContext
 
OpContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.OpContext
 
OPEN - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
OPEN - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
OPEN - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
OPEN - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
OPEN() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Cursor_statementContext
 
OPEN() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Open_keyContext
 
OPEN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Cursor_statementContext
 
OPEN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonkeywordContext
 
OPEN_EXISTING - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
OPEN_EXISTING - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
OPEN_EXISTING() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_asymmetric_keyContext
 
OPEN_EXISTING() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Key_optionsContext
 
OPEN_EXISTING() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
open_json() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.From_primaryContext
 
open_json() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
Open_jsonContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Open_jsonContext
 
open_key() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
open_key() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Security_statementContext
 
Open_keyContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Open_keyContext
 
open_xml() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.From_primaryContext
 
open_xml() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
Open_xmlContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Open_xmlContext
 
opendatasource() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
opendatasource() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Rowset_function_limitedContext
 
OPENDATASOURCE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
OPENDATASOURCE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
OPENDATASOURCE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.OpendatasourceContext
 
OpendatasourceContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.OpendatasourceContext
 
OPENJSON - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
OPENJSON - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
OPENJSON() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Open_jsonContext
 
OPENJSON() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
openquery() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
openquery() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Rowset_function_limitedContext
 
OPENQUERY - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
OPENQUERY - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
OPENQUERY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.OpenqueryContext
 
OpenqueryContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.OpenqueryContext
 
OPENROWSET - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
OPENROWSET - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
OPENROWSET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Rowset_functionContext
 
OPENXML - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
OPENXML - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
OPENXML() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Open_xmlContext
 
OPERATION_TYPE_COLUMN_NAME - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
OPERATION_TYPE_COLUMN_NAME - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
OPERATION_TYPE_COLUMN_NAME() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
OPERATION_TYPE_DESC_COLUMN_NAME - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
OPERATION_TYPE_DESC_COLUMN_NAME - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
OPERATION_TYPE_DESC_COLUMN_NAME() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
OPERATIONS - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
OPERATIONS - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
OPERATIONS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.PermissionContext
 
OPERATIONS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
operator - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Operator_nameContext
 
OPERATOR - Enum constant in enum class org.pgcodekeeper.core.model.difftree.DbObjType
 
OPERATOR - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
OPERATOR - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
OPERATOR() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Add_operator_to_familyContext
 
OPERATOR() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.All_op_refContext
 
OPERATOR() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_operator_class_statementContext
 
OPERATOR() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_operator_family_statementContext
 
OPERATOR() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_operator_statementContext
 
OPERATOR() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
OPERATOR() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Comment_member_objectContext
 
OPERATOR() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_operator_class_optionContext
 
OPERATOR() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_operator_class_statementContext
 
OPERATOR() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_operator_family_statementContext
 
OPERATOR() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_operator_statementContext
 
OPERATOR() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Drop_operator_class_statementContext
 
OPERATOR() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Drop_operator_family_statementContext
 
OPERATOR() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Drop_operator_from_familyContext
 
OPERATOR() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Drop_operator_statementContext
 
OPERATOR() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Extension_member_objectContext
 
OPERATOR() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.OpContext
 
OPERATOR() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Owner_member_objectContext
 
OPERATOR() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
operator_args() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
operator_args() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Operator_args_parserContext
 
operator_args() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Target_operatorContext
 
operator_args_parser() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
Operator_args_parserContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Operator_args_parserContext
 
Operator_argsContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Operator_argsContext
 
OPERATOR_AUDIT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
OPERATOR_AUDIT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
OPERATOR_AUDIT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Audit_optionContext
 
OPERATOR_AUDIT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
operator_class - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Index_columnContext
 
operator_family_action() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_operator_family_statementContext
 
operator_family_action() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
Operator_family_actionContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Operator_family_actionContext
 
operator_name() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_operator_class_optionContext
 
operator_name() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_operator_statementContext
 
operator_name() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Extension_member_objectContext
 
operator_name() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Operator_args_parserContext
 
operator_name() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
operator_name() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Target_operatorContext
 
Operator_nameContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Operator_nameContext
 
operator_option() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_operator_actionContext
 
operator_option() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_operator_optionContext
 
operator_option() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
operator_option(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_operator_actionContext
 
Operator_optionContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Operator_optionContext
 
OperatorAnalysisLauncher - Class in org.pgcodekeeper.core.parsers.antlr.pg.launcher
Launcher for analyzing operator dependencies and return types.
OperatorAnalysisLauncher(PgStatement, GenericColumn, String) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.launcher.OperatorAnalysisLauncher
Creates an operator analyzer.
OperatorsReader - Class in org.pgcodekeeper.core.loader.jdbc.pg
Reader for PostgreSQL operators.
OperatorsReader(JdbcLoaderBase) - Constructor for class org.pgcodekeeper.core.loader.jdbc.pg.OperatorsReader
Creates a new OperatorsReader.
OPTIMISTIC - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
OPTIMISTIC - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
OPTIMISTIC() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Declare_cursor_partialContext
 
OPTIMISTIC() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
OPTIMIZE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
OPTIMIZE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
OPTIMIZE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
OPTIMIZE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
OPTIMIZE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Optimize_stmtContext
 
OPTIMIZE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.PermissionContext
 
OPTIMIZE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
OPTIMIZE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.OptionContext
 
OPTIMIZE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
optimize_by_expr() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
optimize_by_expr() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Optimize_stmtContext
 
Optimize_by_exprContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Optimize_by_exprContext
 
optimize_for_arg() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
optimize_for_arg() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.OptionContext
 
optimize_for_arg(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.OptionContext
 
Optimize_for_argContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Optimize_for_argContext
 
optimize_stmt() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Ddl_stmtContext
 
optimize_stmt() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
Optimize_stmtContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Optimize_stmtContext
 
option() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
option() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Option_clauseContext
 
option() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.rulectx.MsSelectStmt
Returns the OPTION clause context if present.
option() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Cursor_statementContext
 
option() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Loop_startContext
 
option() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
option(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Option_clauseContext
 
option(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Cursor_statementContext
 
option(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Loop_startContext
 
OPTION - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
OPTION - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
OPTION - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
OPTION - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
OPTION - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
OPTION - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
OPTION() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.PrivilegesContext
 
OPTION() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
OPTION() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.With_optionContext
 
OPTION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_or_alter_viewContext
 
OPTION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Option_clauseContext
 
OPTION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Rule_commonContext
 
OPTION() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
OPTION() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Grant_option_forContext
 
OPTION() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Grant_to_ruleContext
 
OPTION() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Other_rulesContext
 
OPTION() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Rule_commonContext
 
OPTION() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Session_local_optionContext
 
OPTION() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
OPTION() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.With_admin_optionContext
 
OPTION() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.With_check_optionContext
 
OPTION(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Rule_commonContext
 
option_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Delete_statementContext
 
option_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Insert_statementContext
 
option_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Merge_statementContext
 
option_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
option_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Select_statementContext
 
option_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Select_stmt_no_parensContext
 
option_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Update_statementContext
 
Option_clauseContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Option_clauseContext
 
option_type() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
option_type() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.User_settingContext
 
Option_typeContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Option_typeContext
 
OptionContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.OptionContext
 
OptionContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.OptionContext
 
OPTIONS - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
OPTIONS - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
OPTIONS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
OPTIONS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Define_foreign_optionsContext
 
OPTIONS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Table_of_type_column_defContext
 
OPTIONS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
or() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.rulectx.Vex
 
OR - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
OR - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
OR - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
OR - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
OR - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
OR - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
OR() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Create_dictinary_stmtContext
 
OR() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Create_policy_stmtContext
 
OR() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Create_role_stmtContext
 
OR() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Create_simple_view_stmtContext
 
OR() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Create_table_stmtContext
 
OR() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Create_user_stmtContext
 
OR() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.OpContext
 
OR() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
OR() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Audit_whereContext
 
OR() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Batch_statementContext
 
OR() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Event_session_predicate_expressionContext
 
OR() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Search_conditionContext
 
OR() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
OR() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_aggregate_statementContext
 
OR() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_function_statementContext
 
OR() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_language_statementContext
 
OR() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_rewrite_statementContext
 
OR() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_transform_statementContext
 
OR() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_trigger_statementContext
 
OR() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_view_statementContext
 
OR() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_reservedContext
 
OR() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.VexContext
 
OR(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Event_session_predicate_expressionContext
 
OR(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Search_conditionContext
 
OR(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_trigger_statementContext
 
OR_ASSIGN - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
OR_ASSIGN - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
OR_ASSIGN() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Assignment_operatorContext
 
ORDER - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
ORDER - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
ORDER - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
ORDER - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
ORDER - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
ORDER - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
ORDER() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Order_by_clauseContext
 
ORDER() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.PermissionContext
 
ORDER() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_reservedContext
 
ORDER() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Columnstore_indexContext
 
ORDER() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_indexContext
 
ORDER() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.OptionContext
 
ORDER() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Order_by_clauseContext
 
ORDER() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Add_operator_to_familyContext
 
ORDER() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Agg_orderContext
 
ORDER() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_operator_class_optionContext
 
ORDER() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Orderby_clauseContext
 
ORDER() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_reservedContext
 
order_by_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_table_modify_actionContext
 
order_by_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Engine_optionContext
 
order_by_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
order_by_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Select_primaryContext
 
order_by_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Table_override_clauseContext
 
order_by_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Window_exprContext
 
order_by_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Function_callContext
 
order_by_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
order_by_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Over_clauseContext
 
order_by_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Query_specificationContext
 
order_by_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Window_specificationContext
 
Order_by_clauseContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Order_by_clauseContext
 
Order_by_clauseContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Order_by_clauseContext
 
order_by_expression() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Order_by_clauseContext
 
order_by_expression() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
order_by_expression(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Order_by_clauseContext
 
Order_by_expressionContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Order_by_expressionContext
 
order_cols - Variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Columnstore_indexContext
 
order_cols - Variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_indexContext
 
order_expr() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
order_expr() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Order_expr_listContext
 
order_expr(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Order_expr_listContext
 
order_expr_list() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Order_by_clauseContext
 
order_expr_list() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
Order_expr_listContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Order_expr_listContext
 
Order_exprContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Order_exprContext
 
order_specification() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Index_columnContext
 
order_specification() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
order_specification() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Sort_specifierContext
 
Order_specificationContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Order_specificationContext
 
orderBy(TSQLParser.Order_by_clauseContext) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.expr.MsValueExpr
 
orderBy(SQLParser.Orderby_clauseContext) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.expr.ValueExpr
Processes an ORDER BY clause.
orderby_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.After_opsContext
 
orderby_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Function_callContext
 
orderby_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Json_functionContext
 
orderby_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
orderby_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Window_definitionContext
 
orderby_clause(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Function_callContext
 
Orderby_clauseContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Orderby_clauseContext
 
ORDERED - Enum constant in enum class org.pgcodekeeper.core.schema.pg.PgAggregate.AggKinds
 
ORDINALITY - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
ORDINALITY - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
ORDINALITY() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
ORDINALITY() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.From_primaryContext
 
ORDINALITY() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.From_rows_with_aliasContext
 
ORDINALITY() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Json_table_columnContext
 
ORDINALITY() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
ORDINALITY() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Xml_table_columnContext
 
org.pgcodekeeper.core - package org.pgcodekeeper.core
 
org.pgcodekeeper.core.api - package org.pgcodekeeper.core.api
 
org.pgcodekeeper.core.database.base - package org.pgcodekeeper.core.database.base
 
org.pgcodekeeper.core.database.ch - package org.pgcodekeeper.core.database.ch
 
org.pgcodekeeper.core.database.ms - package org.pgcodekeeper.core.database.ms
 
org.pgcodekeeper.core.database.pg - package org.pgcodekeeper.core.database.pg
 
org.pgcodekeeper.core.diff - package org.pgcodekeeper.core.diff
 
org.pgcodekeeper.core.exception - package org.pgcodekeeper.core.exception
 
org.pgcodekeeper.core.formatter - package org.pgcodekeeper.core.formatter
 
org.pgcodekeeper.core.formatter.ch - package org.pgcodekeeper.core.formatter.ch
 
org.pgcodekeeper.core.formatter.ms - package org.pgcodekeeper.core.formatter.ms
 
org.pgcodekeeper.core.formatter.pg - package org.pgcodekeeper.core.formatter.pg
 
org.pgcodekeeper.core.hasher - package org.pgcodekeeper.core.hasher
 
org.pgcodekeeper.core.ignoreparser - package org.pgcodekeeper.core.ignoreparser
 
org.pgcodekeeper.core.library - package org.pgcodekeeper.core.library
 
org.pgcodekeeper.core.loader - package org.pgcodekeeper.core.loader
 
org.pgcodekeeper.core.loader.callables - package org.pgcodekeeper.core.loader.callables
 
org.pgcodekeeper.core.loader.ch - package org.pgcodekeeper.core.loader.ch
 
org.pgcodekeeper.core.loader.jdbc - package org.pgcodekeeper.core.loader.jdbc
 
org.pgcodekeeper.core.loader.jdbc.ch - package org.pgcodekeeper.core.loader.jdbc.ch
 
org.pgcodekeeper.core.loader.jdbc.ms - package org.pgcodekeeper.core.loader.jdbc.ms
 
org.pgcodekeeper.core.loader.jdbc.pg - package org.pgcodekeeper.core.loader.jdbc.pg
 
org.pgcodekeeper.core.loader.ms - package org.pgcodekeeper.core.loader.ms
 
org.pgcodekeeper.core.loader.pg - package org.pgcodekeeper.core.loader.pg
 
org.pgcodekeeper.core.localizations - package org.pgcodekeeper.core.localizations
 
org.pgcodekeeper.core.model.difftree - package org.pgcodekeeper.core.model.difftree
 
org.pgcodekeeper.core.model.exporter - package org.pgcodekeeper.core.model.exporter
 
org.pgcodekeeper.core.model.graph - package org.pgcodekeeper.core.model.graph
 
org.pgcodekeeper.core.monitor - package org.pgcodekeeper.core.monitor
 
org.pgcodekeeper.core.parsers.antlr.base - package org.pgcodekeeper.core.parsers.antlr.base
 
org.pgcodekeeper.core.parsers.antlr.base.generated - package org.pgcodekeeper.core.parsers.antlr.base.generated
 
org.pgcodekeeper.core.parsers.antlr.base.launcher - package org.pgcodekeeper.core.parsers.antlr.base.launcher
 
org.pgcodekeeper.core.parsers.antlr.base.statement - package org.pgcodekeeper.core.parsers.antlr.base.statement
 
org.pgcodekeeper.core.parsers.antlr.base.verification - package org.pgcodekeeper.core.parsers.antlr.base.verification
 
org.pgcodekeeper.core.parsers.antlr.ch - package org.pgcodekeeper.core.parsers.antlr.ch
 
org.pgcodekeeper.core.parsers.antlr.ch.expr - package org.pgcodekeeper.core.parsers.antlr.ch.expr
 
org.pgcodekeeper.core.parsers.antlr.ch.generated - package org.pgcodekeeper.core.parsers.antlr.ch.generated
 
org.pgcodekeeper.core.parsers.antlr.ch.launcher - package org.pgcodekeeper.core.parsers.antlr.ch.launcher
 
org.pgcodekeeper.core.parsers.antlr.ch.rulectx - package org.pgcodekeeper.core.parsers.antlr.ch.rulectx
 
org.pgcodekeeper.core.parsers.antlr.ch.statement - package org.pgcodekeeper.core.parsers.antlr.ch.statement
 
org.pgcodekeeper.core.parsers.antlr.ms - package org.pgcodekeeper.core.parsers.antlr.ms
 
org.pgcodekeeper.core.parsers.antlr.ms.expr - package org.pgcodekeeper.core.parsers.antlr.ms.expr
 
org.pgcodekeeper.core.parsers.antlr.ms.generated - package org.pgcodekeeper.core.parsers.antlr.ms.generated
 
org.pgcodekeeper.core.parsers.antlr.ms.launcher - package org.pgcodekeeper.core.parsers.antlr.ms.launcher
 
org.pgcodekeeper.core.parsers.antlr.ms.rulectx - package org.pgcodekeeper.core.parsers.antlr.ms.rulectx
 
org.pgcodekeeper.core.parsers.antlr.ms.statement - package org.pgcodekeeper.core.parsers.antlr.ms.statement
 
org.pgcodekeeper.core.parsers.antlr.pg - package org.pgcodekeeper.core.parsers.antlr.pg
 
org.pgcodekeeper.core.parsers.antlr.pg.expr - package org.pgcodekeeper.core.parsers.antlr.pg.expr
 
org.pgcodekeeper.core.parsers.antlr.pg.generated - package org.pgcodekeeper.core.parsers.antlr.pg.generated
 
org.pgcodekeeper.core.parsers.antlr.pg.launcher - package org.pgcodekeeper.core.parsers.antlr.pg.launcher
 
org.pgcodekeeper.core.parsers.antlr.pg.rulectx - package org.pgcodekeeper.core.parsers.antlr.pg.rulectx
 
org.pgcodekeeper.core.parsers.antlr.pg.statement - package org.pgcodekeeper.core.parsers.antlr.pg.statement
 
org.pgcodekeeper.core.parsers.antlr.pg.verification - package org.pgcodekeeper.core.parsers.antlr.pg.verification
 
org.pgcodekeeper.core.reporter - package org.pgcodekeeper.core.reporter
 
org.pgcodekeeper.core.schema - package org.pgcodekeeper.core.schema
 
org.pgcodekeeper.core.schema.ch - package org.pgcodekeeper.core.schema.ch
 
org.pgcodekeeper.core.schema.meta - package org.pgcodekeeper.core.schema.meta
 
org.pgcodekeeper.core.schema.ms - package org.pgcodekeeper.core.schema.ms
 
org.pgcodekeeper.core.schema.pg - package org.pgcodekeeper.core.schema.pg
 
org.pgcodekeeper.core.script - package org.pgcodekeeper.core.script
 
org.pgcodekeeper.core.settings - package org.pgcodekeeper.core.settings
 
org.pgcodekeeper.core.sql - package org.pgcodekeeper.core.sql
 
org.pgcodekeeper.core.utils - package org.pgcodekeeper.core.utils
 
org.pgcodekeeper.core.xmlstore - package org.pgcodekeeper.core.xmlstore
 
OTHER - Enum constant in enum class org.pgcodekeeper.core.parsers.antlr.base.ErrorTypes
 
other_rules() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
other_rules() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Rule_commonContext
 
Other_rulesContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Other_rulesContext
 
OTHERS - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
OTHERS - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
OTHERS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
OTHERS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Frame_clauseContext
 
OTHERS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
OUT - Enum constant in enum class org.pgcodekeeper.core.schema.ArgMode
 
OUT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
OUT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
OUT - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
OUT - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
OUT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Arg_modeContext
 
OUT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
OUT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.ArgmodeContext
 
OUT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
OUT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreserved_except_function_typeContext
 
OUTBOUND - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
OUTBOUND - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
OUTBOUND() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
OUTBOUND() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Table_stretch_optContext
 
OUTER - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
OUTER - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
OUTER - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
OUTER - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
OUTER - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
OUTER - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
OUTER() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Join_opContext
 
OUTER() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
OUTER() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.From_itemContext
 
OUTER() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
OUTER() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.From_itemContext
 
OUTER() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_reserved_except_function_typeContext
 
OUTFILE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
OUTFILE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
OUTFILE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.QueryContext
 
OUTFILE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
OUTPUT - Enum constant in enum class org.pgcodekeeper.core.schema.ArgMode
 
OUTPUT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
OUTPUT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
OUTPUT - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
OUTPUT - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
OUTPUT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Arg_modeContext
 
OUTPUT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Output_clauseContext
 
OUTPUT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
OUTPUT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_type_statementContext
 
OUTPUT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonkeywordContext
 
OUTPUT(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Output_clauseContext
 
output_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Delete_statementContext
 
output_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Insert_statementContext
 
output_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Merge_statementContext
 
output_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
output_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Update_statementContext
 
Output_clauseContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Output_clauseContext
 
output_dml_elem() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
output_dml_elem() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Output_dml_listContext
 
output_dml_elem(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Output_dml_listContext
 
Output_dml_elemContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Output_dml_elemContext
 
output_dml_list() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Output_clauseContext
 
output_dml_list() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
output_dml_list(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Output_clauseContext
 
Output_dml_listContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Output_dml_listContext
 
output_function - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_type_statementContext
 
OVER - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
OVER - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
OVER - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
OVER - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
OVER - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
OVER - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
OVER() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Function_callContext
 
OVER() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
OVER() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Over_clauseContext
 
OVER() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Function_callContext
 
OVER() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
over_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.ExpressionContext
 
over_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Function_callContext
 
over_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Object_expressionContext
 
over_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
Over_clauseContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Over_clauseContext
 
over_column() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
over_column() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Table_override_clauseContext
 
Over_columnContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Over_columnContext
 
OVERLAPS - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
OVERLAPS - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
OVERLAPS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Datetime_overlapsContext
 
OVERLAPS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_reserved_except_function_typeContext
 
OVERLAY - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
OVERLAY - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
OVERLAY() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
OVERLAY() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.String_value_functionContext
 
OVERLAY() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreserved_except_function_typeContext
 
OVERRIDABLE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
OVERRIDABLE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
OVERRIDABLE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Named_collection_pairContext
 
OVERRIDABLE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
OVERRIDE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
OVERRIDE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
OVERRIDE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
OVERRIDE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
OVERRIDE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Explain_stmtContext
 
OVERRIDE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Table_override_clauseContext
 
OVERRIDE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
OVERRIDE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Reconfigure_statementContext
 
OVERRIDE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
OVERRIDES - Static variable in class org.pgcodekeeper.core.WorkDirs
 
OverridesModelExporter - Class in org.pgcodekeeper.core.model.exporter
Model exporter for database object overrides.
OverridesModelExporter(Path, AbstractDatabase, AbstractDatabase, Collection<TreeElement>, String, DatabaseType, ISettings) - Constructor for class org.pgcodekeeper.core.model.exporter.OverridesModelExporter
Creates a new overrides model exporter.
OVERRIDING - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
OVERRIDING - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
OVERRIDING() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
OVERRIDING() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Insert_stmt_for_psqlContext
 
OVERRIDING() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Merge_not_matchedContext
 
OVERRIDING() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
OWNED - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
OWNED - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
OWNED() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Additional_statementContext
 
OWNED() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_index_statementContext
 
OWNED() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_materialized_view_statementContext
 
OWNED() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
OWNED() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Drop_owned_statementContext
 
OWNED() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Sequence_bodyContext
 
OWNED() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
owner() - Method in record class org.pgcodekeeper.core.library.PgLibrary
Returns the value of the owner record component.
OWNER - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
OWNER - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
OWNER - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
OWNER - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
OWNER() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_authorizationContext
 
OWNER() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Execute_clause_userContext
 
OWNER() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
OWNER() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
OWNER() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_database_optionContext
 
OWNER() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_tablespace_statementContext
 
OWNER() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Owner_toContext
 
OWNER() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
owner_member_object() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_owner_statementContext
 
owner_member_object() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
Owner_member_objectContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Owner_member_objectContext
 
owner_name - Variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_assemblyContext
 
owner_name - Variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_db_roleContext
 
owner_name - Variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_schemaContext
 
owner_name - Variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Drop_backward_compatible_indexContext
 
owner_to() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_conversion_statementContext
 
owner_to() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_database_actionContext
 
owner_to() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_language_statementContext
 
owner_to() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_operator_class_statementContext
 
owner_to() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_owner_statementContext
 
owner_to() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_publication_actionContext
 
owner_to() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_subscription_actionContext
 
owner_to() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_tablespace_actionContext
 
owner_to() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Operator_family_actionContext
 
owner_to() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
owner_to() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Table_actionContext
 
Owner_toContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Owner_toContext
 
OWNERSHIP - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
OWNERSHIP - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
OWNERSHIP() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.PermissionContext
 
OWNERSHIP() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 

P

PAGE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
PAGE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
PAGE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Restore_databaseContext
 
PAGE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Restore_logContext
 
PAGE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
PAGE(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Restore_logContext
 
PAGE_VERIFY - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
PAGE_VERIFY - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
PAGE_VERIFY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Database_optionspecContext
 
PAGE_VERIFY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
PAGLOCK - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
PAGLOCK - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
PAGLOCK() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
PAGLOCK() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Table_hintContext
 
pair() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_table_actionContext
 
pair() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_table_modify_actionContext
 
pair() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Modify_column_exprContext
 
pair() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
pair() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.PairsContext
 
pair(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_table_actionContext
 
pair(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_table_modify_actionContext
 
pair(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.PairsContext
 
Pair<K,V> - Class in org.pgcodekeeper.core.utils
Immutable pair utility class for holding two related objects.
Pair(K, V) - Constructor for class org.pgcodekeeper.core.utils.Pair
Creates a new immutable pair with specified elements.
PairContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.PairContext
 
pairs() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Dictionary_optionContext
 
pairs() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Explain_stmtContext
 
pairs() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Modify_column_exprContext
 
pairs() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
pairs() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Set_stmtContext
 
pairs() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Settings_clauseContext
 
pairs() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Table_column_defContext
 
PairsContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.PairsContext
 
PARALLEL - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
PARALLEL - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
PARALLEL() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Aggregate_paramContext
 
PARALLEL() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
PARALLEL() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Function_actions_commonContext
 
PARALLEL() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
PARALLEL() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Vacuum_optionContext
 
parameter - Variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Execute_statement_argContext
 
PARAMETER - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
PARAMETER - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
PARAMETER() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
PARAMETER() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Rule_member_objectContext
 
PARAMETER() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
PARAMETERIZATION - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
PARAMETERIZATION - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
PARAMETERIZATION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Database_optionspecContext
 
PARAMETERIZATION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.OptionContext
 
PARAMETERIZATION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
PARAMETERS - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
PARAMETERS - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
PARAMETERS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Lang_file_specContext
 
PARAMETERS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
parent_table - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Define_partitionContext
 
parent_table - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Table_actionContext
 
parse(Path) - Method in class org.pgcodekeeper.core.ignoreparser.IgnoreParser
Parses an ignore list configuration file and adds the rules to the ignore list.
PARSE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
PARSE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
PARSE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Function_callContext
 
PARSE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
parseAlterTableConstraint(SQLParser.Table_actionContext, PgConstraint, String, String, String) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.statement.AlterTable
 
parseArgMode(ParserRuleContext) - Static method in class org.pgcodekeeper.core.parsers.antlr.base.statement.ParserAbstract
Parses an argument mode from a parse tree context.
parseArguments(SQLParser.Function_argsContext) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.statement.PgParserAbstract
Parses function arguments from the function arguments context.
parseCh(String) - Static method in class org.pgcodekeeper.core.parsers.antlr.base.QNameParser
Parses a ClickHouse qualified name into its components.
parseCh(String) - Static method in class org.pgcodekeeper.core.parsers.antlr.base.QNameParserWrapper
Creates a wrapper for parsing ClickHouse qualified names.
parseChSqlStream(InputStreamProvider, String, String, List<Object>, IMonitor, int, ChSqlContextProcessor, Queue<AntlrTask<?>>) - Static method in class org.pgcodekeeper.core.parsers.antlr.base.AntlrParser
Parses ClickHouse SQL stream asynchronously.
parseDbType(int) - Static method in enum class org.pgcodekeeper.core.schema.ms.GeneratedType
Parses a database type ID to the corresponding GeneratedType.
parseDomainConstraint(PgDomain, PgConstraintCheck, SQLParser.Domain_constraintContext, AbstractDatabase, String, ISettings) - Static method in class org.pgcodekeeper.core.parsers.antlr.pg.statement.CreateDomain
Parses a domain constraint definition and configures the constraint object.
parseGpPartitionTemplate(PartitionGpTable, SQLParser.Alter_partition_gpContext, CommonTokenStream) - Static method in class org.pgcodekeeper.core.parsers.antlr.pg.statement.AlterTable
Parses Greenplum partition template specifications from ALTER PARTITION clause.
parseIgnoreList(String, T) - Static method in interface org.pgcodekeeper.core.model.difftree.IIgnoreList
Parses ignore list configuration from the specified file path and populates the provided ignore list instance with the parsed rules.
parseIndex(SQLParser.Index_restContext, String, String, String, PgIndex, PgDatabase, String, CommonTokenStream, ISettings) - Static method in class org.pgcodekeeper.core.parsers.antlr.pg.statement.CreateIndex
Parses index definition from an index rest context and populates the given index object.
parseLists(Collection<String>) - Static method in class org.pgcodekeeper.core.ignoreparser.IgnoreParser
Parses an ignore list configuration files and adds the rules to the ignore list.
parseObject() - Method in class org.pgcodekeeper.core.parsers.antlr.base.statement.ParserAbstract
Parses a database object from the current context.
parseObject() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.statement.AlterChOther
Parses the ALTER statement and processes the appropriate database object type.
parseObject() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.statement.AlterChTable
Parses the ALTER TABLE statement and processes table modifications.
parseObject() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.statement.CreateChDictionary
 
parseObject() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.statement.CreateChFunction
 
parseObject() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.statement.CreateChPolicy
 
parseObject() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.statement.CreateChRole
 
parseObject() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.statement.CreateChSchema
 
parseObject() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.statement.CreateChTable
 
parseObject() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.statement.CreateChUser
 
parseObject() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.statement.CreateChView
 
parseObject() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.statement.DropChStatement
 
parseObject() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.statement.GrantChPrivilege
 
parseObject() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.statement.AlterMsAssembly
 
parseObject() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.statement.AlterMsAuthorization
 
parseObject() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.statement.AlterMsBatch
 
parseObject() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.statement.AlterMsOther
 
parseObject() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.statement.AlterMsRole
 
parseObject() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.statement.AlterMsTable
 
parseObject() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.statement.CreateMsAssembly
 
parseObject() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.statement.CreateMsFunction
 
parseObject() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.statement.CreateMsIndex
 
parseObject() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.statement.CreateMsProcedure
 
parseObject() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.statement.CreateMsRole
 
parseObject() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.statement.CreateMsSchema
 
parseObject() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.statement.CreateMsSequence
 
parseObject() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.statement.CreateMsStatistics
 
parseObject() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.statement.CreateMsTable
 
parseObject() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.statement.CreateMsTrigger
 
parseObject() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.statement.CreateMsType
 
parseObject() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.statement.CreateMsUser
 
parseObject() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.statement.CreateMsView
 
parseObject() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.statement.DeleteMsStatement
 
parseObject() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.statement.DisableMsTrigger
 
parseObject() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.statement.DropMsStatement
 
parseObject() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.statement.GrantMsPrivilege
 
parseObject() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.statement.InsertMsStatement
 
parseObject() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.statement.UpdateMsStatement
 
parseObject() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.statement.AlterDomain
 
parseObject() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.statement.AlterFtsStatement
 
parseObject() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.statement.AlterIndex
 
parseObject() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.statement.AlterMatView
 
parseObject() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.statement.AlterOther
 
parseObject() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.statement.AlterOwner
 
parseObject() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.statement.AlterSequence
 
parseObject() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.statement.AlterTable
 
parseObject() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.statement.AlterView
 
parseObject() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.statement.CommentOn
 
parseObject() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.statement.CreateAggregate
 
parseObject() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.statement.CreateCast
 
parseObject() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.statement.CreateCollation
 
parseObject() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.statement.CreateDatabase
 
parseObject() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.statement.CreateDomain
 
parseObject() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.statement.CreateEventTrigger
 
parseObject() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.statement.CreateExtension
 
parseObject() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.statement.CreateFdw
 
parseObject() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.statement.CreateForeignTable
 
parseObject() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.statement.CreateFtsConfiguration
 
parseObject() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.statement.CreateFtsDictionary
 
parseObject() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.statement.CreateFtsParser
 
parseObject() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.statement.CreateFtsTemplate
 
parseObject() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.statement.CreateFunction
 
parseObject() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.statement.CreateGpExternalTable
 
parseObject() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.statement.CreateIndex
 
parseObject() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.statement.CreateOperator
 
parseObject() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.statement.CreatePolicy
 
parseObject() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.statement.CreateRule
 
parseObject() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.statement.CreateSchema
 
parseObject() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.statement.CreateSequence
 
parseObject() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.statement.CreateServer
 
parseObject() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.statement.CreateStatistics
 
parseObject() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.statement.CreateTable
 
parseObject() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.statement.CreateTrigger
 
parseObject() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.statement.CreateType
 
parseObject() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.statement.CreateUserMapping
 
parseObject() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.statement.CreateView
 
parseObject() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.statement.DeleteStatement
 
parseObject() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.statement.DropStatement
 
parseObject() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.statement.GrantPrivilege
 
parseObject() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.statement.InsertStatement
 
parseObject() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.statement.MergeStatement
 
parseObject() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.statement.UpdateStatement
 
parseObject(String, ParserListenerMode, ParserRuleContext) - Method in class org.pgcodekeeper.core.parsers.antlr.base.statement.ParserAbstract
Parses a database object from the given parse tree context.
parseObject(ChDictionary) - Method in class org.pgcodekeeper.core.parsers.antlr.ch.statement.CreateChDictionary
Parses dictionary details including attributes, primary key, options, and comments.
parseObject(ChFunction) - Method in class org.pgcodekeeper.core.parsers.antlr.ch.statement.CreateChFunction
Parses function details including body expression and arguments.
parseObject(ChTable) - Method in class org.pgcodekeeper.core.parsers.antlr.ch.statement.CreateChTable
Parses table details including engine, elements, and comments.
parseObject(ChView) - Method in class org.pgcodekeeper.core.parsers.antlr.ch.statement.CreateChView
Parses view details including query, comments, and view type-specific configurations.
parseOperatorSignature(String, SQLParser.Operator_argsContext) - Static method in class org.pgcodekeeper.core.parsers.antlr.pg.statement.PgParserAbstract
Parses an operator signature from the operator name and arguments context.
parsePg(String) - Static method in class org.pgcodekeeper.core.parsers.antlr.base.QNameParser
Parses a PostgreSQL qualified name into its components.
parsePg(String) - Static method in class org.pgcodekeeper.core.parsers.antlr.base.QNameParserWrapper
Creates a wrapper for parsing PostgreSQL qualified names.
parsePgOperator(String) - Static method in class org.pgcodekeeper.core.parsers.antlr.base.QNameParser
Parses a PostgreSQL operator name into its components.
parsePgOperator(String) - Static method in class org.pgcodekeeper.core.parsers.antlr.base.QNameParserWrapper
Creates a wrapper for parsing PostgreSQL operator names.
PARSER - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
PARSER - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
PARSER() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_fts_statementContext
 
PARSER() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
PARSER() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Comment_member_objectContext
 
PARSER() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_fts_configuration_statementContext
 
PARSER() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_fts_parser_statementContext
 
PARSER() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Drop_statementsContext
 
PARSER() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Extension_member_objectContext
 
PARSER() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
parser_name - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_fts_configuration_statementContext
 
PARSER_VERSION - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
PARSER_VERSION - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
PARSER_VERSION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
ParserAbstract<S extends AbstractDatabase> - Class in org.pgcodekeeper.core.parsers.antlr.base.statement
Abstract base class for database object parsers that provides common parsing functionality and utilities for working with ANTLR-generated parse trees.
ParserListenerMode - Enum Class in org.pgcodekeeper.core.loader
Enumeration of parser listener modes for controlling SQL parsing behavior.
parseSignature(String, SQLParser.Function_argsContext) - Static method in class org.pgcodekeeper.core.parsers.antlr.pg.statement.PgParserAbstract
Parses a function signature from the function name and arguments context.
parseSqlStream(InputStreamProvider, String, String, List<Object>, IMonitor, int, SqlContextProcessor, Queue<AntlrTask<?>>) - Static method in class org.pgcodekeeper.core.parsers.antlr.base.AntlrParser
Parses PostgreSQL SQL stream asynchronously.
parseStatistics(PgStatistics) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.statement.CreateStatistics
Parses statistics configuration from the statement context.
parseTSqlStream(InputStreamProvider, String, String, List<Object>, IMonitor, int, TSqlContextProcessor, Queue<AntlrTask<?>>) - Static method in class org.pgcodekeeper.core.parsers.antlr.base.AntlrParser
Parses Microsoft SQL stream asynchronously.
parseWhen(SQLParser.When_triggerContext, PgTrigger, AbstractDatabase, String) - Static method in class org.pgcodekeeper.core.parsers.antlr.pg.statement.CreateTrigger
Parses the WHEN clause of a trigger definition.
PART - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
PART - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
PART() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Partition_clauseContext
 
PART() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
part_element() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
part_element() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Template_specContext
 
part_element(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Template_specContext
 
part_element_body() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
part_element_body() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Part_elementContext
 
part_element_body() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Sub_part_elementsContext
 
part_element_body(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Sub_part_elementsContext
 
part_element_body_unit() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
part_element_body_unit() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Part_element_bodyContext
 
Part_element_body_unitContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Part_element_body_unitContext
 
Part_element_bodyContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Part_element_bodyContext
 
Part_elementContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Part_elementContext
 
part_value() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Part_element_body_unitContext
 
part_value() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
Part_valueContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Part_valueContext
 
PARTIAL - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
PARTIAL - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
PARTIAL - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
PARTIAL - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
PARTIAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_databaseContext
 
PARTIAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Database_optionspecContext
 
PARTIAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Restore_optionContext
 
PARTIAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
PARTIAL() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
PARTIAL() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Constr_bodyContext
 
PARTIAL() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
PARTITION - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
PARTITION - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
PARTITION - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
PARTITION - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
PARTITION - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
PARTITION - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
PARTITION() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Partition_by_clauseContext
 
PARTITION() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Partition_clauseContext
 
PARTITION() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.PermissionContext
 
PARTITION() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
PARTITION() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Window_exprContext
 
PARTITION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_partition_functionContext
 
PARTITION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_partition_schemeContext
 
PARTITION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_table_actionContext
 
PARTITION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Class_typeContext
 
PARTITION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_partition_functionContext
 
PARTITION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_partition_schemeContext
 
PARTITION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Drop_statementsContext
 
PARTITION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Over_clauseContext
 
PARTITION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Partition_numberContext
 
PARTITION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
PARTITION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Window_specificationContext
 
PARTITION() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_partition_gpContext
 
PARTITION() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_partitionContext
 
PARTITION() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
PARTITION() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Define_partitionContext
 
PARTITION() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Index_def_actionContext
 
PARTITION() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Into_partition_gp_clauseContext
 
PARTITION() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Part_element_bodyContext
 
PARTITION() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Partition_by_columnsContext
 
PARTITION() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Partition_byContext
 
PARTITION() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Partition_gp_actionContext
 
PARTITION() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Partition_gpContext
 
PARTITION() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Partition_table_valueContext
 
PARTITION() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
PARTITION(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_table_actionContext
 
PARTITION(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_partition_schemeContext
 
PARTITION(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_partition_gpContext
 
PARTITION(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Into_partition_gp_clauseContext
 
partition_bound_part() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
partition_bound_part() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Partition_bound_specContext
 
partition_bound_part(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Partition_bound_specContext
 
Partition_bound_partContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Partition_bound_partContext
 
partition_bound_spec() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.For_values_boundContext
 
partition_bound_spec() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
Partition_bound_specContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Partition_bound_specContext
 
partition_by() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_table_statementContext
 
partition_by() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
partition_by_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Engine_optionContext
 
partition_by_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
partition_by_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Table_override_clauseContext
 
Partition_by_clauseContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Partition_by_clauseContext
 
partition_by_columns() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
partition_by_columns() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Window_definitionContext
 
Partition_by_columnsContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Partition_by_columnsContext
 
Partition_byContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Partition_byContext
 
partition_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_table_actionContext
 
partition_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_table_clear_actionContext
 
partition_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_table_drop_actionContext
 
partition_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_table_mat_actionContext
 
partition_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Check_stmtContext
 
partition_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Optimize_stmtContext
 
partition_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
Partition_clauseContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Partition_clauseContext
 
partition_col_name - Variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_tableContext
 
partition_column() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
partition_column() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Partition_methodContext
 
partition_column(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Partition_methodContext
 
Partition_columnContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Partition_columnContext
 
partition_end_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_partition_gp_elementContext
 
partition_end_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Part_valueContext
 
partition_end_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
Partition_end_clauseContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Partition_end_clauseContext
 
partition_every_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Partition_end_clauseContext
 
partition_every_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
partition_every_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Partition_start_clauseContext
 
Partition_every_clauseContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Partition_every_clauseContext
 
partition_gp() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_table_statementContext
 
partition_gp() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
partition_gp_action() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_partition_gpContext
 
partition_gp_action() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
Partition_gp_actionContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Partition_gp_actionContext
 
Partition_gpContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Partition_gpContext
 
partition_method() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Partition_byContext
 
partition_method() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
Partition_methodContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Partition_methodContext
 
partition_number() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_index_actionContext
 
partition_number() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
partition_number() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.RebuildContext
 
Partition_numberContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Partition_numberContext
 
partition_scheme_name - Variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_partition_schemeContext
 
partition_start_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_partition_gp_elementContext
 
partition_start_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Part_valueContext
 
partition_start_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Partition_gp_actionContext
 
partition_start_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
Partition_start_clauseContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Partition_start_clauseContext
 
partition_table_value() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_partitionContext
 
partition_table_value() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
Partition_table_valueContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Partition_table_valueContext
 
partition_type_col() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Partition_gpContext
 
partition_type_col() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
partition_type_col() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Sub_partContext
 
Partition_type_colContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Partition_type_colContext
 
partition_val() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.End_clauseContext
 
partition_val() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Partition_start_clauseContext
 
partition_val() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
Partition_valContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Partition_valContext
 
partition_values() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_partition_gp_elementContext
 
partition_values() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Part_valueContext
 
partition_values() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
Partition_valuesContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Partition_valuesContext
 
PartitionForeignPgTable - Class in org.pgcodekeeper.core.schema.pg
Partition foreign table object for PostgreSQL.
PartitionForeignPgTable(String, String, String) - Constructor for class org.pgcodekeeper.core.schema.pg.PartitionForeignPgTable
Creates a new partition foreign table.
PartitionGpTable - Class in org.pgcodekeeper.core.schema.pg
Greenplum partition table implementation.
PartitionGpTable(String) - Constructor for class org.pgcodekeeper.core.schema.pg.PartitionGpTable
Creates a new Greenplum partition table.
PartitionPgTable - Class in org.pgcodekeeper.core.schema.pg
Partition regular table object for PostgreSQL.
PartitionPgTable(String, String) - Constructor for class org.pgcodekeeper.core.schema.pg.PartitionPgTable
Creates a new partition table.
PARTITIONS - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
PARTITIONS - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
PARTITIONS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.On_partition_clauseContext
 
PARTITIONS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
PARTITIONS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Truncate_tableContext
 
PartitionTemplateContainer - Class in org.pgcodekeeper.core.schema.pg
Container for Greenplum partition template information.
PartitionTemplateContainer(String) - Constructor for class org.pgcodekeeper.core.schema.pg.PartitionTemplateContainer
Creates a new partition template container.
PARTNER - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
PARTNER - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
PARTNER() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Database_mirroring_optionContext
 
PARTNER() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Database_mirroringContext
 
PARTNER() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
partner_option() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Database_mirroring_optionContext
 
partner_option() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
Partner_optionContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Partner_optionContext
 
PASSEDBYVALUE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
PASSEDBYVALUE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
PASSEDBYVALUE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_type_statementContext
 
PASSEDBYVALUE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonkeywordContext
 
PASSEDBYVALUE(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_type_statementContext
 
PASSING - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
PASSING - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
PASSING() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
PASSING() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Json_passing_clauseContext
 
PASSING() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
PASSING() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Xml_functionContext
 
password - Variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Open_keyContext
 
password - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.User_or_role_or_group_common_optionContext
 
PASSWORD - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
PASSWORD - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
PASSWORD - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
PASSWORD - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
PASSWORD() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_certificateContext
 
PASSWORD() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_login_sql_serverContext
 
PASSWORD() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_master_key_sql_serverContext
 
PASSWORD() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_symmetric_keyContext
 
PASSWORD() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_userContext
 
PASSWORD() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Asymmetric_key_password_change_optionContext
 
PASSWORD() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Backup_certificateContext
 
PASSWORD() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Backup_master_keyContext
 
PASSWORD() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Backup_service_master_keyContext
 
PASSWORD() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Backup_symmetric_keyContext
 
PASSWORD() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_app_role_optionContext
 
PASSWORD() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_asymmetric_keyContext
 
PASSWORD() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_master_key_sql_serverContext
 
PASSWORD() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Cripto_listContext
 
PASSWORD() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Decryption_mechanismContext
 
PASSWORD() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Encryption_mechanismContext
 
PASSWORD() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Generate_new_keysContext
 
PASSWORD() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Login_option_listContext
 
PASSWORD() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Open_keyContext
 
PASSWORD() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Private_key_optionsContext
 
PASSWORD() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Restore_master_keyContext
 
PASSWORD() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Restore_optionContext
 
PASSWORD() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Restore_service_master_keyContext
 
PASSWORD() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Restore_symmetric_keyContext
 
PASSWORD() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
PASSWORD() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.User_optionContext
 
PASSWORD() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
PASSWORD() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
PASSWORD() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.User_or_role_or_group_common_optionContext
 
PASSWORD(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_certificateContext
 
PASSWORD(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_userContext
 
PASSWORD(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Backup_certificateContext
 
PASSWORD(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Restore_master_keyContext
 
PASSWORD(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Restore_symmetric_keyContext
 
PASTE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
PASTE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
PASTE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.From_itemContext
 
PASTE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_reservedContext
 
path() - Method in record class org.pgcodekeeper.core.library.PgLibrary
Returns the value of the path record component.
PATH - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
PATH - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
PATH - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
PATH - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
PATH() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_server_configurationContext
 
PATH() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_fulltext_catalogContext
 
PATH() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.For_clauseContext
 
PATH() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
PATH() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Xml_index_usingContext
 
PATH() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
PATH() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Json_table_columnContext
 
PATH() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
PATH() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Xml_table_columnContext
 
PAUSE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
PAUSE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
PAUSE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_fulltext_index_optionContext
 
PAUSE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_index_actionContext
 
PAUSE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
PAUSED - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
PAUSED - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
PAUSED() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Migration_optionContext
 
PAUSED() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
PAUSED() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Table_stretch_optContext
 
payload - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Notify_stmtContext
 
PER_CPU - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
PER_CPU - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
PER_CPU() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_or_alter_event_session_withContext
 
PER_CPU() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
PER_DB - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
PER_DB - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
PER_DB() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Set_option_specContext
 
PER_DB() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
PER_NODE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
PER_NODE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
PER_NODE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_or_alter_event_session_withContext
 
PER_NODE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
PERCENT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
PERCENT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
PERCENT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
PERCENT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
PERCENT - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
PERCENT - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
PERCENT() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.OpContext
 
PERCENT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Insert_statementContext
 
PERCENT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Merge_statementContext
 
PERCENT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Top_countContext
 
PERCENT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Update_statementContext
 
PERCENT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Update_statistics_with_optionContext
 
PERCENT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.External_table_logContext
 
PERCENT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonkeywordContext
 
PERCENTILE_CONT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
PERCENTILE_CONT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
PERCENTILE_CONT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Function_callContext
 
PERCENTILE_CONT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
PERCENTILE_DISC - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
PERCENTILE_DISC - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
PERCENTILE_DISC() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Function_callContext
 
PERCENTILE_DISC() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
PERFORM - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
PERFORM - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
PERFORM() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Base_statementContext
 
PERFORM() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonkeywordContext
 
perform_stmt() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Assign_stmtContext
 
perform_stmt() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Base_statementContext
 
perform_stmt() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
perform_stmt() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Return_stmtContext
 
Perform_stmtContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Perform_stmtContext
 
PERIOD - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
PERIOD - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
PERIOD() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Period_for_system_timeContext
 
PERIOD() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
PERIOD() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Table_action_dropContext
 
period_for_system_time() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
period_for_system_time() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Table_element_extendedContext
 
Period_for_system_timeContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Period_for_system_timeContext
 
period_value() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Data_deletion_optContext
 
period_value() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
period_value() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.System_versioning_optContext
 
Period_valueContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Period_valueContext
 
PERIODIC - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
PERIODIC - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
PERIODIC() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Create_live_view_stmtContext
 
PERIODIC() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
PERMANENTLY - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
PERMANENTLY - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
PERMANENTLY() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Detach_stmtContext
 
PERMANENTLY() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
permission() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
permission() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.PermissionsContext
 
permission() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Table_column_privilegesContext
 
permission() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
permission() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.PermissionsContext
 
permission() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Table_column_privilegesContext
 
permission() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
permission() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.PermissionsContext
 
permission(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.PermissionsContext
 
permission(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.PermissionsContext
 
permission(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.PermissionsContext
 
PERMISSION_SET - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
PERMISSION_SET - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
PERMISSION_SET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Assembly_optionContext
 
PERMISSION_SET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_assemblyContext
 
PERMISSION_SET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
PermissionContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.PermissionContext
 
PermissionContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.PermissionContext
 
PermissionContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.PermissionContext
 
permissions() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
permissions() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.PrivilegeContext
 
permissions() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
permissions() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Rule_commonContext
 
permissions() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
permissions() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Rule_commonContext
 
PermissionsContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.PermissionsContext
 
PermissionsContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.PermissionsContext
 
PermissionsContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.PermissionsContext
 
PERMISSIVE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
PERMISSIVE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
PERMISSIVE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
PERMISSIVE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
PERMISSIVE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Policy_actionContext
 
PERMISSIVE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
PERMISSIVE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_policy_statementContext
 
PERMISSIVE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonkeywordContext
 
PERSIST_SAMPLE_PERCENT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
PERSIST_SAMPLE_PERCENT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
PERSIST_SAMPLE_PERCENT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
PERSIST_SAMPLE_PERCENT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Update_statistics_with_optionContext
 
PERSISTED - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
PERSISTED - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
PERSISTED() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_column_optionContext
 
PERSISTED() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Column_optionContext
 
PERSISTED() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
PERSISTENT_LOG_BUFFER - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
PERSISTENT_LOG_BUFFER - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
PERSISTENT_LOG_BUFFER() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_database_optionContext
 
PERSISTENT_LOG_BUFFER() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
PERSISTENTLY - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
PERSISTENTLY - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
PERSISTENTLY() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.External_table_logContext
 
PERSISTENTLY() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonkeywordContext
 
PG - Enum constant in enum class org.pgcodekeeper.core.DatabaseType
 
PG_CATALOG - Static variable in interface org.pgcodekeeper.core.Consts
 
PG_DEFAULT - Static variable in interface org.pgcodekeeper.core.Consts
 
PG_SCHEMA - Static variable in class org.pgcodekeeper.core.WorkDirs
 
PgAggregate - Class in org.pgcodekeeper.core.schema.pg
PostgreSQL aggregate function implementation.
PgAggregate(String) - Constructor for class org.pgcodekeeper.core.schema.pg.PgAggregate
Creates a new PostgreSQL aggregate function.
PgAggregate.AggFuncs - Enum Class in org.pgcodekeeper.core.schema.pg
Enumeration of aggregate function types
PgAggregate.AggKinds - Enum Class in org.pgcodekeeper.core.schema.pg
Enumeration of aggregate function kinds
PgAggregate.ModifyType - Enum Class in org.pgcodekeeper.core.schema.pg
Enumeration of function modification types for parallel execution
PgArgument(ArgMode, String, String) - Constructor for class org.pgcodekeeper.core.schema.pg.AbstractPgFunction.PgArgument
Creates a new PostgreSQL function argument.
PgBaseType - Class in org.pgcodekeeper.core.schema.pg
PostgreSQL base type implementation.
PgBaseType(String) - Constructor for class org.pgcodekeeper.core.schema.pg.PgBaseType
Creates a new PostgreSQL base type.
PgCast - Class in org.pgcodekeeper.core.schema.pg
PostgreSQL type cast implementation.
PgCast(String, String) - Constructor for class org.pgcodekeeper.core.schema.pg.PgCast
Creates a new PostgreSQL cast.
PgCast.CastMethod - Enum Class in org.pgcodekeeper.core.schema.pg
Enumeration of cast methods
PgCodeKeeperApi - Class in org.pgcodekeeper.core.api
Main API class for pgCodeKeeper database operations.
PgCodekeeperException - Exception in org.pgcodekeeper.core
Exception class for pgCodeKeeper specific exceptions.
PgCodekeeperException() - Constructor for exception org.pgcodekeeper.core.PgCodekeeperException
Constructs a new pgCodeKeeper exception with no detail message.
PgCodekeeperException(String) - Constructor for exception org.pgcodekeeper.core.PgCodekeeperException
Constructs a new pgCodeKeeper exception with the specified detail message.
PgCodekeeperException(String, Throwable) - Constructor for exception org.pgcodekeeper.core.PgCodekeeperException
Constructs a new pgCodeKeeper exception with the specified detail message and cause.
PgCodekeeperException(Throwable) - Constructor for exception org.pgcodekeeper.core.PgCodekeeperException
Constructs a new pgCodeKeeper exception with the specified cause.
PgCollation - Class in org.pgcodekeeper.core.schema.pg
PostgreSQL collation implementation.
PgCollation(String) - Constructor for class org.pgcodekeeper.core.schema.pg.PgCollation
Creates a new PostgreSQL collation.
PgColumn - Class in org.pgcodekeeper.core.schema.pg
PostgreSQL column implementation.
PgColumn(String) - Constructor for class org.pgcodekeeper.core.schema.pg.PgColumn
Creates a new PostgreSQL column.
PgCompositeType - Class in org.pgcodekeeper.core.schema.pg
PostgreSQL composite type implementation.
PgCompositeType(String) - Constructor for class org.pgcodekeeper.core.schema.pg.PgCompositeType
Creates a new PostgreSQL composite type.
PgConstraint - Class in org.pgcodekeeper.core.schema.pg
Base PostgreSQL constraint implementation.
PgConstraintCheck - Class in org.pgcodekeeper.core.schema.pg
PostgreSQL CHECK constraint implementation.
PgConstraintCheck(String) - Constructor for class org.pgcodekeeper.core.schema.pg.PgConstraintCheck
Creates a new PostgreSQL CHECK constraint.
PgConstraintExclude - Class in org.pgcodekeeper.core.schema.pg
PostgreSQL EXCLUDE constraint implementation.
PgConstraintExclude(String) - Constructor for class org.pgcodekeeper.core.schema.pg.PgConstraintExclude
Creates a new PostgreSQL EXCLUDE constraint.
PgConstraintFk - Class in org.pgcodekeeper.core.schema.pg
PostgreSQL FOREIGN KEY constraint implementation.
PgConstraintFk(String) - Constructor for class org.pgcodekeeper.core.schema.pg.PgConstraintFk
Creates a new PostgreSQL FOREIGN KEY constraint.
PgConstraintPk - Class in org.pgcodekeeper.core.schema.pg
PostgreSQL PRIMARY KEY and UNIQUE constraint implementation.
PgConstraintPk(String, boolean) - Constructor for class org.pgcodekeeper.core.schema.pg.PgConstraintPk
Creates a new PostgreSQL PRIMARY KEY or UNIQUE constraint.
PgDatabase - Class in org.pgcodekeeper.core.schema.pg
PostgreSQL database implementation.
PgDatabase() - Constructor for class org.pgcodekeeper.core.schema.pg.PgDatabase
Creates a new PostgreSQL database.
PgDatabaseProvider - Class in org.pgcodekeeper.core.database.pg
 
PgDatabaseProvider() - Constructor for class org.pgcodekeeper.core.database.pg.PgDatabaseProvider
 
PgDiff - Class in org.pgcodekeeper.core
Main class for generating SQL scripts that transform one database schema to another.
PgDiff(ISettings) - Constructor for class org.pgcodekeeper.core.PgDiff
Creates a new PgDiff instance with the specified settings.
PgDiff_read_error - Static variable in class org.pgcodekeeper.core.localizations.Messages
 
PgDiffUtils - Class in org.pgcodekeeper.core
Utility class for handling quoting and unquoting of identifiers and literals in PostgreSQL.
PgDomain - Class in org.pgcodekeeper.core.schema.pg
PostgreSQL domain implementation.
PgDomain(String) - Constructor for class org.pgcodekeeper.core.schema.pg.PgDomain
Creates a new PostgreSQL domain.
PgDumpLoader - Class in org.pgcodekeeper.core.loader
Database loader for SQL dump files.
PgDumpLoader(Path, ISettings) - Constructor for class org.pgcodekeeper.core.loader.PgDumpLoader
Creates a new dump loader for a file path with null progress monitor and no monitoring.
PgDumpLoader(Path, ISettings, IMonitor) - Constructor for class org.pgcodekeeper.core.loader.PgDumpLoader
Creates a new dump loader for a file path with default monitoring level of 1.
PgDumpLoader(Path, ISettings, IMonitor, int) - Constructor for class org.pgcodekeeper.core.loader.PgDumpLoader
This constructor creates InputStreamProvider using inputFile parameter.
PgDumpLoader(InputStreamProvider, String, ISettings) - Constructor for class org.pgcodekeeper.core.loader.PgDumpLoader
Creates a new dump loader with null progress monitor and no monitoring.
PgDumpLoader(InputStreamProvider, String, ISettings, IMonitor) - Constructor for class org.pgcodekeeper.core.loader.PgDumpLoader
Creates a new dump loader with default monitoring level of 1.
PgDumpLoader(InputStreamProvider, String, ISettings, IMonitor, int) - Constructor for class org.pgcodekeeper.core.loader.PgDumpLoader
Creates a new dump loader with full configuration.
PgEnumType - Class in org.pgcodekeeper.core.schema.pg
PostgreSQL enum type implementation.
PgEnumType(String) - Constructor for class org.pgcodekeeper.core.schema.pg.PgEnumType
Creates a new PostgreSQL enum type.
PgEventTrigger - Class in org.pgcodekeeper.core.schema.pg
PostgreSQL event trigger implementation.
PgEventTrigger(String) - Constructor for class org.pgcodekeeper.core.schema.pg.PgEventTrigger
Creates a new PostgreSQL event trigger.
PgExtension - Class in org.pgcodekeeper.core.schema.pg
PostgreSQL extension implementation.
PgExtension(String) - Constructor for class org.pgcodekeeper.core.schema.pg.PgExtension
Creates a new PostgreSQL extension.
PgForeignDataWrapper - Class in org.pgcodekeeper.core.schema.pg
PostgreSQL foreign data wrapper implementation.
PgForeignDataWrapper(String) - Constructor for class org.pgcodekeeper.core.schema.pg.PgForeignDataWrapper
Creates a new PostgreSQL foreign data wrapper.
PgForeignOptionContainer - Interface in org.pgcodekeeper.core.schema.pg
Interface for PostgreSQL objects that support foreign table options.
PgFormatParseTreeListener - Class in org.pgcodekeeper.core.formatter.pg
PostgreSQL-specific parse tree listener for SQL code formatting.
PgFormatParseTreeListener(CommonTokenStream, Map<Token, Pair<IndentDirection, Integer>>, Set<Token>) - Constructor for class org.pgcodekeeper.core.formatter.pg.PgFormatParseTreeListener
Constructs a new PostgreSQL format listener.
PgFormatter - Class in org.pgcodekeeper.core.formatter.pg
PostgreSQL-specific SQL formatter implementation.
PgFormatter(String, int, int, FormatConfiguration) - Constructor for class org.pgcodekeeper.core.formatter.pg.PgFormatter
Constructs a new PostgreSQL formatter instance.
PgFormatterUtils - Class in org.pgcodekeeper.core.formatter.pg
Utility class containing PostgreSQL-specific formatting helper methods.
PgFtsConfiguration - Class in org.pgcodekeeper.core.schema.pg
PostgreSQL full-text search configuration implementation.
PgFtsConfiguration(String) - Constructor for class org.pgcodekeeper.core.schema.pg.PgFtsConfiguration
Creates a new PostgreSQL FTS configuration.
PgFtsDictionary - Class in org.pgcodekeeper.core.schema.pg
PostgreSQL full-text search dictionary implementation.
PgFtsDictionary(String) - Constructor for class org.pgcodekeeper.core.schema.pg.PgFtsDictionary
Creates a new PostgreSQL FTS dictionary.
PgFtsParser - Class in org.pgcodekeeper.core.schema.pg
PostgreSQL full-text search parser implementation.
PgFtsParser(String) - Constructor for class org.pgcodekeeper.core.schema.pg.PgFtsParser
Creates a new PostgreSQL FTS parser.
PgFtsTemplate - Class in org.pgcodekeeper.core.schema.pg
PostgreSQL full-text search template implementation.
PgFtsTemplate(String) - Constructor for class org.pgcodekeeper.core.schema.pg.PgFtsTemplate
Creates a new PostgreSQL FTS template.
PgFunction - Class in org.pgcodekeeper.core.schema.pg
PostgreSQL function implementation.
PgFunction(String) - Constructor for class org.pgcodekeeper.core.schema.pg.PgFunction
Creates a new PostgreSQL function.
PgIndex - Class in org.pgcodekeeper.core.schema.pg
PostgreSQL index implementation.
PgIndex(String) - Constructor for class org.pgcodekeeper.core.schema.pg.PgIndex
Creates a new PostgreSQL index.
PgIndexParamContainer - Interface in org.pgcodekeeper.core.schema.pg
Interface for PostgreSQL objects that can contain index parameters.
PgLibrary - Record Class in org.pgcodekeeper.core.library
Represents a database library with its metadata and properties.
PgLibrary(String, String, boolean, String) - Constructor for record class org.pgcodekeeper.core.library.PgLibrary
Creates an instance of a PgLibrary record class.
PgLibrarySource - Enum Class in org.pgcodekeeper.core.library
Enumerates possible source types for PostgreSQL libraries.
PgObjLocation - Class in org.pgcodekeeper.core.schema
Represents the location of a database object in source code.
PgObjLocation.Builder - Class in org.pgcodekeeper.core.schema
Builder class for constructing PgObjLocation instances.
PgObjLocation.LocationType - Enum Class in org.pgcodekeeper.core.schema
Enumeration of location types for database objects.
PgOperator - Class in org.pgcodekeeper.core.schema.pg
PostgreSQL operator implementation.
PgOperator(String) - Constructor for class org.pgcodekeeper.core.schema.pg.PgOperator
Creates a new PostgreSQL operator.
PgOverride - Class in org.pgcodekeeper.core.schema
Represents an override of a database statement when loading from multiple sources.
PgOverride(PgStatement, PgStatement) - Constructor for class org.pgcodekeeper.core.schema.PgOverride
Creates a new override instance.
PgParserAbstract - Class in org.pgcodekeeper.core.parsers.antlr.pg.statement
Abstract base class for PostgreSQL statement parsers that provides common operations and utilities for parsing PostgreSQL database objects.
PgPolicy - Class in org.pgcodekeeper.core.schema.pg
PostgreSQL row security policy implementation.
PgPolicy(String) - Constructor for class org.pgcodekeeper.core.schema.pg.PgPolicy
Creates a new PostgreSQL policy.
PgPrivilege - Class in org.pgcodekeeper.core.schema
Represents a database privilege (GRANT/REVOKE) for a database object.
PgPrivilege(String, String, String, String, boolean, DatabaseType) - Constructor for class org.pgcodekeeper.core.schema.PgPrivilege
Creates a new privilege instance.
PgProcedure - Class in org.pgcodekeeper.core.schema.pg
PostgreSQL stored procedure implementation.
PgProcedure(String) - Constructor for class org.pgcodekeeper.core.schema.pg.PgProcedure
Creates a new PostgreSQL procedure.
PgRangeType - Class in org.pgcodekeeper.core.schema.pg
PostgreSQL range type implementation.
PgRangeType(String) - Constructor for class org.pgcodekeeper.core.schema.pg.PgRangeType
Creates a new PostgreSQL range type.
PgRule - Class in org.pgcodekeeper.core.schema.pg
PostgreSQL table rule implementation.
PgRule(String) - Constructor for class org.pgcodekeeper.core.schema.pg.PgRule
Creates a new PostgreSQL rule.
PgSchema - Class in org.pgcodekeeper.core.schema.pg
PostgreSQL schema implementation.
PgSchema(String) - Constructor for class org.pgcodekeeper.core.schema.pg.PgSchema
Creates a new PostgreSQL schema.
PgSequence - Class in org.pgcodekeeper.core.schema.pg
PostgreSQL sequence implementation.
PgSequence(String) - Constructor for class org.pgcodekeeper.core.schema.pg.PgSequence
Creates a new PostgreSQL sequence with default cache value of 1.
PgServer - Class in org.pgcodekeeper.core.schema.pg
PostgreSQL foreign server implementation.
PgServer(String) - Constructor for class org.pgcodekeeper.core.schema.pg.PgServer
Creates a new PostgreSQL foreign server.
PgShellType - Class in org.pgcodekeeper.core.schema.pg
PostgreSQL shell type implementation.
PgShellType(String) - Constructor for class org.pgcodekeeper.core.schema.pg.PgShellType
Creates a new PostgreSQL shell type.
PgStatement - Class in org.pgcodekeeper.core.schema
Abstract base class for all database statements and objects.
PgStatementContainer - Class in org.pgcodekeeper.core.schema
Abstract base class for database objects that can contain other statements.
PgStatementFormatter - Class in org.pgcodekeeper.core.formatter.pg
PostgreSQL-specific implementation of SQL statement formatting.
PgStatementFormatter(int, int, String, int, String, FormatConfiguration) - Constructor for class org.pgcodekeeper.core.formatter.pg.PgStatementFormatter
Constructs a formatter for PostgreSQL functions from string definition.
PgStatementFormatter(int, int, SQLParser.Function_bodyContext, CommonTokenStream, FormatConfiguration) - Constructor for class org.pgcodekeeper.core.formatter.pg.PgStatementFormatter
Constructs a formatter for PostgreSQL functions from parsed context.
PgStatementMeta - Class in org.pgcodekeeper.core.schema
Metadata container for database statements.
PgStatementMeta() - Constructor for class org.pgcodekeeper.core.schema.PgStatementMeta
 
PgStatistics - Class in org.pgcodekeeper.core.schema.pg
PostgreSQL extended statistics implementation.
PgStatistics(String) - Constructor for class org.pgcodekeeper.core.schema.pg.PgStatistics
Creates a new PostgreSQL statistics object.
PgTrigger - Class in org.pgcodekeeper.core.schema.pg
PostgreSQL trigger implementation.
PgTrigger(String) - Constructor for class org.pgcodekeeper.core.schema.pg.PgTrigger
Creates a new PostgreSQL trigger.
PgTrigger.TgTypes - Enum Class in org.pgcodekeeper.core.schema.pg
 
PgUserMapping - Class in org.pgcodekeeper.core.schema.pg
PostgreSQL user mapping implementation.
PgUserMapping(String, String) - Constructor for class org.pgcodekeeper.core.schema.pg.PgUserMapping
Creates a new PostgreSQL user mapping.
PgView - Class in org.pgcodekeeper.core.schema.pg
PostgreSQL view implementation.
PgView(String) - Constructor for class org.pgcodekeeper.core.schema.pg.PgView
Creates a new PostgreSQL view.
PIPELINE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
PIPELINE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
PIPELINE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Explain_stmtContext
 
PIPELINE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
PIVOT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
PIVOT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
PIVOT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.From_itemContext
 
pk - Variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Table_constraint_bodyContext
 
PLACING - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
PLACING - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
PLACING() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
PLACING() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.String_value_functionContext
 
PLACING() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_reservedContext
 
PLAIN - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
PLAIN - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
PLAIN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Storage_optionContext
 
PLAIN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonkeywordContext
 
PLAN - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
PLAN - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
PLAN - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
PLAN - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
PLAN - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
PLAN - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
PLAN() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Explain_stmtContext
 
PLAN() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
PLAN() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.OptionContext
 
PLAN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
PLAN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
PLANS - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
PLANS - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
PLANS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
PLANS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Script_additionalContext
 
PLANS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
platform() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_external_languageContext
 
platform() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Lang_file_specContext
 
platform() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Library_file_specContext
 
platform() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
PLATFORM - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
PLATFORM - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
PLATFORM() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_external_languageContext
 
PLATFORM() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Lang_file_specContext
 
PLATFORM() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Library_file_specContext
 
PLATFORM() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
PlatformContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.PlatformContext
 
plpgsql_function() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
plpgsql_function_test_list() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
Plpgsql_function_test_listContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Plpgsql_function_test_listContext
 
Plpgsql_functionContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Plpgsql_functionContext
 
plpgsql_query() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Cursor_statementContext
 
plpgsql_query() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Function_statementContext
 
plpgsql_query() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Loop_startContext
 
plpgsql_query() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
plpgsql_query() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Return_stmtContext
 
Plpgsql_queryContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Plpgsql_queryContext
 
plus() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.rulectx.Vex
 
PLUS - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
PLUS - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
PLUS - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
PLUS - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
PLUS - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
PLUS - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
PLUS() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.ExprContext
 
PLUS() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.OpContext
 
PLUS() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.SignContext
 
PLUS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Al_pattern_quantifierContext
 
PLUS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Execute_stringContext
 
PLUS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.ExpressionContext
 
PLUS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.SignContext
 
PLUS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.All_opContext
 
PLUS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.All_simple_opContext
 
PLUS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.NumericonlyContext
 
PLUS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.SignediconstContext
 
PLUS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Vex_bContext
 
PLUS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.VexContext
 
PLUS(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Execute_stringContext
 
PLUS_ASSIGN - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
PLUS_ASSIGN - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
PLUS_ASSIGN() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Assignment_operatorContext
 
POINT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
POINT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
POINT() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Data_typeContext
 
POINT() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
pointer() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
pointer() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Vex_or_named_notationContext
 
PointerContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.PointerContext
 
POISON_MESSAGE_HANDLING - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
POISON_MESSAGE_HANDLING - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
POISON_MESSAGE_HANDLING() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Queue_settingsContext
 
POISON_MESSAGE_HANDLING() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
POLICIES - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
POLICIES - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
POLICIES() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.PermissionContext
 
POLICIES() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Show_stmtContext
 
POLICIES() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
PoliciesReader - Class in org.pgcodekeeper.core.loader.jdbc.pg
Reader for PostgreSQL policies.
PoliciesReader(JdbcLoaderBase) - Constructor for class org.pgcodekeeper.core.loader.jdbc.pg.PoliciesReader
Creates a new PoliciesReader.
POLICY - Enum constant in enum class org.pgcodekeeper.core.model.difftree.DbObjType
 
POLICY - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
POLICY - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
POLICY - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
POLICY - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
POLICY - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
POLICY - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
POLICY() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_policy_stmtContext
 
POLICY() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Create_policy_stmtContext
 
POLICY() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Drop_elementContext
 
POLICY() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Move_stmtContext
 
POLICY() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Object_typeContext
 
POLICY() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Show_stmtContext
 
POLICY() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
POLICY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_security_policyContext
 
POLICY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_security_policyContext
 
POLICY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Drop_statementsContext
 
POLICY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.PermissionContext
 
POLICY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
POLICY() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_policy_statementContext
 
POLICY() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
POLICY() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Comment_member_objectContext
 
POLICY() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_policy_statementContext
 
POLICY() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Drop_policy_statementContext
 
POLICY() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
policy_action() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_policy_stmtContext
 
policy_action() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Create_policy_stmtContext
 
policy_action() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
policy_action(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_policy_stmtContext
 
policy_action(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Create_policy_stmtContext
 
Policy_actionContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Policy_actionContext
 
policy_name() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_policy_stmtContext
 
policy_name() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Create_policy_stmtContext
 
policy_name() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Drop_elementContext
 
policy_name() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
policy_name(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_policy_stmtContext
 
policy_name(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Create_policy_stmtContext
 
policy_name(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Drop_elementContext
 
Policy_nameContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Policy_nameContext
 
POLYGIN - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
POLYGIN - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
POLYGIN() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Data_typeContext
 
POLYGIN() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
POOL - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
POOL - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
POOL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_external_resource_poolContext
 
POOL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_server_configurationContext
 
POOL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Class_typeContext
 
POOL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_external_resource_poolContext
 
POOL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_or_alter_resource_poolContext
 
POOL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Drop_statementsContext
 
POOL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
pool_name - Variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_or_alter_resource_poolContext
 
POOL_SIZE - Static variable in interface org.pgcodekeeper.core.Consts
 
POPULATE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
POPULATE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
POPULATE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Create_mat_view_stmtContext
 
POPULATE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
POPULATION - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
POPULATION - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
POPULATION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_fulltext_index_optionContext
 
POPULATION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Fulltext_index_optionContext
 
POPULATION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
POPULATION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.With_no_populationContext
 
port - Variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Tcp_optionsContext
 
PORT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
PORT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
PORT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Add_listener_optionContext
 
PORT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_availability_group_optionsContext
 
PORT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
position() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_table_actionContext
 
position() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_table_add_actionContext
 
position() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Modify_column_exprContext
 
position() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
POSITION - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
POSITION - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
POSITION() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
POSITION() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.String_value_functionContext
 
POSITION() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreserved_except_function_typeContext
 
PositionContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.PositionContext
 
POST - Enum constant in enum class org.pgcodekeeper.core.script.SQLActionType
 
postAction(String) - Method in class org.pgcodekeeper.core.loader.QueryBuilder
Sets a post-action clause (e.g., ORDER BY, LIMIT) to append after the main query.
PRE - Enum constant in enum class org.pgcodekeeper.core.script.SQLActionType
 
PRECEDING - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
PRECEDING - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
PRECEDING - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
PRECEDING - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
PRECEDING - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
PRECEDING - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
PRECEDING() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
PRECEDING() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Win_frame_boundContext
 
PRECEDING() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
PRECEDING() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Window_frame_precedingContext
 
PRECEDING() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
PRECEDING() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Frame_boundContext
 
PRECEDING() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
precision - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Precision_paramContext
 
precision() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Data_typeContext
 
precision() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
PRECISION - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
PRECISION - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
PRECISION - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
PRECISION - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
PRECISION - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
PRECISION - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
PRECISION() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Data_typeContext
 
PRECISION() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
PRECISION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Data_typeContext
 
PRECISION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
PRECISION() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Predefined_typeContext
 
PRECISION() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreserved_except_function_typeContext
 
precision_param() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
precision_param() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Predefined_typeContext
 
Precision_paramContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Precision_paramContext
 
PrecisionContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.PrecisionContext
 
predefined_type() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Data_typeContext
 
predefined_type() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
Predefined_typeContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Predefined_typeContext
 
predicate() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
predicate() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Search_condition_notContext
 
PREDICATE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
PREDICATE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
PREDICATE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Add_alter_drop_predicateContext
 
PREDICATE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_security_policyContext
 
PREDICATE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
PREDICATE(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_security_policyContext
 
predicate_factor() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Audit_whereContext
 
predicate_factor() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
Predicate_factorContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Predicate_factorContext
 
PredicateContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.PredicateContext
 
preferred - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_type_statementContext
 
PREFERRED - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
PREFERRED - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
PREFERRED() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_type_statementContext
 
PREFERRED() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonkeywordContext
 
PREFERRED(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_type_statementContext
 
PREPARE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
PREPARE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
PREPARE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Additional_statementContext
 
PREPARE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
PREPARE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Script_transactionContext
 
PREPARE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
PREPARED - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
PREPARED - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
PREPARED() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
PREPARED() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Script_transactionContext
 
PREPARED() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
PRESERVE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
PRESERVE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
PRESERVE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
PRESERVE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.On_commitContext
 
PRESERVE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
presicion - Variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Data_type_sizeContext
 
PREWHERE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
PREWHERE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
PREWHERE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Prewhere_clauseContext
 
PREWHERE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_reservedContext
 
prewhere_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
prewhere_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Select_primaryContext
 
Prewhere_clauseContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Prewhere_clauseContext
 
primary() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.rulectx.Vex
 
PRIMARY - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
PRIMARY - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
PRIMARY - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
PRIMARY - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
PRIMARY - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
PRIMARY - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
PRIMARY() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Create_dictinary_stmtContext
 
PRIMARY() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Primary_key_clauseContext
 
PRIMARY() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Table_column_defContext
 
PRIMARY() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
PRIMARY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Column_constraint_bodyContext
 
PRIMARY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_databaseContext
 
PRIMARY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_xml_indexContext
 
PRIMARY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Set_option_specContext
 
PRIMARY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Table_constraint_bodyContext
 
PRIMARY() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
PRIMARY() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Constr_bodyContext
 
PRIMARY() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_reservedContext
 
primary_key_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Engine_optionContext
 
primary_key_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
primary_key_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Table_element_exprContext
 
primary_key_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Table_override_clauseContext
 
Primary_key_clauseContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Primary_key_clauseContext
 
primary_key_values() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Change_tableContext
 
primary_key_values() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
Primary_key_valuesContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Primary_key_valuesContext
 
PRIMARY_ROLE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
PRIMARY_ROLE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
PRIMARY_ROLE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Replica_optionContext
 
PRIMARY_ROLE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
primary_role_option() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
primary_role_option() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Replica_optionContext
 
primary_role_option(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Replica_optionContext
 
Primary_role_optionContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Primary_role_optionContext
 
primitive_expression() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.ExpressionContext
 
primitive_expression() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Function_callContext
 
primitive_expression() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
Primitive_expressionContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Primitive_expressionContext
 
PRINT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
PRINT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
PRINT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Print_statementContext
 
print_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Cfl_statementContext
 
print_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
Print_statementContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Print_statementContext
 
println() - Method in class org.pgcodekeeper.core.utils.UnixPrintWriter


This version always terminates with '\n'.
PrintObj - Class in org.pgcodekeeper.core.model.graph
Represents a database object for printing in dependency tree output.
PrintObj(PgStatement, PgStatement, int, int, boolean) - Constructor for class org.pgcodekeeper.core.model.graph.PrintObj
Creates a new print object with formatting information.
PRIOR - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
PRIOR - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
PRIOR - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
PRIOR - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
PRIOR() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Cursor_statementContext
 
PRIOR() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
PRIOR() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
PRIOR() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Fetch_move_directionContext
 
PRIOR() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
PRIORITY - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
PRIORITY - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
PRIORITY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Class_typeContext
 
PRIORITY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_or_alter_broker_priorityContext
 
PRIORITY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Drop_statementsContext
 
PRIORITY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
PRIORITY_LEVEL - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
PRIORITY_LEVEL - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
PRIORITY_LEVEL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_or_alter_broker_priorityContext
 
PRIORITY_LEVEL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
priv - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.PrivilegesParser.PrivilegeContext
 
PRIVATE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
PRIVATE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
PRIVATE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_certificateContext
 
PRIVATE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Asymmetric_key_optionContext
 
PRIVATE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Backup_certificateContext
 
PRIVATE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Existing_keysContext
 
PRIVATE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
PRIVATE_KEY - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
PRIVATE_KEY - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
PRIVATE_KEY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_certificateContext
 
PRIVATE_KEY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
private_key_options() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Existing_keysContext
 
private_key_options() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
Private_key_optionsContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Private_key_optionsContext
 
privilege - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.PrivilegesParser.PrivilegesContext
 
privilege() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
privilege() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.PrivilegesContext
 
privilege() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.PrivilegesParser
 
privilege() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.PrivilegesParser.PrivilegesContext
 
privilege(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.PrivilegesContext
 
privilege(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.PrivilegesParser.PrivilegesContext
 
PrivilegeContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.PrivilegeContext
 
PrivilegeContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.PrivilegesParser.PrivilegeContext
 
privileges() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
privileges() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Privilegy_stmtContext
 
privileges() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.PrivilegesParser
 
Privileges - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.PrivilegesLexer
 
Privileges - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.PrivilegesParser
 
Privileges() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.PrivilegesParser.PrivilegeContext
 
PRIVILEGES - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
PRIVILEGES - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
PRIVILEGES - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
PRIVILEGES - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
PRIVILEGES - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
PRIVILEGES - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
PRIVILEGES() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Show_stmtContext
 
PRIVILEGES() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
PRIVILEGES() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.PermissionContext
 
PRIVILEGES() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
PRIVILEGES() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Abbreviated_grant_or_revokeContext
 
PRIVILEGES() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_default_privileges_statementContext
 
PRIVILEGES() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
PRIVILEGES() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.PermissionContext
 
PRIVILEGES() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Table_column_privilegeContext
 
PRIVILEGES() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
PrivilegesContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.PrivilegesContext
 
PrivilegesContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.PrivilegesParser.PrivilegesContext
 
PrivilegesLexer - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
PrivilegesLexer(CharStream) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.PrivilegesLexer
 
PrivilegesParser - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
PrivilegesParser(TokenStream) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.PrivilegesParser
 
PrivilegesParser.IdentifierContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
PrivilegesParser.PrivilegeContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
PrivilegesParser.PrivilegesContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
privilegy_stmt() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Ddl_stmtContext
 
privilegy_stmt() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
Privilegy_stmtContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Privilegy_stmtContext
 
proc - Variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_or_alter_procedureContext
 
PROC - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
PROC - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
PROC() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_or_alter_procedureContext
 
PROC() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Drop_statementsContext
 
proc_body() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_or_alter_procedureContext
 
proc_body() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
Proc_bodyContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Proc_bodyContext
 
PROCEDURAL - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
PROCEDURAL - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
PROCEDURAL() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_language_statementContext
 
PROCEDURAL() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
PROCEDURAL() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Comment_member_objectContext
 
PROCEDURAL() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_language_statementContext
 
PROCEDURAL() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Drop_statementsContext
 
PROCEDURAL() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Extension_member_objectContext
 
PROCEDURAL() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Label_member_objectContext
 
PROCEDURAL() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
PROCEDURE - Enum constant in enum class org.pgcodekeeper.core.model.difftree.DbObjType
 
PROCEDURE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
PROCEDURE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
PROCEDURE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
PROCEDURE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
PROCEDURE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_or_alter_procedureContext
 
PROCEDURE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Drop_statementsContext
 
PROCEDURE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.PermissionContext
 
PROCEDURE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_function_statementContext
 
PROCEDURE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
PROCEDURE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Comment_member_objectContext
 
PROCEDURE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_event_trigger_statementContext
 
PROCEDURE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_function_statementContext
 
PROCEDURE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_operator_optionContext
 
PROCEDURE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_trigger_statementContext
 
PROCEDURE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Drop_function_statementContext
 
PROCEDURE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Extension_member_objectContext
 
PROCEDURE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Label_member_objectContext
 
PROCEDURE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Owner_member_objectContext
 
PROCEDURE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Rule_member_objectContext
 
PROCEDURE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
PROCEDURE_NAME - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
PROCEDURE_NAME - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
PROCEDURE_NAME() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Queue_settingsContext
 
PROCEDURE_NAME() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
procedure_option() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_or_alter_procedureContext
 
procedure_option() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
procedure_option(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_or_alter_procedureContext
 
Procedure_optionContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Procedure_optionContext
 
procedure_param() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_aggregateContext
 
procedure_param() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_or_alter_functionContext
 
procedure_param() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_or_alter_procedureContext
 
procedure_param() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
procedure_param(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_aggregateContext
 
procedure_param(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_or_alter_functionContext
 
procedure_param(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_or_alter_procedureContext
 
Procedure_paramContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Procedure_paramContext
 
PROCEDURES - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
PROCEDURES - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
PROCEDURES() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
PROCEDURES() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Rule_member_objectContext
 
PROCEDURES() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
process(CHParser.Ch_fileContext, CommonTokenStream) - Method in class org.pgcodekeeper.core.parsers.antlr.ch.ChSQLOverridesListener
Processes the complete ClickHouse SQL file context.
process(CHParser.Ch_fileContext, CommonTokenStream) - Method in class org.pgcodekeeper.core.parsers.antlr.ch.CustomChSQLParserListener
 
process(TSQLParser.Tsql_fileContext, CommonTokenStream) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.CustomTSQLParserListener
Processes the complete T-SQL file context.
process(TSQLParser.Tsql_fileContext, CommonTokenStream) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.TSQLOverridesListener
Processes the complete T-SQL file context.
process(SQLParser.SqlContext, CommonTokenStream) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.CustomSQLParserListener
Processes the complete SQL file context.
process(SQLParser.SqlContext, CommonTokenStream) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.SQLOverridesListener
Processes the complete SQL file context.
process(SQLParser.SqlContext, CommonTokenStream) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.verification.VerificationParserListener
 
process(R, CommonTokenStream) - Method in interface org.pgcodekeeper.core.parsers.antlr.base.AntlrContextProcessor
Processes the ANTLR parser rule context with the given token stream
PROCESS - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
PROCESS - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
PROCESS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_server_configurationContext
 
PROCESS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
PROCESS_MAIN - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
PROCESS_MAIN - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
PROCESS_MAIN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonkeywordContext
 
PROCESS_MAIN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Vacuum_optionContext
 
PROCESSLIST - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
PROCESSLIST - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
PROCESSLIST() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Show_stmtContext
 
PROCESSLIST() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
PROFILE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
PROFILE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
PROFILE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
PROFILE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
PROFILE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Drop_elementContext
 
PROFILE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Move_stmtContext
 
PROFILE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Object_typeContext
 
PROFILE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Show_stmtContext
 
PROFILE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
PROFILE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.User_settingContext
 
PROFILE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Set_statistics_valueContext
 
PROFILE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
PROFILES - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
PROFILES - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
PROFILES() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.PermissionContext
 
PROFILES() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Show_stmtContext
 
PROFILES() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
PROGRAM - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
PROGRAM - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
PROGRAM() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
PROGRAM() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Copy_from_statementContext
 
PROGRAM() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Copy_to_statementContext
 
PROGRAM() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
PROJECT_ONLY - Static variable in interface org.pgcodekeeper.core.Consts
 
PROJECTION - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
PROJECTION - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
PROJECTION() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_table_add_actionContext
 
PROJECTION() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_table_clear_actionContext
 
PROJECTION() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_table_drop_actionContext
 
PROJECTION() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_table_mat_actionContext
 
PROJECTION() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.PermissionContext
 
PROJECTION() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Table_element_exprContext
 
PROJECTION() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
ProjectLoader - Class in org.pgcodekeeper.core.loader
Database loader for pgCodeKeeper project directory structures.
ProjectLoader(String, ISettings) - Constructor for class org.pgcodekeeper.core.loader.ProjectLoader
Creates a new project loader with basic configuration.
ProjectLoader(String, ISettings, List<Object>) - Constructor for class org.pgcodekeeper.core.loader.ProjectLoader
Creates a new project loader with error collection.
ProjectLoader(String, ISettings, IMonitor, List<Object>, IgnoreSchemaList) - Constructor for class org.pgcodekeeper.core.loader.ProjectLoader
Creates a new project loader with full configuration.
ProjectUpdater - Class in org.pgcodekeeper.core.utils
Database project update and export management utility.
ProjectUpdater(AbstractDatabase, AbstractDatabase, Collection<TreeElement>, DatabaseType, String, Path, boolean, ISettings) - Constructor for class org.pgcodekeeper.core.utils.ProjectUpdater
Creates a new project updater with specified configuration.
ProjectUpdater_error_backup_restore - Static variable in class org.pgcodekeeper.core.localizations.Messages
 
ProjectUpdater_error_no_tempdir - Static variable in class org.pgcodekeeper.core.localizations.Messages
 
ProjectUpdater_error_update - Static variable in class org.pgcodekeeper.core.localizations.Messages
 
ProjectUpdater_log_err_restore_project - Static variable in class org.pgcodekeeper.core.localizations.Messages
 
ProjectUpdater_log_restoring_err - Static variable in class org.pgcodekeeper.core.localizations.Messages
 
ProjectUpdater_log_start_full_update - Static variable in class org.pgcodekeeper.core.localizations.Messages
 
ProjectUpdater_log_start_partial_update - Static variable in class org.pgcodekeeper.core.localizations.Messages
 
ProjectUpdater_log_upd_project_err - Static variable in class org.pgcodekeeper.core.localizations.Messages
 
ProjectUpdater_log_update_err_restore_proj - Static variable in class org.pgcodekeeper.core.localizations.Messages
 
ProjectUpdater_old_db_null - Static variable in class org.pgcodekeeper.core.localizations.Messages
 
promoted_node_path_list() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_selective_indexContext
 
promoted_node_path_list() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
Promoted_node_path_listContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Promoted_node_path_listContext
 
PROPERTY - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
PROPERTY - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
PROPERTY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_fulltext_index_optionContext
 
PROPERTY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_search_property_listContext
 
PROPERTY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_server_configurationContext
 
PROPERTY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Class_typeContext
 
PROPERTY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_search_property_listContext
 
PROPERTY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Drop_statementsContext
 
PROPERTY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Fulltext_index_optionContext
 
PROPERTY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
PROPERTY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Xml_index_usingContext
 
PROPERTY_DESCRIPTION - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
PROPERTY_DESCRIPTION - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
PROPERTY_DESCRIPTION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Add_drop_propertyContext
 
PROPERTY_DESCRIPTION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
PROPERTY_INT_ID - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
PROPERTY_INT_ID - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
PROPERTY_INT_ID() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Add_drop_propertyContext
 
PROPERTY_INT_ID() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
property_list_name - Variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_fulltext_index_optionContext
 
property_list_name - Variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Fulltext_index_optionContext
 
PROPERTY_SET_GUID - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
PROPERTY_SET_GUID - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
PROPERTY_SET_GUID() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Add_drop_propertyContext
 
PROPERTY_SET_GUID() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
PROTOCOL - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
PROTOCOL - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
PROTOCOL() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.AttributeContext
 
PROTOCOL() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonkeywordContext
 
provider - Variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.OpendatasourceContext
 
PROVIDER - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
PROVIDER - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
PROVIDER - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
PROVIDER - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
PROVIDER() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_cryptographic_providerContext
 
PROVIDER() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Class_typeContext
 
PROVIDER() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_asymmetric_keyContext
 
PROVIDER() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_credentialContext
 
PROVIDER() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_cryptographic_providerContext
 
PROVIDER() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_keyContext
 
PROVIDER() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_userContext
 
PROVIDER() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Drop_asymmetric_keyContext
 
PROVIDER() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Drop_statementsContext
 
PROVIDER() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Drop_symmetric_keyContext
 
PROVIDER() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Login_sourcesContext
 
PROVIDER() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
PROVIDER() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Collation_optionContext
 
PROVIDER() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonkeywordContext
 
PROVIDER_KEY_NAME - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
PROVIDER_KEY_NAME - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
PROVIDER_KEY_NAME() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_asymmetric_keyContext
 
PROVIDER_KEY_NAME() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Key_optionsContext
 
PROVIDER_KEY_NAME() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
provider_name - Variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Rowset_functionContext
 
PUBLIC - Static variable in interface org.pgcodekeeper.core.Consts
 
PUBLIC - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
PUBLIC - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
PUBLICATION - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
PUBLICATION - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
PUBLICATION() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_publication_statementContext
 
PUBLICATION() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_subscription_actionContext
 
PUBLICATION() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
PUBLICATION() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Comment_member_objectContext
 
PUBLICATION() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_publication_statementContext
 
PUBLICATION() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_subscription_statementContext
 
PUBLICATION() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Drop_statementsContext
 
PUBLICATION() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Label_member_objectContext
 
PUBLICATION() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
publication_object() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_publication_actionContext
 
publication_object() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_publication_statementContext
 
publication_object() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
publication_object(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_publication_actionContext
 
publication_object(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_publication_statementContext
 
Publication_objectContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Publication_objectContext
 
publication_table_only() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Publication_objectContext
 
publication_table_only() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
publication_table_only(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Publication_objectContext
 
Publication_table_onlyContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Publication_table_onlyContext
 
PUSHDOWN - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
PUSHDOWN - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
PUSHDOWN() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.External_data_source_optionContext
 
PUSHDOWN() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
put(boolean) - Method in interface org.pgcodekeeper.core.hasher.Hasher
Adds a primitive boolean value to the hash computation
put(boolean) - Method in class org.pgcodekeeper.core.hasher.JavaHasher
 
put(float) - Method in interface org.pgcodekeeper.core.hasher.Hasher
Adds a primitive float value to the hash computation
put(float) - Method in class org.pgcodekeeper.core.hasher.JavaHasher
 
put(int) - Method in interface org.pgcodekeeper.core.hasher.Hasher
Adds a primitive int value to the hash computation
put(int) - Method in class org.pgcodekeeper.core.hasher.JavaHasher
 
put(Boolean) - Method in interface org.pgcodekeeper.core.hasher.Hasher
Adds a Boolean object to the hash computation
put(Boolean) - Method in class org.pgcodekeeper.core.hasher.JavaHasher
Adds a Boolean object to the hash computation
put(Enum<?>) - Method in interface org.pgcodekeeper.core.hasher.Hasher
Adds an enum value to the hash computation
put(Enum<?>) - Method in class org.pgcodekeeper.core.hasher.JavaHasher
Adds an enum value to the hash computation
put(Integer) - Method in interface org.pgcodekeeper.core.hasher.Hasher
Adds an Integer object to the hash computation
put(Integer) - Method in class org.pgcodekeeper.core.hasher.JavaHasher
{Adds an Integer object to the hash computation
put(String) - Method in interface org.pgcodekeeper.core.hasher.Hasher
Adds a String value to the hash computation
put(String) - Method in class org.pgcodekeeper.core.hasher.JavaHasher
Adds a String value to the hash computation
put(List<String>) - Method in interface org.pgcodekeeper.core.hasher.Hasher
Adds a List of Strings to the hash computation (order-sensitive)
put(List<String>) - Method in class org.pgcodekeeper.core.hasher.JavaHasher
 
put(Map<String, String>) - Method in interface org.pgcodekeeper.core.hasher.Hasher
Adds a Map of String key-value pairs to the hash computation
put(Map<String, String>) - Method in class org.pgcodekeeper.core.hasher.JavaHasher
 
put(Set<String>) - Method in interface org.pgcodekeeper.core.hasher.Hasher
Adds a Set of Strings to the hash computation (order-insensitive)
put(Set<String>) - Method in class org.pgcodekeeper.core.hasher.JavaHasher
 
put(IHashable) - Method in interface org.pgcodekeeper.core.hasher.Hasher
Adds a hashable object to the hash computation
put(IHashable) - Method in class org.pgcodekeeper.core.hasher.JavaHasher
Adds a hashable object to the hash computation
putOption(String, String) - Method in class org.pgcodekeeper.core.schema.ms.MsStatistics
Adds an option to this statistics object.
putOrdered(Collection<? extends IHashable>) - Method in interface org.pgcodekeeper.core.hasher.Hasher
Adds a Collection of hashable objects with order sensitivity
putOrdered(Collection<? extends IHashable>) - Method in class org.pgcodekeeper.core.hasher.JavaHasher
 
putSchema(Object, AbstractSchema) - Method in class org.pgcodekeeper.core.loader.jdbc.JdbcLoaderBase
Associates a schema ID with a schema object.
putTriggerState(String, TriggerState) - Method in class org.pgcodekeeper.core.schema.pg.AbstractPgTable
Sets the state of a specific trigger on this table.
putUnordered(Collection<? extends IHashable>) - Method in interface org.pgcodekeeper.core.hasher.Hasher
Adds a Collection of hashable objects with order insensitivity
putUnordered(Collection<? extends IHashable>) - Method in class org.pgcodekeeper.core.hasher.JavaHasher
 
putUnordered(Map<String, ? extends IHashable>) - Method in interface org.pgcodekeeper.core.hasher.Hasher
Adds a Map of hashable objects with order insensitivity
putUnordered(Map<String, ? extends IHashable>) - Method in class org.pgcodekeeper.core.hasher.JavaHasher
Adds an unordered Map of hashable objects to the hash computation.
PYTHON - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
PYTHON - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
PYTHON() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Library_languageContext
 

Q

qgrantor - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.PrivilegesParser.PrivilegeContext
 
qname - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.PrivilegesParser.PrivilegeContext
 
qname_parser() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
qname_parser() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
Qname_parserContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Qname_parserContext
 
Qname_parserContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Qname_parserContext
 
QNameParser<T extends org.antlr.v4.runtime.ParserRuleContext> - Class in org.pgcodekeeper.core.parsers.antlr.base
Utility class for parsing and processing qualified names (schema.object names) in SQL statements.
QNameParserWrapper - Class in org.pgcodekeeper.core.parsers.antlr.base
Wrapper class that provides simplified access to parsed qualified name components without exposing the underlying parser implementation.
QUALIFIED - Static variable in class org.pgcodekeeper.core.parsers.antlr.base.generated.IgnoreListLexer
 
QUALIFIED - Static variable in class org.pgcodekeeper.core.parsers.antlr.base.generated.IgnoreListParser
 
QUALIFIED() - Method in class org.pgcodekeeper.core.parsers.antlr.base.generated.IgnoreListParser.FlagContext
 
QUALIFIED_ASTERISK - Static variable in interface org.pgcodekeeper.core.parsers.antlr.pg.expr.TypesSetManually
 
qualified_name - Variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Names_referencesContext
 
qualified_name() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_named_collection_stmtContext
 
qualified_name() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_statisticContext
 
qualified_name() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_table_actionContext
 
qualified_name() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_table_clear_actionContext
 
qualified_name() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_table_drop_actionContext
 
qualified_name() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_table_mat_actionContext
 
qualified_name() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_table_stmtContext
 
qualified_name() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Attach_stmtContext
 
qualified_name() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Attach_table_stmtContext
 
qualified_name() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Check_stmtContext
 
qualified_name() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Columns_clauseContext
 
qualified_name() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Common_table_query_exprContext
 
qualified_name() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Create_dictinary_stmtContext
 
qualified_name() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Create_function_stmtContext
 
qualified_name() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Create_live_view_stmtContext
 
qualified_name() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Create_mat_view_stmtContext
 
qualified_name() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Create_named_collection_stmtContext
 
qualified_name() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Create_simple_view_stmtContext
 
qualified_name() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Create_table_stmtContext
 
qualified_name() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Destination_clauseContext
 
qualified_name() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Detach_stmtContext
 
qualified_name() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Drop_elementContext
 
qualified_name() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Exists_stmtContext
 
qualified_name() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Expr_primaryContext
 
qualified_name() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.From_primaryContext
 
qualified_name() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Insert_stmtContext
 
qualified_name() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Modify_column_exprContext
 
qualified_name() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Names_referencesContext
 
qualified_name() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Optimize_stmtContext
 
qualified_name() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.PositionContext
 
qualified_name() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Qname_parserContext
 
qualified_name() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
qualified_name() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Qualified_name_or_asteriskContext
 
qualified_name() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Rename_stmtContext
 
qualified_name() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Rename_toContext
 
qualified_name() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Show_stmtContext
 
qualified_name() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Subquery_clauseContext
 
qualified_name() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.System_stmtContext
 
qualified_name() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Table_arg_exprContext
 
qualified_name() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Table_column_defContext
 
qualified_name() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Table_exprContext
 
qualified_name() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Table_projection_defContext
 
qualified_name() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Table_schema_clauseContext
 
qualified_name() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Truncate_stmtContext
 
qualified_name() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Watch_stmtContext
 
qualified_name() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Add_alter_drop_predicateContext
 
qualified_name() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Add_signatureContext
 
qualified_name() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_authorizationContext
 
qualified_name() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_fulltext_indexContext
 
qualified_name() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_indexContext
 
qualified_name() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_queueContext
 
qualified_name() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_resource_governorContext
 
qualified_name() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_security_policyContext
 
qualified_name() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_sequenceContext
 
qualified_name() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_serviceContext
 
qualified_name() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_table_actionContext
 
qualified_name() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_tableContext
 
qualified_name() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Arbitrary_length_patternContext
 
qualified_name() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Change_tableContext
 
qualified_name() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Column_constraint_bodyContext
 
qualified_name() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_aggregateContext
 
qualified_name() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_defaultContext
 
qualified_name() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_external_tableContext
 
qualified_name() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_fulltext_indexContext
 
qualified_name() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_or_alter_functionContext
 
qualified_name() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_or_alter_procedureContext
 
qualified_name() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_or_alter_triggerContext
 
qualified_name() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_or_alter_viewContext
 
qualified_name() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_queueContext
 
qualified_name() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_ruleContext
 
qualified_name() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_security_policyContext
 
qualified_name() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_sequenceContext
 
qualified_name() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_serviceContext
 
qualified_name() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_synonymContext
 
qualified_name() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_tableContext
 
qualified_name() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_typeContext
 
qualified_name() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Data_typeContext
 
qualified_name() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Delete_statementContext
 
qualified_name() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Drop_signatureContext
 
qualified_name() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Edge_patternContext
 
qualified_name() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Enable_disable_triggerContext
 
qualified_name() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Execute_moduleContext
 
qualified_name() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Execute_stringContext
 
qualified_name() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.From_primaryContext
 
qualified_name() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Full_column_nameContext
 
qualified_name() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Function_callContext
 
qualified_name() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Get_conversationContext
 
qualified_name() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Index_nameContext
 
qualified_name() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Insert_statementContext
 
qualified_name() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Last_nodeContext
 
qualified_name() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Ledger_optionContext
 
qualified_name() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Lock_tableContext
 
qualified_name() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Merge_statementContext
 
qualified_name() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Names_referencesContext
 
qualified_name() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Object_typeContext
 
qualified_name() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Output_clauseContext
 
qualified_name() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
qualified_name() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Query_specificationContext
 
qualified_name() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Queue_settingsContext
 
qualified_name() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Receive_statementContext
 
qualified_name() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Result_sets_definitionContext
 
qualified_name() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Scalar_function_nameContext
 
qualified_name() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Select_list_elemContext
 
qualified_name() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Set_specialContext
 
qualified_name() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_match_patternContext
 
qualified_name() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.System_versioning_optContext
 
qualified_name() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Table_constraint_bodyContext
 
qualified_name() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Table_name_with_hintContext
 
qualified_name() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Truncate_tableContext
 
qualified_name() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Update_statementContext
 
qualified_name() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Update_statisticsContext
 
qualified_name(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_statisticContext
 
qualified_name(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_table_actionContext
 
qualified_name(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Columns_clauseContext
 
qualified_name(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Rename_stmtContext
 
qualified_name(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Add_alter_drop_predicateContext
 
qualified_name(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Arbitrary_length_patternContext
 
qualified_name(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_aggregateContext
 
qualified_name(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_or_alter_triggerContext
 
qualified_name(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_security_policyContext
 
qualified_name(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_synonymContext
 
qualified_name(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Names_referencesContext
 
qualified_name(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_match_patternContext
 
qualified_name(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Update_statisticsContext
 
qualified_name_or_asterisk() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Policy_nameContext
 
qualified_name_or_asterisk() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
qualified_name_or_asterisk(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Policy_nameContext
 
Qualified_name_or_asteriskContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Qualified_name_or_asteriskContext
 
Qualified_nameContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Qualified_nameContext
 
Qualified_nameContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Qualified_nameContext
 
QUARTER - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
QUARTER - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
QUARTER() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.IntervalContext
 
QueriesBatchCallable - Class in org.pgcodekeeper.core.loader.callables
Executable callable for processing batches of SQL queries with progress monitoring and error reporting.
QueriesBatchCallable(Statement, List<PgObjLocation>, IMonitor, IProgressReporter, Connection, DatabaseType) - Constructor for class org.pgcodekeeper.core.loader.callables.QueriesBatchCallable
Creates a new queries batch callable with the specified parameters.
query - Variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.OpenqueryContext
 
query() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Ch_fileContext
 
query() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
query(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Ch_fileContext
 
QUERY - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
QUERY - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
QUERY - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
QUERY - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
QUERY - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
QUERY - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
QUERY() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_table_modify_actionContext
 
QUERY() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Explain_stmtContext
 
QUERY() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.PermissionContext
 
QUERY() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
QUERY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.PermissionContext
 
QUERY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
QUERY() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Return_stmtContext
 
QUERY() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonkeywordContext
 
QUERY_CHECK_GREENPLUM - Static variable in class org.pgcodekeeper.core.loader.JdbcQueries
 
QUERY_CHECK_LAST_SYS_OID - Static variable in class org.pgcodekeeper.core.loader.JdbcQueries
 
QUERY_CHECK_MS_VERSION - Static variable in class org.pgcodekeeper.core.loader.JdbcQueries
 
QUERY_CHECK_PG_VERSION - Static variable in class org.pgcodekeeper.core.loader.JdbcQueries
 
QUERY_CHECK_TIMESTAMPS - Static variable in class org.pgcodekeeper.core.loader.JdbcQueries
 
QUERY_CHECK_USER_PRIVILEGES - Static variable in class org.pgcodekeeper.core.loader.JdbcQueries
 
query_name - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.With_queryContext
 
QUERY_SCHEMAS_ACCESS - Static variable in class org.pgcodekeeper.core.loader.JdbcQueries
 
QUERY_SEQUENCES_ACCESS - Static variable in class org.pgcodekeeper.core.loader.JdbcQueries
 
QUERY_SEQUENCES_DATA - Static variable in class org.pgcodekeeper.core.loader.JdbcQueries
 
query_specification() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
query_specification() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Select_ops_no_parensContext
 
query_specification() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Select_opsContext
 
Query_specificationContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Query_specificationContext
 
QUERY_SYSTEM_CASTS - Static variable in class org.pgcodekeeper.core.loader.JdbcQueries
 
QUERY_SYSTEM_FUNCTIONS - Static variable in class org.pgcodekeeper.core.loader.JdbcQueries
 
QUERY_SYSTEM_OPERATORS - Static variable in class org.pgcodekeeper.core.loader.JdbcQueries
 
QUERY_SYSTEM_RELATIONS - Static variable in class org.pgcodekeeper.core.loader.JdbcQueries
 
QUERY_TOTAL_OBJECTS_COUNT - Static variable in class org.pgcodekeeper.core.loader.JdbcQueries
 
QUERY_TYPES_FOR_CACHE_ALL - Static variable in class org.pgcodekeeper.core.loader.JdbcQueries
 
QueryBuilder - Class in org.pgcodekeeper.core.loader
SQL query builder for constructing SELECT statements with support for CTEs, joins, WHERE clauses, and GROUP BY.
QueryBuilder() - Constructor for class org.pgcodekeeper.core.loader.QueryBuilder
 
QueryCallable - Class in org.pgcodekeeper.core.loader.callables
Executable callable for running single SQL queries.
QueryCallable(PreparedStatement) - Constructor for class org.pgcodekeeper.core.loader.callables.QueryCallable
Creates a new query callable with a prepared statement.
QueryCallable(Statement, String) - Constructor for class org.pgcodekeeper.core.loader.callables.QueryCallable
Creates a new query callable with a statement and SQL script.
QueryContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.QueryContext
 
querySequencesData(AbstractDatabase, JdbcLoaderBase) - Static method in class org.pgcodekeeper.core.loader.jdbc.pg.SequencesReader
 
querySpecification() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.rulectx.MsSelectOps
 
QUERYTRACEON - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
QUERYTRACEON - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
QUERYTRACEON() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.OptionContext
 
QUERYTRACEON() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
QUESTION - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
QUESTION - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
QUESTION() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.ExprContext
 
QUEUE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
QUEUE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
QUEUE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_queueContext
 
QUEUE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_serviceContext
 
QUEUE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_event_notificationContext
 
QUEUE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_queueContext
 
QUEUE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_serviceContext
 
QUEUE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Drop_event_notifications_or_sessionContext
 
QUEUE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Drop_statementsContext
 
QUEUE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.PermissionContext
 
QUEUE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
queue_action() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_queueContext
 
queue_action() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
Queue_actionContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Queue_actionContext
 
queue_delay - Variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Audit_optionContext
 
QUEUE_DELAY - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
QUEUE_DELAY - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
QUEUE_DELAY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Audit_optionContext
 
QUEUE_DELAY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
queue_rebuild_options() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Queue_actionContext
 
queue_rebuild_options() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
Queue_rebuild_optionsContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Queue_rebuild_optionsContext
 
queue_settings() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_queueContext
 
queue_settings() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_queueContext
 
queue_settings() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
Queue_settingsContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Queue_settingsContext
 
QUEUES - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
QUEUES - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
QUEUES() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.PermissionContext
 
QUEUES() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
QUOTA - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
QUOTA - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
QUOTA() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Drop_elementContext
 
QUOTA() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Move_stmtContext
 
QUOTA() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Object_typeContext
 
QUOTA() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Show_stmtContext
 
QUOTA() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
QUOTAS - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
QUOTAS - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
QUOTAS() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.PermissionContext
 
QUOTAS() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Show_stmtContext
 
QUOTAS() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
QUOTE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
QUOTE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
QUOTE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
QUOTE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Copy_optionContext
 
QUOTE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Format_optionsContext
 
QUOTE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
QUOTE_CHAR - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.PrivilegesLexer
 
QUOTE_CHAR - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.PrivilegesParser
 
QUOTE_CHAR - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
QUOTE_CHAR - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
QUOTE_CHAR() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.PrivilegesParser.PrivilegeContext
 
QUOTE_CHAR(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.PrivilegesParser.PrivilegeContext
 
QUOTE_DOUBLE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
QUOTE_DOUBLE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
QUOTE_SINGLE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
QUOTE_SINGLE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
QUOTED_IDENTIFIER - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
QUOTED_IDENTIFIER - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
QUOTED_IDENTIFIER() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Database_optionspecContext
 
QUOTED_IDENTIFIER() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
QuotedIdentifier - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.PrivilegesLexer
 
QuotedIdentifier - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.PrivilegesParser
 
QuotedIdentifier - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
QuotedIdentifier - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
QuotedIdentifier() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.PrivilegesParser.IdentifierContext
 
QuotedIdentifier() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Id_tokenContext
 
quoteLiteralName(String) - Static method in class org.pgcodekeeper.core.ChDiffUtils
Quotes a string literal with single quotes (') if unquoted.
quoteName(String) - Static method in class org.pgcodekeeper.core.ChDiffUtils
Wraps the name in backticks (`) if not already quoted.
quoteName(String) - Static method in class org.pgcodekeeper.core.MsDiffUtils
Quotes an identifier using Microsoft SQL square bracket syntax.
quoteName(String) - Static method in class org.pgcodekeeper.core.PgDiffUtils
Quotes PostgreSQL identifier with double quotes.
QUOTES - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
QUOTES - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
QUOTES() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
QUOTES() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Json_quotesContext
 
QUOTES() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
quoteString(String) - Static method in class org.pgcodekeeper.core.PgDiffUtils
Quotes string with single quotes for SQL.
quoteStringDollar(String) - Static method in class org.pgcodekeeper.core.PgDiffUtils
Quotes string using dollar-quoting ($$) syntax.

R

r - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Case_expressionContext
 
R_LETTER - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
R_LETTER - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
R_LETTER() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Library_languageContext
 
R_LETTER() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
RAISE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
RAISE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RAISE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Message_statementContext
 
RAISE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonkeywordContext
 
raise_param() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
raise_param() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Raise_usingContext
 
raise_param(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Raise_usingContext
 
Raise_paramContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Raise_paramContext
 
raise_using() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Message_statementContext
 
raise_using() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
Raise_usingContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Raise_usingContext
 
raiseerror_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Cfl_statementContext
 
raiseerror_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
Raiseerror_statementContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Raiseerror_statementContext
 
RAISERROR - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
RAISERROR - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RAISERROR() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Raiseerror_statementContext
 
RANDOMIZED - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
RANDOMIZED - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RANDOMIZED() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Encrypted_optContext
 
RANDOMIZED() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
RANDOMLY - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
RANDOMLY - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RANDOMLY() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Distributed_clauseContext
 
RANDOMLY() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonkeywordContext
 
RANGE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
RANGE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RANGE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
RANGE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RANGE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
RANGE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RANGE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Dictionary_optionContext
 
RANGE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
RANGE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Window_exprContext
 
RANGE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_partition_functionContext
 
RANGE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_partition_functionContext
 
RANGE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Row_or_range_clauseContext
 
RANGE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
RANGE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
RANGE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_type_statementContext
 
RANGE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Frame_clauseContext
 
RANGE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Partition_methodContext
 
RANGE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Partition_type_colContext
 
RANGE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
range_expr() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Dictionary_optionContext
 
range_expr() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
Range_exprContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Range_exprContext
 
RANK - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
RANK - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RANK() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_partition_gp_nameContext
 
RANK() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonkeywordContext
 
ratio_expr() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
ratio_expr() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Sample_clauseContext
 
ratio_expr(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Sample_clauseContext
 
Ratio_exprContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Ratio_exprContext
 
RAW - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
RAW - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RAW() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.For_clauseContext
 
RAW() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
RBRACE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
RBRACE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RBRACE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Expr_primaryContext
 
RBRACE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Id_tokenContext
 
RBRACKET - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
RBRACKET - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RBRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Expr_primaryContext
 
RBRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.ExprContext
 
RC2 - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
RC2 - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RC2() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.AlgorithmContext
 
RC2() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
RC4 - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
RC4 - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RC4() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.AlgorithmContext
 
RC4() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.EncryptionContext
 
RC4() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
RC4_128 - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
RC4_128 - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RC4_128() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.AlgorithmContext
 
RC4_128() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
read() - Method in class org.pgcodekeeper.core.loader.jdbc.AbstractStatementReader
Reads database objects by executing the generated SQL query and processing results.
READ - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
READ - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
READ - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
READ - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
READ() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Cursor_commonContext
 
READ() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Set_specialContext
 
READ() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
READ() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
READ() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Transaction_modeContext
 
READ_COMMITTED_SNAPSHOT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
READ_COMMITTED_SNAPSHOT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
READ_COMMITTED_SNAPSHOT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Database_optionspecContext
 
READ_COMMITTED_SNAPSHOT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
READ_ONLY - Enum constant in enum class org.pgcodekeeper.core.schema.pg.PgAggregate.ModifyType
 
READ_ONLY - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
READ_ONLY - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
READ_ONLY - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
READ_ONLY - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
READ_ONLY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Database_filestream_optionContext
 
READ_ONLY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Database_optionspecContext
 
READ_ONLY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Declare_cursor_partialContext
 
READ_ONLY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Filegroup_modify_optionContext
 
READ_ONLY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Secondary_role_optionContext
 
READ_ONLY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
READ_ONLY() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Aggregate_paramContext
 
READ_ONLY() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonkeywordContext
 
READ_ONLY_ROUTING_LIST - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
READ_ONLY_ROUTING_LIST - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
READ_ONLY_ROUTING_LIST() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Primary_role_optionContext
 
READ_ONLY_ROUTING_LIST() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
READ_ONLY_ROUTING_URL - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
READ_ONLY_ROUTING_URL - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
READ_ONLY_ROUTING_URL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Secondary_role_optionContext
 
READ_ONLY_ROUTING_URL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
READ_WRITE - Enum constant in enum class org.pgcodekeeper.core.schema.pg.PgAggregate.ModifyType
 
READ_WRITE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
READ_WRITE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
READ_WRITE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
READ_WRITE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
READ_WRITE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Database_optionspecContext
 
READ_WRITE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Filegroup_modify_optionContext
 
READ_WRITE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Primary_role_optionContext
 
READ_WRITE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
READ_WRITE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Aggregate_paramContext
 
READ_WRITE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonkeywordContext
 
READ_WRITE_FILEGROUPS - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
READ_WRITE_FILEGROUPS - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
READ_WRITE_FILEGROUPS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Backup_databaseContext
 
READ_WRITE_FILEGROUPS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.File_or_filegroupContext
 
READ_WRITE_FILEGROUPS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
READ_WRITE_ROUTING_URL - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
READ_WRITE_ROUTING_URL - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
READ_WRITE_ROUTING_URL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Primary_role_optionContext
 
READ_WRITE_ROUTING_URL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
READABLE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
READABLE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
READABLE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_table_external_statementContext
 
READABLE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonkeywordContext
 
READCOMMITTED - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
READCOMMITTED - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
READCOMMITTED() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
READCOMMITTED() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Table_hintContext
 
READCOMMITTEDLOCK - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
READCOMMITTEDLOCK - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
READCOMMITTEDLOCK() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
READCOMMITTEDLOCK() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Table_hintContext
 
readLoadNestedFlag() - Method in class org.pgcodekeeper.core.xmlstore.DependenciesXmlStore
Reads the load nested flag from the XML file.
readObjects() - Method in class org.pgcodekeeper.core.xmlstore.XmlStore
Reads all objects from the XML file.
READONLY - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
READONLY - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
READONLY - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
READONLY - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
READONLY() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Option_typeContext
 
READONLY() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
READONLY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Filegroup_modify_optionContext
 
READONLY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Procedure_paramContext
 
READONLY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
READPAST - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
READPAST - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
READPAST() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
READPAST() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Table_hintContext
 
readProperties(Path) - Static method in class org.pgcodekeeper.core.parsers.antlr.base.verification.VerificationProperties
Reads verification properties from a file.
readResource(Class<?>, String) - Static method in class org.pgcodekeeper.core.utils.FileUtils
Reads resource file content as UTF-8 string.
READS - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
READS - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
READS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Function_actions_commonContext
 
READS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonkeywordContext
 
READTEXT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
READTEXT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
READUNCOMMITTED - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
READUNCOMMITTED - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
READUNCOMMITTED() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
READUNCOMMITTED() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Table_hintContext
 
READWRITE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
READWRITE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
READWRITE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Filegroup_modify_optionContext
 
READWRITE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
readXml(Reader) - Static method in class org.pgcodekeeper.core.Utils
Parses XML content from a Reader with secure configuration.
readXML(String) - Static method in class org.pgcodekeeper.core.loader.jdbc.XmlReader
Parses XML string into a list of XmlReader instances.
REAL - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
REAL - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
REAL - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
REAL - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
REAL - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
REAL - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
REAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Data_typeContext
 
REAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
REAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Primitive_expressionContext
 
REAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Signed_numerical_literalContext
 
REAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Top_countContext
 
REAL() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
REAL() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Predefined_typeContext
 
REAL() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreserved_except_function_typeContext
 
REALM - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
REALM - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
REALM() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Auth_paramsContext
 
REALM() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
REASSIGN - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
REASSIGN - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
REASSIGN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Additional_statementContext
 
REASSIGN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
REASSIGN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
rebuild() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_index_actionContext
 
rebuild() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_table_actionContext
 
rebuild() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
REBUILD - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
REBUILD - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
REBUILD() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_fulltext_catalogContext
 
REBUILD() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Queue_actionContext
 
REBUILD() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.RebuildContext
 
REBUILD() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
RebuildContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.RebuildContext
 
REC_ADVANCED - Enum constant in enum class org.pgcodekeeper.core.Consts.FUNC_SIGN
 
RECEIVE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
RECEIVE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RECEIVE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
RECEIVE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RECEIVE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.PermissionContext
 
RECEIVE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Receive_statementContext
 
RECEIVE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
RECEIVE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_type_statementContext
 
RECEIVE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonkeywordContext
 
RECEIVE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Type_propertyContext
 
RECEIVE(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_type_statementContext
 
receive_column_specifier() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
receive_column_specifier() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Receive_statementContext
 
receive_column_specifier(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Receive_statementContext
 
Receive_column_specifierContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Receive_column_specifierContext
 
receive_function - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_type_statementContext
 
receive_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Another_statementContext
 
receive_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
receive_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Waitfor_receiveContext
 
Receive_statementContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Receive_statementContext
 
RECHECK - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
RECHECK - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RECHECK() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
RECHECK() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
RECOMPILE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
RECOMPILE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RECOMPILE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Execute_optionContext
 
RECOMPILE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.OptionContext
 
RECOMPILE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Procedure_optionContext
 
RECOMPILE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
RECOMPRESS - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
RECOMPRESS - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RECOMPRESS() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
RECOMPRESS() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Ttl_exprContext
 
RECONFIGURE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
RECONFIGURE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RECONFIGURE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_resource_governorContext
 
RECONFIGURE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Reconfigure_statementContext
 
reconfigure_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Another_statementContext
 
reconfigure_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
Reconfigure_statementContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Reconfigure_statementContext
 
RECORD - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
RECORD - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RECORD() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonkeywordContext
 
RECOVERY - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
RECOVERY - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RECOVERY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Database_optionspecContext
 
RECOVERY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Restore_optionContext
 
RECOVERY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
RECREATE - Enum constant in enum class org.pgcodekeeper.core.schema.ObjectState
 
RECURSIVE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
RECURSIVE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RECURSIVE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
RECURSIVE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_view_statementContext
 
RECURSIVE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
RECURSIVE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.With_clauseContext
 
RECURSIVE_PATTERN - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.statement.CreateView
Pattern for transforming recursive view definitions into standard form.
RECURSIVE_TRIGGERS - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
RECURSIVE_TRIGGERS - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RECURSIVE_TRIGGERS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Database_optionspecContext
 
RECURSIVE_TRIGGERS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
ref - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Constr_bodyContext
 
REF - Enum constant in enum class org.pgcodekeeper.core.loader.ParserListenerMode
 
REF - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
REF - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
REF() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
REF() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
REF() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Xml_functionContext
 
REF(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Xml_functionContext
 
ref_name - Variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Window_specificationContext
 
REFERENCE - Enum constant in enum class org.pgcodekeeper.core.schema.PgObjLocation.LocationType
 
referenced_table_name - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_trigger_statementContext
 
REFERENCES - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
REFERENCES - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
REFERENCES - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
REFERENCES - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
REFERENCES() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Column_constraint_bodyContext
 
REFERENCES() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.PermissionContext
 
REFERENCES() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Table_constraint_bodyContext
 
REFERENCES() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
REFERENCES() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Constr_bodyContext
 
REFERENCES() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.PermissionContext
 
REFERENCES() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Table_column_privilegeContext
 
REFERENCES() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_reservedContext
 
REFERENCING - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
REFERENCING - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
REFERENCING() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
REFERENCING() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_trigger_statementContext
 
REFERENCING() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
REFRESH - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
REFRESH - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
REFRESH - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
REFRESH - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
REFRESH() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Create_live_view_stmtContext
 
REFRESH() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.PermissionContext
 
REFRESH() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
REFRESH() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Additional_statementContext
 
REFRESH() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_collation_statementContext
 
REFRESH() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_database_actionContext
 
REFRESH() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_subscription_actionContext
 
REFRESH() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
REFRESH() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
REGENERATE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
REGENERATE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
REGENERATE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_database_encryption_keyContext
 
REGENERATE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_master_key_sql_serverContext
 
REGENERATE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_service_master_keyContext
 
REGENERATE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
REGEX - Static variable in class org.pgcodekeeper.core.parsers.antlr.base.generated.IgnoreListLexer
 
REGEX - Static variable in class org.pgcodekeeper.core.parsers.antlr.base.generated.IgnoreListParser
 
REGEX() - Method in class org.pgcodekeeper.core.parsers.antlr.base.generated.IgnoreListParser.FlagContext
 
REGEXP - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
REGEXP - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
REGEXP() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Host_typeContext
 
REGEXP() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
REINDEX - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
REINDEX - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
REINDEX() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
REINDEX() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Reindex_stmtContext
 
REINDEX() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
reindex_option() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
reindex_option() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Reindex_optionsContext
 
reindex_option(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Reindex_optionsContext
 
Reindex_optionContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Reindex_optionContext
 
reindex_options() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
reindex_options() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Reindex_stmtContext
 
Reindex_optionsContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Reindex_optionsContext
 
reindex_stmt() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Additional_statementContext
 
reindex_stmt() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
Reindex_stmtContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Reindex_stmtContext
 
REJECT - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
REJECT - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
REJECT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.External_table_logContext
 
REJECT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonkeywordContext
 
RELATED_CONVERSATION - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
RELATED_CONVERSATION - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RELATED_CONVERSATION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Begin_conversation_dialogContext
 
RELATED_CONVERSATION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
RELATED_CONVERSATION_GROUP - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
RELATED_CONVERSATION_GROUP - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RELATED_CONVERSATION_GROUP() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Begin_conversation_dialogContext
 
RELATED_CONVERSATION_GROUP() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
RELATIVE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
RELATIVE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RELATIVE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
RELATIVE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RELATIVE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Cursor_statementContext
 
RELATIVE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
RELATIVE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
RELATIVE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Fetch_move_directionContext
 
RELATIVE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
RELEASE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
RELEASE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RELEASE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
RELEASE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Script_transactionContext
 
RELEASE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
RELOAD - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
RELOAD - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RELOAD() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.PermissionContext
 
RELOAD() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.System_stmtContext
 
RELOAD() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
REMAINDER - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
REMAINDER - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
REMAINDER() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Partition_bound_specContext
 
REMAINDER() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonkeywordContext
 
REMOTE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
REMOTE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
REMOTE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
REMOTE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
REMOTE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Source_priviligeContext
 
REMOTE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
REMOTE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_remote_service_bindingContext
 
REMOTE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Class_typeContext
 
REMOTE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_remote_service_bindingContext
 
REMOTE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Drop_statementsContext
 
REMOTE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.From_itemContext
 
REMOTE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.PermissionContext
 
REMOTE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
REMOTE_DATA_ARCHIVE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
REMOTE_DATA_ARCHIVE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
REMOTE_DATA_ARCHIVE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
REMOTE_SERVICE_NAME - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
REMOTE_SERVICE_NAME - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
REMOTE_SERVICE_NAME() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_or_alter_broker_priorityContext
 
REMOTE_SERVICE_NAME() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
REMOVE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
REMOVE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
REMOVE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
REMOVE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
REMOVE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_table_actionContext
 
REMOVE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Modify_column_exprContext
 
REMOVE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
REMOVE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_audit_actionContext
 
REMOVE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_availability_group_optionsContext
 
REMOVE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_certificateContext
 
REMOVE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_external_languageContext
 
REMOVE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Asymmetric_key_optionContext
 
REMOVE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Drop_asymmetric_keyContext
 
REMOVE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Drop_symmetric_keyContext
 
REMOVE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.File_and_filegroup_optionsContext
 
REMOVE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
removeColumnDefaultValue(String) - Method in class org.pgcodekeeper.core.schema.pg.PgView
Removes column default value specification.
removeIntoStatements(Parser) - Static method in class org.pgcodekeeper.core.parsers.antlr.base.AntlrUtils
Removes INTO statements from SQL tokens that aren't part of PL/pgSQL INTO clauses.
removeReadOnly(Path) - Static method in class org.pgcodekeeper.core.utils.FileUtils
Removes read-only attribute from file and deletes it.
RENAME - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
RENAME - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RENAME - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
RENAME - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RENAME() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_table_actionContext
 
RENAME() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.PermissionContext
 
RENAME() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Rename_stmtContext
 
RENAME() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Rename_toContext
 
RENAME() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
RENAME() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_domain_statementContext
 
RENAME() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_materialized_view_actionContext
 
RENAME() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_table_statementContext
 
RENAME() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_type_statementContext
 
RENAME() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_view_actionContext
 
RENAME() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
RENAME() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Partition_gp_actionContext
 
RENAME() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Rename_toContext
 
RENAME() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
rename_stmt() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Ddl_stmtContext
 
rename_stmt() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
Rename_stmtContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Rename_stmtContext
 
rename_to() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_policy_stmtContext
 
rename_to() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_role_stmtContext
 
rename_to() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_user_stmtContext
 
rename_to() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
rename_to() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_aggregate_statementContext
 
rename_to() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_collation_statementContext
 
rename_to() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_conversion_statementContext
 
rename_to() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_database_actionContext
 
rename_to() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_domain_statementContext
 
rename_to() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_event_trigger_actionContext
 
rename_to() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_foreign_data_wrapper_actionContext
 
rename_to() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_fts_statementContext
 
rename_to() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_function_statementContext
 
rename_to() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_group_actionContext
 
rename_to() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_language_statementContext
 
rename_to() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_materialized_view_actionContext
 
rename_to() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_operator_class_statementContext
 
rename_to() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_policy_statementContext
 
rename_to() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_publication_actionContext
 
rename_to() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_rule_statementContext
 
rename_to() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_schema_statementContext
 
rename_to() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_sequence_statementContext
 
rename_to() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_server_actionContext
 
rename_to() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_statistics_statementContext
 
rename_to() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_subscription_actionContext
 
rename_to() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_table_statementContext
 
rename_to() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_tablespace_actionContext
 
rename_to() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_trigger_statementContext
 
rename_to() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_type_statementContext
 
rename_to() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_user_or_role_statementContext
 
rename_to() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_view_actionContext
 
rename_to() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Index_def_actionContext
 
rename_to() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Operator_family_actionContext
 
rename_to() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
rename_to(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_policy_stmtContext
 
rename_to(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_role_stmtContext
 
rename_to(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_user_stmtContext
 
Rename_toContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Rename_toContext
 
Rename_toContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Rename_toContext
 
REORGANIZE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
REORGANIZE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
REORGANIZE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
REORGANIZE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
REORGANIZE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_fulltext_catalogContext
 
REORGANIZE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_index_actionContext
 
REORGANIZE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Queue_actionContext
 
REORGANIZE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
REORGANIZE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_table_statementContext
 
REORGANIZE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonkeywordContext
 
REPEATABLE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
REPEATABLE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
REPEATABLE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
REPEATABLE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
REPEATABLE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Set_specialContext
 
REPEATABLE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
REPEATABLE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
REPEATABLE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.From_primaryContext
 
REPEATABLE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
REPEATABLE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Transaction_modeContext
 
REPEATABLEREAD - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
REPEATABLEREAD - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
REPEATABLEREAD() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
REPEATABLEREAD() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Table_hintContext
 
REPLACE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
REPLACE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
REPLACE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
REPLACE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
REPLACE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
REPLACE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
REPLACE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_table_actionContext
 
REPLACE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Create_dictinary_stmtContext
 
REPLACE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Create_policy_stmtContext
 
REPLACE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Create_role_stmtContext
 
REPLACE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Create_simple_view_stmtContext
 
REPLACE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Create_table_stmtContext
 
REPLACE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Create_user_stmtContext
 
REPLACE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Select_modeContext
 
REPLACE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
REPLACE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.With_optionContext
 
REPLACE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Restore_optionContext
 
REPLACE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
REPLACE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_fts_configurationContext
 
REPLACE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
REPLACE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_aggregate_statementContext
 
REPLACE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_function_statementContext
 
REPLACE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_language_statementContext
 
REPLACE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_rewrite_statementContext
 
REPLACE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_transform_statementContext
 
REPLACE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_trigger_statementContext
 
REPLACE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_view_statementContext
 
REPLACE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
REPLICA - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
REPLICA - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
REPLICA - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
REPLICA - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
REPLICA - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
REPLICA - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
REPLICA() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.PermissionContext
 
REPLICA() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.System_stmtContext
 
REPLICA() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
REPLICA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_availability_group_optionsContext
 
REPLICA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
REPLICA() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_event_trigger_actionContext
 
REPLICA() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
REPLICA() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Table_actionContext
 
REPLICA() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
replica_option() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
replica_option() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Replica_specContext
 
replica_option(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Replica_specContext
 
Replica_optionContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Replica_optionContext
 
replica_spec() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_availability_group_optionsContext
 
replica_spec() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
Replica_specContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Replica_specContext
 
REPLICATED - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
REPLICATED - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
REPLICATED - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
REPLICATED - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
REPLICATED() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.PermissionContext
 
REPLICATED() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.System_stmtContext
 
REPLICATED() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
REPLICATED() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Distributed_clauseContext
 
REPLICATED() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonkeywordContext
 
REPLICATION - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
REPLICATION - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
REPLICATION - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
REPLICATION - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
REPLICATION - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
REPLICATION - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
REPLICATION() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.PermissionContext
 
REPLICATION() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
REPLICATION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_or_alter_procedureContext
 
REPLICATION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Not_for_replicationContext
 
REPLICATION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.PermissionContext
 
REPLICATION() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonkeywordContext
 
REPLICATION() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.User_or_role_common_optionContext
 
reportErrorLocation(int, int) - Method in interface org.pgcodekeeper.core.reporter.IProgressReporter
Reports the location of an error within a SQL statement.
request_max_cpu_time_sec - Variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_workload_groupContext
 
request_max_cpu_time_sec - Variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_workload_groupContext
 
REQUEST_MAX_CPU_TIME_SEC - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
REQUEST_MAX_CPU_TIME_SEC - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
REQUEST_MAX_CPU_TIME_SEC() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_workload_groupContext
 
REQUEST_MAX_CPU_TIME_SEC() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_workload_groupContext
 
REQUEST_MAX_CPU_TIME_SEC() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
REQUEST_MAX_CPU_TIME_SEC(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_workload_groupContext
 
REQUEST_MAX_CPU_TIME_SEC(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_workload_groupContext
 
request_max_memory_grant - Variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_workload_groupContext
 
request_max_memory_grant - Variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_workload_groupContext
 
REQUEST_MAX_MEMORY_GRANT_PERCENT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
REQUEST_MAX_MEMORY_GRANT_PERCENT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
REQUEST_MAX_MEMORY_GRANT_PERCENT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_workload_groupContext
 
REQUEST_MAX_MEMORY_GRANT_PERCENT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_workload_groupContext
 
REQUEST_MAX_MEMORY_GRANT_PERCENT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
REQUEST_MAX_MEMORY_GRANT_PERCENT(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_workload_groupContext
 
REQUEST_MAX_MEMORY_GRANT_PERCENT(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_workload_groupContext
 
request_memory_grant_timeout_sec - Variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_workload_groupContext
 
request_memory_grant_timeout_sec - Variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_workload_groupContext
 
REQUEST_MEMORY_GRANT_TIMEOUT_SEC - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
REQUEST_MEMORY_GRANT_TIMEOUT_SEC - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
REQUEST_MEMORY_GRANT_TIMEOUT_SEC() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_workload_groupContext
 
REQUEST_MEMORY_GRANT_TIMEOUT_SEC() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_workload_groupContext
 
REQUEST_MEMORY_GRANT_TIMEOUT_SEC() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
REQUEST_MEMORY_GRANT_TIMEOUT_SEC(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_workload_groupContext
 
REQUEST_MEMORY_GRANT_TIMEOUT_SEC(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_workload_groupContext
 
REQUIRED - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
REQUIRED - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
REQUIRED() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.EncryptionContext
 
REQUIRED() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
REQUIRED_SYNCHRONIZED_SECONDARIES_TO_COMMIT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
REQUIRED_SYNCHRONIZED_SECONDARIES_TO_COMMIT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
REQUIRED_SYNCHRONIZED_SECONDARIES_TO_COMMIT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Set_option_specContext
 
REQUIRED_SYNCHRONIZED_SECONDARIES_TO_COMMIT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
RESAMPLE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
RESAMPLE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RESAMPLE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
RESAMPLE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Update_statistics_with_optionContext
 
RESERVE_DISK_SPACE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
RESERVE_DISK_SPACE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RESERVE_DISK_SPACE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Audit_file_actionContext
 
RESERVE_DISK_SPACE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
RESERVED_KEYWORD - Enum constant in enum class org.pgcodekeeper.core.sql.Keyword.KeywordCategory
 
RESET - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
RESET - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RESET - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
RESET - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RESET - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
RESET - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RESET() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_table_actionContext
 
RESET() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
RESET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_resource_governorContext
 
RESET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
RESET() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Additional_statementContext
 
RESET() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_function_statementContext
 
RESET() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_tablespace_actionContext
 
RESET() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_view_actionContext
 
RESET() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
RESET() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Column_actionContext
 
RESET() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Index_def_actionContext
 
RESET() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Materialized_view_actionContext
 
RESET() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Set_reset_parameterContext
 
RESET() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Table_actionContext
 
RESET() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
RESET(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_function_statementContext
 
resolve(AbstractDatabase, AbstractDatabase, List<Map.Entry<PgStatement, PgStatement>>, List<Map.Entry<PgStatement, PgStatement>>, Set<PgStatement>, List<DbObject>, ISettings) - Static method in class org.pgcodekeeper.core.model.graph.DepcyResolver
 
RESOURCE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
RESOURCE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RESOURCE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_external_resource_poolContext
 
RESOURCE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_resource_governorContext
 
RESOURCE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Class_typeContext
 
RESOURCE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_external_resource_poolContext
 
RESOURCE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_or_alter_resource_poolContext
 
RESOURCE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Drop_statementsContext
 
RESOURCE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
RESOURCE_MANAGER_LOCATION - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
RESOURCE_MANAGER_LOCATION - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RESOURCE_MANAGER_LOCATION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.External_data_source_optionContext
 
RESOURCE_MANAGER_LOCATION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
RESOURCES - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
RESOURCES - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RESOURCES() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.PermissionContext
 
RESOURCES() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
restart - Variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_sequenceContext
 
RESTART - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
RESTART - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RESTART - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
RESTART - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RESTART - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
RESTART - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RESTART() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.PermissionContext
 
RESTART() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
RESTART() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_availability_group_optionsContext
 
RESTART() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_sequenceContext
 
RESTART() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Backup_optionContext
 
RESTART() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Restore_optionContext
 
RESTART() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
RESTART() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_identityContext
 
RESTART() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_sequence_statementContext
 
RESTART() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
RESTART() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
RESTART() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Truncate_stmtContext
 
RESTART(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_sequenceContext
 
RESTART(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_sequence_statementContext
 
RESTART_WITH - Enum constant in enum class org.pgcodekeeper.core.DangerStatement
 
RESTORE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
RESTORE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RESTORE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Restore_statementContext
 
RESTORE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
restore_database() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
restore_database() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Restore_statementContext
 
Restore_databaseContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Restore_databaseContext
 
restore_log() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
restore_log() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Restore_statementContext
 
Restore_logContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Restore_logContext
 
restore_master_key() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
restore_master_key() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Restore_statementContext
 
Restore_master_keyContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Restore_master_keyContext
 
restore_option() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
restore_option() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Restore_optionsContext
 
restore_option(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Restore_optionsContext
 
Restore_optionContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Restore_optionContext
 
restore_options() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Restore_databaseContext
 
restore_options() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Restore_logContext
 
restore_options() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
restore_options() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Restore_otherContext
 
Restore_optionsContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Restore_optionsContext
 
restore_other() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
restore_other() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Restore_statementContext
 
Restore_otherContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Restore_otherContext
 
restore_service_master_key() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
restore_service_master_key() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Restore_statementContext
 
Restore_service_master_keyContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Restore_service_master_keyContext
 
restore_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
restore_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.St_clauseContext
 
Restore_statementContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Restore_statementContext
 
restore_symmetric_key() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Restore_statementContext
 
restore_symmetric_key() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
Restore_symmetric_keyContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Restore_symmetric_keyContext
 
restr_name - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Operator_optionContext
 
RESTRICT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
RESTRICT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RESTRICT - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
RESTRICT - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RESTRICT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_function_statementContext
 
RESTRICT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
RESTRICT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Cascade_restrictContext
 
RESTRICT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Operator_optionContext
 
RESTRICT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
RESTRICTED - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
RESTRICTED - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RESTRICTED() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Aggregate_paramContext
 
RESTRICTED() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Function_actions_commonContext
 
RESTRICTED() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonkeywordContext
 
RESTRICTED_USER - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
RESTRICTED_USER - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RESTRICTED_USER() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Database_optionspecContext
 
RESTRICTED_USER() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Restore_optionContext
 
RESTRICTED_USER() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
RESTRICTIVE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
RESTRICTIVE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RESTRICTIVE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
RESTRICTIVE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RESTRICTIVE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Policy_actionContext
 
RESTRICTIVE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
RESTRICTIVE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_policy_statementContext
 
RESTRICTIVE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonkeywordContext
 
RESULT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
RESULT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RESULT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Execute_optionContext
 
RESULT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
result_rows - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Function_actions_commonContext
 
result_sets_definition() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
result_sets_definition() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Result_sets_valueContext
 
result_sets_definition(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Result_sets_valueContext
 
Result_sets_definitionContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Result_sets_definitionContext
 
result_sets_value() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Execute_optionContext
 
result_sets_value() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
Result_sets_valueContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Result_sets_valueContext
 
ResultSetCallable - Class in org.pgcodekeeper.core.loader.callables
Executable callable for running SQL queries that return result sets.
ResultSetCallable(PreparedStatement) - Constructor for class org.pgcodekeeper.core.loader.callables.ResultSetCallable
Creates a new result set callable with a prepared statement.
ResultSetCallable(Statement, String) - Constructor for class org.pgcodekeeper.core.loader.callables.ResultSetCallable
Creates a new result set callable with a statement and SQL script.
RESUME - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
RESUME - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RESUME() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_fulltext_index_optionContext
 
RESUME() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_index_actionContext
 
RESUME() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Database_optionspecContext
 
RESUME() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Partner_optionContext
 
RESUME() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
resume_option() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_index_actionContext
 
resume_option() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
resume_option(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_index_actionContext
 
Resume_optionContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Resume_optionContext
 
ret - Variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Func_bodyContext
 
ret_table - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_function_statementContext
 
RETAINDAYS - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
RETAINDAYS - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RETAINDAYS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Backup_optionContext
 
RETAINDAYS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
RETENTION - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
RETENTION - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RETENTION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Queue_settingsContext
 
RETENTION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
RETENTION_PERIOD - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
RETENTION_PERIOD - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RETENTION_PERIOD() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Data_deletion_optContext
 
RETENTION_PERIOD() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
rettype_data - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_function_statementContext
 
RETURN - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
RETURN - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RETURN - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
RETURN - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RETURN() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Func_bodyContext
 
RETURN() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Return_statementContext
 
RETURN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
RETURN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Function_returnContext
 
RETURN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Return_stmtContext
 
RETURN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
return_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Cfl_statementContext
 
return_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
Return_statementContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Return_statementContext
 
return_status - Variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Execute_moduleContext
 
return_stmt() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Control_statementContext
 
return_stmt() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
Return_stmtContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Return_stmtContext
 
RETURNING - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
RETURNING - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RETURNING() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Delete_stmt_for_psqlContext
 
RETURNING() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Insert_stmt_for_psqlContext
 
RETURNING() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Json_return_clauseContext
 
RETURNING() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Merge_stmt_for_psqlContext
 
RETURNING() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_reservedContext
 
RETURNING() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Update_stmt_for_psqlContext
 
RETURNS - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
RETURNS - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RETURNS - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
RETURNS - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RETURNS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_aggregateContext
 
RETURNS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_or_alter_functionContext
 
RETURNS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Function_optionContext
 
RETURNS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
RETURNS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
RETURNS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_function_statementContext
 
RETURNS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Function_actions_commonContext
 
RETURNS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
reverse(DepcyGraph, PgStatement) - Static method in class org.pgcodekeeper.core.model.graph.GraphUtils
Gets all statements that depend on the given statement (reverse dependencies).
REVERSE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
REVERSE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
REVERSE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Loop_startContext
 
REVERSE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonkeywordContext
 
REVERT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
REVERT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
REVERT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Execute_clause_userContext
 
REVERT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Security_statementContext
 
REVOKE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
REVOKE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
REVOKE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
REVOKE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
REVOKE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
REVOKE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
REVOKE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Privilegy_stmtContext
 
REVOKE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
REVOKE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Rule_commonContext
 
REVOKE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Abbreviated_grant_or_revokeContext
 
REVOKE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
REVOKE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Other_rulesContext
 
REVOKE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Rule_commonContext
 
REVOKE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
revoke_from_cascade_restrict() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Abbreviated_grant_or_revokeContext
 
revoke_from_cascade_restrict() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
Revoke_from_cascade_restrictContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Revoke_from_cascade_restrictContext
 
REWIND - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
REWIND - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
REWIND() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Backup_optionContext
 
REWIND() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Restore_optionContext
 
REWIND() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
REWINDONLY - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
REWINDONLY - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
REWINDONLY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Restore_otherContext
 
REWINDONLY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
rewrite_command() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_rewrite_statementContext
 
rewrite_command() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
rewrite_command(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_rewrite_statementContext
 
Rewrite_commandContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Rewrite_commandContext
 
rewrite_rule_name - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Table_actionContext
 
RIGHT - Enum constant in enum class org.pgcodekeeper.core.model.difftree.TreeElement.DiffSide
 
RIGHT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
RIGHT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RIGHT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
RIGHT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RIGHT - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
RIGHT - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RIGHT() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Join_opContext
 
RIGHT() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_reservedContext
 
RIGHT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_partition_functionContext
 
RIGHT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.From_itemContext
 
RIGHT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Scalar_function_nameContext
 
RIGHT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
RIGHT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.From_itemContext
 
RIGHT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_reserved_except_function_typeContext
 
RIGHT_BRACKET - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
RIGHT_BRACKET - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RIGHT_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Array_elementsContext
 
RIGHT_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Array_typeContext
 
RIGHT_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.IndirectionContext
 
RIGHT_CURLY_BRACE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.PrivilegesLexer
 
RIGHT_CURLY_BRACE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.PrivilegesParser
 
RIGHT_CURLY_BRACE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.PrivilegesParser.PrivilegesContext
 
RIGHT_FIGURE_PAREN - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
RIGHT_FIGURE_PAREN - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RIGHT_FIGURE_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Al_pattern_quantifierContext
 
RIGHT_FIGURE_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Date_expressionContext
 
RIGHT_PAREN - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
RIGHT_PAREN - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RIGHT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Add_operator_to_familyContext
 
RIGHT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Additional_statementContext
 
RIGHT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Aggregate_function_argsContext
 
RIGHT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alias_clauseContext
 
RIGHT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.All_op_refContext
 
RIGHT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_operator_actionContext
 
RIGHT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_partition_gp_nameContext
 
RIGHT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_subscription_actionContext
 
RIGHT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_table_statementContext
 
RIGHT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_type_statementContext
 
RIGHT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Cast_specificationContext
 
RIGHT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Cluster_stmtContext
 
RIGHT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Column_actionContext
 
RIGHT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Comment_member_objectContext
 
RIGHT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Comparison_modContext
 
RIGHT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Constr_bodyContext
 
RIGHT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Copy_from_statementContext
 
RIGHT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Copy_to_statementContext
 
RIGHT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_aggregate_statementContext
 
RIGHT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_cast_statementContext
 
RIGHT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_collation_statementContext
 
RIGHT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_fts_configuration_statementContext
 
RIGHT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_fts_dictionary_statementContext
 
RIGHT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_fts_parser_statementContext
 
RIGHT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_fts_template_statementContext
 
RIGHT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_operator_class_optionContext
 
RIGHT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_operator_statementContext
 
RIGHT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_rewrite_statementContext
 
RIGHT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_statistics_statementContext
 
RIGHT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_table_external_statementContext
 
RIGHT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_transform_statementContext
 
RIGHT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_type_statementContext
 
RIGHT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Cursor_statementContext
 
RIGHT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Datetime_overlapsContext
 
RIGHT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Define_columnsContext
 
RIGHT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Define_foreign_optionsContext
 
RIGHT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Distributed_clauseContext
 
RIGHT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Domain_constraintContext
 
RIGHT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Drop_cast_statementContext
 
RIGHT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Drop_database_statementContext
 
RIGHT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Drop_operator_from_familyContext
 
RIGHT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Encoding_identifierContext
 
RIGHT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Event_trigger_filter_variablesContext
 
RIGHT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Execute_statementContext
 
RIGHT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Explain_statementContext
 
RIGHT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Extension_member_objectContext
 
RIGHT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.External_table_formatContext
 
RIGHT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.External_table_locationContext
 
RIGHT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Extract_functionContext
 
RIGHT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Filter_clauseContext
 
RIGHT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.From_function_column_defContext
 
RIGHT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.From_itemContext
 
RIGHT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.From_primaryContext
 
RIGHT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.From_rows_with_aliasContext
 
RIGHT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Function_argsContext
 
RIGHT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Function_callContext
 
RIGHT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Function_constructContext
 
RIGHT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Function_ret_tableContext
 
RIGHT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Grouping_elementContext
 
RIGHT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Identifier_list_in_parenContext
 
RIGHT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Identity_bodyContext
 
RIGHT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Including_indexContext
 
RIGHT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Index_columnsContext
 
RIGHT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Insert_columnsContext
 
RIGHT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Into_partition_gp_clauseContext
 
RIGHT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Json_columnsContext
 
RIGHT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Json_functionContext
 
RIGHT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.List_of_type_column_defContext
 
RIGHT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Loop_startContext
 
RIGHT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Merge_support_functionContext
 
RIGHT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Merge_updateContext
 
RIGHT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Names_in_parensContext
 
RIGHT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.OpContext
 
RIGHT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Operator_argsContext
 
RIGHT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Partition_bound_partContext
 
RIGHT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Partition_bound_specContext
 
RIGHT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Partition_every_clauseContext
 
RIGHT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Partition_gp_actionContext
 
RIGHT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Partition_gpContext
 
RIGHT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Partition_methodContext
 
RIGHT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Partition_type_colContext
 
RIGHT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Partition_valContext
 
RIGHT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Partition_valuesContext
 
RIGHT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Perform_stmtContext
 
RIGHT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Precision_paramContext
 
RIGHT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Predefined_typeContext
 
RIGHT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Publication_table_onlyContext
 
RIGHT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Reindex_optionsContext
 
RIGHT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Select_ops_no_parensContext
 
RIGHT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Select_opsContext
 
RIGHT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Select_primaryContext
 
RIGHT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Storage_parametersContext
 
RIGHT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.String_value_functionContext
 
RIGHT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Sub_part_elementsContext
 
RIGHT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Sub_partContext
 
RIGHT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Table_colsContext
 
RIGHT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Table_subqueryContext
 
RIGHT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Type_declarationContext
 
RIGHT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Type_lengthContext
 
RIGHT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Update_setContext
 
RIGHT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.User_or_role_or_group_common_optionContext
 
RIGHT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Vacuum_modeContext
 
RIGHT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Value_expression_primaryContext
 
RIGHT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Values_valuesContext
 
RIGHT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Vex_bContext
 
RIGHT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.VexContext
 
RIGHT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.View_columnsContext
 
RIGHT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.When_triggerContext
 
RIGHT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Window_definitionContext
 
RIGHT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.With_queryContext
 
RIGHT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Xml_functionContext
 
RIGHT_PAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Zone_valueContext
 
RIGHT_PAREN(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_partition_gp_nameContext
 
RIGHT_PAREN(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Copy_to_statementContext
 
RIGHT_PAREN(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Datetime_overlapsContext
 
RIGHT_PAREN(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.From_rows_with_aliasContext
 
RIGHT_PAREN(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Function_callContext
 
RIGHT_PAREN(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Merge_updateContext
 
RIGHT_PAREN(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Update_setContext
 
RIGHT_PAREN(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.With_queryContext
 
RIGHT_PAREN(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Xml_functionContext
 
right_type - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Operator_argsContext
 
RIGHTARG - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
RIGHTARG - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RIGHTARG() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_operator_optionContext
 
RIGHTARG() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonkeywordContext
 
rightParen() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.rulectx.ChSelectOps
Returns the right parenthesis terminal node if present.
rightParen() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.rulectx.MsSelectOps
Returns the right parenthesis terminal node if present.
rightParen() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.rulectx.SelectOps
Returns the right parenthesis terminal node if present.
rightParen() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.rulectx.Vex
 
RING - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
RING - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RING() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Data_typeContext
 
RING() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
ROBUST - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
ROBUST - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
ROBUST() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.OptionContext
 
ROBUST() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
role - Variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_user_stmtContext
 
role - Variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Create_user_stmtContext
 
ROLE - Enum constant in enum class org.pgcodekeeper.core.model.difftree.DbObjType
 
ROLE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
ROLE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
ROLE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
ROLE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
ROLE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
ROLE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
ROLE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_role_stmtContext
 
ROLE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_user_stmtContext
 
ROLE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Create_role_stmtContext
 
ROLE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Create_user_stmtContext
 
ROLE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Drop_elementContext
 
ROLE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Move_stmtContext
 
ROLE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Object_typeContext
 
ROLE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.PermissionContext
 
ROLE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Show_stmtContext
 
ROLE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
ROLE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_application_roleContext
 
ROLE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_db_roleContext
 
ROLE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_server_roleContext
 
ROLE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Class_typeContext
 
ROLE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_application_roleContext
 
ROLE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_db_roleContext
 
ROLE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_server_roleContext
 
ROLE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Database_mirroringContext
 
ROLE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Drop_statementsContext
 
ROLE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.PermissionContext
 
ROLE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Set_option_specContext
 
ROLE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
ROLE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_default_privileges_statementContext
 
ROLE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_user_or_role_statementContext
 
ROLE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
ROLE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Comment_member_objectContext
 
ROLE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_user_or_role_statementContext
 
ROLE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Drop_statementsContext
 
ROLE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Label_member_objectContext
 
ROLE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Session_local_optionContext
 
ROLE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
ROLE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.User_or_role_or_group_option_for_createContext
 
role_name - Variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_db_roleContext
 
role_name - Variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_db_roleContext
 
role_name_with_group() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Granted_byContext
 
role_name_with_group() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
role_name_with_group() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Roles_namesContext
 
role_name_with_group(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Roles_namesContext
 
Role_name_with_groupContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Role_name_with_groupContext
 
role_param - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Session_local_optionContext
 
roles - Variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.UsersContext
 
ROLES - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
ROLES - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
ROLES() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.PermissionContext
 
ROLES() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Show_stmtContext
 
ROLES() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
roles_names() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Grant_to_ruleContext
 
roles_names() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Other_rulesContext
 
roles_names() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Revoke_from_cascade_restrictContext
 
roles_names() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
roles_names() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Rule_commonContext
 
Roles_namesContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Roles_namesContext
 
ROLLBACK - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
ROLLBACK - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
ROLLBACK - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
ROLLBACK - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
ROLLBACK - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
ROLLBACK - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
ROLLBACK() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
ROLLBACK() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Transaction_stmtContext
 
ROLLBACK() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.TerminationContext
 
ROLLBACK() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Transaction_statementContext
 
ROLLBACK() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
ROLLBACK() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Script_transactionContext
 
ROLLBACK() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
ROLLBACK() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Transaction_statementContext
 
ROLLUP - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
ROLLUP - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
ROLLUP - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
ROLLUP - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
ROLLUP - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
ROLLUP - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
ROLLUP() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Grouping_elementContext
 
ROLLUP() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Select_primaryContext
 
ROLLUP() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
ROLLUP() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Group_by_clauseContext
 
ROLLUP() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
ROLLUP() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
ROLLUP() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Grouping_elementContext
 
ROLLUP() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
ROOT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
ROOT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
ROOT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.For_clauseContext
 
ROOT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
ROOT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Xml_common_directivesContext
 
ROOT(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.For_clauseContext
 
ROUTE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
ROUTE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
ROUTE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_routeContext
 
ROUTE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Class_typeContext
 
ROUTE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_routeContext
 
ROUTE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Drop_statementsContext
 
ROUTE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.PermissionContext
 
ROUTE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
route_name - Variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_routeContext
 
route_service_name - Variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_routeContext
 
ROUTINE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
ROUTINE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
ROUTINE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
ROUTINE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Comment_member_objectContext
 
ROUTINE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Extension_member_objectContext
 
ROUTINE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Label_member_objectContext
 
ROUTINE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Owner_member_objectContext
 
ROUTINE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Rule_member_objectContext
 
ROUTINE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
ROUTINES - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
ROUTINES - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
ROUTINES() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
ROUTINES() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Rule_member_objectContext
 
ROUTINES() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
ROW - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
ROW - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
ROW - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
ROW - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
ROW - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
ROW - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
ROW() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_policy_stmtContext
 
ROW() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Create_policy_stmtContext
 
ROW() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Drop_elementContext
 
ROW() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Move_stmtContext
 
ROW() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Object_typeContext
 
ROW() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.PermissionContext
 
ROW() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Show_stmtContext
 
ROW() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
ROW() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Win_frame_boundContext
 
ROW() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Column_optionContext
 
ROW() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Order_by_clauseContext
 
ROW() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
ROW() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Window_frame_precedingContext
 
ROW() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.After_opsContext
 
ROW() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
ROW() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_trigger_statementContext
 
ROW() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Frame_boundContext
 
ROW() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Frame_clauseContext
 
ROW() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Function_constructContext
 
ROW() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Lock_modeContext
 
ROW() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Table_actionContext
 
ROW() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreserved_except_function_typeContext
 
ROW() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Update_setContext
 
ROW(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Order_by_clauseContext
 
ROW_END - Enum constant in enum class org.pgcodekeeper.core.schema.ms.GeneratedType
 
row_or_range_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Over_clauseContext
 
row_or_range_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
row_or_range_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Window_specificationContext
 
Row_or_range_clauseContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Row_or_range_clauseContext
 
ROW_START - Enum constant in enum class org.pgcodekeeper.core.schema.ms.GeneratedType
 
ROWCOUNT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
ROWCOUNT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
ROWCOUNT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Set_specialContext
 
RowData - Class in org.pgcodekeeper.core.model.graph
Stores database row data for INSERT script generation.
RowData(String, RowData, Map<String, String>, List<String>, Collection<String>) - Constructor for class org.pgcodekeeper.core.model.graph.RowData
Creates a new row data instance.
ROWGUID - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
ROWGUID - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
ROWGUID() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Select_list_elemContext
 
ROWGUID() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
ROWGUIDCOL - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
ROWGUIDCOL - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
ROWGUIDCOL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_column_optionContext
 
ROWGUIDCOL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Column_optionContext
 
ROWLOCK - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
ROWLOCK - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
ROWLOCK() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
ROWLOCK() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Table_hintContext
 
ROWS - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
ROWS - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
ROWS - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
ROWS - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
ROWS - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
ROWS - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
ROWS() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
ROWS() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Window_exprContext
 
ROWS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Order_by_clauseContext
 
ROWS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Row_or_range_clauseContext
 
ROWS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
ROWS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Update_statistics_with_optionContext
 
ROWS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.After_opsContext
 
ROWS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
ROWS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.External_table_logContext
 
ROWS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Frame_clauseContext
 
ROWS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.From_rows_with_aliasContext
 
ROWS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Function_actions_commonContext
 
ROWS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.On_commitContext
 
ROWS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
ROWS(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Order_by_clauseContext
 
rowset_function() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.From_primaryContext
 
rowset_function() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
rowset_function_limited() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Delete_statementContext
 
rowset_function_limited() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Insert_statementContext
 
rowset_function_limited() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
rowset_function_limited() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Update_statementContext
 
Rowset_function_limitedContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Rowset_function_limitedContext
 
Rowset_functionContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Rowset_functionContext
 
ROWTYPE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
ROWTYPE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
ROWTYPE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Data_type_decContext
 
ROWTYPE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonkeywordContext
 
RPAREN - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
RPAREN - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RPAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_table_actionsContext
 
RPAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Blank_parenContext
 
RPAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Codec_arg_exprContext
 
RPAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Codec_exprContext
 
RPAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Columns_clauseContext
 
RPAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Create_dictinary_stmtContext
 
RPAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Data_typeContext
 
RPAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Dictionary_optionContext
 
RPAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Engine_exprContext
 
RPAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Expr_primaryContext
 
RPAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.From_itemContext
 
RPAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.From_primaryContext
 
RPAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Function_argumentsContext
 
RPAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Function_callContext
 
RPAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Grouping_elementContext
 
RPAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Layout_exprContext
 
RPAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Optimize_by_exprContext
 
RPAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Over_columnContext
 
RPAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.PrecisionContext
 
RPAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Select_modeContext
 
RPAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Select_opsContext
 
RPAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Table_body_exprContext
 
RPAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Table_column_defContext
 
RPAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Table_column_privilegesContext
 
RPAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Table_exprContext
 
RPAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Table_function_exprContext
 
RPAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Table_override_clauseContext
 
RPAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Table_projection_defContext
 
RPAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Table_schema_clauseContext
 
RPAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Values_valuesContext
 
RPAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Window_exprContext
 
RPAREN() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.With_queryContext
 
RPAREN(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Columns_clauseContext
 
RPAREN(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Dictionary_optionContext
 
RPAREN(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Function_callContext
 
RPAREN(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Optimize_by_exprContext
 
RPAREN(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Table_column_defContext
 
RR_BRACKET - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
RR_BRACKET - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Add_alter_drop_predicateContext
 
RR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Add_drop_event_targetContext
 
RR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Add_drop_eventContext
 
RR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Add_drop_propertyContext
 
RR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Add_listener_optionContext
 
RR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_audit_actionContext
 
RR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_availability_group_optionsContext
 
RR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_certificateContext
 
RR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_column_encryption_keyContext
 
RR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_column_optionContext
 
RR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_endpointContext
 
RR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_external_data_sourceContext
 
RR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_external_resource_poolContext
 
RR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_index_actionContext
 
RR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_partition_functionContext
 
RR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_resource_governorContext
 
RR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_security_policyContext
 
RR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_server_audit_specificationContext
 
RR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_server_configurationContext
 
RR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_table_actionContext
 
RR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_workload_groupContext
 
RR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Arbitrary_length_patternContext
 
RR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Asymmetric_key_optionContext
 
RR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Audit_toContext
 
RR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Availability_group_specContext
 
RR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Backup_certificateContext
 
RR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Backup_optionContext
 
RR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Begin_conversation_timerContext
 
RR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Catalog_filegroup_optionContext
 
RR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Change_tableContext
 
RR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Column_alias_listContext
 
RR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Column_constraint_bodyContext
 
RR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Column_optionContext
 
RR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Common_table_expressionContext
 
RR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Constant_expressionContext
 
RR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_aggregateContext
 
RR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_column_encryption_keyContext
 
RR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_column_master_keyContext
 
RR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_contractContext
 
RR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_database_optionContext
 
RR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_endpointContext
 
RR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_external_data_sourceContext
 
RR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_external_file_formatContext
 
RR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_external_resource_poolContext
 
RR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_or_alter_broker_priorityContext
 
RR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_or_alter_event_session_withContext
 
RR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_or_alter_functionContext
 
RR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_or_alter_procedureContext
 
RR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_or_alter_resource_poolContext
 
RR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_partition_functionContext
 
RR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_partition_schemeContext
 
RR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_security_policyContext
 
RR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_selective_indexContext
 
RR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_server_audit_specificationContext
 
RR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_server_auditContext
 
RR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_serviceContext
 
RR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_spatial_indexContext
 
RR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_tableContext
 
RR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_workload_groupContext
 
RR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_xml_indexContext
 
RR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Data_type_sizeContext
 
RR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Database_filestream_optionContext
 
RR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Database_mirroringContext
 
RR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Dbcc_clauseContext
 
RR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Declare_statementContext
 
RR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Derived_tableContext
 
RR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Edge_patternContext
 
RR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Encrypted_optContext
 
RR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Event_session_predicate_expressionContext
 
RR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Event_session_predicate_factorContext
 
RR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Event_session_predicate_leafContext
 
RR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Execute_stringContext
 
RR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Existing_keysContext
 
RR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.ExpressionContext
 
RR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.External_table_as_select_defContext
 
RR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.External_table_defContext
 
RR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.External_table_optionsContext
 
RR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.File_format_optionsContext
 
RR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.File_spec_alterContext
 
RR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.File_specContext
 
RR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.For_clauseContext
 
RR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.From_itemContext
 
RR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Fulltext_index_columnsContext
 
RR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Fulltext_index_optionsContext
 
RR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Func_returnContext
 
RR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Function_callContext
 
RR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Group_by_clauseContext
 
RR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Group_by_itemContext
 
RR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Grouping_sets_itemContext
 
RR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Identity_valueContext
 
RR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Index_option_valueContext
 
RR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Index_optionsContext
 
RR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Index_sortContext
 
RR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Insert_statementContext
 
RR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Insert_with_table_hintsContext
 
RR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Lang_file_specContext
 
RR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Last_nodeContext
 
RR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Ledger_optionContext
 
RR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Library_file_specContext
 
RR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Library_languageContext
 
RR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Low_priority_lock_waitContext
 
RR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Match_specificationContext
 
RR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Merge_statementContext
 
RR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Migration_optionContext
 
RR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Name_list_in_bracketsContext
 
RR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Object_expressionContext
 
RR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.On_partition_clauseContext
 
RR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Open_jsonContext
 
RR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Open_xmlContext
 
RR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.OpendatasourceContext
 
RR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.OpenqueryContext
 
RR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Option_clauseContext
 
RR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.OptionContext
 
RR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Over_clauseContext
 
RR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Period_for_system_timeContext
 
RR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.PredicateContext
 
RR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Primary_key_valuesContext
 
RR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Primary_role_optionContext
 
RR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Queue_actionContext
 
RR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Queue_settingsContext
 
RR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Raiseerror_statementContext
 
RR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Replica_optionContext
 
RR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Replica_specContext
 
RR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Restore_optionContext
 
RR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Result_sets_definitionContext
 
RR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Result_sets_valueContext
 
RR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Rowset_functionContext
 
RR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Select_opsContext
 
RR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Send_conversationContext
 
RR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Service_brokerContext
 
RR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Set_parameterContext
 
RR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Spatial_index_optionContext
 
RR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Table_constraint_bodyContext
 
RR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Table_hintContext
 
RR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Table_optionsContext
 
RR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Table_value_constructorContext
 
RR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Tcp_optionsContext
 
RR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Top_countContext
 
RR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Transaction_statementContext
 
RR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Truncate_tableContext
 
RR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.TsqlContext
 
RR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Type_definitionContext
 
RR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Update_elemContext
 
RR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Update_statementContext
 
RR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Update_statisticsContext
 
RR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Waitfor_conversationContext
 
RR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Waitfor_receiveContext
 
RR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Window_specificationContext
 
RR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.With_table_hintsContext
 
RR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Xml_common_directivesContext
 
RR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Xml_index_usingContext
 
RR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Xml_namespace_expressionContext
 
RR_BRACKET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Xml_type_definitionContext
 
RR_BRACKET(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Add_drop_eventContext
 
RR_BRACKET(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Add_listener_optionContext
 
RR_BRACKET(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_partition_functionContext
 
RR_BRACKET(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_security_policyContext
 
RR_BRACKET(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_server_audit_specificationContext
 
RR_BRACKET(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_column_encryption_keyContext
 
RR_BRACKET(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_column_master_keyContext
 
RR_BRACKET(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_or_alter_resource_poolContext
 
RR_BRACKET(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_partition_functionContext
 
RR_BRACKET(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_security_policyContext
 
RR_BRACKET(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_selective_indexContext
 
RR_BRACKET(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_server_audit_specificationContext
 
RR_BRACKET(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_spatial_indexContext
 
RR_BRACKET(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_tableContext
 
RR_BRACKET(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Event_session_predicate_expressionContext
 
RR_BRACKET(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.For_clauseContext
 
RR_BRACKET(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.From_itemContext
 
RR_BRACKET(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Function_callContext
 
RR_BRACKET(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Open_jsonContext
 
RR_BRACKET(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Open_xmlContext
 
RR_BRACKET(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.PredicateContext
 
RR_BRACKET(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Primary_key_valuesContext
 
RR_BRACKET(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Queue_settingsContext
 
RR_BRACKET(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Table_hintContext
 
RR_BRACKET(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Table_value_constructorContext
 
RR_BRACKET(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Truncate_tableContext
 
RR_BRACKET(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Type_definitionContext
 
RSA_1024 - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
RSA_1024 - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RSA_1024() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_asymmetric_keyContext
 
RSA_1024() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
RSA_2048 - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
RSA_2048 - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RSA_2048() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_asymmetric_keyContext
 
RSA_2048() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
RSA_3072 - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
RSA_3072 - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RSA_3072() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_asymmetric_keyContext
 
RSA_3072() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
RSA_4096 - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
RSA_4096 - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RSA_4096() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_asymmetric_keyContext
 
RSA_4096() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
RSA_512 - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
RSA_512 - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RSA_512() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_asymmetric_keyContext
 
RSA_512() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
RULE - Enum constant in enum class org.pgcodekeeper.core.model.difftree.DbObjType
 
RULE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
RULE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
RULE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_ruleContext
 
RULE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Drop_statementsContext
 
RULE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.PermissionContext
 
RULE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_rule_statementContext
 
RULE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
RULE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Comment_member_objectContext
 
RULE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_rewrite_statementContext
 
RULE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Drop_rule_statementContext
 
RULE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Table_actionContext
 
RULE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
RULE_abbreviated_grant_or_revoke - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_action - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_add_alter_drop_predicate - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_add_drop_event - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_add_drop_event_target - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_add_drop_property - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_add_listener_option - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_add_operator_to_family - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_add_signature - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_additional_statement - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_admin_option - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_after_ops - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_agg_order - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_aggregate_function_args - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_aggregate_param - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_al_pattern_quantifier - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_algorithm - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_alias_clause - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RULE_alias_clause - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_alias_expr - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RULE_all_distinct_expression - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_all_op - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_all_op_ref - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_all_simple_op - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_alter_aggregate_statement - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_alter_app_role_option - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_alter_application_role - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_alter_assembly - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_alter_asymmetric_key - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_alter_audit_action - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_alter_authorization - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_alter_availability_group - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_alter_availability_group_options - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_alter_certificate - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_alter_collation_statement - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_alter_column_encryption_key - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_alter_column_option - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_alter_conversion_statement - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_alter_credential - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_alter_cryptographic_provider - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_alter_database - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_alter_database_action - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_alter_database_encryption_key - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_alter_database_option - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_alter_database_scoped_credential - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_alter_database_statement - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_alter_db_role - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_alter_default_privileges_statement - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_alter_domain_statement - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_alter_endpoint - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_alter_event_trigger_action - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_alter_event_trigger_statement - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_alter_extension_action - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_alter_extension_statement - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_alter_external_data_source - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_alter_external_language - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_alter_external_library - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_alter_external_resource_pool - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_alter_foreign_data_wrapper - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_alter_foreign_data_wrapper_action - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_alter_fts_configuration - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_alter_fts_statement - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_alter_fulltext_catalog - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_alter_fulltext_index - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_alter_fulltext_index_option - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_alter_fulltext_stoplist - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_alter_function_statement - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_alter_group_action - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_alter_group_statement - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_alter_identity - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_alter_index - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_alter_index_action - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_alter_index_statement - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_alter_language_statement - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_alter_login_sql_server - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_alter_master_key_sql_server - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_alter_materialized_view_action - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_alter_materialized_view_statement - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_alter_message_type - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_alter_named_collection_stmt - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RULE_alter_operator_action - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_alter_operator_class_statement - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_alter_operator_family_statement - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_alter_operator_statement - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_alter_owner_statement - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_alter_partition - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_alter_partition_function - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_alter_partition_gp - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_alter_partition_gp_element - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_alter_partition_gp_name - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_alter_partition_scheme - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_alter_policy_statement - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_alter_policy_stmt - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RULE_alter_publication_action - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_alter_publication_statement - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_alter_queue - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_alter_remote_service_binding - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_alter_resource_governor - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_alter_role_stmt - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RULE_alter_route - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_alter_rule_statement - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_alter_schema_sql - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_alter_schema_statement - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_alter_search_property_list - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_alter_security_policy - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_alter_sequence - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_alter_sequence_statement - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_alter_server_action - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_alter_server_audit - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_alter_server_audit_specification - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_alter_server_configuration - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_alter_server_role - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_alter_server_statement - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_alter_service - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_alter_service_master_key - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_alter_statistic - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RULE_alter_statistics_statement - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_alter_stmt - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RULE_alter_subscription_action - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_alter_subscription_statement - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_alter_symmetric_key - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_alter_table - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_alter_table_action - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RULE_alter_table_action - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_alter_table_actions - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RULE_alter_table_add_action - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RULE_alter_table_clear_action - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RULE_alter_table_drop_action - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RULE_alter_table_mat_action - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RULE_alter_table_modify_action - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RULE_alter_table_set_action - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_alter_table_statement - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_alter_table_stmt - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RULE_alter_tablespace_action - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_alter_tablespace_statement - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_alter_trigger_statement - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_alter_type_statement - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_alter_user - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_alter_user_mapping_statement - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_alter_user_or_role_set_reset - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_alter_user_or_role_statement - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_alter_user_stmt - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RULE_alter_view_action - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_alter_view_statement - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_alter_workload_group - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_alter_xml_schema_collection - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_analyze_keyword - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_analyze_mode - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_anonymous_block - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_another_statement - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_arbitrary_length_pattern - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_arg_expr - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RULE_arg_list - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RULE_arg_mode - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_argmode - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_arguments_list - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_array_elements - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_array_expression - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_array_join_clause - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RULE_array_type - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_as_table_alias - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_asc_desc - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_assembly_option - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_assembly_permission - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_assembly_specifier - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_assign_stmt - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_assignment_operator - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_asymmetric_key_option - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_asymmetric_key_password_change_option - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_attach_stmt - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RULE_attach_table_stmt - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RULE_attr_def_option - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RULE_attribute - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_audit_file_action - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_audit_option - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_audit_to - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_audit_where - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_auth_params - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RULE_authentication - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_automatic_manual - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_availability_group_spec - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_availability_group_spec_option - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_backup_certificate - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_backup_database - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_backup_device - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_backup_devices - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_backup_log - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_backup_master_key - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_backup_option - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_backup_service_master_key - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_backup_statement - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_backup_symmetric_key - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_bare_col_label - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_bare_label_keyword - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_base_algorithm - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_base_statement - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_batch - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_batch_statement - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_batch_statement_body - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_begin_conversation_dialog - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_begin_conversation_timer - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_black - Static variable in class org.pgcodekeeper.core.parsers.antlr.base.generated.IgnoreListParser
 
RULE_blank_paren - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RULE_block_dml_operation - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_block_statement - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_boolean_value - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_break_statement - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_bulk_option - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_cascade_restrict - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_case_expression - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_case_expression - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_case_statement - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_cast_name - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_cast_specification - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_catalog_filegroup_option - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_cfl_statement - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_ch_file - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RULE_change_table - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_change_tracking_option - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_change_tracking_option_list - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_changed_action - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_check_stmt - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RULE_class_type - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_close_key - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_cluster_clause - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RULE_cluster_option - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_cluster_stmt - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_clustered - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_codec_arg_expr - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RULE_codec_expr - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RULE_col_label - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_collate_identifier - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_collation_option - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_column_action - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_column_alias - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_column_alias_list - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_column_constraint_body - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_column_declaration - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_column_def - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_column_definition - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_column_name_list_with_order - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_column_operator_class - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_column_option - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_column_reference_storage_directive - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_column_reference_storage_directives - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_column_set_def - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_column_with_order - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_columns_clause - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RULE_columns_permissions - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RULE_columns_permissions - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_columns_permissions - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_columnstore_index - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_comment_expr - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RULE_comment_member_object - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_comment_on_statement - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
rule_common() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
rule_common() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Security_statementContext
 
rule_common() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
rule_common() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Schema_createContext
 
RULE_common_table_expression - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_common_table_query_expr - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
Rule_commonContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Rule_commonContext
 
Rule_commonContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Rule_commonContext
 
RULE_comp_options - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_comparison_mod - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_comparison_operator - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_compileUnit - Static variable in class org.pgcodekeeper.core.parsers.antlr.base.generated.IgnoreListParser
 
RULE_compression_identifier - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_conflict_action - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_conflict_object - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_constant - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_constant_expression - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_constant_LOCAL_ID - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_constr_body - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_constraint_common - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_continue_statement - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_control_statement - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_conversation_statement - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_copy_from_statement - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_copy_option - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_copy_option_list - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_copy_statement - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_copy_to_statement - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_create_access_method_statement - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_create_aggregate - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_create_aggregate_statement - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_create_app_role_option - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_create_application_role - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_create_assembly - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_create_asymmetric_key - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_create_cast_statement - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_create_certificate - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_create_collation_statement - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_create_column_encryption_key - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_create_column_master_key - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_create_contract - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_create_conversion_statement - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_create_credential - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_create_cryptographic_provider - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_create_database - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_create_database_encryption_key - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_create_database_option - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_create_database_option - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_create_database_scoped_credential - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_create_database_statement - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_create_database_stmt - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RULE_create_db_role - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_create_default - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_create_dictinary_stmt - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RULE_create_domain_statement - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_create_endpoint - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_create_event_notification - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_create_event_trigger_statement - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_create_extension_statement - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_create_external_data_source - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_create_external_file_format - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_create_external_language - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_create_external_library - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_create_external_resource_pool - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_create_external_table - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_create_foreign_data_wrapper_statement - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_create_foreign_table_statement - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_create_fts_configuration_statement - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_create_fts_dictionary_statement - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_create_fts_parser_statement - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_create_fts_template_statement - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_create_fulltext_catalog - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_create_fulltext_index - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_create_fulltext_stoplist - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_create_function_statement - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_create_function_stmt - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RULE_create_group_statement - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_create_index - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_create_index_statement - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_create_key - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_create_language_statement - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_create_live_view_stmt - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RULE_create_login_sql_server - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_create_master_key_sql_server - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_create_mat_view_stmt - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RULE_create_message_type - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_create_named_collection_stmt - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RULE_create_operator_class_option - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_create_operator_class_statement - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_create_operator_family_statement - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_create_operator_option - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_create_operator_statement - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_create_or_alter_broker_priority - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_create_or_alter_event_session - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_create_or_alter_event_session_with - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_create_or_alter_function - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_create_or_alter_procedure - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_create_or_alter_resource_pool - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_create_or_alter_trigger - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_create_or_alter_view - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_create_partition_function - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_create_partition_scheme - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_create_policy_statement - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_create_policy_stmt - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RULE_create_publication_statement - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_create_queue - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_create_remote_service_binding - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_create_rewrite_statement - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_create_role_stmt - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RULE_create_route - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_create_rule - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_create_schema - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_create_schema_statement - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_create_search_property_list - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_create_security_policy - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_create_selective_index - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_create_sequence - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_create_sequence_statement - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_create_server_audit - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_create_server_audit_specification - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_create_server_role - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_create_server_statement - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_create_service - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_create_simple_view_stmt - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RULE_create_spatial_index - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_create_statistics - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_create_statistics_statement - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_create_stmt - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RULE_create_subscription_statement - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_create_synonym - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_create_table - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_create_table_as_statement - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_create_table_external_statement - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_create_table_statement - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_create_table_stmt - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RULE_create_tablespace_statement - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_create_transform_statement - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_create_trigger_statement - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_create_type - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_create_type_statement - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_create_user - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_create_user_mapping_statement - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_create_user_or_role_statement - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_create_user_stmt - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RULE_create_view_statement - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_create_view_stmt - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RULE_create_workload_group - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_create_xml_index - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_create_xml_schema_collection - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_cripto_list - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_cursor_common - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_cursor_name - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_cursor_statement - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_cursor_statement - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_data_clause - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RULE_data_deletion_opt - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_data_statement - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_data_type - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RULE_data_type - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_data_type - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_data_type_dec - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_data_type_expr - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RULE_data_type_size - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_database_filestream_option - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_database_mirroring - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_database_mirroring_option - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_database_optionspec - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_date_expression - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_date_options - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_date_time_function - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_datetime_overlaps - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_dbcc_clause - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_ddl_clause - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_ddl_stmt - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RULE_decimal_id_local_id - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_decimal_or_local_id - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_declaration - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_declarations - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_declare_cursor_partial - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_declare_local - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_declare_statement - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_declare_statement - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_decryption_mechanism - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_default_value - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_define_columns - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_define_foreign_options - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_define_partition - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_define_server - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_define_table - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_define_type - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_definer_clause - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RULE_delete_statement - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_delete_stmt_for_psql - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_derived_table - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_describe_stmt - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RULE_destination_clause - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RULE_detach_stmt - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RULE_diagnostic_option - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_dictionary_arg_expr - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RULE_dictionary_arg_value - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RULE_dictionary_attr_def - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RULE_dictionary_option - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RULE_distributed_clause - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_dml_clause - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_dml_stmt - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RULE_dollar_number - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_domain_constraint - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_drop_assembly - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_drop_asymmetric_key - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_drop_backward_compatible_index - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_drop_cast_statement - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_drop_constraint - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_drop_database_encryption_key - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_drop_database_statement - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_drop_ddl_trigger - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_drop_def - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_drop_element - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RULE_drop_event_notifications_or_session - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_drop_external_library - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_drop_function_statement - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_drop_index - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_drop_master_key - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_drop_operator_class_statement - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_drop_operator_family_statement - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_drop_operator_from_family - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_drop_operator_statement - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_drop_owned_statement - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_drop_policy_statement - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_drop_rule_statement - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_drop_signature - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_drop_statements - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_drop_statements - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_drop_stmt - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RULE_drop_symmetric_key - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_drop_trigger_statement - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_drop_user_mapping_statement - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_edge_pattern - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_enable_disable_trigger - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_encoding_identifier - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_encrypted_opt - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_encryption - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_encryption_mechanism - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_end_clause - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_end_conversation - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_engine_clause - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RULE_engine_expr - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RULE_engine_option - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RULE_enum_value - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RULE_event_action - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_event_session_predicate_expression - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_event_session_predicate_factor - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_event_session_predicate_leaf - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_event_trigger_filter_variables - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_exception_statement - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_execute_clause - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_execute_clause_user - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_execute_module - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_execute_option - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_execute_statement - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_execute_statement - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_execute_statement_arg - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_execute_stmt - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_execute_string - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_execute_string_part - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_existing_keys - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_exists_stmt - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RULE_explain_option - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_explain_query - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_explain_statement - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_explain_stmt - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RULE_expr - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RULE_expr_const - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_expr_eof - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RULE_expr_list - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RULE_expr_primary - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RULE_expression - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_expression_eof - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_expression_list - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_extension_member_object - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_external_data_source_option - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_external_data_source_options - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_external_resource_pool_option - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_external_table_as_select_def - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_external_table_def - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_external_table_execute - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_external_table_format - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_external_table_location - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_external_table_log - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_external_table_option - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_external_table_options - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_extract_function - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_fconst - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_fetch_move_direction - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_file_and_filegroup_options - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_file_format_options - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_file_group - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_file_or_filegroup - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_file_size - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_file_spec - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_file_spec_alter - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_filegroup_modify_option - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_files_or_filegroups - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_filter_clause - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_flag - Static variable in class org.pgcodekeeper.core.parsers.antlr.base.generated.IgnoreListParser
 
RULE_flags - Static variable in class org.pgcodekeeper.core.parsers.antlr.base.generated.IgnoreListParser
 
RULE_for_clause - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_for_values_bound - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_foreign_option - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_format_json - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_format_options - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_format_options - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_frame_bound - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_frame_clause - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_from_clause - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RULE_from_file_clause - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RULE_from_function_column_def - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_from_in_db - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RULE_from_item - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RULE_from_item - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_from_item - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_from_primary - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RULE_from_primary - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_from_primary - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_from_rows_with_alias - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_full_column_name - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_full_column_name_list - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_fulltext_index_column - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_fulltext_index_columns - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_fulltext_index_option - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_fulltext_index_options - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_func_body - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_func_return - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_function_actions_common - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_function_args - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_function_args_parser - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_function_arguments - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RULE_function_arguments - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_function_block - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_function_body - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_function_body_eof - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_function_call - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RULE_function_call - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_function_call - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_function_column_name_type - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_function_construct - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_function_def - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_function_option - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_function_parameters - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_function_ret_table - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_function_return - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_function_statement - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_function_statements - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_generate_new_keys - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_get_conversation - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_go_statement - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_goto_statement - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_gp_partition_with_clause - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_gp_table_column_definition - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_grant_option_for - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_grant_to_rule - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_granted_by - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_group_by_clause - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RULE_group_by_clause - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_group_by_item - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_group_option - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_groupby_clause - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_grouping_element - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RULE_grouping_element - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_grouping_element_list - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RULE_grouping_element_list - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_grouping_sets_item - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_having_clause - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RULE_hide_rule - Static variable in class org.pgcodekeeper.core.parsers.antlr.base.generated.IgnoreListParser
 
RULE_host - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RULE_host_type - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RULE_iconst - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_id - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_id_or_default - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_id_token - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RULE_id_token - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_identification - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RULE_identifier - Static variable in class org.pgcodekeeper.core.parsers.antlr.base.generated.IgnoreListParser
 
RULE_identifier - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RULE_identifier - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.PrivilegesParser
 
RULE_identifier - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_identifier_list - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RULE_identifier_list - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_identifier_list_in_paren - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_identifier_nontype - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_identifier_reserved - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_identifier_reserved_nontype - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_identity_body - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_identity_value - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_if_exist_names_restrict_cascade - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_if_exists - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RULE_if_exists - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_if_not_exists - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RULE_if_not_exists - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_if_statement - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_if_statement - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_including_index - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_index_column - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_index_columns - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_index_def_action - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_index_include - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_index_name - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_index_option - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_index_option_value - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_index_options - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_index_parameters - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_index_rest - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_index_rest - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_index_sort - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_index_type - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RULE_index_value - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_index_where - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_index_where - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_indirection - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_indirection_identifier - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_indirection_list - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_indirection_var - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_insert_columns - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_insert_statement - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_insert_stmt - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RULE_insert_stmt_for_psql - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_insert_with_table_hints - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_interval - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RULE_interval_field - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_into_partition_gp_clause - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_into_table - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_ip_address_option - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_join_op - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RULE_join_type - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RULE_json_array_element - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_json_behavior_clause - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_json_behavior_type - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_json_columns - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_json_function - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_json_null_clause - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_json_object_content - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_json_object_entry - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_json_on_null_clause - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_json_pair - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RULE_json_passing_clause - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_json_quotes - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_json_return_clause - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_json_table_column - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_json_unique_keys - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_json_wrapper - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_key_options - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_kill_stmt - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RULE_label_member_object - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_lambda_expr - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RULE_lang_file_spec - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_language_term - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_last_node - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_layout_expr - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RULE_ledger_option - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_ledger_view_option - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_library_file_spec - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_library_language - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_life_time_expr - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RULE_like_expr - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RULE_like_option - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_limit_by_clause - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RULE_limit_clause - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RULE_limit_expr - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
rule_list() - Method in class org.pgcodekeeper.core.parsers.antlr.base.generated.IgnoreListParser.CompileUnitContext
 
rule_list() - Method in class org.pgcodekeeper.core.parsers.antlr.base.generated.IgnoreListParser
 
RULE_list_of_type_column_def - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
Rule_listContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.base.generated.IgnoreListParser.Rule_listContext
 
RULE_literal - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RULE_lock_mode - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_lock_table - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_lock_table - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_log_level - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_login_option_list - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_login_sources - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_login_sub_option_list - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_loop_start - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_loop_statement - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_low_priority_lock_wait - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_match_specification - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_materialized_view_action - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
rule_member_object() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Rule_commonContext
 
rule_member_object() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
Rule_member_objectContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Rule_member_objectContext
 
RULE_merge_matched - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_merge_matched - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_merge_not_matched - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_merge_not_matched - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_merge_statement - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_merge_stmt_for_psql - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_merge_support_function - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_merge_update - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_merge_when - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_message_statement - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_migration_option - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_mirror_to - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_modify_column_expr - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RULE_move_conversation - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_move_stmt - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RULE_name_list - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_name_list_in_brackets - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_name_with_cluster - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RULE_named_collection_pair - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RULE_named_promoted_node_path_item - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_names_in_parens - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_names_references - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RULE_names_references - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_names_references - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_not_for_replication - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_not_null - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RULE_notify_stmt - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_null_notnull - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_null_ordering - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_nulls_distinction - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_number_literal - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RULE_numericonly - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_object_expression - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_object_type - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RULE_object_type - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_off_option - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_on_commit - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_on_delete - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_on_off - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_on_option - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_on_partition_clause - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_on_update - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_only_table_multiply - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_op - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RULE_op - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_op_chars - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_open_json - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_open_key - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_open_xml - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_opendatasource - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_openquery - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_operator_args - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_operator_args_parser - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_operator_family_action - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_operator_name - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_operator_option - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_optimize_by_expr - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RULE_optimize_for_arg - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_optimize_stmt - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RULE_option - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_option - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_option_clause - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_option_type - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RULE_order_by_clause - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RULE_order_by_clause - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_order_by_expression - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_order_expr - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RULE_order_expr_list - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RULE_order_specification - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_orderby_clause - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_other_rules - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_output_clause - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_output_dml_elem - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_output_dml_list - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_over_clause - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_over_column - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RULE_owner_member_object - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_owner_to - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_pair - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RULE_pairs - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RULE_part_element - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_part_element_body - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_part_element_body_unit - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_part_value - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_partition_bound_part - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_partition_bound_spec - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_partition_by - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_partition_by_clause - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RULE_partition_by_columns - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_partition_clause - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RULE_partition_column - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_partition_end_clause - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_partition_every_clause - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_partition_gp - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_partition_gp_action - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_partition_method - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_partition_number - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_partition_start_clause - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_partition_table_value - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_partition_type_col - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_partition_val - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_partition_values - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_partner_option - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_perform_stmt - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_period_for_system_time - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_period_value - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_permission - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RULE_permission - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_permission - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_permissions - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RULE_permissions - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_permissions - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_platform - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_plpgsql_function - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_plpgsql_function_test_list - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_plpgsql_query - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_pointer - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_policy_action - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RULE_policy_name - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RULE_position - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RULE_precision - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RULE_precision_param - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_predefined_type - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_predicate - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_predicate_factor - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_prewhere_clause - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RULE_primary_key_clause - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RULE_primary_key_values - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_primary_role_option - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_primitive_expression - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_print_statement - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_private_key_options - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_privilege - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RULE_privilege - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.PrivilegesParser
 
RULE_privileges - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RULE_privileges - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.PrivilegesParser
 
RULE_privilegy_stmt - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RULE_proc_body - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_procedure_option - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_procedure_param - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_promoted_node_path_list - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_publication_object - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_publication_table_only - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_qname_parser - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RULE_qname_parser - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_qualified_name - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RULE_qualified_name - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_qualified_name_or_asterisk - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RULE_query - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RULE_query_specification - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_queue_action - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_queue_rebuild_options - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_queue_settings - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_raise_param - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_raise_using - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_raiseerror_statement - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_range_expr - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RULE_ratio_expr - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RULE_rebuild - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_receive_column_specifier - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_receive_statement - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_reconfigure_statement - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_reindex_option - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_reindex_options - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_reindex_stmt - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_rename_stmt - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RULE_rename_to - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RULE_rename_to - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_replica_option - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_replica_spec - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
rule_rest() - Method in class org.pgcodekeeper.core.parsers.antlr.base.generated.IgnoreListParser.Hide_ruleContext
 
rule_rest() - Method in class org.pgcodekeeper.core.parsers.antlr.base.generated.IgnoreListParser
 
rule_rest() - Method in class org.pgcodekeeper.core.parsers.antlr.base.generated.IgnoreListParser.Show_ruleContext
 
Rule_restContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.base.generated.IgnoreListParser.Rule_restContext
 
RULE_restore_database - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_restore_log - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_restore_master_key - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_restore_option - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_restore_options - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_restore_other - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_restore_service_master_key - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_restore_statement - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_restore_symmetric_key - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_result_sets_definition - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_result_sets_value - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_resume_option - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_return_statement - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_return_stmt - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_revoke_from_cascade_restrict - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_rewrite_command - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_role_name_with_group - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_roles_names - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_row_or_range_clause - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_rowset_function - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_rowset_function_limited - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_rule_common - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_rule_common - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_rule_list - Static variable in class org.pgcodekeeper.core.parsers.antlr.base.generated.IgnoreListParser
 
RULE_rule_member_object - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_rule_rest - Static variable in class org.pgcodekeeper.core.parsers.antlr.base.generated.IgnoreListParser
 
RULE_sample_by_clause - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RULE_sample_clause - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RULE_scalar_function_name - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_schema_alter - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_schema_alter - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_schema_create - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_schema_create - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_schema_declaration - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_schema_drop - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_schema_drop - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_schema_import - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_schema_qualified_name - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_schema_qualified_name_nontype - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_schema_statement - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_sconst - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_script_additional - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_script_statement - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_script_transaction - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_search_condition - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_search_condition_and - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_search_condition_not - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_secondary_role_option - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_security_label - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_security_statement - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_select_list - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RULE_select_list - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_select_list - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_select_list_elem - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_select_mode - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RULE_select_ops - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RULE_select_ops - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_select_ops - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_select_ops_no_parens - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RULE_select_ops_no_parens - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_select_ops_no_parens - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_select_primary - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RULE_select_primary - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_select_statement - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_select_stmt - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RULE_select_stmt - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_select_stmt_no_parens - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RULE_select_stmt_no_parens - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_select_stmt_no_parens - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_select_sublist - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_send_conversation - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_sequence_body - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_sequence_body - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_service_broker - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_session_local_option - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_set_action - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_set_def_column - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_set_logged - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_set_option_spec - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_set_parameter - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_set_qualifier - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_set_qualifier - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_set_reset_parameter - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_set_schema - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_set_special - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_set_statement - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_set_statement - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_set_statement_value - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_set_statistics - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_set_statistics_value - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_set_stmt - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RULE_set_tablespace - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_settings_clause - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RULE_setuser_statement - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_show_rule - Static variable in class org.pgcodekeeper.core.parsers.antlr.base.generated.IgnoreListParser
 
RULE_show_statement - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_show_stmt - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RULE_shutdown_statement - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_sign - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RULE_sign - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_signed_number_literal - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RULE_signed_numerical_literal - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_signediconst - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_simple_id - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_simple_match_pattern - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_sort_specifier - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_source_privilige - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RULE_spatial_index_coordinate - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_spatial_index_grid - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_spatial_index_option - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_sql - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_sql_clauses - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_sql_security_clause - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RULE_st_clause - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_start_label - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_statement - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_stmt - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RULE_storage_directive - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_storage_option - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_storage_parameter_name - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_storage_parameter_oid - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_storage_parameter_option - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_storage_parameters - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_string_id_local_id - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_string_or_local_id - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_string_value_function - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_sub_part - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_sub_part_elements - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_subquery_clause - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RULE_switch_search_condition_section - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_switch_section - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_system_function - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_system_stmt - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RULE_system_versioning_opt - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_table_action - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_table_action_drop - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_table_arg_expr - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RULE_table_arg_list - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RULE_table_body_expr - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RULE_table_cols - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_table_cols_list - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_table_column_def - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RULE_table_column_def - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_table_column_definition - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_table_column_privilege - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_table_column_privileges - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RULE_table_column_privileges - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_table_column_privileges - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_table_column_property_expr - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RULE_table_constraint - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_table_constraint_body - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_table_constraint_def - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RULE_table_deferrable - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_table_element - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_table_element_expr - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RULE_table_element_extended - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_table_elements - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_table_elements_extended - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_table_expr - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RULE_table_function_expr - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RULE_table_hint - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_table_index - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_table_index_def - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RULE_table_initialy_immed - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_table_name_with_hint - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_table_of_type_column_def - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_table_options - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_table_override_clause - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RULE_table_projection_def - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RULE_table_schema_clause - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RULE_table_space - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_table_stretch_opt - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_table_subquery - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_table_value_constructor - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_target_operator - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_tcp_options - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_template_spec - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_termination - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_throw_statement - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_time - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_tokens_nonkeyword - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_tokens_nonreserved - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RULE_tokens_nonreserved - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_tokens_nonreserved_except_function_type - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_tokens_reserved - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RULE_tokens_reserved - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_tokens_reserved_except_function_type - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_top_clause - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RULE_top_clause - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_top_count - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_transaction_mode - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_transaction_statement - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_transaction_statement - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_transaction_stmt - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RULE_transform_for_type - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_trigger_operation - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_trigger_option - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_trigger_referencing - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_truncate_stmt - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RULE_truncate_stmt - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_truncate_table - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_truth_value - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_try_catch_statement - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_tsql - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_tsql_file - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_ttl_clause - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RULE_ttl_expr - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RULE_ttl_expr_list - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RULE_tuple_element - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RULE_type_action - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_type_coercion - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_type_declaration - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_type_definition - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_type_length - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_type_list - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_type_property - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_uescape - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_update_elem - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_update_set - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_update_statement - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_update_statistics - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_update_statistics_with_option - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_update_stmt_for_psql - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_usage_select_update - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_use_statement - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_use_stmt - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RULE_user_login - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_user_mapping_name - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_user_name - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_user_option - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_user_or_role_common_option - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_user_or_role_option - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_user_or_role_option_for_alter - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_user_or_role_or_group_common_option - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_user_or_role_or_group_option_for_create - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_user_setting - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RULE_user_settings - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RULE_users - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RULE_using_vex - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_uuid_clause - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RULE_vacuum_mode - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_vacuum_option - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_validate_constraint - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_value_expression_primary - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_values_stmt - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_values_values - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RULE_values_values - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_var - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_vex - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_vex_b - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_vex_eof - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_vex_or_named_notation - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_view_attribute - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_view_columns - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_waitfor_conversation - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_waitfor_receive - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_waitfor_statement - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_watch_stmt - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RULE_when_condition - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_when_trigger - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_where_clause - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RULE_while_statement - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_white - Static variable in class org.pgcodekeeper.core.parsers.antlr.base.generated.IgnoreListParser
 
RULE_win_frame_bound - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RULE_win_frame_extend - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RULE_window_clause - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RULE_window_definition - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_window_expr - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RULE_window_frame_bound - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_window_frame_extent - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_window_frame_following - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_window_frame_preceding - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_window_specification - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_windows_auth - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_windows_auth_option - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_windows_options - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_with_admin_option - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_with_check_option - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_with_clause - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RULE_with_clause - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_with_expression - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_with_fill - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RULE_with_no_population - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_with_option - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RULE_with_query - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
RULE_with_query - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_with_storage_parameter - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_with_table_hints - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_xml_common_directives - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_xml_declaration - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_xml_function - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_xml_index_using - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_xml_namespace_expression - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_xml_schema_collection - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_xml_table_column - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULE_xml_type_definition - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_xmlnamespace_item - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_xmlnamespace_list - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
RULE_zone_value - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RuleAnalysisLauncher - Class in org.pgcodekeeper.core.parsers.antlr.pg.launcher
Launcher for analyzing PostgreSQL rule definitions.
RuleAnalysisLauncher(PgRule, SQLParser.Create_rewrite_statementContext, String) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.launcher.RuleAnalysisLauncher
Creates a rule analyzer for PostgreSQL.
ruleNames - Static variable in class org.pgcodekeeper.core.parsers.antlr.base.generated.IgnoreListLexer
 
ruleNames - Static variable in class org.pgcodekeeper.core.parsers.antlr.base.generated.IgnoreListParser
 
ruleNames - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
ruleNames - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
ruleNames - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
ruleNames - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
ruleNames - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.PrivilegesLexer
 
ruleNames - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.PrivilegesParser
 
ruleNames - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
ruleNames - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULES - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
RULES - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
RULES() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Collation_optionContext
 
RULES() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonkeywordContext
 
RulesReader - Class in org.pgcodekeeper.core.loader.jdbc.pg
Reader for PostgreSQL rules.
RulesReader(JdbcLoaderBase) - Constructor for class org.pgcodekeeper.core.loader.jdbc.pg.RulesReader
Creates a new RulesReader.
run(PreparedStatement) - Method in class org.pgcodekeeper.core.loader.JdbcRunner
Executes a prepared statement with no return value.
run(Statement, String) - Method in class org.pgcodekeeper.core.loader.JdbcRunner
Executes a statement using the given script with no return value.
run(AbstractJdbcConnector, String) - Method in class org.pgcodekeeper.core.loader.JdbcRunner
Executes a script using a new connection from the connector.
runBatches(AbstractJdbcConnector, List<PgObjLocation>, IProgressReporter) - Method in class org.pgcodekeeper.core.loader.JdbcRunner
Executes statement batches with no return value.
runScript(PreparedStatement) - Method in class org.pgcodekeeper.core.loader.JdbcRunner
Executes a prepared statement and returns the result set.
runScript(Statement, String) - Method in class org.pgcodekeeper.core.loader.JdbcRunner
Executes a statement using the given script and returns the result set.

S

s_space - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Aggregate_paramContext
 
SAFE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
SAFE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
SAFE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
SAFE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
SAFE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Assembly_permissionContext
 
SAFE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
SAFE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Aggregate_paramContext
 
SAFE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Function_actions_commonContext
 
SAFE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonkeywordContext
 
SAFETY - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
SAFETY - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
SAFETY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Partner_optionContext
 
SAFETY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
SAMPLE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
SAMPLE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
SAMPLE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
SAMPLE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
SAMPLE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_table_actionContext
 
SAMPLE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.PermissionContext
 
SAMPLE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Sample_by_clauseContext
 
SAMPLE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Sample_clauseContext
 
SAMPLE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_reservedContext
 
SAMPLE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
SAMPLE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Update_statistics_with_optionContext
 
sample_by_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_table_modify_actionContext
 
sample_by_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Engine_optionContext
 
sample_by_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
sample_by_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Table_override_clauseContext
 
Sample_by_clauseContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Sample_by_clauseContext
 
sample_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.From_itemContext
 
sample_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
Sample_clauseContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Sample_clauseContext
 
sanitizeFilename(String) - Static method in class org.pgcodekeeper.core.utils.FileUtils
Sanitizes filename by removing invalid characters.
SAVE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
SAVE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
SAVE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Transaction_statementContext
 
SAVEPOINT - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
SAVEPOINT - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
SAVEPOINT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
SAVEPOINT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Script_transactionContext
 
SAVEPOINT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
SCALAR - Enum constant in enum class org.pgcodekeeper.core.schema.FuncTypes
 
SCALAR - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
SCALAR - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
SCALAR() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
SCALAR() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Json_quotesContext
 
SCALAR() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
scalar_function_name() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Function_callContext
 
scalar_function_name() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
Scalar_function_nameContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Scalar_function_nameContext
 
scale - Variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Data_type_sizeContext
 
scale - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Precision_paramContext
 
SCHEDULER - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
SCHEDULER - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
SCHEDULER() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_or_alter_resource_poolContext
 
SCHEDULER() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
schema - Variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Qualified_nameContext
 
schema - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_extension_statementContext
 
schema - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Schema_qualified_name_nontypeContext
 
schema - Variable in class org.pgcodekeeper.core.schema.GenericColumn
 
SCHEMA - Enum constant in enum class org.pgcodekeeper.core.model.difftree.DbObjType
 
SCHEMA - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
SCHEMA - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
SCHEMA - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
SCHEMA - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
SCHEMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_authorizationContext
 
SCHEMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_message_typeContext
 
SCHEMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_schema_sqlContext
 
SCHEMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_xml_schema_collectionContext
 
SCHEMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Class_typeContext
 
SCHEMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_message_typeContext
 
SCHEMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_schemaContext
 
SCHEMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_xml_schema_collectionContext
 
SCHEMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Drop_statementsContext
 
SCHEMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.PermissionContext
 
SCHEMA() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_default_privileges_statementContext
 
SCHEMA() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_schema_statementContext
 
SCHEMA() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
SCHEMA() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Comment_member_objectContext
 
SCHEMA() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_extension_statementContext
 
SCHEMA() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_schema_statementContext
 
SCHEMA() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Drop_statementsContext
 
SCHEMA() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Extension_member_objectContext
 
SCHEMA() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Label_member_objectContext
 
SCHEMA() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Owner_member_objectContext
 
SCHEMA() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Publication_objectContext
 
SCHEMA() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Raise_paramContext
 
SCHEMA() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Reindex_stmtContext
 
SCHEMA() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Rule_member_objectContext
 
SCHEMA() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Schema_importContext
 
SCHEMA() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Set_schemaContext
 
SCHEMA() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
SCHEMA(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_schema_sqlContext
 
schema_alter() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Ddl_clauseContext
 
schema_alter() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
schema_alter() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
schema_alter() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Schema_statementContext
 
Schema_alterContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Schema_alterContext
 
Schema_alterContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Schema_alterContext
 
schema_create() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Ddl_clauseContext
 
schema_create() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
schema_create() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
schema_create() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Schema_statementContext
 
Schema_createContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Schema_createContext
 
Schema_createContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Schema_createContext
 
schema_declaration() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Open_xmlContext
 
schema_declaration() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
Schema_declarationContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Schema_declarationContext
 
schema_drop() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Ddl_clauseContext
 
schema_drop() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
schema_drop() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
schema_drop() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Schema_statementContext
 
Schema_dropContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Schema_dropContext
 
Schema_dropContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Schema_dropContext
 
schema_import() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Schema_createContext
 
schema_import() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
Schema_importContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Schema_importContext
 
schema_name - Variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_schema_sqlContext
 
schema_name - Variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_userContext
 
schema_name - Variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_schemaContext
 
schema_name - Variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.User_optionContext
 
schema_name - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Operator_nameContext
 
schema_names - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Rule_member_objectContext
 
schema_qualified_name() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Add_operator_to_familyContext
 
schema_qualified_name() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Additional_statementContext
 
schema_qualified_name() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.After_opsContext
 
schema_qualified_name() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Aggregate_paramContext
 
schema_qualified_name() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_collation_statementContext
 
schema_qualified_name() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_conversion_statementContext
 
schema_qualified_name() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_domain_statementContext
 
schema_qualified_name() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_foreign_data_wrapper_actionContext
 
schema_qualified_name() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_fts_configurationContext
 
schema_qualified_name() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_fts_statementContext
 
schema_qualified_name() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_index_statementContext
 
schema_qualified_name() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_materialized_view_statementContext
 
schema_qualified_name() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_operator_class_statementContext
 
schema_qualified_name() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_operator_family_statementContext
 
schema_qualified_name() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_partitionContext
 
schema_qualified_name() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_policy_statementContext
 
schema_qualified_name() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_rule_statementContext
 
schema_qualified_name() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_sequence_statementContext
 
schema_qualified_name() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_statistics_statementContext
 
schema_qualified_name() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_table_statementContext
 
schema_qualified_name() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_trigger_statementContext
 
schema_qualified_name() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_type_statementContext
 
schema_qualified_name() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_view_statementContext
 
schema_qualified_name() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Cluster_stmtContext
 
schema_qualified_name() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Collate_identifierContext
 
schema_qualified_name() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Column_operator_classContext
 
schema_qualified_name() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Comment_member_objectContext
 
schema_qualified_name() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Constr_bodyContext
 
schema_qualified_name() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_access_method_statementContext
 
schema_qualified_name() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_aggregate_statementContext
 
schema_qualified_name() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_cast_statementContext
 
schema_qualified_name() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_collation_statementContext
 
schema_qualified_name() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_conversion_statementContext
 
schema_qualified_name() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_domain_statementContext
 
schema_qualified_name() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_foreign_data_wrapper_statementContext
 
schema_qualified_name() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_foreign_table_statementContext
 
schema_qualified_name() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_fts_configuration_statementContext
 
schema_qualified_name() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_fts_dictionary_statementContext
 
schema_qualified_name() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_fts_parser_statementContext
 
schema_qualified_name() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_fts_template_statementContext
 
schema_qualified_name() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_index_statementContext
 
schema_qualified_name() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_language_statementContext
 
schema_qualified_name() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_operator_class_optionContext
 
schema_qualified_name() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_operator_class_statementContext
 
schema_qualified_name() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_operator_family_statementContext
 
schema_qualified_name() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_operator_optionContext
 
schema_qualified_name() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_policy_statementContext
 
schema_qualified_name() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_rewrite_statementContext
 
schema_qualified_name() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_sequence_statementContext
 
schema_qualified_name() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_statistics_statementContext
 
schema_qualified_name() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_table_as_statementContext
 
schema_qualified_name() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_table_external_statementContext
 
schema_qualified_name() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_table_statementContext
 
schema_qualified_name() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_trigger_statementContext
 
schema_qualified_name() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_type_statementContext
 
schema_qualified_name() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_view_statementContext
 
schema_qualified_name() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Data_type_decContext
 
schema_qualified_name() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Define_partitionContext
 
schema_qualified_name() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Delete_stmt_for_psqlContext
 
schema_qualified_name() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Drop_function_statementContext
 
schema_qualified_name() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Drop_operator_class_statementContext
 
schema_qualified_name() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Drop_operator_family_statementContext
 
schema_qualified_name() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Drop_policy_statementContext
 
schema_qualified_name() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Drop_rule_statementContext
 
schema_qualified_name() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Drop_trigger_statementContext
 
schema_qualified_name() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Extension_member_objectContext
 
schema_qualified_name() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.From_primaryContext
 
schema_qualified_name() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Function_actions_commonContext
 
schema_qualified_name() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Function_args_parserContext
 
schema_qualified_name() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Function_parametersContext
 
schema_qualified_name() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Index_columnContext
 
schema_qualified_name() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Index_def_actionContext
 
schema_qualified_name() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Index_parametersContext
 
schema_qualified_name() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Insert_stmt_for_psqlContext
 
schema_qualified_name() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Into_tableContext
 
schema_qualified_name() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Label_member_objectContext
 
schema_qualified_name() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Materialized_view_actionContext
 
schema_qualified_name() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Merge_stmt_for_psqlContext
 
schema_qualified_name() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Names_referencesContext
 
schema_qualified_name() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Only_table_multiplyContext
 
schema_qualified_name() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Operator_optionContext
 
schema_qualified_name() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Owner_member_objectContext
 
schema_qualified_name() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Partition_gp_actionContext
 
schema_qualified_name() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Partition_table_valueContext
 
schema_qualified_name() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Qname_parserContext
 
schema_qualified_name() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Reindex_stmtContext
 
schema_qualified_name() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
schema_qualified_name() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Select_primaryContext
 
schema_qualified_name() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Sequence_bodyContext
 
schema_qualified_name() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Table_actionContext
 
schema_qualified_name() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Table_colsContext
 
schema_qualified_name() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Table_column_defContext
 
schema_qualified_name() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Type_propertyContext
 
schema_qualified_name() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Update_stmt_for_psqlContext
 
schema_qualified_name() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Validate_constraintContext
 
schema_qualified_name(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.After_opsContext
 
schema_qualified_name(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_domain_statementContext
 
schema_qualified_name(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_foreign_data_wrapper_actionContext
 
schema_qualified_name(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_fts_configurationContext
 
schema_qualified_name(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_aggregate_statementContext
 
schema_qualified_name(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_collation_statementContext
 
schema_qualified_name(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_conversion_statementContext
 
schema_qualified_name(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_foreign_data_wrapper_statementContext
 
schema_qualified_name(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_fts_configuration_statementContext
 
schema_qualified_name(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_fts_dictionary_statementContext
 
schema_qualified_name(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_fts_parser_statementContext
 
schema_qualified_name(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_fts_template_statementContext
 
schema_qualified_name(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_language_statementContext
 
schema_qualified_name(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_operator_class_statementContext
 
schema_qualified_name(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_statistics_statementContext
 
schema_qualified_name(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_table_external_statementContext
 
schema_qualified_name(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_trigger_statementContext
 
schema_qualified_name(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_type_statementContext
 
schema_qualified_name(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Names_referencesContext
 
schema_qualified_name_nontype() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Data_type_decContext
 
schema_qualified_name_nontype() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Function_callContext
 
schema_qualified_name_nontype() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Predefined_typeContext
 
schema_qualified_name_nontype() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
Schema_qualified_name_nontypeContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Schema_qualified_name_nontypeContext
 
Schema_qualified_nameContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Schema_qualified_nameContext
 
schema_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Function_statementContext
 
schema_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
schema_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.StatementContext
 
Schema_statementContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Schema_statementContext
 
SCHEMABINDING - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
SCHEMABINDING - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
SCHEMABINDING() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_security_policyContext
 
SCHEMABINDING() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Function_optionContext
 
SCHEMABINDING() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
SCHEMABINDING() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.View_attributeContext
 
SCHEMAS - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
SCHEMAS - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
SCHEMAS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Abbreviated_grant_or_revokeContext
 
SCHEMAS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
SCHEMAS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
SchemasReader - Class in org.pgcodekeeper.core.loader.jdbc.pg
Reader for PostgreSQL schemas.
SchemasReader(JdbcLoaderBase, PgDatabase) - Constructor for class org.pgcodekeeper.core.loader.jdbc.pg.SchemasReader
Creates a new SchemasReader.
scheme - Variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.OpendatasourceContext
 
SCHEME - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
SCHEME - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
SCHEME() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_partition_schemeContext
 
SCHEME() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Class_typeContext
 
SCHEME() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_partition_schemeContext
 
SCHEME() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Drop_statementsContext
 
SCHEME() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
sconst - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_type_statementContext
 
sconst - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Event_trigger_filter_variablesContext
 
sconst - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Partition_valuesContext
 
sconst() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Additional_statementContext
 
sconst() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_database_actionContext
 
sconst() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_extension_actionContext
 
sconst() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_partition_gp_nameContext
 
sconst() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_server_actionContext
 
sconst() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_subscription_actionContext
 
sconst() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_type_statementContext
 
sconst() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Anonymous_blockContext
 
sconst() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.AttributeContext
 
sconst() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Boolean_valueContext
 
sconst() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Collation_optionContext
 
sconst() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Comment_on_statementContext
 
sconst() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Copy_from_statementContext
 
sconst() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Copy_optionContext
 
sconst() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Copy_to_statementContext
 
sconst() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_conversion_statementContext
 
sconst() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_database_optionContext
 
sconst() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_extension_statementContext
 
sconst() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_server_statementContext
 
sconst() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_subscription_statementContext
 
sconst() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_table_external_statementContext
 
sconst() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_tablespace_statementContext
 
sconst() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_type_statementContext
 
sconst() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Event_trigger_filter_variablesContext
 
sconst() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Expr_constContext
 
sconst() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.External_table_executeContext
 
sconst() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.External_table_formatContext
 
sconst() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.External_table_locationContext
 
sconst() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Extract_functionContext
 
sconst() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Foreign_optionContext
 
sconst() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Format_optionsContext
 
sconst() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Function_defContext
 
sconst() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Json_functionContext
 
sconst() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Json_table_columnContext
 
sconst() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Message_statementContext
 
sconst() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Notify_stmtContext
 
sconst() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Partition_gp_actionContext
 
sconst() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Partition_valuesContext
 
sconst() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
sconst() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Script_transactionContext
 
sconst() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Security_labelContext
 
sconst() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Session_local_optionContext
 
sconst() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Set_actionContext
 
sconst() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Type_coercionContext
 
sconst() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.User_or_role_or_group_common_optionContext
 
sconst() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Zone_valueContext
 
sconst(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_type_statementContext
 
sconst(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Anonymous_blockContext
 
sconst(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_conversion_statementContext
 
sconst(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_extension_statementContext
 
sconst(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_server_statementContext
 
sconst(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_type_statementContext
 
sconst(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Event_trigger_filter_variablesContext
 
sconst(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.External_table_executeContext
 
sconst(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.External_table_locationContext
 
sconst(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Function_defContext
 
sconst(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Partition_valuesContext
 
sconst(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Security_labelContext
 
SconstContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.SconstContext
 
SCOPED - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
SCOPED - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
SCOPED() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_database_scoped_credentialContext
 
SCOPED() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Class_typeContext
 
SCOPED() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_database_scoped_credentialContext
 
SCOPED() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Drop_statementsContext
 
SCOPED() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.PermissionContext
 
SCOPED() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
SCRIPT - Enum constant in enum class org.pgcodekeeper.core.loader.ParserListenerMode
 
SCRIPT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
SCRIPT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
SCRIPT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.PermissionContext
 
SCRIPT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
script_additional() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
script_additional() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Script_statementContext
 
Script_additionalContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Script_additionalContext
 
script_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
script_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.StatementContext
 
Script_statementContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Script_statementContext
 
script_transaction() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Script_statementContext
 
script_transaction() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
Script_transactionContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Script_transactionContext
 
ScriptParser - Class in org.pgcodekeeper.core.parsers.antlr.base
Parses and analyzes SQL scripts, detecting dangerous statements and syntax errors.
ScriptParser(String, String, ISettings) - Constructor for class org.pgcodekeeper.core.parsers.antlr.base.ScriptParser
Creates a new script parser and immediately processes the script.
ScriptParser_log_load_dump - Static variable in class org.pgcodekeeper.core.localizations.Messages
 
SCROLL - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
SCROLL - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
SCROLL - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
SCROLL - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
SCROLL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Cursor_statementContext
 
SCROLL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Declare_cursor_partialContext
 
SCROLL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
SCROLL() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
SCROLL() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Cursor_statementContext
 
SCROLL() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Declare_statementContext
 
SCROLL() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
SCROLL() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Type_declarationContext
 
SCROLL_LOCKS - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
SCROLL_LOCKS - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
SCROLL_LOCKS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Declare_cursor_partialContext
 
SCROLL_LOCKS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
search(TSQLParser.Search_conditionContext) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.expr.MsValueExpr
 
SEARCH - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
SEARCH - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
SEARCH - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
SEARCH - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
SEARCH() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_fulltext_index_optionContext
 
SEARCH() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_search_property_listContext
 
SEARCH() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Class_typeContext
 
SEARCH() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_search_property_listContext
 
SEARCH() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Drop_statementsContext
 
SEARCH() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Fulltext_index_optionContext
 
SEARCH() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
SEARCH() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Add_operator_to_familyContext
 
SEARCH() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_fts_statementContext
 
SEARCH() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
SEARCH() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Comment_member_objectContext
 
SEARCH() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_fts_configuration_statementContext
 
SEARCH() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_fts_dictionary_statementContext
 
SEARCH() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_fts_parser_statementContext
 
SEARCH() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_fts_template_statementContext
 
SEARCH() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_operator_class_optionContext
 
SEARCH() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Drop_statementsContext
 
SEARCH() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Extension_member_objectContext
 
SEARCH() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Owner_member_objectContext
 
SEARCH() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
SEARCH() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.With_queryContext
 
search_condition() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Column_constraint_bodyContext
 
search_condition() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_ruleContext
 
search_condition() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Delete_statementContext
 
search_condition() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.From_itemContext
 
search_condition() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Function_callContext
 
search_condition() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.If_statementContext
 
search_condition() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Index_whereContext
 
search_condition() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Merge_statementContext
 
search_condition() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Merge_whenContext
 
search_condition() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.PredicateContext
 
search_condition() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Query_specificationContext
 
search_condition() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Receive_statementContext
 
search_condition() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
search_condition() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Switch_search_condition_sectionContext
 
search_condition() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Table_constraint_bodyContext
 
search_condition() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Update_statementContext
 
search_condition() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.While_statementContext
 
search_condition(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Query_specificationContext
 
search_condition_and() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
search_condition_and() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Search_conditionContext
 
search_condition_and(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Search_conditionContext
 
Search_condition_andContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Search_condition_andContext
 
search_condition_not() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Search_condition_andContext
 
search_condition_not() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
search_condition_not(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Search_condition_andContext
 
Search_condition_notContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Search_condition_notContext
 
Search_conditionContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Search_conditionContext
 
sec - Variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Sql_security_clauseContext
 
SECOND - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
SECOND - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
SECOND - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
SECOND - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
SECOND() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.IntervalContext
 
SECOND() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Interval_fieldContext
 
SECOND() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
SECONDARY - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
SECONDARY - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
SECONDARY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Set_option_specContext
 
SECONDARY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
SECONDARY_ONLY - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
SECONDARY_ONLY - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
SECONDARY_ONLY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Set_option_specContext
 
SECONDARY_ONLY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
SECONDARY_ROLE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
SECONDARY_ROLE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
SECONDARY_ROLE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Replica_optionContext
 
SECONDARY_ROLE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
secondary_role_option() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Replica_optionContext
 
secondary_role_option() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
secondary_role_option(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Replica_optionContext
 
Secondary_role_optionContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Secondary_role_optionContext
 
SECONDS - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
SECONDS - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
SECONDS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_or_alter_event_session_withContext
 
SECONDS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Database_optionspecContext
 
SECONDS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
SECRET - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
SECRET - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
SECRET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_credentialContext
 
SECRET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_database_scoped_credentialContext
 
SECRET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_credentialContext
 
SECRET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_database_scoped_credentialContext
 
SECRET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
SECURABLES - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
SECURABLES - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
SECURABLES() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.PermissionContext
 
SECURABLES() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
SECURITY - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
SECURITY - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
SECURITY - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
SECURITY - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
SECURITY - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
SECURITY - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
SECURITY() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.PermissionContext
 
SECURITY() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Sql_security_clauseContext
 
SECURITY() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
SECURITY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_security_policyContext
 
SECURITY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_security_policyContext
 
SECURITY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Drop_statementsContext
 
SECURITY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.PermissionContext
 
SECURITY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
SECURITY() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
SECURITY() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Function_actions_commonContext
 
SECURITY() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Security_labelContext
 
SECURITY() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Table_actionContext
 
SECURITY() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
security_label() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Schema_createContext
 
security_label() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
Security_labelContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Security_labelContext
 
SECURITY_LOG - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
SECURITY_LOG - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
SECURITY_LOG() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Audit_toContext
 
SECURITY_LOG() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
security_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Another_statementContext
 
security_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
Security_statementContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Security_statementContext
 
SECURITYAUDIT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
SECURITYAUDIT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
seed - Variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Function_callContext
 
seed - Variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Identity_valueContext
 
SEEDING_MODE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
SEEDING_MODE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
SEEDING_MODE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Availability_group_spec_optionContext
 
SEEDING_MODE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Replica_optionContext
 
SEEDING_MODE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
SEGMENT - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
SEGMENT - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
SEGMENT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.External_table_executeContext
 
SEGMENT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.External_table_logContext
 
SEGMENT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonkeywordContext
 
segment_id - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.External_table_executeContext
 
segment_nubmer - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.External_table_executeContext
 
SEGMENTS - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
SEGMENTS - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
SEGMENTS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Function_actions_commonContext
 
SEGMENTS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonkeywordContext
 
Select - Class in org.pgcodekeeper.core.parsers.antlr.pg.expr
Parser for SELECT statements with namespace support.
Select(MetaContainer) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.expr.Select
Creates a Select parser with meta container.
SELECT - Enum constant in enum class org.pgcodekeeper.core.schema.EventType
 
SELECT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
SELECT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
SELECT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
SELECT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
SELECT - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
SELECT - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
SELECT() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.PermissionContext
 
SELECT() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Policy_actionContext
 
SELECT() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Select_primaryContext
 
SELECT() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
SELECT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.PermissionContext
 
SELECT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Query_specificationContext
 
SELECT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
SELECT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_policy_statementContext
 
SELECT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_rewrite_statementContext
 
SELECT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.PermissionContext
 
SELECT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Select_primaryContext
 
SELECT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Table_column_privilegeContext
 
SELECT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_reservedContext
 
SELECT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Usage_select_updateContext
 
select_list() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
select_list() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Select_primaryContext
 
select_list() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Query_specificationContext
 
select_list() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
select_list() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Delete_stmt_for_psqlContext
 
select_list() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Insert_stmt_for_psqlContext
 
select_list() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Merge_stmt_for_psqlContext
 
select_list() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Perform_stmtContext
 
select_list() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
select_list() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Select_primaryContext
 
select_list() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Update_stmt_for_psqlContext
 
select_list_elem() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
select_list_elem() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Select_listContext
 
select_list_elem(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Select_listContext
 
Select_list_elemContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Select_list_elemContext
 
Select_listContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Select_listContext
 
Select_listContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Select_listContext
 
Select_listContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Select_listContext
 
Select_log_aster_qual_not_found - Static variable in class org.pgcodekeeper.core.localizations.Messages
 
Select_log_complex_not_found - Static variable in class org.pgcodekeeper.core.localizations.Messages
 
Select_log_not_alter_item - Static variable in class org.pgcodekeeper.core.localizations.Messages
 
Select_log_not_alter_prim - Static variable in class org.pgcodekeeper.core.localizations.Messages
 
Select_log_not_alter_right_part - Static variable in class org.pgcodekeeper.core.localizations.Messages
 
Select_log_not_alter_select - Static variable in class org.pgcodekeeper.core.localizations.Messages
 
Select_log_not_alter_selectops - Static variable in class org.pgcodekeeper.core.localizations.Messages
 
select_mode() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.ExprContext
 
select_mode() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
Select_modeContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Select_modeContext
 
select_ops() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
select_ops() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Select_ops_no_parensContext
 
select_ops() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Select_opsContext
 
select_ops() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Select_stmtContext
 
select_ops() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Table_exprContext
 
select_ops() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
select_ops() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Select_ops_no_parensContext
 
select_ops() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Select_opsContext
 
select_ops() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Select_statementContext
 
select_ops() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Perform_stmtContext
 
select_ops() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
select_ops() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Select_ops_no_parensContext
 
select_ops() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Select_opsContext
 
select_ops() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Select_stmtContext
 
select_ops(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Select_ops_no_parensContext
 
select_ops(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Select_opsContext
 
select_ops(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Select_ops_no_parensContext
 
select_ops(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Select_opsContext
 
select_ops(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Select_opsContext
 
select_ops_no_parens() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
select_ops_no_parens() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Select_stmt_no_parensContext
 
select_ops_no_parens() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
select_ops_no_parens() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Select_stmt_no_parensContext
 
select_ops_no_parens() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
select_ops_no_parens() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Select_stmt_no_parensContext
 
Select_ops_no_parensContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Select_ops_no_parensContext
 
Select_ops_no_parensContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Select_ops_no_parensContext
 
Select_ops_no_parensContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Select_ops_no_parensContext
 
Select_opsContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Select_opsContext
 
Select_opsContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Select_opsContext
 
Select_opsContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Select_opsContext
 
select_primary() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Select_ops_no_parensContext
 
select_primary() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Select_opsContext
 
select_primary() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
select_primary() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Select_ops_no_parensContext
 
select_primary() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Select_opsContext
 
select_primary() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
Select_primaryContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Select_primaryContext
 
Select_primaryContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Select_primaryContext
 
select_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Common_table_expressionContext
 
select_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_or_alter_viewContext
 
select_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Cursor_commonContext
 
select_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Dml_clauseContext
 
select_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.External_table_as_select_defContext
 
select_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Func_bodyContext
 
select_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Insert_statementContext
 
select_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.PredicateContext
 
select_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Select_opsContext
 
select_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
Select_statementContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Select_statementContext
 
select_stmt() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_table_modify_actionContext
 
select_stmt() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Data_clauseContext
 
select_stmt() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Dml_stmtContext
 
select_stmt() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Select_opsContext
 
select_stmt() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
select_stmt() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Subquery_clauseContext
 
select_stmt() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Table_body_exprContext
 
select_stmt() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_table_as_statementContext
 
select_stmt() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_view_statementContext
 
select_stmt() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Data_statementContext
 
select_stmt() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Declare_statementContext
 
select_stmt() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Insert_stmt_for_psqlContext
 
select_stmt() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Rewrite_commandContext
 
select_stmt() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Select_ops_no_parensContext
 
select_stmt() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Select_opsContext
 
select_stmt() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
select_stmt() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Table_subqueryContext
 
select_stmt() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Type_declarationContext
 
select_stmt_no_parens() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Arg_exprContext
 
select_stmt_no_parens() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Expr_primaryContext
 
select_stmt_no_parens() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.From_primaryContext
 
select_stmt_no_parens() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
select_stmt_no_parens() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Table_projection_defContext
 
select_stmt_no_parens() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.ExpressionContext
 
select_stmt_no_parens() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Object_expressionContext
 
select_stmt_no_parens() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
select_stmt_no_parens() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Assign_stmtContext
 
select_stmt_no_parens() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Comparison_modContext
 
select_stmt_no_parens() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Json_array_elementContext
 
select_stmt_no_parens() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
select_stmt_no_parens() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Value_expression_primaryContext
 
select_stmt_no_parens() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.VexContext
 
Select_stmt_no_parensContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Select_stmt_no_parensContext
 
Select_stmt_no_parensContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Select_stmt_no_parensContext
 
Select_stmt_no_parensContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Select_stmt_no_parensContext
 
Select_stmtContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Select_stmtContext
 
Select_stmtContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Select_stmtContext
 
select_sublist() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Select_listContext
 
select_sublist() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
select_sublist(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Select_listContext
 
Select_sublistContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Select_sublistContext
 
SELECTIVE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
SELECTIVE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
SELECTIVE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_selective_indexContext
 
SELECTIVE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
selectOps() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.rulectx.ChSelectOps
 
selectOps() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.rulectx.ChSelectStmt
Returns the ClickHouse SELECT operations wrapper.
selectOps() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.rulectx.MsSelectOps
 
selectOps() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.rulectx.MsSelectStmt
Returns the Microsoft SQL SELECT operations wrapper.
selectOps() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.rulectx.SelectStmt
Returns the SELECT operations wrapper.
selectOps(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ch.rulectx.ChSelectOps
 
selectOps(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.rulectx.MsSelectOps
 
selectOps(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.rulectx.SelectOps
Returns a SELECT operations wrapper for the specified index.
SelectOps - Class in org.pgcodekeeper.core.parsers.antlr.pg.rulectx
Merging wrapper for select_ops/select_ops_no_parens.
SelectOps(SQLParser.Select_ops_no_parensContext) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.rulectx.SelectOps
Creates a wrapper for non-parenthesized SELECT operations.
SelectOps(SQLParser.Select_opsContext) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.rulectx.SelectOps
Creates a wrapper for parenthesized SELECT operations.
selectPrimary() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.rulectx.ChSelectOps
 
selectPrimary() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.rulectx.SelectOps
Returns the SELECT primary context.
selectStmt() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.rulectx.ChSelectOps
 
selectStmt() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.rulectx.MsSelectOps
Returns the SELECT statement context.
selectStmt() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.rulectx.SelectOps
Returns the SELECT statement context.
selectStmt() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.rulectx.Vex
 
SelectStmt - Class in org.pgcodekeeper.core.parsers.antlr.pg.rulectx
Merging wrapper for select_stmt/select_stmt_no_parens.
SelectStmt(SQLParser.Select_stmt_no_parensContext) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.rulectx.SelectStmt
Creates a wrapper for a non-parenthesized SELECT statement.
SelectStmt(SQLParser.Select_stmtContext) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.rulectx.SelectStmt
Creates a wrapper for a parenthesized SELECT statement.
SELF - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
SELF - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
SELF() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Execute_clause_userContext
 
SELF() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Low_priority_lock_waitContext
 
SELF() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
SEMANTICKEYPHRASETABLE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
SEMANTICKEYPHRASETABLE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
SEMANTICSIMILARITYDETAILSTABLE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
SEMANTICSIMILARITYDETAILSTABLE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
SEMANTICSIMILARITYTABLE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
SEMANTICSIMILARITYTABLE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
SEMI - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
SEMI - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
SEMI - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
SEMI - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
SEMI() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Join_opContext
 
SEMI() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_reservedContext
 
SEMI() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Batch_statement_bodyContext
 
SEMI() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Batch_statementContext
 
SEMI() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_or_alter_procedureContext
 
SEMI() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Execute_moduleContext
 
SEMI() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Func_bodyContext
 
SEMI() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.If_statementContext
 
SEMI() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Sql_clausesContext
 
SEMI() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Try_catch_statementContext
 
SEMI(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Batch_statement_bodyContext
 
SEMI(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Batch_statementContext
 
SEMI(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Sql_clausesContext
 
SEMI_COLON - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
SEMI_COLON - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
SEMI_COLON() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_rewrite_statementContext
 
SEMI_COLON() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.DeclarationContext
 
SEMI_COLON() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Function_bodyContext
 
SEMI_COLON() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Function_statementsContext
 
SEMI_COLON() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Plpgsql_function_test_listContext
 
SEMI_COLON() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Plpgsql_functionContext
 
SEMI_COLON() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.SqlContext
 
SEMI_COLON(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_rewrite_statementContext
 
SEMI_COLON(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Function_bodyContext
 
SEMI_COLON(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Function_statementsContext
 
SEMI_COLON(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Plpgsql_function_test_listContext
 
SEMI_COLON(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.SqlContext
 
SEMI_SENSITIVE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
SEMI_SENSITIVE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
SEMI_SENSITIVE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Cursor_statementContext
 
SEMI_SENSITIVE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
SEMICOLON - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
SEMICOLON - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
SEMICOLON() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Ch_fileContext
 
SEMICOLON(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Ch_fileContext
 
sempred(RuleContext, int, int) - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
sempred(RuleContext, int, int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
sempred(RuleContext, int, int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
sempred(RuleContext, int, int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
SEND - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
SEND - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
SEND - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
SEND - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
SEND() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.PermissionContext
 
SEND() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Send_conversationContext
 
SEND() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
SEND() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_type_statementContext
 
SEND() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonkeywordContext
 
SEND() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Type_propertyContext
 
SEND(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_type_statementContext
 
send_conversation() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Conversation_statementContext
 
send_conversation() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
Send_conversationContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Send_conversationContext
 
send_function - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_type_statementContext
 
SENDS - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
SENDS - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
SENDS() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.PermissionContext
 
SENDS() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.System_stmtContext
 
SENDS() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
SENT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
SENT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
SENT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_contractContext
 
SENT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
SENT(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_contractContext
 
SEQ_END - Enum constant in enum class org.pgcodekeeper.core.schema.ms.GeneratedType
 
SEQ_START - Enum constant in enum class org.pgcodekeeper.core.schema.ms.GeneratedType
 
SEQUENCE - Enum constant in enum class org.pgcodekeeper.core.model.difftree.DbObjType
 
SEQUENCE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
SEQUENCE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
SEQUENCE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
SEQUENCE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
SEQUENCE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_sequenceContext
 
SEQUENCE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_sequenceContext
 
SEQUENCE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Drop_statementsContext
 
SEQUENCE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.PermissionContext
 
SEQUENCE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
SEQUENCE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_sequence_statementContext
 
SEQUENCE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
SEQUENCE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Comment_member_objectContext
 
SEQUENCE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_sequence_statementContext
 
SEQUENCE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Drop_statementsContext
 
SEQUENCE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Extension_member_objectContext
 
SEQUENCE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Label_member_objectContext
 
SEQUENCE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Owner_member_objectContext
 
SEQUENCE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Rule_member_objectContext
 
SEQUENCE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Sequence_bodyContext
 
SEQUENCE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
sequence_body() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_sequenceContext
 
sequence_body() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_sequenceContext
 
sequence_body() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
sequence_body() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_identityContext
 
sequence_body() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_sequence_statementContext
 
sequence_body() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_sequence_statementContext
 
sequence_body() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Identity_bodyContext
 
sequence_body() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
sequence_body(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_sequenceContext
 
sequence_body(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_sequenceContext
 
sequence_body(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_sequence_statementContext
 
sequence_body(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_sequence_statementContext
 
sequence_body(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Identity_bodyContext
 
Sequence_bodyContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Sequence_bodyContext
 
Sequence_bodyContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Sequence_bodyContext
 
sequence_name - Variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Function_callContext
 
SEQUENCE_NUMBER - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
SEQUENCE_NUMBER - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
SEQUENCE_NUMBER() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Column_optionContext
 
SEQUENCE_NUMBER() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
SEQUENCE_NUMBER_COLUMN_NAME - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
SEQUENCE_NUMBER_COLUMN_NAME - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
SEQUENCE_NUMBER_COLUMN_NAME() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
SEQUENCES - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
SEQUENCES - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
SEQUENCES() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Abbreviated_grant_or_revokeContext
 
SEQUENCES() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
SEQUENCES() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Rule_member_objectContext
 
SEQUENCES() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Script_additionalContext
 
SEQUENCES() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
SequencesReader - Class in org.pgcodekeeper.core.loader.jdbc.pg
Reader for PostgreSQL sequences.
SequencesReader(JdbcLoaderBase) - Constructor for class org.pgcodekeeper.core.loader.jdbc.pg.SequencesReader
Creates a new SequencesReader.
SequencesReader_log_not_found_table - Static variable in class org.pgcodekeeper.core.localizations.Messages
 
SERIAL - Static variable in interface org.pgcodekeeper.core.parsers.antlr.pg.expr.TypesSetManually
 
serial_func - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Aggregate_paramContext
 
SERIALFUNC - Enum constant in enum class org.pgcodekeeper.core.schema.pg.PgAggregate.AggFuncs
 
SERIALFUNC - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
SERIALFUNC - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
SERIALFUNC() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Aggregate_paramContext
 
SERIALFUNC() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonkeywordContext
 
SERIALIZABLE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
SERIALIZABLE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
SERIALIZABLE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
SERIALIZABLE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
SERIALIZABLE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Set_specialContext
 
SERIALIZABLE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
SERIALIZABLE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Table_hintContext
 
SERIALIZABLE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
SERIALIZABLE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
SERIALIZABLE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Transaction_modeContext
 
serialize(String, Serializable) - Static method in class org.pgcodekeeper.core.Utils
Serializes an object to a file at the specified path.
serialize(String, String) - Static method in class org.pgcodekeeper.core.schema.meta.MetaStorage
Serializes system objects from a database connection to a file.
serialize(Path, Serializable) - Static method in class org.pgcodekeeper.core.Utils
Serializes an object to a file at the specified path.
SERIALIZE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
SERIALIZE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
SERIALIZE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Explain_optionContext
 
SERIALIZE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonkeywordContext
 
SERVER - Enum constant in enum class org.pgcodekeeper.core.model.difftree.DbObjType
 
SERVER - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
SERVER - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
SERVER - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
SERVER - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
SERVER - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
SERVER - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
SERVER() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Auth_paramsContext
 
SERVER() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
SERVER() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_database_encryption_keyContext
 
SERVER() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_server_audit_specificationContext
 
SERVER() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_server_auditContext
 
SERVER() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_server_configurationContext
 
SERVER() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_server_roleContext
 
SERVER() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Backup_optionContext
 
SERVER() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Class_typeContext
 
SERVER() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_database_encryption_keyContext
 
SERVER() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_event_notificationContext
 
SERVER() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_or_alter_event_sessionContext
 
SERVER() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_or_alter_triggerContext
 
SERVER() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_server_audit_specificationContext
 
SERVER() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_server_auditContext
 
SERVER() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_server_roleContext
 
SERVER() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Drop_ddl_triggerContext
 
SERVER() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Drop_event_notifications_or_sessionContext
 
SERVER() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Drop_statementsContext
 
SERVER() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Enable_disable_triggerContext
 
SERVER() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.PermissionContext
 
SERVER() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
SERVER() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_server_statementContext
 
SERVER() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
SERVER() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Comment_member_objectContext
 
SERVER() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_server_statementContext
 
SERVER() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Define_serverContext
 
SERVER() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Drop_statementsContext
 
SERVER() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Extension_member_objectContext
 
SERVER() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Owner_member_objectContext
 
SERVER() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Rule_member_objectContext
 
SERVER() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Schema_importContext
 
SERVER() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
SERVER() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.User_mapping_nameContext
 
SERVER(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_server_audit_specificationContext
 
SERVER(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_server_audit_specificationContext
 
ServersReader - Class in org.pgcodekeeper.core.loader.jdbc.pg
Reader for PostgreSQL foreign servers.
ServersReader(JdbcLoaderBase, PgDatabase) - Constructor for class org.pgcodekeeper.core.loader.jdbc.pg.ServersReader
Creates a new ServersReader.
SERVICE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
SERVICE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
SERVICE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_master_key_sql_serverContext
 
SERVICE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_remote_service_bindingContext
 
SERVICE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_service_master_keyContext
 
SERVICE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_serviceContext
 
SERVICE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Backup_service_master_keyContext
 
SERVICE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Begin_conversation_dialogContext
 
SERVICE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Class_typeContext
 
SERVICE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_event_notificationContext
 
SERVICE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_remote_service_bindingContext
 
SERVICE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_serviceContext
 
SERVICE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Drop_statementsContext
 
SERVICE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.PermissionContext
 
SERVICE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Restore_service_master_keyContext
 
SERVICE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
SERVICE(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Begin_conversation_dialogContext
 
SERVICE(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_remote_service_bindingContext
 
service_broker() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_endpointContext
 
service_broker() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_endpointContext
 
service_broker() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
SERVICE_BROKER - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
SERVICE_BROKER - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
SERVICE_BROKER() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Service_brokerContext
 
SERVICE_BROKER() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
Service_brokerContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Service_brokerContext
 
SERVICE_NAME - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
SERVICE_NAME - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
SERVICE_NAME() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_routeContext
 
SERVICE_NAME() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_routeContext
 
SERVICE_NAME() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
SESSION - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
SESSION - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
SESSION - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
SESSION - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
SESSION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Class_typeContext
 
SESSION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_or_alter_event_sessionContext
 
SESSION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Drop_event_notifications_or_sessionContext
 
SESSION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.PermissionContext
 
SESSION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
SESSION() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Additional_statementContext
 
SESSION() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
SESSION() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Session_local_optionContext
 
SESSION() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Set_actionContext
 
SESSION() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Show_statementContext
 
SESSION() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
session_local_option() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Function_actions_commonContext
 
session_local_option() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
session_local_option() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Set_actionContext
 
Session_local_optionContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Session_local_optionContext
 
session_param - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Session_local_optionContext
 
SESSION_TIMEOUT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
SESSION_TIMEOUT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
SESSION_TIMEOUT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Replica_optionContext
 
SESSION_TIMEOUT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
SESSION_USER - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
SESSION_USER - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
SESSION_USER - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
SESSION_USER - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
SESSION_USER() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Function_callContext
 
SESSION_USER() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
SESSION_USER() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.System_functionContext
 
SESSION_USER() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_reservedContext
 
SESSION_USER() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.User_nameContext
 
set - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Column_actionContext
 
SET - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
SET - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
SET - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
SET - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
SET - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
SET - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
SET() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_named_collection_stmtContext
 
SET() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Data_typeContext
 
SET() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.PermissionContext
 
SET() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Set_stmtContext
 
SET() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
SET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Add_drop_event_targetContext
 
SET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Add_drop_eventContext
 
SET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_availability_group_optionsContext
 
SET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_databaseContext
 
SET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_external_data_sourceContext
 
SET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_external_languageContext
 
SET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_external_libraryContext
 
SET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_fulltext_index_optionContext
 
SET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_index_actionContext
 
SET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_server_configurationContext
 
SET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_table_actionContext
 
SET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_or_alter_broker_priorityContext
 
SET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Merge_matchedContext
 
SET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.On_deleteContext
 
SET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.On_updateContext
 
SET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Set_specialContext
 
SET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Set_statementContext
 
SET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Update_statementContext
 
SET() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.ActionContext
 
SET() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Admin_optionContext
 
SET() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_domain_statementContext
 
SET() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_identityContext
 
SET() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_operator_actionContext
 
SET() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_publication_actionContext
 
SET() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_subscription_actionContext
 
SET() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_table_statementContext
 
SET() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_tablespace_actionContext
 
SET() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_type_statementContext
 
SET() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_view_actionContext
 
SET() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
SET() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Column_actionContext
 
SET() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Conflict_actionContext
 
SET() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Foreign_optionContext
 
SET() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Function_actions_commonContext
 
SET() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Index_def_actionContext
 
SET() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Materialized_view_actionContext
 
SET() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Merge_matchedContext
 
SET() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Partition_gp_actionContext
 
SET() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.PermissionContext
 
SET() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Set_def_columnContext
 
SET() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Set_loggedContext
 
SET() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Set_reset_parameterContext
 
SET() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Set_schemaContext
 
SET() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Set_statementContext
 
SET() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Set_statisticsContext
 
SET() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Set_tablespaceContext
 
SET() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Table_actionContext
 
SET() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
SET() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Type_actionContext
 
SET() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Update_stmt_for_psqlContext
 
SET() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.With_queryContext
 
SET(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_server_configurationContext
 
SET(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.With_queryContext
 
set_action() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
set_action() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Set_statementContext
 
Set_actionContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Set_actionContext
 
set_def_column() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_domain_statementContext
 
set_def_column() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_view_actionContext
 
set_def_column() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Column_actionContext
 
set_def_column() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
Set_def_columnContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Set_def_columnContext
 
set_logged() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_sequence_statementContext
 
set_logged() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
set_logged() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Table_actionContext
 
Set_loggedContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Set_loggedContext
 
set_option_spec() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_availability_group_optionsContext
 
set_option_spec() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
Set_option_specContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Set_option_specContext
 
set_parameter() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Add_drop_event_targetContext
 
set_parameter() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Add_drop_eventContext
 
set_parameter() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
set_parameter(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Add_drop_event_targetContext
 
set_parameter(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Add_drop_eventContext
 
Set_parameterContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Set_parameterContext
 
set_qualifier() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Query_specificationContext
 
set_qualifier() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Select_ops_no_parensContext
 
set_qualifier() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Select_opsContext
 
set_qualifier() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
set_qualifier() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Function_callContext
 
set_qualifier() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Perform_stmtContext
 
set_qualifier() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Select_ops_no_parensContext
 
set_qualifier() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Select_opsContext
 
set_qualifier() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Select_primaryContext
 
set_qualifier() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
set_qualifier(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Perform_stmtContext
 
Set_qualifierContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Set_qualifierContext
 
Set_qualifierContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Set_qualifierContext
 
set_reset_parameter() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_database_actionContext
 
set_reset_parameter() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_user_or_role_set_resetContext
 
set_reset_parameter() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
Set_reset_parameterContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Set_reset_parameterContext
 
set_schema() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_aggregate_statementContext
 
set_schema() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_collation_statementContext
 
set_schema() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_conversion_statementContext
 
set_schema() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_domain_statementContext
 
set_schema() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_extension_actionContext
 
set_schema() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_fts_statementContext
 
set_schema() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_function_statementContext
 
set_schema() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_materialized_view_actionContext
 
set_schema() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_operator_actionContext
 
set_schema() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_operator_class_statementContext
 
set_schema() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_sequence_statementContext
 
set_schema() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_statistics_statementContext
 
set_schema() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_table_statementContext
 
set_schema() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_type_statementContext
 
set_schema() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_view_actionContext
 
set_schema() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Operator_family_actionContext
 
set_schema() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
Set_schemaContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Set_schemaContext
 
set_special() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
set_special() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Set_statementContext
 
Set_specialContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Set_specialContext
 
set_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Another_statementContext
 
set_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
set_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Schema_createContext
 
set_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
set_statement_value() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Session_local_optionContext
 
set_statement_value() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Set_reset_parameterContext
 
set_statement_value() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
Set_statement_valueContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Set_statement_valueContext
 
Set_statementContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Set_statementContext
 
Set_statementContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Set_statementContext
 
set_statistics() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_statistics_statementContext
 
set_statistics() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Column_actionContext
 
set_statistics() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Index_def_actionContext
 
set_statistics() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Materialized_view_actionContext
 
set_statistics() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
set_statistics_value() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Set_specialContext
 
set_statistics_value() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
set_statistics_value(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Set_specialContext
 
Set_statistics_valueContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Set_statistics_valueContext
 
Set_statisticsContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Set_statisticsContext
 
set_stmt() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Dml_stmtContext
 
set_stmt() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Group_by_clauseContext
 
set_stmt() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
Set_stmtContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Set_stmtContext
 
set_tablespace() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_database_actionContext
 
set_tablespace() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_index_statementContext
 
set_tablespace() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_materialized_view_statementContext
 
set_tablespace() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Index_def_actionContext
 
set_tablespace() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
set_tablespace() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Table_actionContext
 
Set_tablespaceContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Set_tablespaceContext
 
setAction(String) - Method in class org.pgcodekeeper.core.schema.PgObjLocation.Builder
 
setAddTransaction(boolean) - Method in class org.pgcodekeeper.core.settings.CoreSettings
 
setAddWhitespaceAfterOp(boolean) - Method in class org.pgcodekeeper.core.formatter.FormatConfiguration
 
setAddWhitespaceBeforeOp(boolean) - Method in class org.pgcodekeeper.core.formatter.FormatConfiguration
 
setAlias(String) - Method in class org.pgcodekeeper.core.schema.PgObjLocation.Builder
 
setAlignment(String) - Method in class org.pgcodekeeper.core.schema.pg.PgBaseType
 
setAllChecked() - Method in class org.pgcodekeeper.core.model.difftree.TreeElement
Marks all elements as selected starting from current element.
setAllowedTypes(List<DbObjType>) - Method in class org.pgcodekeeper.core.settings.CoreSettings
 
setAllowEncrypted(boolean) - Method in class org.pgcodekeeper.core.schema.ms.MsUser
 
setAnalyzeFunction(String) - Method in class org.pgcodekeeper.core.schema.pg.PgBaseType
 
setAnsiNulls(boolean) - Method in class org.pgcodekeeper.core.schema.ms.AbstractMsFunction
 
setAnsiNulls(boolean) - Method in class org.pgcodekeeper.core.schema.ms.MsTable
 
setAnsiNulls(boolean) - Method in class org.pgcodekeeper.core.schema.ms.MsTrigger
 
setAnsiNulls(boolean) - Method in class org.pgcodekeeper.core.schema.ms.MsView
 
setAssemblyClass(String) - Method in class org.pgcodekeeper.core.schema.ms.MsType
 
setAssemblyName(String) - Method in class org.pgcodekeeper.core.schema.ms.MsType
 
setAuthor(String) - Method in class org.pgcodekeeper.core.schema.PgStatement
Sets the author of this statement.
setAuthor(String) - Method in class org.pgcodekeeper.core.schema.PgStatementMeta
 
setAuthor(PgStatement, ResultSet) - Method in class org.pgcodekeeper.core.loader.jdbc.JdbcLoaderBase
 
setBaseType(String) - Method in class org.pgcodekeeper.core.schema.ms.MsType
 
setBlockSize(int) - Method in interface org.pgcodekeeper.core.schema.ICompressOptionContainer
Sets the block size for this object.
setBlockSize(int) - Method in class org.pgcodekeeper.core.schema.pg.PgBaseType
 
setBlockSize(int) - Method in class org.pgcodekeeper.core.schema.pg.PgColumn
 
setBody(String) - Method in class org.pgcodekeeper.core.schema.ch.ChEngine
 
setBody(String) - Method in class org.pgcodekeeper.core.schema.ch.ChFunction
 
setBody(String) - Method in class org.pgcodekeeper.core.schema.pg.AbstractPgFunction
 
setCache(String) - Method in class org.pgcodekeeper.core.schema.AbstractSequence
 
setCached(boolean) - Method in class org.pgcodekeeper.core.schema.ms.MsSequence
 
setCanceled(boolean) - Method in interface org.pgcodekeeper.core.monitor.IMonitor
Sets the cancellation state of this monitor.
setCanceled(boolean) - Method in class org.pgcodekeeper.core.monitor.NullMonitor
 
setCanonical(String) - Method in class org.pgcodekeeper.core.schema.pg.PgRangeType
 
setCategory(String) - Method in class org.pgcodekeeper.core.schema.pg.PgBaseType
 
setCharPositionInLine(int) - Method in class org.pgcodekeeper.core.schema.PgObjLocation.Builder
 
setCheck(String) - Method in class org.pgcodekeeper.core.schema.pg.PgPolicy
 
setClustered(boolean) - Method in class org.pgcodekeeper.core.schema.AbstractIndex
 
setClustered(boolean) - Method in class org.pgcodekeeper.core.schema.ms.MsConstraintPk
 
setClustered(boolean) - Method in class org.pgcodekeeper.core.schema.pg.PgConstraintPk
 
setCodeUnitPositionInLine(int) - Method in class org.pgcodekeeper.core.parsers.antlr.base.CodeUnitToken
 
setCodeUnitStart(int) - Method in class org.pgcodekeeper.core.parsers.antlr.base.CodeUnitToken
 
setCodeUnitStop(int) - Method in class org.pgcodekeeper.core.parsers.antlr.base.CodeUnitToken
 
setCollatable(String) - Method in class org.pgcodekeeper.core.schema.pg.PgBaseType
 
setCollation(String) - Method in class org.pgcodekeeper.core.schema.AbstractColumn
 
setCollation(String) - Method in class org.pgcodekeeper.core.schema.pg.PgDomain
 
setCollation(String) - Method in class org.pgcodekeeper.core.schema.pg.PgRangeType
 
setCollation(String) - Method in class org.pgcodekeeper.core.schema.SimpleColumn
 
setColumnstore(boolean) - Method in class org.pgcodekeeper.core.schema.ms.MsIndex
 
setCombineFunc(String) - Method in class org.pgcodekeeper.core.schema.pg.PgAggregate
 
setCommand(String) - Method in class org.pgcodekeeper.core.schema.pg.GpExternalTable
 
setComment(String) - Method in class org.pgcodekeeper.core.schema.meta.MetaStatement
 
setComment(String) - Method in class org.pgcodekeeper.core.schema.PgStatement
 
setComment(PgStatement, ResultSet) - Method in class org.pgcodekeeper.core.loader.jdbc.JdbcLoaderBase
 
setCommentsToEnd(boolean) - Method in class org.pgcodekeeper.core.settings.CoreSettings
 
setCommutator(String) - Method in class org.pgcodekeeper.core.schema.pg.PgOperator
 
setCompression(String) - Method in class org.pgcodekeeper.core.schema.pg.PgColumn
 
setCompressLevel(int) - Method in interface org.pgcodekeeper.core.schema.ICompressOptionContainer
Sets the compression level for this object.
setCompressLevel(int) - Method in class org.pgcodekeeper.core.schema.pg.PgBaseType
 
setCompressLevel(int) - Method in class org.pgcodekeeper.core.schema.pg.PgColumn
 
setCompressType(String) - Method in interface org.pgcodekeeper.core.schema.ICompressOptionContainer
Sets the compression type for this object.
setCompressType(String) - Method in class org.pgcodekeeper.core.schema.pg.PgBaseType
 
setCompressType(String) - Method in class org.pgcodekeeper.core.schema.pg.PgColumn
 
setConcurrentlyMode(boolean) - Method in class org.pgcodekeeper.core.settings.CoreSettings
 
setCondition(String) - Method in class org.pgcodekeeper.core.schema.pg.PgRule
 
setConditionAndAddCommands(SQLParser.Create_rewrite_statementContext, PgRule, AbstractDatabase, String, ISettings) - Static method in class org.pgcodekeeper.core.parsers.antlr.pg.statement.CreateRule
 
setConstraint(boolean) - Method in class org.pgcodekeeper.core.schema.pg.PgTrigger
 
setContext(ICast.CastContext) - Method in class org.pgcodekeeper.core.schema.pg.PgCast
 
setCtx(ParserRuleContext) - Method in class org.pgcodekeeper.core.schema.PgObjLocation.Builder
 
setCurrentObject(GenericColumn) - Method in class org.pgcodekeeper.core.loader.jdbc.JdbcLoaderBase
 
setCurrentOperation(String) - Method in class org.pgcodekeeper.core.loader.jdbc.JdbcLoaderBase
 
setCycle(boolean) - Method in class org.pgcodekeeper.core.schema.AbstractSequence
 
setDataMovementMode(boolean) - Method in class org.pgcodekeeper.core.settings.CoreSettings
 
setDataSpace(String) - Method in class org.pgcodekeeper.core.schema.ms.MsConstraintPk
 
setDataType(String) - Method in class org.pgcodekeeper.core.schema.AbstractSequence
 
setDataType(String) - Method in class org.pgcodekeeper.core.schema.ms.MsSequence
 
setDataType(String) - Method in class org.pgcodekeeper.core.schema.pg.PgDomain
 
setDataType(String) - Method in class org.pgcodekeeper.core.schema.pg.PgSequence
 
setDbType(DatabaseType) - Method in class org.pgcodekeeper.core.settings.CoreSettings
 
setDefaultDatabase(String) - Method in class org.pgcodekeeper.core.schema.ch.ChUser
 
setDefaultExpression(String) - Method in class org.pgcodekeeper.core.schema.Argument
 
setDefaultExpression(String) - Method in class org.pgcodekeeper.core.schema.pg.AbstractPgFunction.PgArgument
 
setDefaultName(String) - Method in class org.pgcodekeeper.core.schema.ms.MsColumn
 
setDefaultSchema(String) - Method in class org.pgcodekeeper.core.schema.AbstractDatabase
 
setDefaultType(String) - Method in class org.pgcodekeeper.core.schema.ch.ChColumn
 
setDefaultValue(String) - Method in class org.pgcodekeeper.core.schema.AbstractColumn
 
setDefaultValue(String) - Method in class org.pgcodekeeper.core.schema.pg.PgBaseType
 
setDefaultValue(String) - Method in class org.pgcodekeeper.core.schema.pg.PgDomain
 
setDeferrable(boolean) - Method in class org.pgcodekeeper.core.schema.pg.PgConstraint
 
setDefiner(String) - Method in class org.pgcodekeeper.core.schema.ch.ChView
 
setDelAction(String) - Method in class org.pgcodekeeper.core.schema.ms.MsConstraintFk
 
setDelAction(String) - Method in class org.pgcodekeeper.core.schema.pg.PgConstraintFk
 
setDelimiter(String) - Method in class org.pgcodekeeper.core.schema.pg.PgBaseType
 
setDesc(boolean) - Method in class org.pgcodekeeper.core.schema.SimpleColumn
 
setDeserialFunc(String) - Method in class org.pgcodekeeper.core.schema.pg.PgAggregate
 
setDestination(String) - Method in class org.pgcodekeeper.core.schema.ch.ChView
 
setDeterministic(boolean) - Method in class org.pgcodekeeper.core.schema.pg.PgCollation
 
setDirectCount(int) - Method in class org.pgcodekeeper.core.schema.pg.PgAggregate
 
setDisable(boolean) - Method in class org.pgcodekeeper.core.schema.ms.MsTrigger
 
setDisableCheckFunctionBodies(boolean) - Method in class org.pgcodekeeper.core.settings.CoreSettings
 
setDisabled(boolean) - Method in class org.pgcodekeeper.core.schema.ms.MsConstraint
 
setDistinct(boolean) - Method in class org.pgcodekeeper.core.schema.pg.PgConstraintPk
 
setDistribution(String) - Method in class org.pgcodekeeper.core.schema.pg.AbstractRegularTable
 
setDistribution(String) - Method in class org.pgcodekeeper.core.schema.pg.GpExternalTable
 
setDistribution(String) - Method in class org.pgcodekeeper.core.schema.pg.MaterializedPgView
 
setDropBeforeCreate(boolean) - Method in class org.pgcodekeeper.core.settings.CoreSettings
 
setElement(String) - Method in class org.pgcodekeeper.core.schema.pg.PgBaseType
 
setEnabledState(String) - Method in class org.pgcodekeeper.core.schema.pg.PgRule
 
setEnableFunctionBodiesDependencies(boolean) - Method in class org.pgcodekeeper.core.settings.CoreSettings
 
setEncoding(String) - Method in class org.pgcodekeeper.core.schema.pg.GpExternalTable
 
setEndCtx(ParserRuleContext) - Method in class org.pgcodekeeper.core.schema.PgObjLocation.Builder
 
setEndFunction(String) - Method in class org.pgcodekeeper.core.schema.pg.PgFtsParser
 
setEngine(String) - Method in class org.pgcodekeeper.core.schema.ch.ChSchema
 
setEngine(ChEngine) - Method in class org.pgcodekeeper.core.schema.ch.ChTable
 
setEngine(ChEngine) - Method in class org.pgcodekeeper.core.schema.ch.ChView
 
SETERROR - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
SETERROR - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
SETERROR() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Raiseerror_statementContext
 
SETERROR() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
setEvent(String) - Method in class org.pgcodekeeper.core.schema.pg.PgEventTrigger
 
setEvent(EventType) - Method in class org.pgcodekeeper.core.schema.AbstractPolicy
 
setEvent(EventType) - Method in class org.pgcodekeeper.core.schema.pg.PgRule
 
setExecutable(String) - Method in class org.pgcodekeeper.core.schema.pg.PgEventTrigger
 
setExecuteOn(String) - Method in class org.pgcodekeeper.core.schema.pg.AbstractPgFunction
 
setExLocation(String) - Method in class org.pgcodekeeper.core.schema.pg.GpExternalTable
 
setExpr(String) - Method in class org.pgcodekeeper.core.schema.ch.ChConstraint
 
setExpr(String) - Method in class org.pgcodekeeper.core.schema.ch.ChIndex
 
setExpression(String) - Method in class org.pgcodekeeper.core.schema.ms.MsColumn
 
setExpression(String) - Method in class org.pgcodekeeper.core.schema.ms.MsConstraintCheck
 
setExpression(String) - Method in class org.pgcodekeeper.core.schema.pg.PgConstraintCheck
 
setFdw(String) - Method in class org.pgcodekeeper.core.schema.pg.PgServer
 
setFilePath(String) - Method in class org.pgcodekeeper.core.schema.PgObjLocation.Builder
 
setFileStream(String) - Method in class org.pgcodekeeper.core.schema.ms.MsTable
 
setFilter(String) - Method in class org.pgcodekeeper.core.schema.ms.MsStatistics
 
setFinalFunc(String) - Method in class org.pgcodekeeper.core.schema.pg.PgAggregate
 
setFinalFuncExtra(boolean) - Method in class org.pgcodekeeper.core.schema.pg.PgAggregate
 
setFinalFuncModify(PgAggregate.ModifyType) - Method in class org.pgcodekeeper.core.schema.pg.PgAggregate
 
setFirst(K) - Method in class org.pgcodekeeper.core.utils.ModPair
Sets the first element of this pair.
setFirstPart(String) - Method in class org.pgcodekeeper.core.schema.ms.AbstractMsFunction
 
setFirstPart(String) - Method in class org.pgcodekeeper.core.schema.ms.MsTrigger
 
setFirstPart(String) - Method in class org.pgcodekeeper.core.schema.ms.MsView
 
setFirstPart(String) - Method in interface org.pgcodekeeper.core.schema.SourceStatement
Sets the first part of the source statement.
setForceSecurity(boolean) - Method in class org.pgcodekeeper.core.schema.pg.AbstractRegularTable
 
setForEachRow(boolean) - Method in class org.pgcodekeeper.core.schema.pg.PgTrigger
 
setForeignSchema(String) - Method in class org.pgcodekeeper.core.schema.ms.MsConstraintFk
 
setForeignSchema(String) - Method in class org.pgcodekeeper.core.schema.pg.PgConstraintFk
 
setForeignSchema(String) - Method in class org.pgcodekeeper.core.schema.pg.PgStatistics
 
setForeignTable(String) - Method in class org.pgcodekeeper.core.schema.ms.MsConstraintFk
 
setForeignTable(String) - Method in class org.pgcodekeeper.core.schema.pg.PgConstraintFk
 
setForeignTable(String) - Method in class org.pgcodekeeper.core.schema.pg.PgStatistics
 
setFormatOptions(String) - Method in class org.pgcodekeeper.core.schema.pg.GpExternalTable
 
setFormatType(String) - Method in class org.pgcodekeeper.core.schema.pg.GpExternalTable
 
setFullAnalyze(FullAnalyze) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.launcher.ViewAnalysisLauncher
 
setFullAnaLyze(FullAnalyze) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.expr.AbstractExpr
 
setFunction(String) - Method in class org.pgcodekeeper.core.schema.pg.PgCast
 
setFunction(String) - Method in class org.pgcodekeeper.core.schema.pg.PgTrigger
 
setFunctionWithDep(BiConsumer<T, String>, T, String, String) - Static method in class org.pgcodekeeper.core.loader.jdbc.JdbcReader
Sets a function reference on a statement and adds appropriate dependencies.
setFuncType(FuncTypes) - Method in class org.pgcodekeeper.core.schema.ms.MsClrFunction
 
setFuncType(FuncTypes) - Method in class org.pgcodekeeper.core.schema.ms.MsFunction
 
setGenerateConstraintNotValid(boolean) - Method in class org.pgcodekeeper.core.settings.CoreSettings
 
setGenerated(boolean) - Method in class org.pgcodekeeper.core.schema.pg.PgColumn
 
setGenerated(GeneratedType) - Method in class org.pgcodekeeper.core.schema.ms.MsColumn
 
setGenerateExistDoBlock(boolean) - Method in class org.pgcodekeeper.core.settings.CoreSettings
 
setGenerateExists(boolean) - Method in class org.pgcodekeeper.core.settings.CoreSettings
 
setGetTokenFunction(String) - Method in class org.pgcodekeeper.core.schema.pg.PgFtsParser
 
setGranVal(int) - Method in class org.pgcodekeeper.core.schema.ch.ChIndex
 
setHandler(String) - Method in class org.pgcodekeeper.core.schema.pg.PgForeignDataWrapper
 
setHashes(boolean) - Method in class org.pgcodekeeper.core.schema.pg.PgOperator
 
setHasOids(boolean) - Method in class org.pgcodekeeper.core.schema.pg.AbstractPgTable
 
setHeadLineFunction(String) - Method in class org.pgcodekeeper.core.schema.pg.PgFtsParser
 
setHidden(boolean) - Method in class org.pgcodekeeper.core.schema.ms.MsColumn
 
setIdentity(String, String) - Method in class org.pgcodekeeper.core.schema.ms.MsColumn
Configures this column as an identity column with the specified seed and increment values.
setIdentityType(String) - Method in class org.pgcodekeeper.core.schema.pg.PgColumn
 
setIgnoreColumnOrder(boolean) - Method in class org.pgcodekeeper.core.settings.CoreSettings
 
setIgnoreConcurrentModification(boolean) - Method in class org.pgcodekeeper.core.settings.CoreSettings
 
setIgnoreContent(boolean) - Method in class org.pgcodekeeper.core.model.difftree.IgnoredObject
 
setIgnorePrivileges(boolean) - Method in class org.pgcodekeeper.core.settings.CoreSettings
 
setIgnorePrivileges(boolean) - Method in interface org.pgcodekeeper.core.settings.ISettings
Sets whether privileges should be ignored during comparison.
setImmediate(Boolean) - Method in class org.pgcodekeeper.core.schema.pg.PgTrigger
 
setInCharsetName(String) - Method in class org.pgcodekeeper.core.settings.CoreSettings
 
setIndentSize(int) - Method in class org.pgcodekeeper.core.formatter.FormatConfiguration
 
setIndentType(FormatConfiguration.IndentType) - Method in class org.pgcodekeeper.core.formatter.FormatConfiguration
 
setIndexMethod(String) - Method in class org.pgcodekeeper.core.schema.pg.PgConstraintExclude
 
setInherit(boolean) - Method in class org.pgcodekeeper.core.schema.pg.PgColumn
 
setInherit(boolean) - Method in class org.pgcodekeeper.core.schema.pg.PgConstraintCheck
 
setInitCond(String) - Method in class org.pgcodekeeper.core.schema.pg.PgAggregate
 
setInitFunction(String) - Method in class org.pgcodekeeper.core.schema.pg.PgFtsTemplate
 
setInitially(boolean) - Method in class org.pgcodekeeper.core.schema.pg.PgConstraint
 
setInputFunction(String) - Method in class org.pgcodekeeper.core.schema.pg.PgBaseType
 
setInStatementBody(boolean) - Method in class org.pgcodekeeper.core.schema.pg.AbstractPgFunction
 
setInstead(boolean) - Method in class org.pgcodekeeper.core.schema.pg.PgRule
 
setInternalLength(String) - Method in class org.pgcodekeeper.core.schema.pg.PgBaseType
 
setIsLogErrors(boolean) - Method in class org.pgcodekeeper.core.schema.pg.GpExternalTable
 
setIsWithData(Boolean) - Method in class org.pgcodekeeper.core.schema.pg.MaterializedPgView
 
setJoin(String) - Method in class org.pgcodekeeper.core.schema.pg.PgOperator
 
setKeepNewlines(boolean) - Method in class org.pgcodekeeper.core.settings.CoreSettings
 
setKind(PgAggregate.AggKinds) - Method in class org.pgcodekeeper.core.schema.pg.PgAggregate
 
setLanguage(String) - Method in class org.pgcodekeeper.core.schema.ms.MsUser
 
setLanguageCost(String, Float) - Method in class org.pgcodekeeper.core.schema.pg.AbstractPgFunction
Sets the function language and cost.
setLayOut(String) - Method in class org.pgcodekeeper.core.schema.ch.ChDictionary
 
setLcCollate(String) - Method in class org.pgcodekeeper.core.schema.pg.PgCollation
 
setLcCtype(String) - Method in class org.pgcodekeeper.core.schema.pg.PgCollation
 
setLeakproof(boolean) - Method in class org.pgcodekeeper.core.schema.pg.AbstractPgFunction
 
setLeftArg(String) - Method in class org.pgcodekeeper.core.schema.meta.MetaOperator
 
setLeftArg(String) - Method in class org.pgcodekeeper.core.schema.pg.PgOperator
 
setLexizeFunction(String) - Method in class org.pgcodekeeper.core.schema.pg.PgFtsTemplate
 
setLexTypesFunction(String) - Method in class org.pgcodekeeper.core.schema.pg.PgFtsParser
 
setLibName(String) - Method in class org.pgcodekeeper.core.schema.PgStatement
Sets the name of the library this statement comes from.
setLibName(String) - Method in class org.pgcodekeeper.core.schema.PgStatementMeta
 
setLifeTime(String) - Method in class org.pgcodekeeper.core.schema.ch.ChDictionary
 
setLikeEquals(Collection<?>, Collection<?>) - Static method in class org.pgcodekeeper.core.Utils
Compares 2 collections for equality unorderedly as if they were Sets.
Does not eliminate duplicate elements as sets do and counts them instead.
setLikeType(String) - Method in class org.pgcodekeeper.core.schema.pg.PgBaseType
 
setLineNumber(int) - Method in class org.pgcodekeeper.core.schema.PgObjLocation.Builder
 
setLocation(PgObjLocation) - Method in class org.pgcodekeeper.core.schema.PgStatement
Sets the location information for this statement.
setLocation(PgObjLocation) - Method in class org.pgcodekeeper.core.schema.PgStatementMeta
 
setLocationType(PgObjLocation.LocationType) - Method in class org.pgcodekeeper.core.schema.PgObjLocation.Builder
 
setLogged(boolean) - Method in class org.pgcodekeeper.core.schema.pg.AbstractRegularTable
 
setLogged(boolean) - Method in class org.pgcodekeeper.core.schema.pg.PgSequence
 
setLogin(String) - Method in class org.pgcodekeeper.core.schema.ms.MsUser
 
setMaskingFunction(String) - Method in class org.pgcodekeeper.core.schema.ms.MsColumn
 
setMatch(String) - Method in class org.pgcodekeeper.core.schema.pg.PgConstraintFk
 
setMemoryOptimized(boolean) - Method in class org.pgcodekeeper.core.schema.ms.MsType
 
setMerges(boolean) - Method in class org.pgcodekeeper.core.schema.pg.PgOperator
 
setMethod(String) - Method in class org.pgcodekeeper.core.schema.pg.AbstractRegularTable
 
setMethod(String) - Method in class org.pgcodekeeper.core.schema.pg.MaterializedPgView
 
setMethod(String) - Method in class org.pgcodekeeper.core.schema.pg.PgIndex
 
setMethod(PgCast.CastMethod) - Method in class org.pgcodekeeper.core.schema.pg.PgCast
 
setMFinalFunc(String) - Method in class org.pgcodekeeper.core.schema.pg.PgAggregate
 
setMFinalFuncExtra(boolean) - Method in class org.pgcodekeeper.core.schema.pg.PgAggregate
 
setMFinalFuncModify(PgAggregate.ModifyType) - Method in class org.pgcodekeeper.core.schema.pg.PgAggregate
 
setMInitCond(String) - Method in class org.pgcodekeeper.core.schema.pg.PgAggregate
 
setMinMaxInc(long, Long, Long, String, long) - Method in class org.pgcodekeeper.core.schema.AbstractSequence
Sets the minimum, maximum, and increment values for this sequence.
setMinMaxInc(long, Long, Long, String, long) - Method in class org.pgcodekeeper.core.schema.ms.MsSequence
 
setMinMaxInc(long, Long, Long, String, long) - Method in class org.pgcodekeeper.core.schema.pg.PgSequence
 
setMInvFunc(String) - Method in class org.pgcodekeeper.core.schema.pg.PgAggregate
 
setMode(String) - Method in class org.pgcodekeeper.core.schema.pg.PgEventTrigger
 
setMode(ParserListenerMode) - Method in class org.pgcodekeeper.core.loader.PgDumpLoader
Sets the parser listener mode for controlling parsing behavior.
setMSFunc(String) - Method in class org.pgcodekeeper.core.schema.pg.PgAggregate
 
setMSSpace(int) - Method in class org.pgcodekeeper.core.schema.pg.PgAggregate
 
setMSType(String) - Method in class org.pgcodekeeper.core.schema.pg.PgAggregate
 
setMultirange(String) - Method in class org.pgcodekeeper.core.schema.pg.PgRangeType
 
setNegator(String) - Method in class org.pgcodekeeper.core.schema.pg.PgOperator
 
setNewTable(String) - Method in class org.pgcodekeeper.core.schema.pg.PgTrigger
 
setNotForRep(boolean) - Method in class org.pgcodekeeper.core.schema.ms.MsColumn
 
setNotForRepl(boolean) - Method in class org.pgcodekeeper.core.schema.ms.MsConstraintCheck
 
setNotForRepl(boolean) - Method in class org.pgcodekeeper.core.schema.ms.MsConstraintFk
 
setNotNull(boolean) - Method in class org.pgcodekeeper.core.schema.ms.MsType
 
setNotNull(boolean) - Method in class org.pgcodekeeper.core.schema.pg.PgDomain
 
setNotValid(boolean) - Method in class org.pgcodekeeper.core.schema.AbstractConstraint
 
setNullsDistinction(boolean) - Method in class org.pgcodekeeper.core.schema.pg.PgIndex
 
setNullsOrdering(String) - Method in class org.pgcodekeeper.core.schema.SimpleColumn
 
setNullValue(boolean) - Method in class org.pgcodekeeper.core.schema.AbstractColumn
 
setObject(GenericColumn) - Method in class org.pgcodekeeper.core.schema.PgObjLocation.Builder
 
setObjTypes(Set<DbObjType>) - Method in class org.pgcodekeeper.core.model.difftree.IgnoredObject
 
SETOF - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
SETOF - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
SETOF() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
SETOF() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Data_typeContext
 
SETOF() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreserved_except_function_typeContext
 
setOffset(int) - Method in class org.pgcodekeeper.core.schema.PgObjLocation.Builder
 
setOffset(Token) - Method in class org.pgcodekeeper.core.parsers.antlr.base.launcher.AbstractAnalysisLauncher
 
setOldTable(String) - Method in class org.pgcodekeeper.core.schema.pg.PgTrigger
 
setOnDelete(boolean) - Method in class org.pgcodekeeper.core.schema.pg.PgTrigger
 
setOnInsert(boolean) - Method in class org.pgcodekeeper.core.schema.pg.PgTrigger
 
setOnTruncate(boolean) - Method in class org.pgcodekeeper.core.schema.pg.PgTrigger
 
setOnUpdate(boolean) - Method in class org.pgcodekeeper.core.schema.pg.PgTrigger
 
setOpClass(String) - Method in class org.pgcodekeeper.core.schema.SimpleColumn
 
setOperator(String) - Method in class org.pgcodekeeper.core.schema.SimpleColumn
 
setOption(String) - Method in class org.pgcodekeeper.core.schema.ch.ChColumn
 
setOrderBy(String) - Method in class org.pgcodekeeper.core.schema.ch.ChEngine
 
setOutputFunction(String) - Method in class org.pgcodekeeper.core.schema.pg.PgBaseType
 
setOverridesMap(Map<PgStatement, StatementOverride>) - Method in class org.pgcodekeeper.core.loader.PgDumpLoader
Sets the statement overrides map for customizing parsed statements.
setOwnedBy(GenericColumn) - Method in class org.pgcodekeeper.core.schema.pg.PgSequence
 
setOwner(String) - Method in class org.pgcodekeeper.core.schema.PgStatement
 
setOwner(String) - Method in class org.pgcodekeeper.core.schema.StatementOverride
 
setOwner(PgStatement, long) - Method in class org.pgcodekeeper.core.loader.jdbc.JdbcLoaderBase
 
setOwner(PgStatement, String) - Method in class org.pgcodekeeper.core.loader.jdbc.JdbcLoaderBase
 
setParallel(String) - Method in class org.pgcodekeeper.core.schema.pg.AbstractPgFunction
 
setParent(TreeElement) - Method in class org.pgcodekeeper.core.model.difftree.TreeElement
Deprecated.
this method should only be used for column relationships
setParent(PgStatement) - Method in class org.pgcodekeeper.core.schema.PgStatement
Sets the parent statement for this statement.
setParser(String) - Method in class org.pgcodekeeper.core.schema.pg.PgFtsConfiguration
 
setPartitionBy(String) - Method in class org.pgcodekeeper.core.schema.ch.ChEngine
 
setPartitionBy(String) - Method in class org.pgcodekeeper.core.schema.pg.AbstractRegularTable
 
setPartitionGpBound(String, String) - Method in class org.pgcodekeeper.core.schema.pg.PartitionGpTable
Sets the partition bounds for this Greenplum table.
setPassedByValue(boolean) - Method in class org.pgcodekeeper.core.schema.pg.PgBaseType
 
setPeriodEndCol(AbstractColumn) - Method in class org.pgcodekeeper.core.schema.ms.MsTable
 
setPeriodStartCol(AbstractColumn) - Method in class org.pgcodekeeper.core.schema.ms.MsTable
 
setPermission(String) - Method in class org.pgcodekeeper.core.schema.ms.MsAssembly
 
setPermissive(boolean) - Method in class org.pgcodekeeper.core.schema.AbstractPolicy
 
setPersisted(boolean) - Method in class org.pgcodekeeper.core.schema.ms.MsColumn
 
setPk(String) - Method in class org.pgcodekeeper.core.schema.ch.ChDictionary
 
setPkExpr(String) - Method in class org.pgcodekeeper.core.schema.ch.ChTable
 
setPostFilePath(List<String>) - Method in class org.pgcodekeeper.core.settings.CoreSettings
 
setPredicate(String) - Method in class org.pgcodekeeper.core.schema.pg.PgConstraintExclude
 
setPreferred(String) - Method in class org.pgcodekeeper.core.schema.pg.PgBaseType
 
setPreFilePath(List<String>) - Method in class org.pgcodekeeper.core.settings.CoreSettings
 
setPrimaryKey(boolean) - Method in class org.pgcodekeeper.core.schema.meta.MetaConstraint
 
setPrimaryKey(String) - Method in class org.pgcodekeeper.core.schema.ch.ChEngine
 
setPrintUsing(boolean) - Method in class org.pgcodekeeper.core.settings.CoreSettings
 
setPrivileges(AbstractColumn, AbstractTable, String, String) - Method in class org.pgcodekeeper.core.loader.jdbc.JdbcLoaderBase
 
setPrivileges(PgStatement, String, String) - Method in class org.pgcodekeeper.core.loader.jdbc.JdbcLoaderBase
 
setPrivileges(PgStatement, String, String, String) - Method in class org.pgcodekeeper.core.loader.jdbc.JdbcLoaderBase
 
setPrivileges(PgStatement, List<XmlReader>) - Method in class org.pgcodekeeper.core.loader.jdbc.JdbcLoaderBase
 
setProcedure(String) - Method in class org.pgcodekeeper.core.schema.pg.PgOperator
 
setProvider(String) - Method in class org.pgcodekeeper.core.schema.pg.PgCollation
 
setQualified(boolean) - Method in class org.pgcodekeeper.core.model.difftree.IgnoredObject
 
setQualifier() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.rulectx.MsSelectOps
 
setQualifier() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.rulectx.SelectOps
Returns the set qualifier context (ALL, DISTINCT).
setQuery(String, String) - Method in class org.pgcodekeeper.core.schema.ch.ChView
Sets the query and normalized query for this view.
setQuery(String, String) - Method in class org.pgcodekeeper.core.schema.pg.AbstractPgView
Sets the view query and its normalized form.
setQuotedIdentified(boolean) - Method in class org.pgcodekeeper.core.schema.ms.AbstractMsFunction
 
setQuotedIdentified(boolean) - Method in class org.pgcodekeeper.core.schema.ms.MsTrigger
 
setQuotedIdentified(boolean) - Method in class org.pgcodekeeper.core.schema.ms.MsView
 
setRange(String) - Method in class org.pgcodekeeper.core.schema.ch.ChDictionary
 
setReadOnly(boolean) - Method in class org.pgcodekeeper.core.schema.Argument
 
setReceiveFunction(String) - Method in class org.pgcodekeeper.core.schema.pg.PgBaseType
 
setRefreshPeriod(int) - Method in class org.pgcodekeeper.core.schema.ch.ChView
 
setRefTableName(String) - Method in class org.pgcodekeeper.core.schema.pg.PgTrigger
 
setRegular(boolean) - Method in class org.pgcodekeeper.core.model.difftree.IgnoredObject
 
setRejectLimit(int) - Method in class org.pgcodekeeper.core.schema.pg.GpExternalTable
 
setRelocatable(boolean) - Method in class org.pgcodekeeper.core.schema.pg.PgExtension
 
setRemoveTrailingWhitespace(boolean) - Method in class org.pgcodekeeper.core.formatter.FormatConfiguration
 
setRestrict(String) - Method in class org.pgcodekeeper.core.schema.pg.PgOperator
 
setReturns(String) - Method in class org.pgcodekeeper.core.schema.AbstractFunction
 
setReturns(String) - Method in class org.pgcodekeeper.core.schema.ch.ChFunction
 
setReturns(String) - Method in interface org.pgcodekeeper.core.schema.IFunction
Sets the return type of this function.
setReturns(String) - Method in interface org.pgcodekeeper.core.schema.IOperator
Sets the return type of this operator.
setReturns(String) - Method in class org.pgcodekeeper.core.schema.meta.MetaFunction
 
setReturns(String) - Method in class org.pgcodekeeper.core.schema.meta.MetaOperator
 
setReturns(String) - Method in class org.pgcodekeeper.core.schema.ms.MsClrFunction
 
setReturns(String) - Method in class org.pgcodekeeper.core.schema.pg.PgAggregate
 
setReturns(String) - Method in class org.pgcodekeeper.core.schema.pg.PgFunction
 
setReturns(String) - Method in class org.pgcodekeeper.core.schema.pg.PgOperator
 
setReturns(String) - Method in class org.pgcodekeeper.core.schema.pg.PgProcedure
 
setRightArg(String) - Method in class org.pgcodekeeper.core.schema.meta.MetaOperator
 
setRightArg(String) - Method in class org.pgcodekeeper.core.schema.pg.PgOperator
 
setRowGuidCol(boolean) - Method in class org.pgcodekeeper.core.schema.ms.MsColumn
 
setRowReject(boolean) - Method in class org.pgcodekeeper.core.schema.pg.GpExternalTable
 
setRows(float) - Method in class org.pgcodekeeper.core.schema.pg.AbstractPgFunction
 
setRowSecurity(boolean) - Method in class org.pgcodekeeper.core.schema.pg.AbstractRegularTable
 
setRules(String) - Method in class org.pgcodekeeper.core.schema.pg.PgCollation
 
SETS - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
SETS - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
SETS - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
SETS - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
SETS - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
SETS - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
SETS() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Grouping_elementContext
 
SETS() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
SETS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Execute_optionContext
 
SETS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Group_by_itemContext
 
SETS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
SETS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
SETS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Grouping_elementContext
 
SETS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
setSampleBy(String) - Method in class org.pgcodekeeper.core.schema.ch.ChEngine
 
setSchema(String) - Method in class org.pgcodekeeper.core.schema.ms.MsUser
Sets the default schema for this user.
setSchema(String) - Method in class org.pgcodekeeper.core.schema.pg.PgExtension
 
setSchemaBinding(boolean) - Method in class org.pgcodekeeper.core.schema.ms.MsView
 
setSecond(V) - Method in class org.pgcodekeeper.core.utils.ModPair
Sets the second element of this pair and returns the previous value.
setSecondPart(String) - Method in class org.pgcodekeeper.core.schema.ms.AbstractMsFunction
 
setSecondPart(String) - Method in class org.pgcodekeeper.core.schema.ms.MsTrigger
 
setSecondPart(String) - Method in class org.pgcodekeeper.core.schema.ms.MsView
 
setSecondPart(String) - Method in interface org.pgcodekeeper.core.schema.SourceStatement
Sets the second part of the source statement.
setSecurityDefiner(boolean) - Method in class org.pgcodekeeper.core.schema.pg.AbstractPgFunction
 
setSelected(boolean) - Method in class org.pgcodekeeper.core.model.difftree.TreeElement
Sets the selection state of this element.
setSelectedOnly(boolean) - Method in class org.pgcodekeeper.core.settings.CoreSettings
 
setSendFunction(String) - Method in class org.pgcodekeeper.core.schema.pg.PgBaseType
 
setSequence(PgSequence) - Method in class org.pgcodekeeper.core.schema.pg.PgColumn
 
setSerialFunc(String) - Method in class org.pgcodekeeper.core.schema.pg.PgAggregate
 
setSetof(boolean) - Method in class org.pgcodekeeper.core.schema.meta.MetaFunction
 
setSFunc(String) - Method in class org.pgcodekeeper.core.schema.pg.PgAggregate
 
setShow(boolean) - Method in class org.pgcodekeeper.core.model.difftree.IgnoredObject
 
setShow(boolean) - Method in class org.pgcodekeeper.core.model.difftree.IgnoreList
 
setShow(boolean) - Method in class org.pgcodekeeper.core.model.difftree.IgnoreSchemaList
 
setShow(boolean) - Method in interface org.pgcodekeeper.core.model.difftree.IIgnoreList
Sets the default show behavior for this ignore list.
setSimplifyView(boolean) - Method in class org.pgcodekeeper.core.settings.CoreSettings
 
setSortOp(String) - Method in class org.pgcodekeeper.core.schema.pg.PgAggregate
 
setSourceType(String) - Method in class org.pgcodekeeper.core.schema.ch.ChDictionary
 
setSparse(boolean) - Method in class org.pgcodekeeper.core.schema.ms.MsColumn
 
setSql(String) - Method in class org.pgcodekeeper.core.schema.PgObjLocation.Builder
 
setSqlSecurity(String) - Method in class org.pgcodekeeper.core.schema.ch.ChView
 
setSSpace(int) - Method in class org.pgcodekeeper.core.schema.pg.PgAggregate
 
setStartFunction(String) - Method in class org.pgcodekeeper.core.schema.pg.PgFtsParser
 
setStartWith(String) - Method in class org.pgcodekeeper.core.schema.AbstractSequence
 
setStatistics(int) - Method in class org.pgcodekeeper.core.schema.pg.PgStatistics
 
setStatistics(Integer) - Method in class org.pgcodekeeper.core.schema.pg.PgColumn
 
setStopNotAllowed(boolean) - Method in class org.pgcodekeeper.core.settings.CoreSettings
 
setStorage(String) - Method in class org.pgcodekeeper.core.schema.pg.PgBaseType
 
setStorage(String) - Method in class org.pgcodekeeper.core.schema.pg.PgColumn
 
setStorageType(String) - Method in class org.pgcodekeeper.core.schema.ch.ChRole
 
setStorageType(String) - Method in class org.pgcodekeeper.core.schema.ch.ChUser
 
setStrict(boolean) - Method in class org.pgcodekeeper.core.schema.pg.AbstractPgFunction
 
setSType(String) - Method in class org.pgcodekeeper.core.schema.pg.PgAggregate
 
setSubElems(String, String) - Method in class org.pgcodekeeper.core.schema.pg.PartitionTemplateContainer
Adds a subpartition element to this template.
setSubscriptFunction(String) - Method in class org.pgcodekeeper.core.schema.pg.PgBaseType
 
setSubtype(String) - Method in class org.pgcodekeeper.core.schema.pg.PgRangeType
 
setSubtypeDiff(String) - Method in class org.pgcodekeeper.core.schema.pg.PgRangeType
 
setSubtypeOpClass(String) - Method in class org.pgcodekeeper.core.schema.pg.PgRangeType
 
setSupportFunc(String) - Method in class org.pgcodekeeper.core.schema.pg.AbstractPgFunction
 
setSysVersioning(String) - Method in class org.pgcodekeeper.core.schema.ms.MsTable
 
setTablespace(String) - Method in class org.pgcodekeeper.core.schema.AbstractIndex
 
setTablespace(String) - Method in class org.pgcodekeeper.core.schema.ms.MsTable
 
setTablespace(String) - Method in class org.pgcodekeeper.core.schema.pg.AbstractRegularTable
 
setTablespace(String) - Method in class org.pgcodekeeper.core.schema.pg.MaterializedPgView
 
setTablespace(String) - Method in class org.pgcodekeeper.core.schema.pg.PgConstraintExclude
 
setTablespace(String) - Method in class org.pgcodekeeper.core.schema.pg.PgConstraintPk
 
setTablespace(String) - Method in interface org.pgcodekeeper.core.schema.pg.PgIndexParamContainer
Sets the tablespace for this index.
setTemplate(String) - Method in class org.pgcodekeeper.core.schema.pg.PgFtsDictionary
 
setTextImage(String) - Method in class org.pgcodekeeper.core.schema.ms.MsTable
 
setTimeZone(String) - Method in class org.pgcodekeeper.core.settings.CoreSettings
 
SETTING - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
SETTING - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
SETTING() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_table_actionContext
 
SETTING() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_table_modify_actionContext
 
SETTING() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Modify_column_exprContext
 
SETTING() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Show_stmtContext
 
SETTING() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
SETTINGS - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
SETTINGS - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
SETTINGS - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
SETTINGS - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
SETTINGS - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
SETTINGS - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
SETTINGS() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Dictionary_optionContext
 
SETTINGS() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Drop_elementContext
 
SETTINGS() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Modify_column_exprContext
 
SETTINGS() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Move_stmtContext
 
SETTINGS() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Object_typeContext
 
SETTINGS() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.PermissionContext
 
SETTINGS() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Settings_clauseContext
 
SETTINGS() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Show_stmtContext
 
SETTINGS() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Table_column_defContext
 
SETTINGS() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_reservedContext
 
SETTINGS() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.User_settingsContext
 
SETTINGS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.PermissionContext
 
SETTINGS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
SETTINGS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Explain_optionContext
 
SETTINGS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonkeywordContext
 
SETTINGS(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.User_settingsContext
 
settings_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_table_actionContext
 
settings_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_table_drop_actionContext
 
settings_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_table_mat_actionContext
 
settings_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Attach_table_stmtContext
 
settings_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Check_stmtContext
 
settings_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Create_database_stmtContext
 
settings_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Engine_optionContext
 
settings_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Select_primaryContext
 
settings_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
Settings_clauseContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Settings_clauseContext
 
setTracked(Boolean) - Method in class org.pgcodekeeper.core.schema.ms.MsTable
 
setTriggerState(TriggerState) - Method in class org.pgcodekeeper.core.schema.pg.PgTrigger
 
setTtl(String) - Method in class org.pgcodekeeper.core.schema.ch.ChColumn
 
setTtl(String) - Method in class org.pgcodekeeper.core.schema.ch.ChEngine
 
setType(String) - Method in class org.pgcodekeeper.core.schema.AbstractColumn
 
setType(String) - Method in class org.pgcodekeeper.core.schema.ch.ChIndex
 
setType(String) - Method in class org.pgcodekeeper.core.schema.pg.PgServer
 
setType(ChView.ChViewType) - Method in class org.pgcodekeeper.core.schema.ch.ChView
 
setType(PgTrigger.TgTypes) - Method in class org.pgcodekeeper.core.schema.pg.PgTrigger
 
setTypmodInputFunction(String) - Method in class org.pgcodekeeper.core.schema.pg.PgBaseType
 
setTypmodOutputFunction(String) - Method in class org.pgcodekeeper.core.schema.pg.PgBaseType
 
setUnique(boolean) - Method in class org.pgcodekeeper.core.schema.AbstractIndex
 
setUpdAction(String) - Method in class org.pgcodekeeper.core.schema.ms.MsConstraintFk
 
setUpdAction(String) - Method in class org.pgcodekeeper.core.schema.pg.PgConstraintFk
 
setUrLocation(List<String>) - Method in class org.pgcodekeeper.core.schema.pg.GpExternalTable
 
SETUSER - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
SETUSER - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
SETUSER() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Setuser_statementContext
 
setuser_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Another_statementContext
 
setuser_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
Setuser_statementContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Setuser_statementContext
 
setUsing(String) - Method in class org.pgcodekeeper.core.schema.AbstractPolicy
 
setValidator(String) - Method in class org.pgcodekeeper.core.schema.pg.PgForeignDataWrapper
 
setVersion(String) - Method in class org.pgcodekeeper.core.schema.pg.PgServer
 
setVersion(SupportedPgVersion) - Method in class org.pgcodekeeper.core.schema.AbstractDatabase
 
setVisible(boolean) - Method in class org.pgcodekeeper.core.schema.ms.MsAssembly
 
setVolatileType(String) - Method in class org.pgcodekeeper.core.schema.pg.AbstractPgFunction
 
setWarning(DangerStatement) - Method in class org.pgcodekeeper.core.schema.PgObjLocation
 
setWeb(boolean) - Method in class org.pgcodekeeper.core.schema.pg.GpExternalTable
 
setWhen(String) - Method in class org.pgcodekeeper.core.schema.pg.PgTrigger
 
setWhere(String) - Method in class org.pgcodekeeper.core.schema.AbstractIndex
 
setWindow(boolean) - Method in class org.pgcodekeeper.core.schema.pg.AbstractPgFunction
 
setWithRefresh(boolean) - Method in class org.pgcodekeeper.core.schema.ch.ChView
 
setWorkRemaining(int) - Method in interface org.pgcodekeeper.core.monitor.IMonitor
Sets the number of work units remaining for this monitor.
setWorkRemaining(int) - Method in class org.pgcodekeeper.core.monitor.NullMonitor
 
setWritable(boolean) - Method in class org.pgcodekeeper.core.schema.pg.GpExternalTable
 
severity - Variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Raiseerror_statementContext
 
SFUNC - Enum constant in enum class org.pgcodekeeper.core.schema.pg.PgAggregate.AggFuncs
 
SFUNC - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
SFUNC - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
SFUNC() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_aggregate_statementContext
 
SFUNC() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonkeywordContext
 
sfunc_name - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_aggregate_statementContext
 
sha(String) - Static method in class org.pgcodekeeper.core.Utils
Returns SHA-256 hash of string as hexadecimal.
shallowCopy() - Method in class org.pgcodekeeper.core.schema.AbstractColumn
 
shallowCopy() - Method in class org.pgcodekeeper.core.schema.AbstractConstraint
 
shallowCopy() - Method in class org.pgcodekeeper.core.schema.AbstractDatabase
 
shallowCopy() - Method in class org.pgcodekeeper.core.schema.AbstractFunction
 
shallowCopy() - Method in class org.pgcodekeeper.core.schema.AbstractIndex
 
shallowCopy() - Method in class org.pgcodekeeper.core.schema.AbstractPolicy
 
shallowCopy() - Method in class org.pgcodekeeper.core.schema.AbstractSchema
 
shallowCopy() - Method in class org.pgcodekeeper.core.schema.AbstractSequence
 
shallowCopy() - Method in class org.pgcodekeeper.core.schema.AbstractStatistics
 
shallowCopy() - Method in class org.pgcodekeeper.core.schema.AbstractTable
 
shallowCopy() - Method in class org.pgcodekeeper.core.schema.AbstractTrigger
 
shallowCopy() - Method in class org.pgcodekeeper.core.schema.AbstractType
 
shallowCopy() - Method in class org.pgcodekeeper.core.schema.ch.ChDictionary
 
shallowCopy() - Method in class org.pgcodekeeper.core.schema.ch.ChFunction
 
shallowCopy() - Method in class org.pgcodekeeper.core.schema.ch.ChRole
 
shallowCopy() - Method in class org.pgcodekeeper.core.schema.ch.ChUser
 
shallowCopy() - Method in class org.pgcodekeeper.core.schema.ms.AbstractMsClrFunction
 
shallowCopy() - Method in class org.pgcodekeeper.core.schema.ms.AbstractMsFunction
 
shallowCopy() - Method in class org.pgcodekeeper.core.schema.ms.MsAssembly
 
shallowCopy() - Method in class org.pgcodekeeper.core.schema.ms.MsConstraint
 
shallowCopy() - Method in class org.pgcodekeeper.core.schema.ms.MsRole
 
shallowCopy() - Method in class org.pgcodekeeper.core.schema.ms.MsUser
 
shallowCopy() - Method in class org.pgcodekeeper.core.schema.pg.AbstractPgFunction
 
shallowCopy() - Method in class org.pgcodekeeper.core.schema.pg.AbstractPgTable
 
shallowCopy() - Method in class org.pgcodekeeper.core.schema.pg.AbstractRegularTable
 
shallowCopy() - Method in class org.pgcodekeeper.core.schema.pg.GpExternalTable
 
shallowCopy() - Method in class org.pgcodekeeper.core.schema.pg.PartitionGpTable
 
shallowCopy() - Method in class org.pgcodekeeper.core.schema.pg.PgCast
 
shallowCopy() - Method in class org.pgcodekeeper.core.schema.pg.PgCollation
 
shallowCopy() - Method in class org.pgcodekeeper.core.schema.pg.PgConstraint
 
shallowCopy() - Method in class org.pgcodekeeper.core.schema.pg.PgDomain
 
shallowCopy() - Method in class org.pgcodekeeper.core.schema.pg.PgEventTrigger
 
shallowCopy() - Method in class org.pgcodekeeper.core.schema.pg.PgExtension
 
shallowCopy() - Method in class org.pgcodekeeper.core.schema.pg.PgForeignDataWrapper
 
shallowCopy() - Method in class org.pgcodekeeper.core.schema.pg.PgFtsConfiguration
 
shallowCopy() - Method in class org.pgcodekeeper.core.schema.pg.PgFtsDictionary
 
shallowCopy() - Method in class org.pgcodekeeper.core.schema.pg.PgFtsParser
 
shallowCopy() - Method in class org.pgcodekeeper.core.schema.pg.PgFtsTemplate
 
shallowCopy() - Method in class org.pgcodekeeper.core.schema.pg.PgOperator
 
shallowCopy() - Method in class org.pgcodekeeper.core.schema.pg.PgRule
 
shallowCopy() - Method in class org.pgcodekeeper.core.schema.pg.PgSequence
 
shallowCopy() - Method in class org.pgcodekeeper.core.schema.pg.PgServer
 
shallowCopy() - Method in class org.pgcodekeeper.core.schema.pg.PgUserMapping
 
shallowCopy() - Method in class org.pgcodekeeper.core.schema.PgStatement
Copies all object properties into a new object and leaves all its children empty.
shallowCopy() - Method in class org.pgcodekeeper.core.schema.PgStatementContainer
 
SHARE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
SHARE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
SHARE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
SHARE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
SHARE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Lock_tableContext
 
SHARE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
SHARE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.After_opsContext
 
SHARE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
SHARE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Lock_modeContext
 
SHARE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
SHAREABLE - Enum constant in enum class org.pgcodekeeper.core.schema.pg.PgAggregate.ModifyType
 
SHAREABLE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
SHAREABLE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
SHAREABLE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Aggregate_paramContext
 
SHAREABLE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonkeywordContext
 
SHORTEST_PATH - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
SHORTEST_PATH - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
SHORTEST_PATH() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Match_specificationContext
 
SHORTEST_PATH() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
SHOW - Static variable in class org.pgcodekeeper.core.parsers.antlr.base.generated.IgnoreListLexer
 
SHOW - Static variable in class org.pgcodekeeper.core.parsers.antlr.base.generated.IgnoreListParser
 
SHOW - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
SHOW - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
SHOW - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
SHOW - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
SHOW() - Method in class org.pgcodekeeper.core.parsers.antlr.base.generated.IgnoreListParser.BlackContext
 
SHOW() - Method in class org.pgcodekeeper.core.parsers.antlr.base.generated.IgnoreListParser.Show_ruleContext
 
SHOW() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Dml_stmtContext
 
SHOW() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.PermissionContext
 
SHOW() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
SHOW() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
SHOW() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Show_statementContext
 
SHOW() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
show_rule() - Method in class org.pgcodekeeper.core.parsers.antlr.base.generated.IgnoreListParser
 
show_rule() - Method in class org.pgcodekeeper.core.parsers.antlr.base.generated.IgnoreListParser.WhiteContext
 
show_rule(int) - Method in class org.pgcodekeeper.core.parsers.antlr.base.generated.IgnoreListParser.WhiteContext
 
Show_ruleContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.base.generated.IgnoreListParser.Show_ruleContext
 
show_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Plpgsql_queryContext
 
show_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Script_additionalContext
 
show_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
Show_statementContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Show_statementContext
 
show_stmt() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Dml_stmtContext
 
show_stmt() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
Show_stmtContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Show_stmtContext
 
showData(String, List<List<Object>>) - Method in interface org.pgcodekeeper.core.reporter.IProgressReporter
Displays query results in the progress report.
SHOWPLAN - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
SHOWPLAN - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
SHOWPLAN() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.PermissionContext
 
SHOWPLAN() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
SHUTDOWN - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
SHUTDOWN - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
SHUTDOWN - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
SHUTDOWN - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
SHUTDOWN() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.PermissionContext
 
SHUTDOWN() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
SHUTDOWN() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Audit_optionContext
 
SHUTDOWN() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.PermissionContext
 
SHUTDOWN() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Shutdown_statementContext
 
shutdown_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Another_statementContext
 
shutdown_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
Shutdown_statementContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Shutdown_statementContext
 
SID - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
SID - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
SID() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Login_sub_option_listContext
 
SID() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
SID() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.User_optionContext
 
sign() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
sign() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Signed_number_literalContext
 
sign() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.ConstantContext
 
sign() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
sign() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Signed_numerical_literalContext
 
SIGNATURE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
SIGNATURE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
SIGNATURE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Add_signatureContext
 
SIGNATURE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_column_master_keyContext
 
SIGNATURE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Cripto_listContext
 
SIGNATURE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Drop_signatureContext
 
SIGNATURE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
SignContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.SignContext
 
SignContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.SignContext
 
SIGNED - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
SIGNED - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
SIGNED() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Data_typeContext
 
SIGNED() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
signed_number_literal() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Data_typeContext
 
signed_number_literal() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Enum_valueContext
 
signed_number_literal() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.PrecisionContext
 
signed_number_literal() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
signed_number_literal() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.User_settingContext
 
signed_number_literal(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Data_typeContext
 
signed_number_literal(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.PrecisionContext
 
signed_number_literal(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.User_settingContext
 
Signed_number_literalContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Signed_number_literalContext
 
signed_numerical_literal() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_sequenceContext
 
signed_numerical_literal() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.ConstantContext
 
signed_numerical_literal() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Identity_valueContext
 
signed_numerical_literal() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Sequence_bodyContext
 
signed_numerical_literal() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
signed_numerical_literal(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_sequenceContext
 
signed_numerical_literal(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Identity_valueContext
 
Signed_numerical_literalContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Signed_numerical_literalContext
 
signediconst() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_database_optionContext
 
signediconst() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_database_optionContext
 
signediconst() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_type_statementContext
 
signediconst() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Fetch_move_directionContext
 
signediconst() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.NumericonlyContext
 
signediconst() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Set_statisticsContext
 
signediconst() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
signediconst() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.User_or_role_common_optionContext
 
signediconst(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_type_statementContext
 
SignediconstContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.SignediconstContext
 
similar() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.rulectx.Vex
 
SIMILAR - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
SIMILAR - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
SIMILAR() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
SIMILAR() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.String_value_functionContext
 
SIMILAR() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_reserved_except_function_typeContext
 
SIMILAR() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.VexContext
 
SIMPLE - Enum constant in enum class org.pgcodekeeper.core.schema.ch.ChView.ChViewType
 
SIMPLE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
SIMPLE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
SIMPLE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
SIMPLE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
SIMPLE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Database_optionspecContext
 
SIMPLE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.OptionContext
 
SIMPLE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
SIMPLE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
SIMPLE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Constr_bodyContext
 
SIMPLE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
simple_id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Dbcc_clauseContext
 
simple_id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.File_format_optionsContext
 
simple_id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Format_optionsContext
 
simple_id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.IdContext
 
simple_id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Index_option_valueContext
 
simple_id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Index_optionContext
 
simple_id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Ledger_view_optionContext
 
simple_id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Resume_optionContext
 
simple_id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
simple_id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Spatial_index_coordinateContext
 
simple_id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Spatial_index_gridContext
 
simple_id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Trigger_operationContext
 
Simple_idContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
simple_match_pattern() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Match_specificationContext
 
simple_match_pattern() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
simple_match_pattern(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Match_specificationContext
 
Simple_match_patternContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_match_patternContext
 
SimpleColumn - Class in org.pgcodekeeper.core.schema
Represents a simple column reference with ordering and operator class information.
SimpleColumn(String) - Constructor for class org.pgcodekeeper.core.schema.SimpleColumn
 
SimpleDepcyResolver - Class in org.pgcodekeeper.core.model.graph
Simple dependency resolver for database objects.
SimpleDepcyResolver(AbstractDatabase, boolean) - Constructor for class org.pgcodekeeper.core.model.graph.SimpleDepcyResolver
Creates a dependency resolver with old database only.
SimpleDepcyResolver(AbstractDatabase, AbstractDatabase, boolean) - Constructor for class org.pgcodekeeper.core.model.graph.SimpleDepcyResolver
Creates a dependency resolver with both old and new database schemas.
SimpleForeignPgTable - Class in org.pgcodekeeper.core.schema.pg
PostgreSQL simple foreign table implementation.
SimpleForeignPgTable(String, String) - Constructor for class org.pgcodekeeper.core.schema.pg.SimpleForeignPgTable
Creates a new PostgreSQL simple foreign table.
SimplePgTable - Class in org.pgcodekeeper.core.schema.pg
PostgreSQL simple table implementation.
SimplePgTable(String) - Constructor for class org.pgcodekeeper.core.schema.pg.SimplePgTable
Creates a new PostgreSQL simple table.
SINGLE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
SINGLE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
SINGLE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Data_typeContext
 
SINGLE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
SINGLE_QUOTE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
SINGLE_QUOTE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
SINGLE_USER - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
SINGLE_USER - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
SINGLE_USER() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Database_optionspecContext
 
SINGLE_USER() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
SINGLETON - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
SINGLETON - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
SINGLETON() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Named_promoted_node_path_itemContext
 
SINGLETON() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
size - Variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Data_typeContext
 
SIZE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
SIZE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
SIZE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_server_configurationContext
 
SIZE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.File_spec_alterContext
 
SIZE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.File_specContext
 
SIZE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
SKIP - Enum constant in enum class org.pgcodekeeper.core.model.difftree.IgnoredObject.AddStatus
 
SKIP_ - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
SKIP_ - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
SKIP_() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.After_opsContext
 
SKIP_() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_subscription_actionContext
 
SKIP_() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
SKIP_() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
SKIP_DATABASE_STATS - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
SKIP_DATABASE_STATS - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
SKIP_DATABASE_STATS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonkeywordContext
 
SKIP_DATABASE_STATS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Vacuum_optionContext
 
SKIP_KEYWORD - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
SKIP_KEYWORD - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
SKIP_KEYWORD() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Backup_optionContext
 
SKIP_KEYWORD() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
SKIP_LOCKED - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
SKIP_LOCKED - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
SKIP_LOCKED() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Analyze_modeContext
 
SKIP_LOCKED() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonkeywordContext
 
SKIP_LOCKED() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Vacuum_optionContext
 
SKIP_SUBTREE - Enum constant in enum class org.pgcodekeeper.core.model.difftree.IgnoredObject.AddStatus
 
SLASH - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
SLASH - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
SLASH() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.OpContext
 
SLASH() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Ratio_exprContext
 
SLICE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
SLICE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
SLICE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Loop_startContext
 
SLICE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonkeywordContext
 
SMALLINT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
SMALLINT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
SMALLINT - Static variable in interface org.pgcodekeeper.core.parsers.antlr.pg.expr.TypesSetManually
 
SMALLINT - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
SMALLINT - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
SMALLINT() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Data_typeContext
 
SMALLINT() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
SMALLINT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
SMALLINT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Predefined_typeContext
 
SMALLINT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Sequence_bodyContext
 
SMALLINT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreserved_except_function_typeContext
 
SMALLSERIAL - Static variable in interface org.pgcodekeeper.core.parsers.antlr.pg.expr.TypesSetManually
 
SNAPSHOT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
SNAPSHOT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
SNAPSHOT - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
SNAPSHOT - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
SNAPSHOT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_databaseContext
 
SNAPSHOT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Restore_optionContext
 
SNAPSHOT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Set_specialContext
 
SNAPSHOT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
SNAPSHOT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Table_hintContext
 
SNAPSHOT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
SNAPSHOT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Set_actionContext
 
SNAPSHOT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
SOFTNUMA - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
SOFTNUMA - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
SOFTNUMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_server_configurationContext
 
SOFTNUMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
SOME - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
SOME - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
SOME - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
SOME - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
SOME() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.PredicateContext
 
SOME() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
SOME() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Comparison_modContext
 
SOME() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_reservedContext
 
sort_specifier() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Orderby_clauseContext
 
sort_specifier() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
sort_specifier(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Orderby_clauseContext
 
Sort_specifierContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Sort_specifierContext
 
sortColumns() - Method in class org.pgcodekeeper.core.schema.pg.AbstractPgTable
Sorts columns on table.
sortColumns() - Method in class org.pgcodekeeper.core.schema.pg.PgDatabase
Sorts columns in all tables within all schemas of this database.
SORTOP - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
SORTOP - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
SORTOP() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Aggregate_paramContext
 
SORTOP() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonkeywordContext
 
source - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Cast_nameContext
 
SOURCE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
SOURCE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
SOURCE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
SOURCE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
SOURCE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
SOURCE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
SOURCE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Dictionary_optionContext
 
SOURCE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
SOURCE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_external_data_sourceContext
 
SOURCE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Class_typeContext
 
SOURCE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_external_data_sourceContext
 
SOURCE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Drop_statementsContext
 
SOURCE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Merge_whenContext
 
SOURCE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.PermissionContext
 
SOURCE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
SOURCE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
SOURCE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
SOURCE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.When_conditionContext
 
source_privilige() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.PermissionContext
 
source_privilige() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
Source_priviligeContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Source_priviligeContext
 
SOURCES - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
SOURCES - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
SOURCES() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.PermissionContext
 
SOURCES() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
SourceStatement - Interface in org.pgcodekeeper.core.schema
Interface for database statements that are represented by their full source code.
Space - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
Space - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
SPACE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
SPACE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
SPACE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
SPACE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
SPARSE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
SPARSE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
SPARSE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_column_optionContext
 
SPARSE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Column_optionContext
 
SPARSE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
SPATIAL - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
SPATIAL - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
SPATIAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_spatial_indexContext
 
SPATIAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
spatial_index_coordinate() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
spatial_index_coordinate() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Spatial_index_optionContext
 
spatial_index_coordinate(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Spatial_index_optionContext
 
Spatial_index_coordinateContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Spatial_index_coordinateContext
 
spatial_index_grid() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
spatial_index_grid() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Spatial_index_optionContext
 
spatial_index_grid(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Spatial_index_optionContext
 
Spatial_index_gridContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Spatial_index_gridContext
 
spatial_index_option() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_spatial_indexContext
 
spatial_index_option() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
spatial_index_option(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_spatial_indexContext
 
Spatial_index_optionContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Spatial_index_optionContext
 
SPATIAL_WINDOW_MAX_CELLS - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
SPATIAL_WINDOW_MAX_CELLS - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
SPATIAL_WINDOW_MAX_CELLS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
SPATIAL_WINDOW_MAX_CELLS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Table_hintContext
 
SPECIFICATION - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
SPECIFICATION - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
SPECIFICATION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_server_audit_specificationContext
 
SPECIFICATION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Class_typeContext
 
SPECIFICATION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_server_audit_specificationContext
 
SPECIFICATION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Drop_statementsContext
 
SPECIFICATION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
SPLIT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
SPLIT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
SPLIT - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
SPLIT - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
SPLIT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_partition_functionContext
 
SPLIT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
SPLIT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Partition_gp_actionContext
 
SPLIT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonkeywordContext
 
sql - Variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Rowset_functionContext
 
sql() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
Sql - Class in org.pgcodekeeper.core.parsers.antlr.pg.expr
Parser for SQL statements with namespace support.
Sql(MetaContainer) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.expr.Sql
Creates a Sql parser with meta container.
SQL - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
SQL - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
SQL - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
SQL - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
SQL - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
SQL - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
SQL() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.PermissionContext
 
SQL() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Sql_security_clauseContext
 
SQL() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
SQL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Class_typeContext
 
SQL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Named_promoted_node_path_itemContext
 
SQL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.PermissionContext
 
SQL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
SQL() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
SQL() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_transform_statementContext
 
SQL() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Function_actions_commonContext
 
SQL() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
SQL(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_transform_statementContext
 
sql_clauses() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.BatchContext
 
sql_clauses() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Block_statementContext
 
sql_clauses() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_or_alter_triggerContext
 
sql_clauses() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Func_bodyContext
 
sql_clauses() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Proc_bodyContext
 
sql_clauses() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
sql_clauses() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Try_catch_statementContext
 
sql_clauses(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Try_catch_statementContext
 
Sql_clausesContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Sql_clausesContext
 
sql_security_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_table_modify_actionContext
 
sql_security_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Create_mat_view_stmtContext
 
sql_security_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Create_simple_view_stmtContext
 
sql_security_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
Sql_security_clauseContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Sql_security_clauseContext
 
SQLActionType - Enum Class in org.pgcodekeeper.core.script
SQL action execution phases for database migration scripts.
SqlContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.SqlContext
 
SqlContextProcessor - Interface in org.pgcodekeeper.core.parsers.antlr.pg
Processor for PostgreSQL contexts
SQLDUMPERFLAGS - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
SQLDUMPERFLAGS - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
SQLDUMPERFLAGS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_server_configurationContext
 
SQLDUMPERFLAGS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
SQLDUMPERPATH - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
SQLDUMPERPATH - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
SQLDUMPERPATH() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_server_configurationContext
 
SQLDUMPERPATH() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
SQLDUMPERTIMEOUT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
SQLDUMPERTIMEOUT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
SQLDUMPERTIMEOUT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_server_configurationContext
 
SQLDUMPERTIMEOUT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
SqlFunctionBody - Class in org.pgcodekeeper.core.parsers.antlr.pg.expr
Parser for SQL function body statements with namespace support.
SqlFunctionBody(MetaContainer) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.expr.SqlFunctionBody
Creates a SqlFunctionBody parser with meta container.
SQLLexer - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLLexer(CharStream) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
SQLOverridesListener - Class in org.pgcodekeeper.core.parsers.antlr.pg
Custom ANTLR listener for processing PostgreSQL SQL statements with override support.
SQLOverridesListener(PgDatabase, String, ParserListenerMode, List<Object>, IMonitor, Map<PgStatement, StatementOverride>, ISettings) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.SQLOverridesListener
Creates a new listener with override support.
SQLParser - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser(TokenStream) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
SQLParser.Abbreviated_grant_or_revokeContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.ActionContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Add_operator_to_familyContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Additional_statementContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Admin_optionContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.After_opsContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Agg_orderContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Aggregate_function_argsContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Aggregate_paramContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Alias_clauseContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.All_op_refContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.All_opContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.All_simple_opContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Alter_aggregate_statementContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Alter_collation_statementContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Alter_conversion_statementContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Alter_database_actionContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Alter_database_optionContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Alter_database_statementContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Alter_default_privileges_statementContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Alter_domain_statementContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Alter_event_trigger_actionContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Alter_event_trigger_statementContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Alter_extension_actionContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Alter_extension_statementContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Alter_foreign_data_wrapper_actionContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Alter_foreign_data_wrapperContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Alter_fts_configurationContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Alter_fts_statementContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Alter_function_statementContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Alter_group_actionContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Alter_group_statementContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Alter_identityContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Alter_index_statementContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Alter_language_statementContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Alter_materialized_view_actionContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Alter_materialized_view_statementContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Alter_operator_actionContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Alter_operator_class_statementContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Alter_operator_family_statementContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Alter_operator_statementContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Alter_owner_statementContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Alter_partition_gp_elementContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Alter_partition_gp_nameContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Alter_partition_gpContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Alter_partitionContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Alter_policy_statementContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Alter_publication_actionContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Alter_publication_statementContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Alter_rule_statementContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Alter_schema_statementContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Alter_sequence_statementContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Alter_server_actionContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Alter_server_statementContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Alter_statistics_statementContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Alter_subscription_actionContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Alter_subscription_statementContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Alter_table_statementContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Alter_tablespace_actionContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Alter_tablespace_statementContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Alter_trigger_statementContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Alter_type_statementContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Alter_user_mapping_statementContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Alter_user_or_role_set_resetContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Alter_user_or_role_statementContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Alter_view_actionContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Alter_view_statementContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Analyze_keywordContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Analyze_modeContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Anonymous_blockContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.ArgmodeContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Arguments_listContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Array_elementsContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Array_expressionContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Array_typeContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Assign_stmtContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.AttributeContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Bare_col_labelContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Bare_label_keywordContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Base_statementContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Boolean_valueContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Cascade_restrictContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Case_expressionContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Case_statementContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Cast_nameContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Cast_specificationContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Changed_actionContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Cluster_optionContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Cluster_stmtContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Col_labelContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Collate_identifierContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Collation_optionContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Column_actionContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Column_operator_classContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Column_reference_storage_directiveContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Column_reference_storage_directivesContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Columns_permissionsContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Comment_member_objectContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Comment_on_statementContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Comp_optionsContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Comparison_modContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Compression_identifierContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Conflict_actionContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Conflict_objectContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Constr_bodyContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Constraint_commonContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Control_statementContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Copy_from_statementContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Copy_option_listContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Copy_optionContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Copy_statementContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Copy_to_statementContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Create_access_method_statementContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Create_aggregate_statementContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Create_cast_statementContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Create_collation_statementContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Create_conversion_statementContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Create_database_optionContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Create_database_statementContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Create_domain_statementContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Create_event_trigger_statementContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Create_extension_statementContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Create_foreign_data_wrapper_statementContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Create_foreign_table_statementContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Create_fts_configuration_statementContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Create_fts_dictionary_statementContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Create_fts_parser_statementContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Create_fts_template_statementContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Create_function_statementContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Create_group_statementContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Create_index_statementContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Create_language_statementContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Create_operator_class_optionContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Create_operator_class_statementContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Create_operator_family_statementContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Create_operator_optionContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Create_operator_statementContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Create_policy_statementContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Create_publication_statementContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Create_rewrite_statementContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Create_schema_statementContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Create_sequence_statementContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Create_server_statementContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Create_statistics_statementContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Create_subscription_statementContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Create_table_as_statementContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Create_table_external_statementContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Create_table_statementContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Create_tablespace_statementContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Create_transform_statementContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Create_trigger_statementContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Create_type_statementContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Create_user_mapping_statementContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Create_user_or_role_statementContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Create_view_statementContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Cursor_statementContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Data_statementContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Data_type_decContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Data_typeContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Date_time_functionContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Datetime_overlapsContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.DeclarationContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.DeclarationsContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Declare_statementContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Define_columnsContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Define_foreign_optionsContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Define_partitionContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Define_serverContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Define_tableContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Define_typeContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Delete_stmt_for_psqlContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Diagnostic_optionContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Distributed_clauseContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Dollar_numberContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Domain_constraintContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Drop_cast_statementContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Drop_constraintContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Drop_database_statementContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Drop_defContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Drop_function_statementContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Drop_operator_class_statementContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Drop_operator_family_statementContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Drop_operator_from_familyContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Drop_operator_statementContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Drop_owned_statementContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Drop_policy_statementContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Drop_rule_statementContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Drop_statementsContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Drop_trigger_statementContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Drop_user_mapping_statementContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Encoding_identifierContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.End_clauseContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Event_trigger_filter_variablesContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Exception_statementContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Execute_statementContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Execute_stmtContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Explain_optionContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Explain_queryContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Explain_statementContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Expr_constContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Extension_member_objectContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.External_table_executeContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.External_table_formatContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.External_table_locationContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.External_table_logContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Extract_functionContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.FconstContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Fetch_move_directionContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Filter_clauseContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.For_values_boundContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Foreign_optionContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Format_jsonContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Format_optionsContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Frame_boundContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Frame_clauseContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.From_function_column_defContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.From_itemContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.From_primaryContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.From_rows_with_aliasContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Function_actions_commonContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Function_args_parserContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Function_argsContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Function_argumentsContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Function_blockContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Function_body_eofContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Function_bodyContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Function_callContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Function_column_name_typeContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Function_constructContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Function_defContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Function_parametersContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Function_ret_tableContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Function_returnContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Function_statementContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Function_statementsContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Gp_partition_with_clauseContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Gp_table_column_definitionContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Grant_option_forContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Grant_to_ruleContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Granted_byContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Group_optionContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Groupby_clauseContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Grouping_element_listContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Grouping_elementContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.IconstContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Id_tokenContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Identifier_list_in_parenContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Identifier_listContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Identifier_nontypeContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Identifier_reserved_nontypeContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Identifier_reservedContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.IdentifierContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Identity_bodyContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.If_exist_names_restrict_cascadeContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.If_existsContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.If_not_existsContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.If_statementContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Including_indexContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Index_columnContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Index_columnsContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Index_def_actionContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Index_parametersContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Index_restContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Index_whereContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Indirection_identifierContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Indirection_listContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Indirection_varContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.IndirectionContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Insert_columnsContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Insert_stmt_for_psqlContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Interval_fieldContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Into_partition_gp_clauseContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Into_tableContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Json_array_elementContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Json_behavior_clauseContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Json_behavior_typeContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Json_columnsContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Json_functionContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Json_object_contentContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Json_object_entryContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Json_on_null_clauseContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Json_passing_clauseContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Json_quotesContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Json_return_clauseContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Json_table_columnContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Json_unique_keysContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Json_wrapperContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Label_member_objectContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Like_optionContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.List_of_type_column_defContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Lock_modeContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Lock_tableContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Log_levelContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Loop_startContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Loop_statementContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Materialized_view_actionContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Merge_matchedContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Merge_not_matchedContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Merge_stmt_for_psqlContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Merge_support_functionContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Merge_updateContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Message_statementContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Names_in_parensContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Names_referencesContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Notify_stmtContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Null_orderingContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Nulls_distinctionContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.NumericonlyContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.On_commitContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Only_table_multiplyContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Op_charsContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.OpContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Operator_args_parserContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Operator_argsContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Operator_family_actionContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Operator_nameContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Operator_optionContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.OptionContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Order_specificationContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Orderby_clauseContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Other_rulesContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Owner_member_objectContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Owner_toContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Part_element_body_unitContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Part_element_bodyContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Part_elementContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Part_valueContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Partition_bound_partContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Partition_bound_specContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Partition_by_columnsContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Partition_byContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Partition_columnContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Partition_end_clauseContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Partition_every_clauseContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Partition_gp_actionContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Partition_gpContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Partition_methodContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Partition_start_clauseContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Partition_table_valueContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Partition_type_colContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Partition_valContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Partition_valuesContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Perform_stmtContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.PermissionContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.PermissionsContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Plpgsql_function_test_listContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Plpgsql_functionContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Plpgsql_queryContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.PointerContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Precision_paramContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Predefined_typeContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Publication_objectContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Publication_table_onlyContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Qname_parserContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Raise_paramContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Raise_usingContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Reindex_optionContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Reindex_optionsContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Reindex_stmtContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Rename_toContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Return_stmtContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Revoke_from_cascade_restrictContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Rewrite_commandContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Role_name_with_groupContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Roles_namesContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Rule_commonContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Rule_member_objectContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Schema_alterContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Schema_createContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Schema_dropContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Schema_importContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Schema_qualified_name_nontypeContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Schema_qualified_nameContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Schema_statementContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.SconstContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Script_additionalContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Script_statementContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Script_transactionContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Security_labelContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Select_listContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Select_ops_no_parensContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Select_opsContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Select_primaryContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Select_stmt_no_parensContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Select_stmtContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Select_sublistContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Sequence_bodyContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Session_local_optionContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Set_actionContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Set_def_columnContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Set_loggedContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Set_qualifierContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Set_reset_parameterContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Set_schemaContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Set_statement_valueContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Set_statementContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Set_statisticsContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Set_tablespaceContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Show_statementContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.SignediconstContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Sort_specifierContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.SqlContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Start_labelContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.StatementContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Storage_directiveContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Storage_optionContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Storage_parameter_nameContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Storage_parameter_oidContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Storage_parameter_optionContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Storage_parametersContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.String_value_functionContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Sub_part_elementsContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Sub_partContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.System_functionContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Table_actionContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Table_cols_listContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Table_colsContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Table_column_defContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Table_column_definitionContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Table_column_privilegeContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Table_column_privilegesContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Table_deferrableContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Table_initialy_immedContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Table_of_type_column_defContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Table_spaceContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Table_subqueryContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Target_operatorContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Template_specContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Tokens_nonkeywordContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Tokens_nonreserved_except_function_typeContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Tokens_nonreservedContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Tokens_reserved_except_function_typeContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Tokens_reservedContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Transaction_modeContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Transaction_statementContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Transform_for_typeContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Trigger_referencingContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Truncate_stmtContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Truth_valueContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Type_actionContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Type_coercionContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Type_declarationContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Type_lengthContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Type_listContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Type_propertyContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.UescapeContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Update_setContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Update_stmt_for_psqlContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Usage_select_updateContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.User_mapping_nameContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.User_nameContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.User_or_role_common_optionContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.User_or_role_option_for_alterContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.User_or_role_optionContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.User_or_role_or_group_common_optionContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.User_or_role_or_group_option_for_createContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Using_vexContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Vacuum_modeContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Vacuum_optionContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Validate_constraintContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Value_expression_primaryContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Values_stmtContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Values_valuesContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.VarContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Vex_bContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Vex_eofContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Vex_or_named_notationContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.VexContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.View_columnsContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.When_conditionContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.When_triggerContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Window_definitionContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.With_admin_optionContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.With_check_optionContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.With_clauseContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.With_queryContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.With_storage_parameterContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Xml_functionContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Xml_table_columnContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLParser.Zone_valueContext - Class in org.pgcodekeeper.core.parsers.antlr.pg.generated
 
SQLScript - Class in org.pgcodekeeper.core.script
SQL script builder for database migration operations.
SQLScript(ISettings) - Constructor for class org.pgcodekeeper.core.script.SQLScript
Creates a new SQL script builder with specified settings.
SQLSTATE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
SQLSTATE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
SQLSTATE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Message_statementContext
 
SQLSTATE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonkeywordContext
 
SQstring - Static variable in class org.pgcodekeeper.core.parsers.antlr.base.generated.IgnoreListLexer
 
SQstring - Static variable in class org.pgcodekeeper.core.parsers.antlr.base.generated.IgnoreListParser
 
SQstring() - Method in class org.pgcodekeeper.core.parsers.antlr.base.generated.IgnoreListParser.IdentifierContext
 
SQUARE_BRACKET_ID - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
SQUARE_BRACKET_ID - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
SQUARE_BRACKET_ID() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.IdContext
 
SSPACE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
SSPACE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
SSPACE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Aggregate_paramContext
 
SSPACE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonkeywordContext
 
st_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.If_statementContext
 
st_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Sql_clausesContext
 
st_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
st_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.While_statementContext
 
st_clause(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.If_statementContext
 
st_clause(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Sql_clausesContext
 
St_clauseContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.St_clauseContext
 
STABLE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
STABLE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
STABLE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
STABLE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Function_actions_commonContext
 
STABLE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
STACKED - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
STACKED - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
STACKED() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Base_statementContext
 
STACKED() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonkeywordContext
 
STANDALONE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
STANDALONE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
STANDALONE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
STANDALONE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
STANDALONE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Xml_functionContext
 
STANDBY - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
STANDBY - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
STANDBY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Backup_optionContext
 
STANDBY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Restore_optionContext
 
STANDBY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
STAR - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
STAR - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
STAR() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.ExpressionContext
 
STAR() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Function_callContext
 
STAR() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Output_dml_elemContext
 
STAR() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.PredicateContext
 
STAR() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Receive_column_specifierContext
 
STAR() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Select_list_elemContext
 
START - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
START - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
START - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
START - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
START - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
START - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
START() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.System_stmtContext
 
START() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
START() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_fulltext_index_optionContext
 
START() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Column_optionContext
 
START() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_or_alter_event_sessionContext
 
START() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Sequence_bodyContext
 
START() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
START() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
START() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_fts_parser_statementContext
 
START() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Partition_start_clauseContext
 
START() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Script_transactionContext
 
START() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Sequence_bodyContext
 
START() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
start_col_name - Variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Period_for_system_timeContext
 
START_DATE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
START_DATE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
START_DATE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Date_optionsContext
 
START_DATE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
start_func - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_fts_parser_statementContext
 
start_label() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Function_blockContext
 
start_label() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Loop_statementContext
 
start_label() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
Start_labelContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Start_labelContext
 
start_val - Variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Sequence_bodyContext
 
start_val - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Sequence_bodyContext
 
STARTED - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
STARTED - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
STARTED() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_endpointContext
 
STARTED() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_endpointContext
 
STARTED() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
startsWithId(String, String, int) - Static method in class org.pgcodekeeper.core.PgDiffUtils
Checks if text starts with identifier at specified offset.
STARTUP_STATE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
STARTUP_STATE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
STARTUP_STATE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_or_alter_event_session_withContext
 
STARTUP_STATE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
stat - Variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Table_column_defContext
 
state - Variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Raiseerror_statementContext
 
STATE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
STATE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
STATE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_endpointContext
 
STATE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_security_policyContext
 
STATE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_server_audit_specificationContext
 
STATE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Audit_optionContext
 
STATE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_endpointContext
 
STATE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_or_alter_event_sessionContext
 
STATE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_security_policyContext
 
STATE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_server_audit_specificationContext
 
STATE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.PermissionContext
 
STATE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Function_bodyContext
 
statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.SqlContext
 
statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
statement(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Function_bodyContext
 
statement(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.SqlContext
 
statement(SQLParser.StatementContext, CommonTokenStream) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.CustomSQLParserListener
Processes a single SQL statement.
STATEMENT - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
STATEMENT - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
STATEMENT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
STATEMENT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_trigger_statementContext
 
STATEMENT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
StatementCallable<T> - Class in org.pgcodekeeper.core.loader.callables
Abstract base class for all statement-based callable implementations.
StatementContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.StatementContext
 
StatementFormatter - Class in org.pgcodekeeper.core.formatter
Abstract base class for SQL statement formatting.
StatementOverride - Class in org.pgcodekeeper.core.schema
Contains override information for database statements including owner and privileges.
StatementOverride() - Constructor for class org.pgcodekeeper.core.schema.StatementOverride
 
Statements<T extends org.antlr.v4.runtime.ParserRuleContext> - Class in org.pgcodekeeper.core.parsers.antlr.pg.expr
Abstract base class for statement parsers with namespace support.
StatementUtils - Class in org.pgcodekeeper.core.schema
Utility class providing common functionality for database statement operations.
STATIC - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
STATIC - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
STATIC() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Declare_cursor_partialContext
 
STATIC() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
STATISTIC - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
STATISTIC - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
STATISTIC() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_statisticContext
 
STATISTIC() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.PermissionContext
 
STATISTIC() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Table_column_defContext
 
STATISTIC() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
STATISTICAL_SEMANTICS - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
STATISTICAL_SEMANTICS - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
STATISTICAL_SEMANTICS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_fulltext_index_optionContext
 
STATISTICAL_SEMANTICS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Fulltext_index_columnContext
 
STATISTICAL_SEMANTICS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
STATISTICS - Enum constant in enum class org.pgcodekeeper.core.model.difftree.DbObjType
 
STATISTICS - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
STATISTICS - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
STATISTICS - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
STATISTICS - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
STATISTICS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_resource_governorContext
 
STATISTICS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_statisticsContext
 
STATISTICS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Drop_statementsContext
 
STATISTICS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Set_specialContext
 
STATISTICS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Update_statisticsContext
 
STATISTICS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_statistics_statementContext
 
STATISTICS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
STATISTICS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Comment_member_objectContext
 
STATISTICS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_statistics_statementContext
 
STATISTICS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Drop_statementsContext
 
STATISTICS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Owner_member_objectContext
 
STATISTICS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Set_statisticsContext
 
STATISTICS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
STATISTICS_INCREMENTAL - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
STATISTICS_INCREMENTAL - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
STATISTICS_INCREMENTAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
StatisticsAnalysisLauncher - Class in org.pgcodekeeper.core.parsers.antlr.pg.launcher
Launcher for analyzing PostgreSQL extended statistics expressions.
StatisticsAnalysisLauncher(PgStatistics, SQLParser.VexContext, String) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.launcher.StatisticsAnalysisLauncher
Creates a statistics analyzer for PostgreSQL.
StatisticsReader - Class in org.pgcodekeeper.core.loader.jdbc.pg
Reader for PostgreSQL extended statistics.
StatisticsReader(JdbcLoaderBase) - Constructor for class org.pgcodekeeper.core.loader.jdbc.pg.StatisticsReader
Creates a new StatisticsReader.
STATS - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
STATS - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
STATS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Backup_optionContext
 
STATS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Restore_optionContext
 
STATS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
STATUS - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
STATUS - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
STATUS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Queue_settingsContext
 
STATUS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
STATUS(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Queue_settingsContext
 
STDIN - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
STDIN - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
STDIN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
STDIN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Copy_from_statementContext
 
STDIN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
STDOUT - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
STDOUT - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
STDOUT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
STDOUT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Copy_to_statementContext
 
STDOUT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
STEP - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
STEP - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
STEP() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
STEP() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.With_fillContext
 
stmt() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Explain_stmtContext
 
stmt() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.QueryContext
 
stmt() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
StmtContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.StmtContext
 
STOP - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
STOP - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
STOP - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
STOP - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
STOP - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
STOP - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
STOP() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.System_stmtContext
 
STOP() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
STOP() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_fulltext_index_optionContext
 
STOP() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_or_alter_event_sessionContext
 
STOP() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
STOP() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Copy_optionContext
 
STOP() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonkeywordContext
 
STOP_ON_ERROR - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
STOP_ON_ERROR - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
STOP_ON_ERROR() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Backup_optionContext
 
STOP_ON_ERROR() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Restore_optionContext
 
STOP_ON_ERROR() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
STOPAT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
STOPAT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
STOPAT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Restore_optionContext
 
STOPAT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
STOPATMARK - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
STOPATMARK - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
STOPATMARK() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Restore_optionContext
 
STOPATMARK() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
STOPBEFOREMARK - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
STOPBEFOREMARK - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
STOPBEFOREMARK() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Restore_optionContext
 
STOPBEFOREMARK() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
STOPLIST - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
STOPLIST - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
STOPLIST() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_fulltext_index_optionContext
 
STOPLIST() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_fulltext_stoplistContext
 
STOPLIST() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Class_typeContext
 
STOPLIST() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_fulltext_stoplistContext
 
STOPLIST() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Drop_statementsContext
 
STOPLIST() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Fulltext_index_optionContext
 
STOPLIST() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
STOPLIST(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_fulltext_stoplistContext
 
stoplist_name - Variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_fulltext_index_optionContext
 
stoplist_name - Variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Fulltext_index_optionContext
 
STOPPED - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
STOPPED - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
STOPPED() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_endpointContext
 
STOPPED() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_endpointContext
 
STOPPED() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
storage - Variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Create_user_stmtContext
 
storage - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_type_statementContext
 
storage - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Type_propertyContext
 
STORAGE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
STORAGE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
STORAGE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
STORAGE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Column_actionContext
 
STORAGE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_operator_class_optionContext
 
STORAGE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_type_statementContext
 
STORAGE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Like_optionContext
 
STORAGE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Materialized_view_actionContext
 
STORAGE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Table_column_definitionContext
 
STORAGE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
STORAGE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Type_propertyContext
 
STORAGE(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_type_statementContext
 
storage_directive() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_type_statementContext
 
storage_directive() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Encoding_identifierContext
 
storage_directive() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
storage_directive(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_type_statementContext
 
storage_directive(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Encoding_identifierContext
 
Storage_directiveContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Storage_directiveContext
 
storage_option() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Column_actionContext
 
storage_option() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_type_statementContext
 
storage_option() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Materialized_view_actionContext
 
storage_option() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
storage_option() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Table_column_definitionContext
 
storage_option() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Type_propertyContext
 
storage_option(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_type_statementContext
 
Storage_optionContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Storage_optionContext
 
storage_parameter_name() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
storage_parameter_name() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Storage_parameter_optionContext
 
Storage_parameter_nameContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Storage_parameter_nameContext
 
storage_parameter_oid() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_table_as_statementContext
 
storage_parameter_oid() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_table_statementContext
 
storage_parameter_oid() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
Storage_parameter_oidContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Storage_parameter_oidContext
 
storage_parameter_option() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_subscription_actionContext
 
storage_parameter_option() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_fts_dictionary_statementContext
 
storage_parameter_option() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
storage_parameter_option() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Storage_parametersContext
 
storage_parameter_option(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_fts_dictionary_statementContext
 
storage_parameter_option(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Storage_parametersContext
 
Storage_parameter_optionContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Storage_parameter_optionContext
 
storage_parameters() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_fts_statementContext
 
storage_parameters() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_publication_actionContext
 
storage_parameters() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_subscription_actionContext
 
storage_parameters() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_tablespace_actionContext
 
storage_parameters() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_view_actionContext
 
storage_parameters() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Column_actionContext
 
storage_parameters() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_view_statementContext
 
storage_parameters() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Index_columnContext
 
storage_parameters() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Index_def_actionContext
 
storage_parameters() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Materialized_view_actionContext
 
storage_parameters() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
storage_parameters() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Table_actionContext
 
storage_parameters() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.With_storage_parameterContext
 
Storage_parametersContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Storage_parametersContext
 
Storage_WarningUnableToDetermineStorageType - Static variable in class org.pgcodekeeper.core.localizations.Messages
 
STORED - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
STORED - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
STORED() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
STORED() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Constr_bodyContext
 
STORED() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
str - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.String_value_functionContext
 
STRATEGY - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
STRATEGY - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
STRATEGY() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_database_optionContext
 
STRATEGY() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonkeywordContext
 
streamIterator(Stream<T>) - Static method in class org.pgcodekeeper.core.Utils
Casts a Stream into Iterable.
STRICT - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
STRICT - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
STRICT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
STRICT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Function_actions_commonContext
 
STRICT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
STRING - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
STRING - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
STRING - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
STRING - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
STRING - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
STRING - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
STRING() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Data_typeContext
 
STRING() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
STRING() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Add_drop_propertyContext
 
STRING() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_assemblyContext
 
STRING() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_availability_group_optionsContext
 
STRING() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_certificateContext
 
STRING() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_column_encryption_keyContext
 
STRING() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_column_optionContext
 
STRING() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_credentialContext
 
STRING() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_cryptographic_providerContext
 
STRING() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_database_scoped_credentialContext
 
STRING() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_fulltext_stoplistContext
 
STRING() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_login_sql_serverContext
 
STRING() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_master_key_sql_serverContext
 
STRING() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_routeContext
 
STRING() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_server_configurationContext
 
STRING() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_service_master_keyContext
 
STRING() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_symmetric_keyContext
 
STRING() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_userContext
 
STRING() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Asymmetric_key_password_change_optionContext
 
STRING() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Audit_file_actionContext
 
STRING() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Availability_group_spec_optionContext
 
STRING() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Availability_group_specContext
 
STRING() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Backup_certificateContext
 
STRING() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Backup_databaseContext
 
STRING() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Backup_deviceContext
 
STRING() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Backup_master_keyContext
 
STRING() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Backup_optionContext
 
STRING() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Backup_service_master_keyContext
 
STRING() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Backup_symmetric_keyContext
 
STRING() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Begin_conversation_dialogContext
 
STRING() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Bulk_optionContext
 
STRING() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Column_aliasContext
 
STRING() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Column_declarationContext
 
STRING() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Column_optionContext
 
STRING() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.ConstantContext
 
STRING() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_app_role_optionContext
 
STRING() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_asymmetric_keyContext
 
STRING() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_column_encryption_keyContext
 
STRING() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_column_master_keyContext
 
STRING() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_credentialContext
 
STRING() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_cryptographic_providerContext
 
STRING() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_database_optionContext
 
STRING() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_database_scoped_credentialContext
 
STRING() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_event_notificationContext
 
STRING() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_fulltext_catalogContext
 
STRING() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_master_key_sql_serverContext
 
STRING() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_or_alter_broker_priorityContext
 
STRING() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_partition_schemeContext
 
STRING() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_remote_service_bindingContext
 
STRING() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_routeContext
 
STRING() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Cripto_listContext
 
STRING() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Database_filestream_optionContext
 
STRING() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Database_mirroring_optionContext
 
STRING() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Database_optionspecContext
 
STRING() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Date_optionsContext
 
STRING() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Decryption_mechanismContext
 
STRING() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Encrypted_optContext
 
STRING() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Encryption_mechanismContext
 
STRING() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.End_conversationContext
 
STRING() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Event_session_predicate_leafContext
 
STRING() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Execute_clause_userContext
 
STRING() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Execute_string_partContext
 
STRING() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Execute_stringContext
 
STRING() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Existing_keysContext
 
STRING() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.External_data_source_optionContext
 
STRING() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.File_and_filegroup_optionsContext
 
STRING() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.File_format_optionsContext
 
STRING() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.File_spec_alterContext
 
STRING() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.File_specContext
 
STRING() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.For_clauseContext
 
STRING() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Format_optionsContext
 
STRING() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Function_callContext
 
STRING() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Generate_new_keysContext
 
STRING() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Ip_address_optionContext
 
STRING() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Key_optionsContext
 
STRING() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Lang_file_specContext
 
STRING() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Language_termContext
 
STRING() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Library_file_specContext
 
STRING() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Library_languageContext
 
STRING() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Login_option_listContext
 
STRING() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Login_sub_option_listContext
 
STRING() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Open_keyContext
 
STRING() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.OpendatasourceContext
 
STRING() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.OpenqueryContext
 
STRING() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.OptionContext
 
STRING() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Partner_optionContext
 
STRING() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Predicate_factorContext
 
STRING() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Primary_role_optionContext
 
STRING() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Primitive_expressionContext
 
STRING() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Private_key_optionsContext
 
STRING() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Raiseerror_statementContext
 
STRING() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Replica_optionContext
 
STRING() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Replica_specContext
 
STRING() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Restore_databaseContext
 
STRING() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Restore_logContext
 
STRING() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Restore_master_keyContext
 
STRING() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Restore_optionContext
 
STRING() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Restore_service_master_keyContext
 
STRING() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Restore_symmetric_keyContext
 
STRING() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Rowset_functionContext
 
STRING() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Secondary_role_optionContext
 
STRING() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Set_parameterContext
 
STRING() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Setuser_statementContext
 
STRING() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.String_or_local_idContext
 
STRING() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Tcp_optionsContext
 
STRING() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Transaction_statementContext
 
STRING() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.User_optionContext
 
STRING() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Windows_optionsContext
 
STRING() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Xml_common_directivesContext
 
STRING() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Xml_declarationContext
 
STRING() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
STRING() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Json_quotesContext
 
STRING() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
STRING(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_assemblyContext
 
STRING(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_certificateContext
 
STRING(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_credentialContext
 
STRING(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_database_scoped_credentialContext
 
STRING(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_login_sql_serverContext
 
STRING(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_routeContext
 
STRING(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_service_master_keyContext
 
STRING(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_userContext
 
STRING(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Backup_certificateContext
 
STRING(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Backup_databaseContext
 
STRING(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Backup_master_keyContext
 
STRING(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Backup_service_master_keyContext
 
STRING(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Backup_symmetric_keyContext
 
STRING(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_asymmetric_keyContext
 
STRING(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_column_encryption_keyContext
 
STRING(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_column_master_keyContext
 
STRING(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_credentialContext
 
STRING(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_database_scoped_credentialContext
 
STRING(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_event_notificationContext
 
STRING(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_partition_schemeContext
 
STRING(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_routeContext
 
STRING(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.End_conversationContext
 
STRING(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Existing_keysContext
 
STRING(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.File_spec_alterContext
 
STRING(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.File_specContext
 
STRING(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.For_clauseContext
 
STRING(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Generate_new_keysContext
 
STRING(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Ip_address_optionContext
 
STRING(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Lang_file_specContext
 
STRING(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.OpendatasourceContext
 
STRING(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Primary_role_optionContext
 
STRING(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Private_key_optionsContext
 
STRING(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Raiseerror_statementContext
 
STRING(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Restore_logContext
 
STRING(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Restore_master_keyContext
 
STRING(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Restore_optionContext
 
STRING(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Restore_service_master_keyContext
 
STRING(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Restore_symmetric_keyContext
 
STRING(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Rowset_functionContext
 
STRING_AGG - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
STRING_AGG - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
STRING_AGG() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Function_callContext
 
STRING_AGG() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
STRING_DELIMITER - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
STRING_DELIMITER - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
STRING_DELIMITER() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
string_id_local_id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_xml_schema_collectionContext
 
string_id_local_id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_xml_schema_collectionContext
 
string_id_local_id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Named_promoted_node_path_itemContext
 
string_id_local_id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Restore_optionContext
 
string_id_local_id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
string_id_local_id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Xmlnamespace_itemContext
 
string_id_local_id(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Named_promoted_node_path_itemContext
 
string_id_local_id(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Restore_optionContext
 
string_id_local_id(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Xmlnamespace_itemContext
 
String_id_local_idContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.String_id_local_idContext
 
STRING_LITERAL - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
STRING_LITERAL - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
STRING_LITERAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_table_actionContext
 
STRING_LITERAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_user_stmtContext
 
STRING_LITERAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Auth_paramsContext
 
STRING_LITERAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Cluster_clauseContext
 
STRING_LITERAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Comment_exprContext
 
STRING_LITERAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Create_user_stmtContext
 
STRING_LITERAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Data_typeContext
 
STRING_LITERAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Enum_valueContext
 
STRING_LITERAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Expr_primaryContext
 
STRING_LITERAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.From_file_clauseContext
 
STRING_LITERAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Function_callContext
 
STRING_LITERAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.IdentificationContext
 
STRING_LITERAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.LiteralContext
 
STRING_LITERAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Named_collection_pairContext
 
STRING_LITERAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Order_exprContext
 
STRING_LITERAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Partition_clauseContext
 
STRING_LITERAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.QueryContext
 
STRING_LITERAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Ttl_exprContext
 
STRING_LITERAL() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Uuid_clauseContext
 
STRING_LITERAL(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Auth_paramsContext
 
string_or_local_id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.File_or_filegroupContext
 
string_or_local_id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Get_conversationContext
 
string_or_local_id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Restore_optionContext
 
string_or_local_id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Send_conversationContext
 
string_or_local_id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.String_id_local_idContext
 
string_or_local_id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
string_or_local_id() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Throw_statementContext
 
string_or_local_id(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Send_conversationContext
 
String_or_local_idContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.String_or_local_idContext
 
string_value_function() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Function_callContext
 
string_value_function() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
String_value_functionContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.String_value_functionContext
 
StringConstant - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
StringConstant - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
StringConstant() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.SconstContext
 
StringConstant() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.UescapeContext
 
stringContainsAnyItem(String, List<String>) - Static method in class org.pgcodekeeper.core.Utils
Checks if a string contains any of the items in a list.
STRIP - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
STRIP - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
STRIP() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
STRIP() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
style - Variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Function_callContext
 
STYPE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
STYPE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
STYPE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_aggregate_statementContext
 
STYPE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonkeywordContext
 
sub_item - Variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.From_itemContext
 
sub_part() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Partition_gpContext
 
sub_part() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
sub_part(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Partition_gpContext
 
sub_part_elements() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Part_element_body_unitContext
 
sub_part_elements() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Part_element_bodyContext
 
sub_part_elements() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
sub_part_elements(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Part_element_body_unitContext
 
sub_part_elements(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Part_element_bodyContext
 
Sub_part_elementsContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Sub_part_elementsContext
 
Sub_partContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Sub_partContext
 
SUBJECT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
SUBJECT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
SUBJECT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Generate_new_keysContext
 
SUBJECT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
submit(Callable<T>) - Static method in class org.pgcodekeeper.core.parsers.antlr.base.AntlrTaskManager
Submits a parsing task for asynchronous execution.
submit(Queue<AntlrTask<?>>, Callable<T>, Consumer<T>) - Static method in class org.pgcodekeeper.core.parsers.antlr.base.AntlrTaskManager
Submits a parsing task with completion handler.
submitAntlrTask(String, Function<SQLParser, T>, Consumer<T>) - Method in class org.pgcodekeeper.core.loader.jdbc.JdbcLoaderBase
 
submitChAntlrTask(String, Function<CHParser, T>, Consumer<T>) - Method in class org.pgcodekeeper.core.loader.jdbc.JdbcLoaderBase
 
submitMsAntlrTask(String, Function<TSQLParser, T>, Consumer<T>) - Method in class org.pgcodekeeper.core.loader.jdbc.JdbcLoaderBase
 
submitPlpgsqlTask(String, Function<SQLParser, T>, Consumer<T>) - Method in class org.pgcodekeeper.core.loader.jdbc.JdbcLoaderBase
 
SUBPARTITION - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
SUBPARTITION - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
SUBPARTITION() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Part_element_bodyContext
 
SUBPARTITION() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Partition_gp_actionContext
 
SUBPARTITION() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Sub_partContext
 
SUBPARTITION() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonkeywordContext
 
subquery_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Create_view_stmtContext
 
subquery_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
Subquery_clauseContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Subquery_clauseContext
 
SUBSCRIBE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
SUBSCRIBE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
SUBSCRIBE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.PermissionContext
 
SUBSCRIBE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
SUBSCRIPT - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
SUBSCRIPT - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
SUBSCRIPT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_type_statementContext
 
SUBSCRIPT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonkeywordContext
 
SUBSCRIPT(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_type_statementContext
 
subscript_function - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_type_statementContext
 
SUBSCRIPTION - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
SUBSCRIPTION - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
SUBSCRIPTION() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_subscription_statementContext
 
SUBSCRIPTION() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
SUBSCRIPTION() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Comment_member_objectContext
 
SUBSCRIPTION() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_subscription_statementContext
 
SUBSCRIPTION() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Drop_statementsContext
 
SUBSCRIPTION() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Label_member_objectContext
 
SUBSCRIPTION() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
SUBSTRING - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
SUBSTRING - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
SUBSTRING - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
SUBSTRING - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
SUBSTRING() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Function_callContext
 
SUBSTRING() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
SUBSTRING() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
SUBSTRING() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.String_value_functionContext
 
SUBSTRING() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreserved_except_function_typeContext
 
SUBTYPE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
SUBTYPE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
SUBTYPE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_type_statementContext
 
SUBTYPE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonkeywordContext
 
SUBTYPE(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_type_statementContext
 
SUBTYPE_DIFF - Enum constant in enum class org.pgcodekeeper.core.Consts.FUNC_SIGN
 
SUBTYPE_DIFF - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
SUBTYPE_DIFF - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
SUBTYPE_DIFF() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_type_statementContext
 
SUBTYPE_DIFF() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonkeywordContext
 
SUBTYPE_DIFF(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_type_statementContext
 
subtype_diff_function - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_type_statementContext
 
subtype_name - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_type_statementContext
 
SUBTYPE_OPCLASS - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
SUBTYPE_OPCLASS - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
SUBTYPE_OPCLASS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_type_statementContext
 
SUBTYPE_OPCLASS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonkeywordContext
 
SUBTYPE_OPCLASS(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_type_statementContext
 
subtype_operator_class - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_type_statementContext
 
SUMMARY - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
SUMMARY - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
SUMMARY() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Explain_optionContext
 
SUMMARY() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonkeywordContext
 
SUPERUSER - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
SUPERUSER - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
SUPERUSER() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonkeywordContext
 
SUPERUSER() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.User_or_role_or_group_common_optionContext
 
SUPPORT - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
SUPPORT - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
SUPPORT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
SUPPORT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Function_actions_commonContext
 
SUPPORT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
SUPPORTED - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
SUPPORTED - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
SUPPORTED() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.EncryptionContext
 
SUPPORTED() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
SupportedMsVersion - Enum Class in org.pgcodekeeper.core.loader.ms
Enumeration of supported Microsoft SQL Server versions.
SupportedPgVersion - Enum Class in org.pgcodekeeper.core.loader.pg
Enumeration of supported PostgreSQL versions.
SUSPEND - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
SUSPEND - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
SUSPEND() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Database_optionspecContext
 
SUSPEND() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Partner_optionContext
 
SUSPEND() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
svalue - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_partition_gp_nameContext
 
SWITCH - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
SWITCH - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
SWITCH() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_table_actionContext
 
SWITCH() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
switch_search_condition_section() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Case_expressionContext
 
switch_search_condition_section() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
switch_search_condition_section(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Case_expressionContext
 
Switch_search_condition_sectionContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Switch_search_condition_sectionContext
 
switch_section() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Case_expressionContext
 
switch_section() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
switch_section(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Case_expressionContext
 
Switch_sectionContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Switch_sectionContext
 
symbol - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Function_defContext
 
SYMMETRIC - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
SYMMETRIC - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
SYMMETRIC - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
SYMMETRIC - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
SYMMETRIC() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_symmetric_keyContext
 
SYMMETRIC() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Backup_symmetric_keyContext
 
SYMMETRIC() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Class_typeContext
 
SYMMETRIC() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Close_keyContext
 
SYMMETRIC() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_keyContext
 
SYMMETRIC() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Decryption_mechanismContext
 
SYMMETRIC() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Drop_symmetric_keyContext
 
SYMMETRIC() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Encryption_mechanismContext
 
SYMMETRIC() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Open_keyContext
 
SYMMETRIC() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.PermissionContext
 
SYMMETRIC() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Restore_symmetric_keyContext
 
SYMMETRIC() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
SYMMETRIC() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
SYMMETRIC() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_reservedContext
 
SYMMETRIC() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.VexContext
 
SYMMETRIC(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_symmetric_keyContext
 
SYNC - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
SYNC - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
SYNC() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Detach_stmtContext
 
SYNC() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Drop_elementContext
 
SYNC() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Kill_stmtContext
 
SYNC() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.PermissionContext
 
SYNC() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.System_stmtContext
 
SYNC() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
SYNCHRONOUS_COMMIT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
SYNCHRONOUS_COMMIT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
SYNCHRONOUS_COMMIT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Availability_group_spec_optionContext
 
SYNCHRONOUS_COMMIT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Replica_optionContext
 
SYNCHRONOUS_COMMIT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
SYNONYM - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
SYNONYM - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
SYNONYM() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_synonymContext
 
SYNONYM() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Drop_statementsContext
 
SYNONYM() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.PermissionContext
 
SYNONYM() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
SYNTAX - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
SYNTAX - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
SYNTAX() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Explain_stmtContext
 
SYNTAX() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
syntaxError(Recognizer<?, ?>, Object, int, int, String, RecognitionException) - Method in class org.pgcodekeeper.core.formatter.ErrorPresenceListener
 
SYS - Static variable in interface org.pgcodekeeper.core.Consts
 
SYS_TYPES - Static variable in interface org.pgcodekeeper.core.Consts
Deprecated.
improve builtins detection using tokens and jdbc ways
SYSID - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
SYSID - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
SYSID() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
SYSID() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
SYSID() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.User_or_role_or_group_option_for_createContext
 
SYSTEM - Static variable in interface org.pgcodekeeper.core.Consts
 
SYSTEM - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
SYSTEM - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
SYSTEM - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
SYSTEM - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
SYSTEM - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
SYSTEM - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
SYSTEM() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.PermissionContext
 
SYSTEM() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.System_stmtContext
 
SYSTEM() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
SYSTEM() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_fulltext_index_optionContext
 
SYSTEM() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_fulltext_stoplistContext
 
SYSTEM() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Fulltext_index_optionContext
 
SYSTEM() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
SYSTEM() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
SYSTEM() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Insert_stmt_for_psqlContext
 
SYSTEM() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Merge_not_matchedContext
 
SYSTEM() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.PermissionContext
 
SYSTEM() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Reindex_stmtContext
 
SYSTEM() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
system_function() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Function_callContext
 
system_function() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
System_functionContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.System_functionContext
 
system_stmt() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Dml_stmtContext
 
system_stmt() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
System_stmtContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.System_stmtContext
 
SYSTEM_TIME - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
SYSTEM_TIME - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
SYSTEM_TIME() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Period_for_system_timeContext
 
SYSTEM_TIME() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
SYSTEM_TIME() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Table_action_dropContext
 
SYSTEM_USER - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
SYSTEM_USER - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
SYSTEM_USER - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
SYSTEM_USER - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
SYSTEM_USER() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Function_callContext
 
SYSTEM_USER() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
SYSTEM_USER() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_reservedContext
 
SYSTEM_VERSIONING - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
SYSTEM_VERSIONING - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
SYSTEM_VERSIONING() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
system_versioning_opt() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.On_optionContext
 
system_versioning_opt() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
system_versioning_opt(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.On_optionContext
 
System_versioning_optContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.System_versioning_optContext
 

T

Tab - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
Tab - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
TAB - Enum constant in enum class org.pgcodekeeper.core.formatter.FormatConfiguration.IndentType
 
TAB - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
TAB - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
tabl_constraint - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Table_actionContext
 
tabl_constraint - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Table_column_defContext
 
tabl_constraint - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Table_of_type_column_defContext
 
table - Variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.OpendatasourceContext
 
table - Variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Update_statisticsContext
 
table - Variable in class org.pgcodekeeper.core.schema.GenericColumn
 
TABLE - Enum constant in enum class org.pgcodekeeper.core.model.difftree.DbObjType
 
TABLE - Enum constant in enum class org.pgcodekeeper.core.schema.FuncTypes
 
TABLE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
TABLE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
TABLE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
TABLE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
TABLE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
TABLE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
TABLE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_table_actionContext
 
TABLE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_table_stmtContext
 
TABLE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Attach_table_stmtContext
 
TABLE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Check_stmtContext
 
TABLE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Create_table_stmtContext
 
TABLE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Describe_stmtContext
 
TABLE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Detach_stmtContext
 
TABLE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Drop_elementContext
 
TABLE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Exists_stmtContext
 
TABLE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Explain_stmtContext
 
TABLE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Insert_stmtContext
 
TABLE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Object_typeContext
 
TABLE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Optimize_stmtContext
 
TABLE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.PermissionContext
 
TABLE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Rename_stmtContext
 
TABLE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Show_stmtContext
 
TABLE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Table_override_clauseContext
 
TABLE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
TABLE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Truncate_stmtContext
 
TABLE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_table_set_actionContext
 
TABLE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_tableContext
 
TABLE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Class_typeContext
 
TABLE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_external_tableContext
 
TABLE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_tableContext
 
TABLE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Declare_statementContext
 
TABLE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Drop_statementsContext
 
TABLE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Func_returnContext
 
TABLE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Lock_tableContext
 
TABLE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.PermissionContext
 
TABLE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Truncate_tableContext
 
TABLE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Type_definitionContext
 
TABLE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_table_statementContext
 
TABLE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
TABLE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Comment_member_objectContext
 
TABLE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_access_method_statementContext
 
TABLE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_foreign_table_statementContext
 
TABLE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_table_as_statementContext
 
TABLE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_table_external_statementContext
 
TABLE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_table_statementContext
 
TABLE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Drop_statementsContext
 
TABLE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Extension_member_objectContext
 
TABLE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Function_ret_tableContext
 
TABLE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Into_tableContext
 
TABLE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Label_member_objectContext
 
TABLE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Lock_tableContext
 
TABLE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Partition_gp_actionContext
 
TABLE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Publication_objectContext
 
TABLE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Raise_paramContext
 
TABLE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Reindex_stmtContext
 
TABLE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Rule_member_objectContext
 
TABLE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Select_primaryContext
 
TABLE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_reservedContext
 
TABLE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Trigger_referencingContext
 
TABLE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Truncate_stmtContext
 
table_action() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_table_statementContext
 
table_action() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
table_action(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_table_statementContext
 
table_action_drop() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_table_actionContext
 
table_action_drop() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
table_action_drop(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_table_actionContext
 
Table_action_dropContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Table_action_dropContext
 
Table_actionContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Table_actionContext
 
table_arg_expr() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
table_arg_expr() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Table_arg_listContext
 
table_arg_expr(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Table_arg_listContext
 
Table_arg_exprContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Table_arg_exprContext
 
table_arg_list() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
table_arg_list() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Table_function_exprContext
 
Table_arg_listContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Table_arg_listContext
 
table_body_expr() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Attach_table_stmtContext
 
table_body_expr() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Create_table_stmtContext
 
table_body_expr() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
Table_body_exprContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Table_body_exprContext
 
table_cols() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Copy_from_statementContext
 
table_cols() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Copy_to_statementContext
 
table_cols() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
table_cols() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Table_cols_listContext
 
table_cols(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Table_cols_listContext
 
table_cols_list() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Additional_statementContext
 
table_cols_list() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Script_additionalContext
 
table_cols_list() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
Table_cols_listContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Table_cols_listContext
 
Table_colsContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Table_colsContext
 
table_column_def() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_table_add_actionContext
 
table_column_def() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
table_column_def() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Table_element_exprContext
 
table_column_def() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Define_columnsContext
 
table_column_def() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
table_column_def(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Define_columnsContext
 
Table_column_defContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Table_column_defContext
 
Table_column_defContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Table_column_defContext
 
table_column_definition - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_type_statementContext
 
table_column_definition() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_type_statementContext
 
table_column_definition() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Table_actionContext
 
table_column_definition() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Table_column_defContext
 
table_column_definition() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
table_column_definition(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_type_statementContext
 
Table_column_definitionContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Table_column_definitionContext
 
table_column_privilege() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Abbreviated_grant_or_revokeContext
 
table_column_privilege() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
table_column_privilege() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Table_column_privilegesContext
 
table_column_privilege(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Abbreviated_grant_or_revokeContext
 
Table_column_privilegeContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Table_column_privilegeContext
 
table_column_privileges() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Columns_permissionsContext
 
table_column_privileges() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
table_column_privileges() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Columns_permissionsContext
 
table_column_privileges() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
table_column_privileges() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Columns_permissionsContext
 
table_column_privileges() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
table_column_privileges(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Columns_permissionsContext
 
table_column_privileges(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Columns_permissionsContext
 
table_column_privileges(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Columns_permissionsContext
 
Table_column_privilegesContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Table_column_privilegesContext
 
Table_column_privilegesContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Table_column_privilegesContext
 
Table_column_privilegesContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Table_column_privilegesContext
 
table_column_property_expr() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_table_actionContext
 
table_column_property_expr() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Data_type_exprContext
 
table_column_property_expr() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Modify_column_exprContext
 
table_column_property_expr() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
Table_column_property_exprContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Table_column_property_exprContext
 
table_constraint() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
table_constraint() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Table_element_extendedContext
 
table_constraint() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Table_elementContext
 
table_constraint_body() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
table_constraint_body() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Table_constraintContext
 
Table_constraint_bodyContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Table_constraint_bodyContext
 
table_constraint_def() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_table_add_actionContext
 
table_constraint_def() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
table_constraint_def() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Table_element_exprContext
 
Table_constraint_defContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Table_constraint_defContext
 
Table_constraintContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Table_constraintContext
 
table_deferrable() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Constraint_commonContext
 
table_deferrable() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_trigger_statementContext
 
table_deferrable() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Table_actionContext
 
table_deferrable() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
Table_deferrableContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Table_deferrableContext
 
table_drop - Variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_table_actionContext
 
table_element() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
table_element() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Table_elementsContext
 
table_element(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Table_elementsContext
 
table_element_expr() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Over_columnContext
 
table_element_expr() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Table_body_exprContext
 
table_element_expr() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
table_element_expr() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Table_schema_clauseContext
 
table_element_expr(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Over_columnContext
 
table_element_expr(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Table_body_exprContext
 
table_element_expr(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Table_schema_clauseContext
 
Table_element_exprContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Table_element_exprContext
 
table_element_extended() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
table_element_extended() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Table_elements_extendedContext
 
table_element_extended(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Table_elements_extendedContext
 
Table_element_extendedContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Table_element_extendedContext
 
Table_elementContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Table_elementContext
 
table_elements() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Declare_statementContext
 
table_elements() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.External_table_defContext
 
table_elements() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Func_returnContext
 
table_elements() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
table_elements() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Type_definitionContext
 
table_elements_extended() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_table_actionContext
 
table_elements_extended() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_tableContext
 
table_elements_extended() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
Table_elements_extendedContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Table_elements_extendedContext
 
Table_elementsContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Table_elementsContext
 
table_expr() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Describe_stmtContext
 
table_expr() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
table_expr() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Table_exprContext
 
Table_exprContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Table_exprContext
 
table_function_expr() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Common_table_query_exprContext
 
table_function_expr() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Insert_stmtContext
 
table_function_expr() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Subquery_clauseContext
 
table_function_expr() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Table_exprContext
 
table_function_expr() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
table_function_expr() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Table_schema_clauseContext
 
Table_function_exprContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Table_function_exprContext
 
table_hint() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Insert_with_table_hintsContext
 
table_hint() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
table_hint() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.With_table_hintsContext
 
table_hint(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Insert_with_table_hintsContext
 
table_hint(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.With_table_hintsContext
 
Table_hintContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Table_hintContext
 
table_index() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Table_element_extendedContext
 
table_index() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Table_elementContext
 
table_index() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
table_index_def() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_table_add_actionContext
 
table_index_def() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Table_element_exprContext
 
table_index_def() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
Table_index_defContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Table_index_defContext
 
Table_indexContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Table_indexContext
 
table_initialy_immed() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Constraint_commonContext
 
table_initialy_immed() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_trigger_statementContext
 
table_initialy_immed() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Table_actionContext
 
table_initialy_immed() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
Table_initialy_immedContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Table_initialy_immedContext
 
table_name - Variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_or_alter_triggerContext
 
table_name - Variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Index_nameContext
 
table_name - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Comment_member_objectContext
 
table_name - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_index_statementContext
 
table_name - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_rewrite_statementContext
 
table_name - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_statistics_statementContext
 
table_name - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_trigger_statementContext
 
table_name - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Drop_trigger_statementContext
 
table_name_with_hint() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_statisticsContext
 
table_name_with_hint() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
Table_name_with_hintContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Table_name_with_hintContext
 
table_names - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Rule_member_objectContext
 
table_of_type_column_def() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.List_of_type_column_defContext
 
table_of_type_column_def() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
table_of_type_column_def(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.List_of_type_column_defContext
 
Table_of_type_column_defContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Table_of_type_column_defContext
 
table_options() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_tableContext
 
table_options() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
table_options(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_tableContext
 
Table_optionsContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Table_optionsContext
 
table_or_view_name - Variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Drop_backward_compatible_indexContext
 
table_override_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Engine_exprContext
 
table_override_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
table_override_clause(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Engine_exprContext
 
Table_override_clauseContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Table_override_clauseContext
 
table_projection_def() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_table_add_actionContext
 
table_projection_def() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Table_element_exprContext
 
table_projection_def() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
Table_projection_defContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Table_projection_defContext
 
table_schema_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Create_live_view_stmtContext
 
table_schema_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Create_mat_view_stmtContext
 
table_schema_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Create_simple_view_stmtContext
 
table_schema_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
Table_schema_clauseContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Table_schema_clauseContext
 
table_space() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_table_as_statementContext
 
table_space() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_table_statementContext
 
table_space() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_view_statementContext
 
table_space() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Index_parametersContext
 
table_space() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Index_restContext
 
table_space() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Part_elementContext
 
table_space() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
Table_spaceContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Table_spaceContext
 
table_stretch_opt() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.On_optionContext
 
table_stretch_opt() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
table_stretch_opt(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.On_optionContext
 
Table_stretch_optContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Table_stretch_optContext
 
table_subquery() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Array_expressionContext
 
table_subquery() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.From_primaryContext
 
table_subquery() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
table_subquery() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Update_setContext
 
table_subquery() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Value_expression_primaryContext
 
Table_subqueryContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Table_subqueryContext
 
Table_TypeParameterChange - Static variable in class org.pgcodekeeper.core.localizations.Messages
 
table_value_constructor() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Merge_not_matchedContext
 
table_value_constructor() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Query_specificationContext
 
table_value_constructor() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
Table_value_constructorContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Table_value_constructorContext
 
TableAbstract - Class in org.pgcodekeeper.core.parsers.antlr.pg.statement
Abstract base class for PostgreSQL table-related statement parsers.
TABLES - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
TABLES - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
TABLES - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
TABLES - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
TABLES() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.PermissionContext
 
TABLES() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Show_stmtContext
 
TABLES() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
TABLES() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Abbreviated_grant_or_revokeContext
 
TABLES() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
TABLES() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_publication_statementContext
 
TABLES() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Publication_objectContext
 
TABLES() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Rule_member_objectContext
 
TABLES() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
TABLESAMPLE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
TABLESAMPLE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
TABLESAMPLE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
TABLESAMPLE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
TABLESAMPLE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
TABLESAMPLE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.From_primaryContext
 
TABLESAMPLE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_reserved_except_function_typeContext
 
tablespace - Variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_tableContext
 
TABLESPACE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
TABLESPACE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
TABLESPACE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_database_actionContext
 
TABLESPACE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_index_statementContext
 
TABLESPACE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_materialized_view_statementContext
 
TABLESPACE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_tablespace_statementContext
 
TABLESPACE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
TABLESPACE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Comment_member_objectContext
 
TABLESPACE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_database_optionContext
 
TABLESPACE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_tablespace_statementContext
 
TABLESPACE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Drop_statementsContext
 
TABLESPACE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Label_member_objectContext
 
TABLESPACE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Reindex_optionContext
 
TABLESPACE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Rule_member_objectContext
 
TABLESPACE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Set_tablespaceContext
 
TABLESPACE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Table_spaceContext
 
TABLESPACE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
TablesReader - Class in org.pgcodekeeper.core.loader.jdbc.pg
Reader for PostgreSQL tables.
TablesReader(JdbcLoaderBase) - Constructor for class org.pgcodekeeper.core.loader.jdbc.pg.TablesReader
Creates a new TablesReader.
TABLOCK - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
TABLOCK - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
TABLOCK() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
TABLOCK() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Table_hintContext
 
TABLOCKX - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
TABLOCKX - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
TABLOCKX() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
TABLOCKX() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Table_hintContext
 
TAG - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.statement.CreateEventTrigger
Constant for the "tag" filter variable name.
TAKE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
TAKE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
TAKE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.PermissionContext
 
TAKE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
TAPE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
TAPE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
TAPE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Backup_deviceContext
 
TAPE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
target - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Cast_nameContext
 
TARGET - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
TARGET - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
TARGET - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
TARGET - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
TARGET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Add_drop_event_targetContext
 
TARGET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_contractContext
 
TARGET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Merge_whenContext
 
TARGET() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
TARGET() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
TARGET() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
TARGET() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.When_conditionContext
 
TARGET(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_contractContext
 
target_operator() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Add_operator_to_familyContext
 
target_operator() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_operator_statementContext
 
target_operator() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Comment_member_objectContext
 
target_operator() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Drop_operator_statementContext
 
target_operator() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Owner_member_objectContext
 
target_operator() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
target_operator(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Drop_operator_statementContext
 
Target_operatorContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Target_operatorContext
 
TARGET_RECOVERY_TIME - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
TARGET_RECOVERY_TIME - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
TARGET_RECOVERY_TIME() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Database_optionspecContext
 
TARGET_RECOVERY_TIME() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
TB - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
TB - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
TB() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Audit_file_actionContext
 
TB() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.File_sizeContext
 
TB() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
TCP - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
TCP - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
TCP() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_endpointContext
 
TCP() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_endpointContext
 
TCP() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
tcp_options() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_endpointContext
 
tcp_options() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_endpointContext
 
tcp_options() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
Tcp_optionsContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Tcp_optionsContext
 
TEMP - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
TEMP - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
TEMP() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
TEMP() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_sequence_statementContext
 
TEMP() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_table_as_statementContext
 
TEMP() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_table_external_statementContext
 
TEMP() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_table_statementContext
 
TEMP() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_view_statementContext
 
TEMP() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Into_tableContext
 
TEMP() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.PermissionContext
 
TEMP() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Script_additionalContext
 
TEMP() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
TempDir - Class in org.pgcodekeeper.core.utils
Wrapper for creation and automatic recursive deletion of a temporary directory.
TempDir(String) - Constructor for class org.pgcodekeeper.core.utils.TempDir
Creates a temporary directory with specified prefix in the system temp directory.
TempDir(Path, String) - Constructor for class org.pgcodekeeper.core.utils.TempDir
Creates a temporary directory with specified prefix in the given parent directory.
TempFile - Class in org.pgcodekeeper.core.utils
Wrapper for creation and automatic deletion of a temporary file.
TempFile(String, String) - Constructor for class org.pgcodekeeper.core.utils.TempFile
Creates a temporary file with specified prefix and suffix in the system temp directory.
TempFile(Path, String, String) - Constructor for class org.pgcodekeeper.core.utils.TempFile
Creates a temporary file with specified prefix and suffix in the given directory.
template - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_fts_dictionary_statementContext
 
TEMPLATE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
TEMPLATE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
TEMPLATE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_fts_statementContext
 
TEMPLATE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
TEMPLATE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Comment_member_objectContext
 
TEMPLATE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_database_optionContext
 
TEMPLATE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_fts_dictionary_statementContext
 
TEMPLATE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_fts_template_statementContext
 
TEMPLATE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Drop_statementsContext
 
TEMPLATE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Extension_member_objectContext
 
TEMPLATE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Partition_gp_actionContext
 
TEMPLATE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Sub_partContext
 
TEMPLATE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
template_spec() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Partition_gp_actionContext
 
template_spec() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Partition_gpContext
 
template_spec() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Sub_partContext
 
template_spec() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
Template_specContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Template_specContext
 
TEMPORARY - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
TEMPORARY - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
TEMPORARY - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
TEMPORARY - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
TEMPORARY() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_table_stmtContext
 
TEMPORARY() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Create_table_stmtContext
 
TEMPORARY() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Drop_elementContext
 
TEMPORARY() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Exists_stmtContext
 
TEMPORARY() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.PermissionContext
 
TEMPORARY() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Show_stmtContext
 
TEMPORARY() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
TEMPORARY() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Truncate_stmtContext
 
TEMPORARY() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
TEMPORARY() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_sequence_statementContext
 
TEMPORARY() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_table_as_statementContext
 
TEMPORARY() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_table_external_statementContext
 
TEMPORARY() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_table_statementContext
 
TEMPORARY() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_view_statementContext
 
TEMPORARY() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Into_tableContext
 
TEMPORARY() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.PermissionContext
 
TEMPORARY() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Script_additionalContext
 
TEMPORARY() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
terminate() - Method in interface org.pgcodekeeper.core.reporter.IProgressReporter
Terminates the progress reporting session.
termination() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_databaseContext
 
termination() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Database_optionspecContext
 
termination() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
TerminationContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.TerminationContext
 
TEST - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
TEST - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
TEST() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Kill_stmtContext
 
TEST() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
TEXT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
TEXT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
TEXT - Static variable in interface org.pgcodekeeper.core.parsers.antlr.pg.expr.TypesSetManually
 
TEXT - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
TEXT - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
TEXT() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Data_typeContext
 
TEXT() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
TEXT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_fts_statementContext
 
TEXT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
TEXT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Comment_member_objectContext
 
TEXT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Copy_optionContext
 
TEXT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_fts_configuration_statementContext
 
TEXT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_fts_dictionary_statementContext
 
TEXT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_fts_parser_statementContext
 
TEXT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_fts_template_statementContext
 
TEXT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Drop_statementsContext
 
TEXT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Explain_optionContext
 
TEXT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Extension_member_objectContext
 
TEXT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Owner_member_objectContext
 
TEXT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
Text_between_Dollar - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
Text_between_Dollar - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
Text_between_Dollar() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.SconstContext
 
Text_between_Dollar(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.SconstContext
 
textimage - Variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_tableContext
 
TEXTIMAGE_ON - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
TEXTIMAGE_ON - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
TEXTIMAGE_ON() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_tableContext
 
TEXTIMAGE_ON() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
TEXTSIZE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
TEXTSIZE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
TEXTSIZE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Set_specialContext
 
THEN - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
THEN - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
THEN - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
THEN - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
THEN - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
THEN - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
THEN() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Function_callContext
 
THEN() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
THEN() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Merge_whenContext
 
THEN() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Switch_search_condition_sectionContext
 
THEN() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Switch_sectionContext
 
THEN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
THEN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Case_expressionContext
 
THEN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Case_statementContext
 
THEN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Exception_statementContext
 
THEN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.If_statementContext
 
THEN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_reservedContext
 
THEN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.When_conditionContext
 
THEN(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Function_callContext
 
THEN(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Case_expressionContext
 
THEN(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Case_statementContext
 
THEN(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Exception_statementContext
 
THEN(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.If_statementContext
 
THROW - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
THROW - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
THROW() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
THROW() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Throw_statementContext
 
throw_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Cfl_statementContext
 
throw_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
Throw_statementContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Throw_statementContext
 
TIES - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
TIES - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
TIES - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
TIES - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
TIES - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
TIES - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
TIES() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Limit_clauseContext
 
TIES() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
TIES() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Top_clauseContext
 
TIES() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
TIES() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Top_clauseContext
 
TIES() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.After_opsContext
 
TIES() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
TIES() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Frame_clauseContext
 
TIES() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
time() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Begin_conversation_timerContext
 
time() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Low_priority_lock_waitContext
 
time() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
time() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Waitfor_conversationContext
 
time() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Waitfor_receiveContext
 
time() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Waitfor_statementContext
 
TIME - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
TIME - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
TIME - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
TIME - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
TIME - Static variable in interface org.pgcodekeeper.core.parsers.antlr.pg.expr.TypesSetManually
 
TIME - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
TIME - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
TIME() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Data_typeContext
 
TIME() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
TIME() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Set_statistics_valueContext
 
TIME() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
TIME() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Waitfor_statementContext
 
TIME() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Additional_statementContext
 
TIME() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
TIME() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Predefined_typeContext
 
TIME() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Session_local_optionContext
 
TIME() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Show_statementContext
 
TIME() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreserved_except_function_typeContext
 
TIME() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.VexContext
 
TIME(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Predefined_typeContext
 
TimeContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.TimeContext
 
timeout - Variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Waitfor_receiveContext
 
TIMEOUT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
TIMEOUT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
TIMEOUT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
TIMEOUT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
TIMEOUT() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
TIMEOUT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Begin_conversation_timerContext
 
TIMEOUT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Partner_optionContext
 
TIMEOUT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
TIMEOUT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Waitfor_conversationContext
 
TIMEOUT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Waitfor_receiveContext
 
TIMER - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
TIMER - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
TIMER() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Begin_conversation_timerContext
 
TIMER() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
TIMESTAMP - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
TIMESTAMP - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
TIMESTAMP - Static variable in interface org.pgcodekeeper.core.parsers.antlr.pg.expr.TypesSetManually
 
TIMESTAMP - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
TIMESTAMP - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
TIMESTAMP() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Data_typeContext
 
TIMESTAMP() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Function_callContext
 
TIMESTAMP() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
TIMESTAMP() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
TIMESTAMP() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Predefined_typeContext
 
TIMESTAMP() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreserved_except_function_typeContext
 
TIMESTAMPTZ - Static variable in interface org.pgcodekeeper.core.parsers.antlr.pg.expr.TypesSetManually
 
TIMETZ - Static variable in interface org.pgcodekeeper.core.parsers.antlr.pg.expr.TypesSetManually
 
timeZone() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.rulectx.Vex
 
TIMING - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
TIMING - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
TIMING() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Explain_optionContext
 
TIMING() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonkeywordContext
 
TINYBLOB - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
TINYBLOB - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
TINYBLOB() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Data_typeContext
 
TINYBLOB() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
TINYINT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
TINYINT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
TINYINT() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Data_typeContext
 
TINYINT() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
TINYTEXT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
TINYTEXT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
TINYTEXT() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Data_typeContext
 
TINYTEXT() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
TO - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
TO - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
TO - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
TO - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
TO - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
TO - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
TO() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_table_actionContext
 
TO() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Destination_clauseContext
 
TO() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Move_stmtContext
 
TO() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Policy_actionContext
 
TO() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Privilegy_stmtContext
 
TO() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Rename_stmtContext
 
TO() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Rename_toContext
 
TO() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
TO() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Ttl_exprContext
 
TO() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.With_fillContext
 
TO() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Add_signatureContext
 
TO() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_audit_actionContext
 
TO() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_authorizationContext
 
TO() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_server_configurationContext
 
TO() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_table_actionContext
 
TO() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Backup_certificateContext
 
TO() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Backup_databaseContext
 
TO() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Backup_logContext
 
TO() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Backup_master_keyContext
 
TO() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Backup_service_master_keyContext
 
TO() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Backup_symmetric_keyContext
 
TO() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Begin_conversation_dialogContext
 
TO() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_event_notificationContext
 
TO() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_or_alter_resource_poolContext
 
TO() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_partition_schemeContext
 
TO() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_remote_service_bindingContext
 
TO() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_server_auditContext
 
TO() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.File_and_filegroup_optionsContext
 
TO() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Mirror_toContext
 
TO() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Move_conversationContext
 
TO() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.On_partition_clauseContext
 
TO() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Queue_actionContext
 
TO() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Restore_optionContext
 
TO() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Rule_commonContext
 
TO() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Truncate_tableContext
 
TO() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Additional_statementContext
 
TO() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_domain_statementContext
 
TO() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_extension_actionContext
 
TO() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_materialized_view_actionContext
 
TO() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_policy_statementContext
 
TO() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_table_statementContext
 
TO() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_type_statementContext
 
TO() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_view_actionContext
 
TO() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Copy_to_statementContext
 
TO() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_conversion_statementContext
 
TO() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_policy_statementContext
 
TO() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_rewrite_statementContext
 
TO() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_transform_statementContext
 
TO() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Grant_to_ruleContext
 
TO() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Interval_fieldContext
 
TO() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Other_rulesContext
 
TO() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Owner_toContext
 
TO() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Partition_bound_specContext
 
TO() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Partition_gp_actionContext
 
TO() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Rename_toContext
 
TO() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Rule_commonContext
 
TO() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Schema_importContext
 
TO() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Script_transactionContext
 
TO() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Session_local_optionContext
 
TO() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Set_reset_parameterContext
 
TO() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_reservedContext
 
TO() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.VexContext
 
TO() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.With_queryContext
 
TO(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Rename_stmtContext
 
TO(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_server_configurationContext
 
TO(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_or_alter_resource_poolContext
 
TO(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.On_partition_clauseContext
 
TO(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Truncate_tableContext
 
TokenLoader - Class in org.pgcodekeeper.core.loader
Database loader for SQL token verification and validation.
TokenLoader_log_file_not_exist - Static variable in class org.pgcodekeeper.core.localizations.Messages
 
tokenNames - Static variable in class org.pgcodekeeper.core.parsers.antlr.base.generated.IgnoreListLexer
Deprecated.
tokenNames - Static variable in class org.pgcodekeeper.core.parsers.antlr.base.generated.IgnoreListParser
Deprecated.
tokenNames - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
Deprecated.
Use VOCABULARY instead.
tokenNames - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
Deprecated.
Use CHParser.VOCABULARY instead.
tokenNames - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
Deprecated.
tokenNames - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
Deprecated.
tokenNames - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.PrivilegesLexer
Deprecated.
tokenNames - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.PrivilegesParser
Deprecated.
tokenNames - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
Deprecated.
Use SQLLexer.VOCABULARY instead.
tokenNames - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
Deprecated.
tokens_nonkeyword() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Id_tokenContext
 
tokens_nonkeyword() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
Tokens_nonkeywordContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonkeywordContext
 
tokens_nonreserved() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Id_tokenContext
 
tokens_nonreserved() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
tokens_nonreserved() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Col_labelContext
 
tokens_nonreserved() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Identifier_nontypeContext
 
tokens_nonreserved() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.IdentifierContext
 
tokens_nonreserved() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
tokens_nonreserved_except_function_type() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Col_labelContext
 
tokens_nonreserved_except_function_type() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.IdentifierContext
 
tokens_nonreserved_except_function_type() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
Tokens_nonreserved_except_function_typeContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreserved_except_function_typeContext
 
Tokens_nonreservedContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
Tokens_nonreservedContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
tokens_reserved() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.IdentifierContext
 
tokens_reserved() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
tokens_reserved() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Col_labelContext
 
tokens_reserved() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Identifier_reserved_nontypeContext
 
tokens_reserved() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Identifier_reservedContext
 
tokens_reserved() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
tokens_reserved_except_function_type() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Col_labelContext
 
tokens_reserved_except_function_type() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Identifier_nontypeContext
 
tokens_reserved_except_function_type() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
Tokens_reserved_except_function_typeContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_reserved_except_function_typeContext
 
Tokens_reservedContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_reservedContext
 
Tokens_reservedContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_reservedContext
 
TOP - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
TOP - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
TOP - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
TOP - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
TOP() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
TOP() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Top_clauseContext
 
TOP() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Delete_statementContext
 
TOP() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Insert_statementContext
 
TOP() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Merge_statementContext
 
TOP() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Top_clauseContext
 
TOP() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Update_statementContext
 
top_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Select_primaryContext
 
top_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
top_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Query_specificationContext
 
top_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Receive_statementContext
 
top_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
Top_clauseContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Top_clauseContext
 
Top_clauseContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Top_clauseContext
 
top_count() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Delete_statementContext
 
top_count() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Top_clauseContext
 
top_count() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
Top_countContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Top_countContext
 
TORN_PAGE_DETECTION - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
TORN_PAGE_DETECTION - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
TORN_PAGE_DETECTION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Database_optionspecContext
 
TORN_PAGE_DETECTION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
toString() - Method in record class org.pgcodekeeper.core.library.PgLibrary
Returns a string representation of this record class.
toString() - Method in class org.pgcodekeeper.core.model.difftree.IgnoredObject
 
toString() - Method in class org.pgcodekeeper.core.model.difftree.TreeElement
 
toString() - Method in class org.pgcodekeeper.core.model.graph.ActionContainer
 
toString() - Method in record class org.pgcodekeeper.core.model.graph.DbObject
Returns a string representation of this record class.
toString() - Method in class org.pgcodekeeper.core.model.graph.PrintObj
 
toString() - Method in class org.pgcodekeeper.core.model.graph.RowData
 
toString() - Method in class org.pgcodekeeper.core.parsers.antlr.base.AntlrError
Returns formatted string representation of the error.
toString() - Method in class org.pgcodekeeper.core.schema.GenericColumn
 
toString() - Method in class org.pgcodekeeper.core.schema.PgObjLocation
 
toString() - Method in class org.pgcodekeeper.core.schema.PgPrivilege
 
toString() - Method in class org.pgcodekeeper.core.schema.PgStatement
 
toString() - Method in class org.pgcodekeeper.core.utils.Pair
 
TOTALS - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
TOTALS - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
TOTALS() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Select_primaryContext
 
TOTALS() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
TRACE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
TRACE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
TRACE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.PermissionContext
 
TRACE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
TRACK_CAUSALITY - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
TRACK_CAUSALITY - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
TRACK_CAUSALITY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_or_alter_event_session_withContext
 
TRACK_CAUSALITY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
TRACK_COLUMNS_UPDATED - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
TRACK_COLUMNS_UPDATED - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
TRACK_COLUMNS_UPDATED() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_table_actionContext
 
TRACK_COLUMNS_UPDATED() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
TRACKING - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
TRACKING - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
TRACKING() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.PermissionContext
 
TRACKING() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
TRAILING - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
TRAILING - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
TRAILING - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
TRAILING - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
TRAILING() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Function_callContext
 
TRAILING() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
TRAILING() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
TRAILING() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.String_value_functionContext
 
TRAILING() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_reservedContext
 
TRAN - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
TRAN - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
TRAN() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Set_specialContext
 
TRAN() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Transaction_statementContext
 
TRAN_END - Enum constant in enum class org.pgcodekeeper.core.schema.ms.GeneratedType
 
TRAN_START - Enum constant in enum class org.pgcodekeeper.core.schema.ms.GeneratedType
 
TRANSACTION - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
TRANSACTION - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
TRANSACTION - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
TRANSACTION - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
TRANSACTION - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
TRANSACTION - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
TRANSACTION() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.PermissionContext
 
TRANSACTION() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
TRANSACTION() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Transaction_stmtContext
 
TRANSACTION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Set_specialContext
 
TRANSACTION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Transaction_statementContext
 
TRANSACTION() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
TRANSACTION() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Script_transactionContext
 
TRANSACTION() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Set_actionContext
 
TRANSACTION() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Show_statementContext
 
TRANSACTION() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
TRANSACTION_ID - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
TRANSACTION_ID - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
TRANSACTION_ID() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Column_optionContext
 
TRANSACTION_ID() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
TRANSACTION_ID_COLUMN_NAME - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
TRANSACTION_ID_COLUMN_NAME - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
TRANSACTION_ID_COLUMN_NAME() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
transaction_mode() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Script_transactionContext
 
transaction_mode() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Set_actionContext
 
transaction_mode() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
transaction_mode(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Script_transactionContext
 
transaction_mode(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Set_actionContext
 
Transaction_modeContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Transaction_modeContext
 
transaction_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Another_statementContext
 
transaction_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
transaction_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Function_statementContext
 
transaction_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
Transaction_statementContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Transaction_statementContext
 
Transaction_statementContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Transaction_statementContext
 
transaction_stmt() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Dml_stmtContext
 
transaction_stmt() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
Transaction_stmtContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Transaction_stmtContext
 
TRANSFER - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
TRANSFER - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
TRANSFER() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_schema_sqlContext
 
TRANSFER() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
TRANSFORM - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
TRANSFORM - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
TRANSFORM() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
TRANSFORM() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Comment_member_objectContext
 
TRANSFORM() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_transform_statementContext
 
TRANSFORM() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Extension_member_objectContext
 
TRANSFORM() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Function_actions_commonContext
 
TRANSFORM() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
transform_for_type() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Function_actions_commonContext
 
transform_for_type() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
transform_for_type(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Function_actions_commonContext
 
Transform_for_typeContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Transform_for_typeContext
 
TRANSFORM_NOISE_WORDS - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
TRANSFORM_NOISE_WORDS - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
TRANSFORM_NOISE_WORDS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_database_optionContext
 
TRANSFORM_NOISE_WORDS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Database_optionspecContext
 
TRANSFORM_NOISE_WORDS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
TREAT - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
TREAT - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
TREAT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
TREAT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Cast_specificationContext
 
TREAT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreserved_except_function_typeContext
 
TREE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
TREE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
TREE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Explain_stmtContext
 
TREE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
TreeElement - Class in org.pgcodekeeper.core.model.difftree
Wrapper for database objects representing the state between old and new database schemas.
TreeElement(String, DbObjType, TreeElement.DiffSide) - Constructor for class org.pgcodekeeper.core.model.difftree.TreeElement
Creates a tree element with specified properties.
TreeElement(PgStatement, TreeElement.DiffSide) - Constructor for class org.pgcodekeeper.core.model.difftree.TreeElement
Creates a tree element from a database statement.
TreeElement.DiffSide - Enum Class in org.pgcodekeeper.core.model.difftree
Represents the side of difference in schema comparison.
TreeFlattener - Class in org.pgcodekeeper.core.model.difftree
Utility class for flattening tree structures with filtering capabilities.
TreeFlattener() - Constructor for class org.pgcodekeeper.core.model.difftree.TreeFlattener
 
TreeFlattener_log_filter_obj - Static variable in class org.pgcodekeeper.core.localizations.Messages
 
TreeFlattener_log_ignore_children - Static variable in class org.pgcodekeeper.core.localizations.Messages
 
TreeFlattener_log_ignore_obj - Static variable in class org.pgcodekeeper.core.localizations.Messages
 
TRIGGER - Enum constant in enum class org.pgcodekeeper.core.model.difftree.DbObjType
 
TRIGGER - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
TRIGGER - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
TRIGGER - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
TRIGGER - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
TRIGGER() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_table_actionContext
 
TRIGGER() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Class_typeContext
 
TRIGGER() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_or_alter_triggerContext
 
TRIGGER() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Drop_ddl_triggerContext
 
TRIGGER() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Drop_statementsContext
 
TRIGGER() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Enable_disable_triggerContext
 
TRIGGER() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.PermissionContext
 
TRIGGER() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_event_trigger_statementContext
 
TRIGGER() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_trigger_statementContext
 
TRIGGER() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
TRIGGER() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Comment_member_objectContext
 
TRIGGER() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_event_trigger_statementContext
 
TRIGGER() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_trigger_statementContext
 
TRIGGER() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Drop_statementsContext
 
TRIGGER() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Drop_trigger_statementContext
 
TRIGGER() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Extension_member_objectContext
 
TRIGGER() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Label_member_objectContext
 
TRIGGER() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Owner_member_objectContext
 
TRIGGER() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.PermissionContext
 
TRIGGER() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Table_actionContext
 
TRIGGER() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Table_column_privilegeContext
 
TRIGGER() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
trigger_name - Variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_or_alter_triggerContext
 
trigger_name - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Table_actionContext
 
trigger_operation() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_or_alter_triggerContext
 
trigger_operation() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
trigger_operation(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_or_alter_triggerContext
 
Trigger_operationContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Trigger_operationContext
 
trigger_option() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_or_alter_triggerContext
 
trigger_option() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
trigger_option(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_or_alter_triggerContext
 
Trigger_optionContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Trigger_optionContext
 
trigger_referencing() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_trigger_statementContext
 
trigger_referencing() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
trigger_referencing(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_trigger_statementContext
 
Trigger_referencingContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Trigger_referencingContext
 
TriggerAnalysisLauncher - Class in org.pgcodekeeper.core.parsers.antlr.pg.launcher
Launcher for analyzing PostgreSQL trigger conditions.
TriggerAnalysisLauncher(PgTrigger, SQLParser.VexContext, String) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.launcher.TriggerAnalysisLauncher
Creates a trigger condition analyzer.
TriggersReader - Class in org.pgcodekeeper.core.loader.jdbc.pg
Reader for PostgreSQL triggers.
TriggersReader(JdbcLoaderBase) - Constructor for class org.pgcodekeeper.core.loader.jdbc.pg.TriggersReader
Creates a new TriggersReader.
TriggerState - Enum Class in org.pgcodekeeper.core.schema.pg
Enumeration of PostgreSQL trigger states.
TRIM - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
TRIM - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
TRIM - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
TRIM - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
TRIM - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
TRIM - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
TRIM() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Function_callContext
 
TRIM() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
TRIM() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Function_callContext
 
TRIM() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
TRIM() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
TRIM() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.String_value_functionContext
 
TRIM() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreserved_except_function_typeContext
 
TRIPLE_DES - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
TRIPLE_DES - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
TRIPLE_DES() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.AlgorithmContext
 
TRIPLE_DES() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
TRIPLE_DES_3KEY - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
TRIPLE_DES_3KEY - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
TRIPLE_DES_3KEY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.AlgorithmContext
 
TRIPLE_DES_3KEY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Base_algorithmContext
 
TRIPLE_DES_3KEY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
TRUE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
TRUE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
TRUE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
TRUE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
TRUE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.ConstantContext
 
TRUE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Format_optionsContext
 
TRUE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Primitive_expressionContext
 
TRUE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
TRUE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_table_statementContext
 
TRUE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
TRUE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Boolean_valueContext
 
TRUE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Json_behavior_typeContext
 
TRUE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_reservedContext
 
TRUE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Truth_valueContext
 
TRUE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.With_admin_optionContext
 
TRUNCATE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
TRUNCATE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
TRUNCATE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
TRUNCATE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
TRUNCATE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
TRUNCATE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
TRUNCATE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.PermissionContext
 
TRUNCATE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
TRUNCATE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Truncate_stmtContext
 
TRUNCATE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Function_callContext
 
TRUNCATE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Truncate_tableContext
 
TRUNCATE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
TRUNCATE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_trigger_statementContext
 
TRUNCATE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Partition_gp_actionContext
 
TRUNCATE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.PermissionContext
 
TRUNCATE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Table_column_privilegeContext
 
TRUNCATE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
TRUNCATE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Truncate_stmtContext
 
TRUNCATE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Vacuum_optionContext
 
TRUNCATE(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_trigger_statementContext
 
truncate_stmt() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Ddl_stmtContext
 
truncate_stmt() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
truncate_stmt() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Additional_statementContext
 
truncate_stmt() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
Truncate_stmtContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Truncate_stmtContext
 
Truncate_stmtContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Truncate_stmtContext
 
truncate_table() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Ddl_clauseContext
 
truncate_table() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
Truncate_tableContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Truncate_tableContext
 
truncate_true - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_trigger_statementContext
 
TRUST_CERT - Static variable in interface org.pgcodekeeper.core.Consts
 
TRUSTED - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
TRUSTED - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
TRUSTED() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
TRUSTED() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_language_statementContext
 
TRUSTED() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
TRUSTWORTHY - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
TRUSTWORTHY - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
TRUSTWORTHY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_database_optionContext
 
TRUSTWORTHY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Database_optionspecContext
 
TRUSTWORTHY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
truth_value() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Comp_optionsContext
 
truth_value() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_type_statementContext
 
truth_value() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Expr_constContext
 
truth_value() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
truth_value() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.VexContext
 
truth_value(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_type_statementContext
 
Truth_valueContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Truth_valueContext
 
truthValue() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.rulectx.Vex
 
TRY - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
TRY - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
TRY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
TRY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Try_catch_statementContext
 
TRY(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Try_catch_statementContext
 
try_catch_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Cfl_statementContext
 
try_catch_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
Try_catch_statementContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Try_catch_statementContext
 
try_clauses - Variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Try_catch_statementContext
 
TRY_CONVERT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
TRY_CONVERT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
TSEQUAL - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
TSEQUAL - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
tsql() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_endpointContext
 
tsql() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_endpointContext
 
tsql() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
TSQL - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
TSQL - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
TSQL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
TSQL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.TsqlContext
 
tsql_file() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
Tsql_fileContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Tsql_fileContext
 
TsqlContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.TsqlContext
 
TSqlContextProcessor - Interface in org.pgcodekeeper.core.parsers.antlr.ms
Processor for Microsoft SQL contexts
TSQLLexer - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLLexer(CharStream) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
TSQLOverridesListener - Class in org.pgcodekeeper.core.parsers.antlr.ms
Custom ANTLR listener for processing Microsoft SQL Server (T-SQL) statements with override support.
TSQLOverridesListener(MsDatabase, String, ParserListenerMode, List<Object>, IMonitor, Map<PgStatement, StatementOverride>, ISettings) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.TSQLOverridesListener
Creates a new T-SQL listener with override support.
TSQLParser - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser(TokenStream) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
TSQLParser.Add_alter_drop_predicateContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Add_drop_event_targetContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Add_drop_eventContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Add_drop_propertyContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Add_listener_optionContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Add_signatureContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Al_pattern_quantifierContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.AlgorithmContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.All_distinct_expressionContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Alter_app_role_optionContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Alter_application_roleContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Alter_assemblyContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Alter_asymmetric_keyContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Alter_audit_actionContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Alter_authorizationContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Alter_availability_group_optionsContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Alter_availability_groupContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Alter_certificateContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Alter_column_encryption_keyContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Alter_column_optionContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Alter_credentialContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Alter_cryptographic_providerContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Alter_database_encryption_keyContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Alter_database_scoped_credentialContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Alter_databaseContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Alter_db_roleContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Alter_endpointContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Alter_external_data_sourceContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Alter_external_languageContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Alter_external_libraryContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Alter_external_resource_poolContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Alter_fulltext_catalogContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Alter_fulltext_index_optionContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Alter_fulltext_indexContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Alter_fulltext_stoplistContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Alter_index_actionContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Alter_indexContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Alter_login_sql_serverContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Alter_master_key_sql_serverContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Alter_message_typeContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Alter_partition_functionContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Alter_partition_schemeContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Alter_queueContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Alter_remote_service_bindingContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Alter_resource_governorContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Alter_routeContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Alter_schema_sqlContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Alter_search_property_listContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Alter_security_policyContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Alter_sequenceContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Alter_server_audit_specificationContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Alter_server_auditContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Alter_server_configurationContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Alter_server_roleContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Alter_service_master_keyContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Alter_serviceContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Alter_symmetric_keyContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Alter_table_actionContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Alter_table_set_actionContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Alter_tableContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Alter_userContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Alter_workload_groupContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Alter_xml_schema_collectionContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Another_statementContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Arbitrary_length_patternContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Arg_modeContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.As_table_aliasContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Asc_descContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Assembly_optionContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Assembly_permissionContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Assembly_specifierContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Assignment_operatorContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Asymmetric_key_optionContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Asymmetric_key_password_change_optionContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Audit_file_actionContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Audit_optionContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Audit_toContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Audit_whereContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.AuthenticationContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Automatic_manualContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Availability_group_spec_optionContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Availability_group_specContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Backup_certificateContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Backup_databaseContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Backup_deviceContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Backup_devicesContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Backup_logContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Backup_master_keyContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Backup_optionContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Backup_service_master_keyContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Backup_statementContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Backup_symmetric_keyContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Base_algorithmContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Batch_statement_bodyContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Batch_statementContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.BatchContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Begin_conversation_dialogContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Begin_conversation_timerContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Block_dml_operationContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Block_statementContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Break_statementContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Bulk_optionContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Case_expressionContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Catalog_filegroup_optionContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Cfl_statementContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Change_tableContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Change_tracking_option_listContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Change_tracking_optionContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Class_typeContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Close_keyContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.ClusteredContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Column_alias_listContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Column_aliasContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Column_constraint_bodyContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Column_declarationContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Column_defContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Column_definitionContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Column_name_list_with_orderContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Column_optionContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Column_set_defContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Column_with_orderContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Columns_permissionsContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Columnstore_indexContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Common_table_expressionContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Comparison_operatorContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Constant_expressionContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Constant_LOCAL_IDContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.ConstantContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Continue_statementContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Conversation_statementContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Create_aggregateContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Create_app_role_optionContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Create_application_roleContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Create_assemblyContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Create_asymmetric_keyContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Create_certificateContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Create_column_encryption_keyContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Create_column_master_keyContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Create_contractContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Create_credentialContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Create_cryptographic_providerContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Create_database_encryption_keyContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Create_database_optionContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Create_database_scoped_credentialContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Create_databaseContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Create_db_roleContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Create_defaultContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Create_endpointContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Create_event_notificationContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Create_external_data_sourceContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Create_external_file_formatContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Create_external_languageContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Create_external_libraryContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Create_external_resource_poolContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Create_external_tableContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Create_fulltext_catalogContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Create_fulltext_indexContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Create_fulltext_stoplistContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Create_indexContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Create_keyContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Create_login_sql_serverContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Create_master_key_sql_serverContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Create_message_typeContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Create_or_alter_broker_priorityContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Create_or_alter_event_session_withContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Create_or_alter_event_sessionContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Create_or_alter_functionContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Create_or_alter_procedureContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Create_or_alter_resource_poolContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Create_or_alter_triggerContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Create_or_alter_viewContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Create_partition_functionContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Create_partition_schemeContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Create_queueContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Create_remote_service_bindingContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Create_routeContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Create_ruleContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Create_schemaContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Create_search_property_listContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Create_security_policyContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Create_selective_indexContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Create_sequenceContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Create_server_audit_specificationContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Create_server_auditContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Create_server_roleContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Create_serviceContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Create_spatial_indexContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Create_statisticsContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Create_synonymContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Create_tableContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Create_typeContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Create_userContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Create_workload_groupContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Create_xml_indexContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Create_xml_schema_collectionContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Cripto_listContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Cursor_commonContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Cursor_nameContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Cursor_statementContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Data_deletion_optContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Data_type_sizeContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Data_typeContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Database_filestream_optionContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Database_mirroring_optionContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Database_mirroringContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Database_optionspecContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Date_expressionContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Date_optionsContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Dbcc_clauseContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Ddl_clauseContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Decimal_id_local_idContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Decimal_or_local_idContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Declare_cursor_partialContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Declare_localContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Declare_statementContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Decryption_mechanismContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Default_valueContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Delete_statementContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Derived_tableContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Dml_clauseContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Drop_assemblyContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Drop_asymmetric_keyContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Drop_backward_compatible_indexContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Drop_database_encryption_keyContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Drop_ddl_triggerContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Drop_event_notifications_or_sessionContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Drop_external_libraryContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Drop_indexContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Drop_master_keyContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Drop_signatureContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Drop_statementsContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Drop_symmetric_keyContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Edge_patternContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Enable_disable_triggerContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Encrypted_optContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Encryption_mechanismContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.EncryptionContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.End_conversationContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Event_actionContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Event_session_predicate_expressionContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Event_session_predicate_factorContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Event_session_predicate_leafContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Execute_clause_userContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Execute_clauseContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Execute_moduleContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Execute_optionContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Execute_statement_argContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Execute_statementContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Execute_string_partContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Execute_stringContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Existing_keysContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Expression_eofContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Expression_listContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.ExpressionContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.External_data_source_optionContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.External_data_source_optionsContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.External_resource_pool_optionContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.External_table_as_select_defContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.External_table_defContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.External_table_optionContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.External_table_optionsContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.File_and_filegroup_optionsContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.File_format_optionsContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.File_groupContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.File_or_filegroupContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.File_sizeContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.File_spec_alterContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.File_specContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Filegroup_modify_optionContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Files_or_filegroupsContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.For_clauseContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Format_optionsContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.From_itemContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.From_primaryContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Full_column_name_listContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Full_column_nameContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Fulltext_index_columnContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Fulltext_index_columnsContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Fulltext_index_optionContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Fulltext_index_optionsContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Func_bodyContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Func_returnContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Function_callContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Function_optionContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Generate_new_keysContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Get_conversationContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Go_statementContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Goto_statementContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Group_by_clauseContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Group_by_itemContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Grouping_sets_itemContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Id_or_defaultContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.IdContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Identity_valueContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.If_statementContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Index_includeContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Index_nameContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Index_option_valueContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Index_optionContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Index_optionsContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Index_restContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Index_sortContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Index_valueContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Index_whereContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Insert_statementContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Insert_with_table_hintsContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Ip_address_optionContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Json_null_clauseContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Key_optionsContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Lang_file_specContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Language_termContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Last_nodeContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Ledger_optionContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Ledger_view_optionContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Library_file_specContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Library_languageContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Lock_tableContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Login_option_listContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Login_sourcesContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Login_sub_option_listContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Low_priority_lock_waitContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Match_specificationContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Merge_matchedContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Merge_not_matchedContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Merge_statementContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Merge_whenContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Migration_optionContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Mirror_toContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Move_conversationContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Name_list_in_bracketsContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Name_listContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Named_promoted_node_path_itemContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Names_referencesContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Not_for_replicationContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Null_notnullContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Object_expressionContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Object_typeContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Off_optionContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.On_deleteContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.On_offContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.On_optionContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.On_partition_clauseContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.On_updateContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Open_jsonContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Open_keyContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Open_xmlContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.OpendatasourceContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.OpenqueryContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Optimize_for_argContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Option_clauseContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.OptionContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Order_by_clauseContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Order_by_expressionContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Output_clauseContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Output_dml_elemContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Output_dml_listContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Over_clauseContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Partition_numberContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Partner_optionContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Period_for_system_timeContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Period_valueContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.PermissionContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.PermissionsContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.PlatformContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Predicate_factorContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.PredicateContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Primary_key_valuesContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Primary_role_optionContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Primitive_expressionContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Print_statementContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Private_key_optionsContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Proc_bodyContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Procedure_optionContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Procedure_paramContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Promoted_node_path_listContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Qualified_nameContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Query_specificationContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Queue_actionContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Queue_rebuild_optionsContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Queue_settingsContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Raiseerror_statementContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.RebuildContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Receive_column_specifierContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Receive_statementContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Reconfigure_statementContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Replica_optionContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Replica_specContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Restore_databaseContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Restore_logContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Restore_master_keyContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Restore_optionContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Restore_optionsContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Restore_otherContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Restore_service_master_keyContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Restore_statementContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Restore_symmetric_keyContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Result_sets_definitionContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Result_sets_valueContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Resume_optionContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Return_statementContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Row_or_range_clauseContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Rowset_function_limitedContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Rowset_functionContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Rule_commonContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Scalar_function_nameContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Schema_alterContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Schema_createContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Schema_declarationContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Schema_dropContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Search_condition_andContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Search_condition_notContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Search_conditionContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Secondary_role_optionContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Security_statementContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Select_list_elemContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Select_listContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Select_ops_no_parensContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Select_opsContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Select_statementContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Select_stmt_no_parensContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Send_conversationContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Sequence_bodyContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Service_brokerContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Set_option_specContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Set_parameterContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Set_qualifierContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Set_specialContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Set_statementContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Set_statistics_valueContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Setuser_statementContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Shutdown_statementContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.SignContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Signed_numerical_literalContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Simple_idContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Simple_match_patternContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Spatial_index_coordinateContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Spatial_index_gridContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Spatial_index_optionContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Sql_clausesContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.St_clauseContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.String_id_local_idContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.String_or_local_idContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Switch_search_condition_sectionContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Switch_sectionContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.System_versioning_optContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Table_action_dropContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Table_column_privilegesContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Table_constraint_bodyContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Table_constraintContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Table_element_extendedContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Table_elementContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Table_elements_extendedContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Table_elementsContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Table_hintContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Table_indexContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Table_name_with_hintContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Table_optionsContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Table_stretch_optContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Table_value_constructorContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Tcp_optionsContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.TerminationContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Throw_statementContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.TimeContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Top_clauseContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Top_countContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Transaction_statementContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Trigger_operationContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Trigger_optionContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Truncate_tableContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Try_catch_statementContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Tsql_fileContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.TsqlContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Type_definitionContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Update_elemContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Update_statementContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Update_statistics_with_optionContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Update_statisticsContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Use_statementContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.User_loginContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.User_optionContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.View_attributeContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Waitfor_conversationContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Waitfor_receiveContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Waitfor_statementContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.While_statementContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Window_frame_boundContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Window_frame_extentContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Window_frame_followingContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Window_frame_precedingContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Window_specificationContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Windows_auth_optionContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Windows_authContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Windows_optionsContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.With_expressionContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.With_no_populationContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.With_table_hintsContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Xml_common_directivesContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Xml_declarationContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Xml_index_usingContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Xml_namespace_expressionContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Xml_schema_collectionContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Xml_type_definitionContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Xmlnamespace_itemContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
TSQLParser.Xmlnamespace_listContext - Class in org.pgcodekeeper.core.parsers.antlr.ms.generated
 
ttl - Variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Table_column_defContext
 
TTL - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
TTL - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
TTL() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_table_actionContext
 
TTL() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Modify_column_exprContext
 
TTL() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.PermissionContext
 
TTL() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.System_stmtContext
 
TTL() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Table_column_defContext
 
TTL() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
TTL() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Ttl_clauseContext
 
ttl_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_table_actionContext
 
ttl_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_table_modify_actionContext
 
ttl_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Engine_optionContext
 
ttl_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Modify_column_exprContext
 
ttl_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Table_override_clauseContext
 
ttl_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
Ttl_clauseContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Ttl_clauseContext
 
ttl_expr() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
ttl_expr() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Ttl_expr_listContext
 
ttl_expr(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Ttl_expr_listContext
 
ttl_expr_list() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Ttl_clauseContext
 
ttl_expr_list() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
Ttl_expr_listContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Ttl_expr_listContext
 
Ttl_exprContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Ttl_exprContext
 
TUPLE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
TUPLE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
TUPLE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Data_typeContext
 
TUPLE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
tuple_element() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Data_typeContext
 
tuple_element() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
tuple_element(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Data_typeContext
 
Tuple_elementContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tuple_elementContext
 
TWO_DIGIT_YEAR_CUTOFF - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
TWO_DIGIT_YEAR_CUTOFF - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
TWO_DIGIT_YEAR_CUTOFF() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_database_optionContext
 
TWO_DIGIT_YEAR_CUTOFF() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Database_optionspecContext
 
TWO_DIGIT_YEAR_CUTOFF() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
type - Variable in class org.pgcodekeeper.core.parsers.antlr.base.generated.IgnoreListParser.Rule_restContext
 
type - Variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Object_typeContext
 
type - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_aggregate_statementContext
 
type - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_operator_optionContext
 
type - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_server_statementContext
 
type - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Sequence_bodyContext
 
type - Variable in class org.pgcodekeeper.core.schema.GenericColumn
 
TYPE - Enum constant in enum class org.pgcodekeeper.core.model.difftree.DbObjType
 
TYPE - Static variable in class org.pgcodekeeper.core.parsers.antlr.base.generated.IgnoreListLexer
 
TYPE - Static variable in class org.pgcodekeeper.core.parsers.antlr.base.generated.IgnoreListParser
 
TYPE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
TYPE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
TYPE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
TYPE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
TYPE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
TYPE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
TYPE() - Method in class org.pgcodekeeper.core.parsers.antlr.base.generated.IgnoreListParser.Rule_restContext
 
TYPE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_statisticContext
 
TYPE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_table_actionContext
 
TYPE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Auth_paramsContext
 
TYPE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Table_index_defContext
 
TYPE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
TYPE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_message_typeContext
 
TYPE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_schema_sqlContext
 
TYPE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Class_typeContext
 
TYPE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_message_typeContext
 
TYPE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_typeContext
 
TYPE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Drop_statementsContext
 
TYPE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.External_data_source_optionContext
 
TYPE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Fulltext_index_columnContext
 
TYPE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.PermissionContext
 
TYPE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Result_sets_definitionContext
 
TYPE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Send_conversationContext
 
TYPE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
TYPE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Xml_common_directivesContext
 
TYPE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_type_statementContext
 
TYPE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.AttributeContext
 
TYPE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
TYPE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Column_actionContext
 
TYPE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Comment_member_objectContext
 
TYPE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_access_method_statementContext
 
TYPE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_operator_class_statementContext
 
TYPE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_server_statementContext
 
TYPE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_type_statementContext
 
TYPE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Data_type_decContext
 
TYPE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Drop_statementsContext
 
TYPE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Extension_member_objectContext
 
TYPE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Label_member_objectContext
 
TYPE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Owner_member_objectContext
 
TYPE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Rule_member_objectContext
 
TYPE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
TYPE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Transform_for_typeContext
 
TYPE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Type_actionContext
 
type_action() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_type_statementContext
 
type_action() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
type_action(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_type_statementContext
 
Type_actionContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Type_actionContext
 
type_coercion() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
type_coercion() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Value_expression_primaryContext
 
Type_coercionContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Type_coercionContext
 
type_column_name - Variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Fulltext_index_columnContext
 
type_declaration() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.DeclarationContext
 
type_declaration() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
Type_declarationContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Type_declarationContext
 
type_definition() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_typeContext
 
type_definition() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
Type_definitionContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Type_definitionContext
 
TYPE_FUNC_NAME_KEYWORD - Enum constant in enum class org.pgcodekeeper.core.sql.Keyword.KeywordCategory
 
type_length() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Date_time_functionContext
 
type_length() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Interval_fieldContext
 
type_length() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Predefined_typeContext
 
type_length() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
Type_lengthContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Type_lengthContext
 
type_list() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
type_list() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Vex_bContext
 
type_list() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.VexContext
 
Type_listContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Type_listContext
 
type_modifier_input_function - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_type_statementContext
 
type_modifier_output_function - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_type_statementContext
 
type_name - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Define_typeContext
 
type_name - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Table_actionContext
 
TYPE_NAME - Enum constant in enum class org.pgcodekeeper.core.Consts.FUNC_SIGN
 
type_property() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_type_statementContext
 
type_property() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
type_property(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_type_statementContext
 
Type_propertyContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Type_propertyContext
 
TYPE_WARNING - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
TYPE_WARNING - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
TYPE_WARNING() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Declare_cursor_partialContext
 
TYPE_WARNING() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
TypedPgTable - Class in org.pgcodekeeper.core.schema.pg
PostgreSQL typed table implementation.
TypedPgTable(String, String) - Constructor for class org.pgcodekeeper.core.schema.pg.TypedPgTable
Creates a new PostgreSQL typed table.
typeList() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.rulectx.Vex
 
TYPES - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
TYPES - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
TYPES() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Abbreviated_grant_or_revokeContext
 
TYPES() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
TYPES() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
TypesReader - Class in org.pgcodekeeper.core.loader.jdbc.pg
Reader for PostgreSQL types and domains.
TypesReader(JdbcLoaderBase) - Constructor for class org.pgcodekeeper.core.loader.jdbc.pg.TypesReader
Constructs a new TypesReader.
TypesSetManually - Interface in org.pgcodekeeper.core.parsers.antlr.pg.expr
Contains manually defined type constants used in SQL analyzing.
TYPMOD_IN - Enum constant in enum class org.pgcodekeeper.core.Consts.FUNC_SIGN
 
TYPMOD_IN - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
TYPMOD_IN - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
TYPMOD_IN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_type_statementContext
 
TYPMOD_IN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonkeywordContext
 
TYPMOD_IN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Type_propertyContext
 
TYPMOD_IN(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_type_statementContext
 
TYPMOD_OUT - Enum constant in enum class org.pgcodekeeper.core.Consts.FUNC_SIGN
 
TYPMOD_OUT - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
TYPMOD_OUT - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
TYPMOD_OUT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_type_statementContext
 
TYPMOD_OUT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonkeywordContext
 
TYPMOD_OUT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Type_propertyContext
 
TYPMOD_OUT(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_type_statementContext
 

U

udt_column_name - Variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Update_elemContext
 
uescape() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Id_tokenContext
 
uescape() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.SconstContext
 
uescape() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
UESCAPE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
UESCAPE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
UESCAPE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
UESCAPE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
UESCAPE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.UescapeContext
 
UescapeContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.UescapeContext
 
UNBOUNDED - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
UNBOUNDED - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
UNBOUNDED - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
UNBOUNDED - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
UNBOUNDED - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
UNBOUNDED - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
UNBOUNDED() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
UNBOUNDED() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Win_frame_boundContext
 
UNBOUNDED() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
UNBOUNDED() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Window_frame_followingContext
 
UNBOUNDED() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Window_frame_precedingContext
 
UNBOUNDED() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
UNBOUNDED() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
UNCHECKED - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
UNCHECKED - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
UNCHECKED() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Assembly_optionContext
 
UNCHECKED() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
UNCOMMITTED - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
UNCOMMITTED - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
UNCOMMITTED - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
UNCOMMITTED - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
UNCOMMITTED() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Set_specialContext
 
UNCOMMITTED() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
UNCOMMITTED() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
UNCOMMITTED() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
UNCOMMITTED() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Transaction_modeContext
 
UNCOMPRESSED - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
UNCOMPRESSED - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
UNCOMPRESSED() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.PermissionContext
 
UNCOMPRESSED() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
UNCONDITIONAL - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
UNCONDITIONAL - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
UNCONDITIONAL() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
UNCONDITIONAL() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Json_wrapperContext
 
UNCONDITIONAL() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
UNDEFINED - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
UNDEFINED - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
UNDEFINED() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Result_sets_valueContext
 
UNDEFINED() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
UNDERSCORE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
UNDERSCORE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
UNENCRYPTED - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
UNENCRYPTED - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
UNENCRYPTED() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
UNENCRYPTED() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
UNFREEZE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
UNFREEZE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
UNFREEZE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_table_actionContext
 
UNFREEZE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.PermissionContext
 
UNFREEZE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
UnicodeEscapeStringConstant - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
UnicodeEscapeStringConstant - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
UnicodeEscapeStringConstant() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.SconstContext
 
UnicodeQuotedIdentifier - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
UnicodeQuotedIdentifier - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
UnicodeQuotedIdentifier() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Id_tokenContext
 
union() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.rulectx.ChSelectOps
 
union() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.rulectx.MsSelectOps
 
union() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.rulectx.SelectOps
Returns the UNION terminal node if present.
UNION - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
UNION - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
UNION - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
UNION - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
UNION - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
UNION - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
UNION() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Select_ops_no_parensContext
 
UNION() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Select_opsContext
 
UNION() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_reservedContext
 
UNION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.OptionContext
 
UNION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Select_ops_no_parensContext
 
UNION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Select_opsContext
 
UNION() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Perform_stmtContext
 
UNION() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Select_ops_no_parensContext
 
UNION() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Select_opsContext
 
UNION() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_reservedContext
 
UNIQUE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
UNIQUE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
UNIQUE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
UNIQUE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
UNIQUE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Column_constraint_bodyContext
 
UNIQUE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_indexContext
 
UNIQUE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Table_constraint_bodyContext
 
UNIQUE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Table_indexContext
 
UNIQUE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
UNIQUE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Constr_bodyContext
 
UNIQUE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_index_statementContext
 
UNIQUE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Json_unique_keysContext
 
UNIQUE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_reservedContext
 
UnixPrintWriter - Class in org.pgcodekeeper.core.utils
A PrintWriter implementation that ensures Unix-style line endings ('\n') regardless of the platform.
UnixPrintWriter(File) - Constructor for class org.pgcodekeeper.core.utils.UnixPrintWriter
Creates a new UnixPrintWriter that writes to a file.
UnixPrintWriter(File, String) - Constructor for class org.pgcodekeeper.core.utils.UnixPrintWriter
Creates a new UnixPrintWriter that writes to a file with specified charset.
UnixPrintWriter(File, Charset) - Constructor for class org.pgcodekeeper.core.utils.UnixPrintWriter
Creates a new UnixPrintWriter that writes to a file with specified charset.
UnixPrintWriter(OutputStream) - Constructor for class org.pgcodekeeper.core.utils.UnixPrintWriter
Creates a new UnixPrintWriter from an OutputStream.
UnixPrintWriter(OutputStream, boolean) - Constructor for class org.pgcodekeeper.core.utils.UnixPrintWriter
Creates a new UnixPrintWriter from an OutputStream with optional auto-flush.
UnixPrintWriter(OutputStream, String) - Constructor for class org.pgcodekeeper.core.utils.UnixPrintWriter
Creates a new UnixPrintWriter from an OutputStream with specified charset.
UnixPrintWriter(Writer) - Constructor for class org.pgcodekeeper.core.utils.UnixPrintWriter
Creates a new UnixPrintWriter without automatic line flushing.
UnixPrintWriter(Writer, boolean) - Constructor for class org.pgcodekeeper.core.utils.UnixPrintWriter
Creates a new UnixPrintWriter with optional auto-flush.
UnixPrintWriter(String) - Constructor for class org.pgcodekeeper.core.utils.UnixPrintWriter
Creates a new UnixPrintWriter that writes to a file.
UnixPrintWriter(String, String) - Constructor for class org.pgcodekeeper.core.utils.UnixPrintWriter
Creates a new UnixPrintWriter that writes to a file with specified charset.
UnixPrintWriter(String, Charset) - Constructor for class org.pgcodekeeper.core.utils.UnixPrintWriter
Creates a new UnixPrintWriter that writes to a file with specified charset.
UNKNOWN - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
UNKNOWN - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
UNKNOWN - Static variable in interface org.pgcodekeeper.core.parsers.antlr.pg.expr.TypesSetManually
 
UNKNOWN - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
UNKNOWN - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
UNKNOWN() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Optimize_for_argContext
 
UNKNOWN() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.OptionContext
 
UNKNOWN() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
UNKNOWN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
UNKNOWN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Json_behavior_typeContext
 
UNKNOWN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
UNKNOWN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Vex_bContext
 
UNKNOWN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.VexContext
 
UNLIMITED - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
UNLIMITED - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
UNLIMITED() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Audit_file_actionContext
 
UNLIMITED() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.File_spec_alterContext
 
UNLIMITED() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.File_specContext
 
UNLIMITED() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
UNLISTEN - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
UNLISTEN - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
UNLISTEN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Additional_statementContext
 
UNLISTEN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
UNLISTEN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
UNLOAD - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
UNLOAD - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
UNLOAD() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Restore_otherContext
 
UNLOAD() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
UNLOCK - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
UNLOCK - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
UNLOCK() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_login_sql_serverContext
 
UNLOCK() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
UNLOCK(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_login_sql_serverContext
 
UNLOGGED - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
UNLOGGED - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
UNLOGGED() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
UNLOGGED() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_sequence_statementContext
 
UNLOGGED() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_table_as_statementContext
 
UNLOGGED() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_table_statementContext
 
UNLOGGED() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Into_tableContext
 
UNLOGGED() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Set_loggedContext
 
UNLOGGED() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
UNMASK - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
UNMASK - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
UNMASK() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.PermissionContext
 
UNMASK() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
UNPIVOT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
UNPIVOT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
UNPIVOT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.From_itemContext
 
unQuoteLiteralName(String) - Static method in class org.pgcodekeeper.core.ChDiffUtils
Unquotes a single-quoted string literal.
unQuoteName(String) - Static method in class org.pgcodekeeper.core.ChDiffUtils
Unquotes a backtick-quoted identifier.
unquoteQuotedName(String) - Static method in class org.pgcodekeeper.core.MsDiffUtils
Unquotes a square bracket-quoted identifier.
unquoteQuotedName(String) - Static method in class org.pgcodekeeper.core.PgDiffUtils
Unquotes a double-quoted PostgreSQL identifier.
unquoteQuotedString(String, int) - Static method in class org.pgcodekeeper.core.PgDiffUtils
Unquotes a single-quoted SQL string starting from specified position.
unquoteQuotedString(SQLParser.SconstContext) - Static method in class org.pgcodekeeper.core.parsers.antlr.pg.statement.PgParserAbstract
Unquotes a string constant from a parser context and returns both the unquoted string and the corresponding token.
UNRESERVED_KEYWORD - Enum constant in enum class org.pgcodekeeper.core.sql.Keyword.KeywordCategory
 
UnresolvedReferenceException - Exception in org.pgcodekeeper.core.exception
Exception thrown when a database object reference cannot be resolved.
UnresolvedReferenceException(String, Throwable, boolean, boolean, Token) - Constructor for exception org.pgcodekeeper.core.exception.UnresolvedReferenceException
Constructs exception with full exception details and error token location.
UnresolvedReferenceException(String, Throwable, Token) - Constructor for exception org.pgcodekeeper.core.exception.UnresolvedReferenceException
Constructs exception with message, cause and error token location.
UnresolvedReferenceException(String, Token) - Constructor for exception org.pgcodekeeper.core.exception.UnresolvedReferenceException
Constructs exception with message and error token location.
UnresolvedReferenceException(Throwable, Token) - Constructor for exception org.pgcodekeeper.core.exception.UnresolvedReferenceException
Constructs exception with cause and error token location.
UnresolvedReferenceException(Token) - Constructor for exception org.pgcodekeeper.core.exception.UnresolvedReferenceException
Constructs exception with error token location.
UNSAFE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
UNSAFE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
UNSAFE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
UNSAFE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
UNSAFE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Assembly_permissionContext
 
UNSAFE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.PermissionContext
 
UNSAFE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
UNSAFE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Aggregate_paramContext
 
UNSAFE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Function_actions_commonContext
 
UNSAFE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonkeywordContext
 
UNSIGNED - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
UNSIGNED - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
UNSIGNED() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Data_typeContext
 
UNSIGNED() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
UNTIL - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
UNTIL - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
UNTIL - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
UNTIL - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
UNTIL() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_user_stmtContext
 
UNTIL() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Create_user_stmtContext
 
UNTIL() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
UNTIL() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
UNTIL() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
UNTIL() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.User_or_role_or_group_common_optionContext
 
unzip(Path, Path) - Static method in class org.pgcodekeeper.core.utils.FileUtils
Extracts ZIP file to target directory.
update(ISettings, AbstractDatabase, AbstractDatabase, String) - Static method in class org.pgcodekeeper.core.api.PgCodeKeeperApi
Updates project with changes from database.
update(ISettings, AbstractDatabase, AbstractDatabase, String, Collection<String>, IMonitor) - Static method in class org.pgcodekeeper.core.api.PgCodeKeeperApi
Updates project with changes from database with filtering and progress tracking.
Update - Class in org.pgcodekeeper.core.parsers.antlr.pg.expr
Parser for UPDATE statements with namespace support.
Update(MetaContainer) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.expr.Update
Creates an Update parser with meta container.
UPDATE - Enum constant in enum class org.pgcodekeeper.core.DangerStatement
 
UPDATE - Enum constant in enum class org.pgcodekeeper.core.schema.EventType
 
UPDATE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
UPDATE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
UPDATE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
UPDATE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
UPDATE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
UPDATE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
UPDATE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_table_actionContext
 
UPDATE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.PermissionContext
 
UPDATE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
UPDATE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_fulltext_index_optionContext
 
UPDATE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Block_dml_operationContext
 
UPDATE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Cursor_commonContext
 
UPDATE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Merge_matchedContext
 
UPDATE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.On_updateContext
 
UPDATE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.PermissionContext
 
UPDATE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.PredicateContext
 
UPDATE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Trigger_operationContext
 
UPDATE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Update_statementContext
 
UPDATE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Update_statisticsContext
 
UPDATE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.After_opsContext
 
UPDATE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_extension_actionContext
 
UPDATE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
UPDATE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Changed_actionContext
 
UPDATE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Conflict_actionContext
 
UPDATE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_policy_statementContext
 
UPDATE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_rewrite_statementContext
 
UPDATE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_trigger_statementContext
 
UPDATE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Lock_modeContext
 
UPDATE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Merge_matchedContext
 
UPDATE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.PermissionContext
 
UPDATE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Table_column_privilegeContext
 
UPDATE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
UPDATE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Update_stmt_for_psqlContext
 
UPDATE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Usage_select_updateContext
 
UPDATE(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_trigger_statementContext
 
update_elem() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Merge_matchedContext
 
update_elem() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
update_elem() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Update_statementContext
 
update_elem(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Merge_matchedContext
 
update_elem(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Update_statementContext
 
Update_elemContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Update_elemContext
 
update_set() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Conflict_actionContext
 
update_set() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
update_set() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Update_stmt_for_psqlContext
 
update_set(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Conflict_actionContext
 
update_set(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Update_stmt_for_psqlContext
 
Update_setContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Update_setContext
 
update_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Dml_clauseContext
 
update_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
Update_statementContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Update_statementContext
 
update_statistics() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Ddl_clauseContext
 
update_statistics() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
update_statistics_with_option() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_statisticsContext
 
update_statistics_with_option() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
update_statistics_with_option() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Update_statisticsContext
 
update_statistics_with_option(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_statisticsContext
 
update_statistics_with_option(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Update_statisticsContext
 
Update_statistics_with_optionContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Update_statistics_with_optionContext
 
Update_statisticsContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Update_statisticsContext
 
update_stmt_for_psql() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Data_statementContext
 
update_stmt_for_psql() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Rewrite_commandContext
 
update_stmt_for_psql() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
Update_stmt_for_psqlContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Update_stmt_for_psqlContext
 
update_table_name - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Update_stmt_for_psqlContext
 
update_true - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_trigger_statementContext
 
updateFull(boolean) - Method in class org.pgcodekeeper.core.utils.ProjectUpdater
Performs full update of database project.
UpdateMsStatement - Class in org.pgcodekeeper.core.parsers.antlr.ms.statement
Parser for Microsoft SQL UPDATE statements.
UpdateMsStatement(TSQLParser.Update_statementContext, MsDatabase, ISettings) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.statement.UpdateMsStatement
Creates a parser for Microsoft SQL UPDATE statements.
updatePartial() - Method in class org.pgcodekeeper.core.utils.ProjectUpdater
Performs partial update of database project.
UpdateStatement - Class in org.pgcodekeeper.core.parsers.antlr.pg.statement
PostgreSQL UPDATE statement parser that handles data modification operations.
UpdateStatement(SQLParser.Update_stmt_for_psqlContext, PgDatabase, ISettings) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.statement.UpdateStatement
Constructs an UPDATE statement parser.
updateStmt(AbstractDatabase) - Method in class org.pgcodekeeper.core.parsers.antlr.base.launcher.AbstractAnalysisLauncher
Updates the saved statement to the twin found in the given db
UPDATETEXT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
UPDATETEXT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
UPDLOCK - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
UPDLOCK - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
UPDLOCK() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
UPDLOCK() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Table_hintContext
 
URL - Enum constant in enum class org.pgcodekeeper.core.library.PgLibrarySource
 
URL - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
URL - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
URL - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
URL - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
URL() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Source_priviligeContext
 
URL() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
URL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Audit_toContext
 
URL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Backup_deviceContext
 
URL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Backup_master_keyContext
 
URL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Backup_symmetric_keyContext
 
URL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Restore_master_keyContext
 
URL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Restore_symmetric_keyContext
 
URL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
UrlJdbcConnector - Class in org.pgcodekeeper.core.loader
JDBC connector implementation that uses a JDBC URL for database connections.
UrlJdbcConnector(String) - Constructor for class org.pgcodekeeper.core.loader.UrlJdbcConnector
Creates a new URL-based JDBC connector.
USAGE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
USAGE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
USAGE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
USAGE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
USAGE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.PermissionContext
 
USAGE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
USAGE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Abbreviated_grant_or_revokeContext
 
USAGE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.PermissionContext
 
USAGE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonkeywordContext
 
USAGE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Usage_select_updateContext
 
usage_select_update() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Abbreviated_grant_or_revokeContext
 
usage_select_update() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
usage_select_update(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Abbreviated_grant_or_revokeContext
 
Usage_select_updateContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Usage_select_updateContext
 
USE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
USE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
USE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
USE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
USE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
USE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Use_stmtContext
 
USE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.OptionContext
 
USE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Use_statementContext
 
use_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Another_statementContext
 
use_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
Use_statementContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Use_statementContext
 
use_stmt() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Dml_stmtContext
 
use_stmt() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
Use_stmtContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Use_stmtContext
 
USE_TYPE_DEFAULT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
USE_TYPE_DEFAULT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
USE_TYPE_DEFAULT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Format_optionsContext
 
USE_TYPE_DEFAULT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
USED - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
USED - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
USED() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_partition_schemeContext
 
USED() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
useIgnoreList(IgnoreList) - Method in class org.pgcodekeeper.core.model.difftree.TreeFlattener
Configures the flattener to use an ignore list for filtering.
useIgnoreList(IgnoreList, String...) - Method in class org.pgcodekeeper.core.model.difftree.TreeFlattener
Configures the flattener to use an ignore list with database name filtering.
user - Variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Setuser_statementContext
 
USER - Enum constant in enum class org.pgcodekeeper.core.model.difftree.DbObjType
 
USER - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
USER - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
USER - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
USER - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
USER - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
USER - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
USER() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_user_stmtContext
 
USER() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Create_user_stmtContext
 
USER() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Drop_elementContext
 
USER() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Move_stmtContext
 
USER() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Object_typeContext
 
USER() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Show_stmtContext
 
USER() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
USER() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_remote_service_bindingContext
 
USER() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_userContext
 
USER() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Class_typeContext
 
USER() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_remote_service_bindingContext
 
USER() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_userContext
 
USER() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Drop_statementsContext
 
USER() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Execute_clause_userContext
 
USER() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Execute_stringContext
 
USER() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Function_callContext
 
USER() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.PermissionContext
 
USER() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_default_privileges_statementContext
 
USER() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_group_actionContext
 
USER() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_user_mapping_statementContext
 
USER() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_user_or_role_statementContext
 
USER() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
USER() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_user_mapping_statementContext
 
USER() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_user_or_role_statementContext
 
USER() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Drop_statementsContext
 
USER() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Drop_user_mapping_statementContext
 
USER() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Insert_stmt_for_psqlContext
 
USER() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Merge_not_matchedContext
 
USER() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.System_functionContext
 
USER() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Table_actionContext
 
USER() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_reservedContext
 
USER() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.User_mapping_nameContext
 
USER() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.User_or_role_or_group_option_for_createContext
 
user_login() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_userContext
 
user_login() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
User_loginContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.User_loginContext
 
USER_MAPPING - Enum constant in enum class org.pgcodekeeper.core.model.difftree.DbObjType
 
user_mapping_name() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_user_mapping_statementContext
 
user_mapping_name() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_user_mapping_statementContext
 
user_mapping_name() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Drop_user_mapping_statementContext
 
user_mapping_name() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
User_mapping_nameContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.User_mapping_nameContext
 
user_name - Variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_userContext
 
user_name() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Additional_statementContext
 
user_name() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_group_actionContext
 
user_name() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_policy_statementContext
 
user_name() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_user_or_role_set_resetContext
 
user_name() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_user_or_role_statementContext
 
user_name() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_policy_statementContext
 
user_name() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_schema_statementContext
 
user_name() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_tablespace_statementContext
 
user_name() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Drop_owned_statementContext
 
user_name() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Owner_toContext
 
user_name() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Role_name_with_groupContext
 
user_name() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.User_mapping_nameContext
 
user_name() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
user_name(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Additional_statementContext
 
user_name(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_policy_statementContext
 
user_name(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_policy_statementContext
 
user_name(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Drop_owned_statementContext
 
User_nameContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.User_nameContext
 
user_option() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_userContext
 
user_option() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
user_option(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_userContext
 
User_optionContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.User_optionContext
 
user_or_role_common_option() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
user_or_role_common_option() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.User_or_role_option_for_alterContext
 
user_or_role_common_option() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.User_or_role_optionContext
 
User_or_role_common_optionContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.User_or_role_common_optionContext
 
user_or_role_option() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_user_or_role_statementContext
 
user_or_role_option() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
user_or_role_option(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_user_or_role_statementContext
 
user_or_role_option_for_alter() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_user_or_role_statementContext
 
user_or_role_option_for_alter() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
user_or_role_option_for_alter(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_user_or_role_statementContext
 
User_or_role_option_for_alterContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.User_or_role_option_for_alterContext
 
User_or_role_optionContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.User_or_role_optionContext
 
user_or_role_or_group_common_option() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Group_optionContext
 
user_or_role_or_group_common_option() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.User_or_role_option_for_alterContext
 
user_or_role_or_group_common_option() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.User_or_role_optionContext
 
user_or_role_or_group_common_option() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
User_or_role_or_group_common_optionContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.User_or_role_or_group_common_optionContext
 
user_or_role_or_group_option_for_create() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Group_optionContext
 
user_or_role_or_group_option_for_create() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.User_or_role_optionContext
 
user_or_role_or_group_option_for_create() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
User_or_role_or_group_option_for_createContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.User_or_role_or_group_option_for_createContext
 
user_setting() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
user_setting() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.User_settingsContext
 
user_setting(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.User_settingsContext
 
User_settingContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.User_settingContext
 
user_settings() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_role_stmtContext
 
user_settings() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_user_stmtContext
 
user_settings() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Create_role_stmtContext
 
user_settings() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Create_user_stmtContext
 
user_settings() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
User_settingsContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.User_settingsContext
 
UserMappingReader - Class in org.pgcodekeeper.core.loader.jdbc.pg
Reader for PostgreSQL user mappings.
UserMappingReader(JdbcLoaderBase, PgDatabase) - Constructor for class org.pgcodekeeper.core.loader.jdbc.pg.UserMappingReader
Constructs a new UserMappingReader.
username - Variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_userContext
 
users() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_user_stmtContext
 
users() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Create_user_stmtContext
 
users() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Policy_actionContext
 
users() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Privilegy_stmtContext
 
users() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
users(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_user_stmtContext
 
users(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Create_user_stmtContext
 
USERS - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
USERS - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
USERS() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.PermissionContext
 
USERS() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Show_stmtContext
 
USERS() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
UsersContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.UsersContext
 
using - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_policy_statementContext
 
USING - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
USING - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
USING - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
USING - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
USING - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
USING - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
USING() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.From_itemContext
 
USING() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Policy_actionContext
 
USING() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_reservedContext
 
USING() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_workload_groupContext
 
USING() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_spatial_indexContext
 
USING() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_workload_groupContext
 
USING() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Function_callContext
 
USING() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Merge_statementContext
 
USING() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
USING() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Xml_index_usingContext
 
USING() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_operator_class_statementContext
 
USING() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_operator_family_statementContext
 
USING() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_policy_statementContext
 
USING() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
USING() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Cluster_stmtContext
 
USING() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Column_actionContext
 
USING() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Comment_member_objectContext
 
USING() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Constr_bodyContext
 
USING() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_operator_class_statementContext
 
USING() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_operator_family_statementContext
 
USING() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_policy_statementContext
 
USING() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_table_as_statementContext
 
USING() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_table_statementContext
 
USING() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_view_statementContext
 
USING() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Delete_stmt_for_psqlContext
 
USING() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Drop_operator_class_statementContext
 
USING() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Drop_operator_family_statementContext
 
USING() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Extension_member_objectContext
 
USING() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.From_itemContext
 
USING() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Index_parametersContext
 
USING() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Index_restContext
 
USING() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Merge_stmt_for_psqlContext
 
USING() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Order_specificationContext
 
USING() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Raise_usingContext
 
USING() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Table_actionContext
 
USING() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_reservedContext
 
USING() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Using_vexContext
 
USING() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.With_queryContext
 
using_vex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Execute_stmtContext
 
using_vex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
Using_vexContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Using_vexContext
 
UTC - Static variable in interface org.pgcodekeeper.core.Consts
 
UTF_8 - Static variable in interface org.pgcodekeeper.core.Consts
Prefer using StandardCharsets instead of this String representation.
Utils - Class in org.pgcodekeeper.core
Utility class providing common helper methods for various operations including serialization, XML parsing, schema validation, and string manipulation.
Utils_log_err_deserialize - Static variable in class org.pgcodekeeper.core.localizations.Messages
 
Utils_log_err_serialize - Static variable in class org.pgcodekeeper.core.localizations.Messages
 
UUID - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
UUID - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
UUID() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Data_typeContext
 
UUID() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_reservedContext
 
UUID() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Uuid_clauseContext
 
uuid_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Attach_table_stmtContext
 
uuid_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Qualified_nameContext
 
uuid_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
Uuid_clauseContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Uuid_clauseContext
 

V

v_query - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_view_statementContext
 
VACUUM - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
VACUUM - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
VACUUM() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
VACUUM() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Script_additionalContext
 
VACUUM() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
vacuum_mode() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Script_additionalContext
 
vacuum_mode() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
Vacuum_modeContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Vacuum_modeContext
 
vacuum_option() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Vacuum_modeContext
 
vacuum_option() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
vacuum_option(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Vacuum_modeContext
 
Vacuum_optionContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Vacuum_optionContext
 
val - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Partition_every_clauseContext
 
val - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Partition_valContext
 
val - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Partition_valuesContext
 
VALID - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
VALID - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
VALID - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
VALID - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
VALID() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_user_stmtContext
 
VALID() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Create_user_stmtContext
 
VALID() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
VALID() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_domain_statementContext
 
VALID() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
VALID() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Constraint_commonContext
 
VALID() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
VALID() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.User_or_role_or_group_common_optionContext
 
VALID_XML - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
VALID_XML - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
VALID_XML() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_message_typeContext
 
VALID_XML() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_message_typeContext
 
VALID_XML() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
VALIDATE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
VALIDATE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
VALIDATE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
VALIDATE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
VALIDATE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Validate_constraintContext
 
validate_constraint() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_domain_statementContext
 
validate_constraint() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Table_actionContext
 
validate_constraint() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
Validate_constraintContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Validate_constraintContext
 
VALIDATION - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
VALIDATION - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
VALIDATION - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
VALIDATION - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
VALIDATION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_message_typeContext
 
VALIDATION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_message_typeContext
 
VALIDATION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
VALIDATION() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Partition_gp_actionContext
 
VALIDATION() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonkeywordContext
 
VALIDATOR - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
VALIDATOR - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
VALIDATOR() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_foreign_data_wrapper_actionContext
 
VALIDATOR() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
VALIDATOR() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_foreign_data_wrapper_statementContext
 
VALIDATOR() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_language_statementContext
 
VALIDATOR() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
validator_func - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_foreign_data_wrapper_statementContext
 
VALIDATOR_SIGNATURE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.statement.CreateFdw
Function signature for foreign data wrapper validator functions.
value - Variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Data_typeContext
 
value - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Merge_updateContext
 
value - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Update_setContext
 
VALUE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
VALUE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
VALUE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
VALUE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
VALUE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_column_encryption_keyContext
 
VALUE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Function_callContext
 
VALUE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
VALUE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Xml_index_usingContext
 
VALUE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_type_statementContext
 
VALUE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
VALUE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Insert_stmt_for_psqlContext
 
VALUE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Json_object_entryContext
 
VALUE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Merge_not_matchedContext
 
VALUE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
VALUE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Xml_functionContext
 
VALUE(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Xml_functionContext
 
value_expression_primary() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
value_expression_primary() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Vex_bContext
 
value_expression_primary() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.VexContext
 
Value_expression_primaryContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Value_expression_primaryContext
 
ValueExpr - Class in org.pgcodekeeper.core.parsers.antlr.pg.expr
Parser for value expressions with namespace support.
ValueExpr(MetaContainer) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.expr.ValueExpr
Creates a ValueExpr parser with meta container.
ValueExprWithNmspc - Class in org.pgcodekeeper.core.parsers.antlr.pg.expr
For use with value expressions that have predefined namespace.
ValueExprWithNmspc(MetaContainer) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.expr.ValueExprWithNmspc
Creates a ValueExprWithNmspc parser with meta container.
valueOf(int) - Static method in enum class org.pgcodekeeper.core.loader.ms.SupportedMsVersion
Returns the highest supported version that is less than or equal to the specified version.
valueOf(int) - Static method in enum class org.pgcodekeeper.core.loader.pg.SupportedPgVersion
Returns the highest supported version that is less than or equal to the specified version.
valueOf(String) - Static method in enum class org.pgcodekeeper.core.Consts.FUNC_SIGN
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.pgcodekeeper.core.DangerStatement
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.pgcodekeeper.core.DatabaseType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.pgcodekeeper.core.formatter.FormatConfiguration.IndentType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.pgcodekeeper.core.formatter.IndentDirection
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.pgcodekeeper.core.library.PgLibrarySource
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.pgcodekeeper.core.loader.ms.SupportedMsVersion
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.pgcodekeeper.core.loader.ParserListenerMode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.pgcodekeeper.core.loader.pg.SupportedPgVersion
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.pgcodekeeper.core.model.difftree.DbObjType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.pgcodekeeper.core.model.difftree.IgnoredObject.AddStatus
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.pgcodekeeper.core.model.difftree.TreeElement.DiffSide
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.pgcodekeeper.core.parsers.antlr.base.ErrorTypes
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.pgcodekeeper.core.schema.ArgMode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.pgcodekeeper.core.schema.ch.ChView.ChViewType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.pgcodekeeper.core.schema.EventType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.pgcodekeeper.core.schema.FuncTypes
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.pgcodekeeper.core.schema.ICast.CastContext
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.pgcodekeeper.core.schema.ms.GeneratedType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.pgcodekeeper.core.schema.ObjectState
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.pgcodekeeper.core.schema.pg.PgAggregate.AggFuncs
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.pgcodekeeper.core.schema.pg.PgAggregate.AggKinds
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.pgcodekeeper.core.schema.pg.PgAggregate.ModifyType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.pgcodekeeper.core.schema.pg.PgCast.CastMethod
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.pgcodekeeper.core.schema.pg.PgTrigger.TgTypes
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.pgcodekeeper.core.schema.pg.TriggerState
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.pgcodekeeper.core.schema.PgObjLocation.LocationType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.pgcodekeeper.core.script.SQLActionType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.pgcodekeeper.core.sql.Keyword.KeywordCategory
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.pgcodekeeper.core.sql.Keyword.LabelCategory
Returns the enum constant of this class with the specified name.
values() - Static method in enum class org.pgcodekeeper.core.Consts.FUNC_SIGN
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.pgcodekeeper.core.DangerStatement
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.pgcodekeeper.core.DatabaseType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.pgcodekeeper.core.formatter.FormatConfiguration.IndentType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.pgcodekeeper.core.formatter.IndentDirection
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.pgcodekeeper.core.library.PgLibrarySource
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.pgcodekeeper.core.loader.ms.SupportedMsVersion
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.pgcodekeeper.core.loader.ParserListenerMode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.pgcodekeeper.core.loader.pg.SupportedPgVersion
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.pgcodekeeper.core.model.difftree.DbObjType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.pgcodekeeper.core.model.difftree.IgnoredObject.AddStatus
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.pgcodekeeper.core.model.difftree.TreeElement.DiffSide
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.pgcodekeeper.core.parsers.antlr.base.ErrorTypes
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.pgcodekeeper.core.schema.ArgMode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.pgcodekeeper.core.schema.ch.ChView.ChViewType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.pgcodekeeper.core.schema.EventType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.pgcodekeeper.core.schema.FuncTypes
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.pgcodekeeper.core.schema.ICast.CastContext
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.pgcodekeeper.core.schema.ms.GeneratedType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.pgcodekeeper.core.schema.ObjectState
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.pgcodekeeper.core.schema.pg.PgAggregate.AggFuncs
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.pgcodekeeper.core.schema.pg.PgAggregate.AggKinds
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.pgcodekeeper.core.schema.pg.PgAggregate.ModifyType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.pgcodekeeper.core.schema.pg.PgCast.CastMethod
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.pgcodekeeper.core.schema.pg.PgTrigger.TgTypes
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.pgcodekeeper.core.schema.pg.TriggerState
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.pgcodekeeper.core.schema.PgObjLocation.LocationType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.pgcodekeeper.core.script.SQLActionType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.pgcodekeeper.core.sql.Keyword.KeywordCategory
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.pgcodekeeper.core.sql.Keyword.LabelCategory
Returns an array containing the constants of this enum class, in the order they are declared.
VALUES - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
VALUES - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
VALUES - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
VALUES - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
VALUES - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
VALUES - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
VALUES() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Data_clauseContext
 
VALUES() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
VALUES() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Column_constraint_bodyContext
 
VALUES() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_column_encryption_keyContext
 
VALUES() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_partition_functionContext
 
VALUES() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Insert_statementContext
 
VALUES() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Merge_not_matchedContext
 
VALUES() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Table_value_constructorContext
 
VALUES() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
VALUES() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.For_values_boundContext
 
VALUES() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Insert_stmt_for_psqlContext
 
VALUES() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Merge_not_matchedContext
 
VALUES() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Partition_valuesContext
 
VALUES() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreserved_except_function_typeContext
 
VALUES() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Values_stmtContext
 
values_stmt() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Merge_not_matchedContext
 
values_stmt() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Select_primaryContext
 
values_stmt() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
Values_stmtContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Values_stmtContext
 
values_values() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Data_clauseContext
 
values_values() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
values_values() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Values_stmtContext
 
values_values() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
values_values(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Data_clauseContext
 
values_values(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Values_stmtContext
 
Values_valuesContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Values_valuesContext
 
Values_valuesContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Values_valuesContext
 
var() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Assign_stmtContext
 
var() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Cursor_statementContext
 
var() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Diagnostic_optionContext
 
var() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
VARBINARY - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
VARBINARY - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
VARBINARY() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Data_typeContext
 
VARBINARY() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
VARCHAR - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
VARCHAR - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
VARCHAR - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
VARCHAR - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
VARCHAR() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Data_typeContext
 
VARCHAR() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
VARCHAR() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
VARCHAR() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Predefined_typeContext
 
VARCHAR() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreserved_except_function_typeContext
 
VarContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.VarContext
 
VARIABLE - Enum constant in enum class org.pgcodekeeper.core.schema.PgObjLocation.LocationType
 
VARIABLE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
VARIABLE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
VARIABLE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_type_statementContext
 
VARIABLE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonkeywordContext
 
VARIABLE(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_type_statementContext
 
VARIADIC - Enum constant in enum class org.pgcodekeeper.core.schema.ArgMode
 
VARIADIC - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
VARIADIC - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
VARIADIC() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.ArgmodeContext
 
VARIADIC() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
VARIADIC() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_reservedContext
 
VARIADIC() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Vex_or_named_notationContext
 
VARYING - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
VARYING - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
VARYING - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
VARYING - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
VARYING - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
VARYING - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
VARYING() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Data_typeContext
 
VARYING() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
VARYING() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Data_typeContext
 
VARYING() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Predefined_typeContext
 
VARYING() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
VERBOSE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
VERBOSE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
VERBOSE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Additional_statementContext
 
VERBOSE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Analyze_modeContext
 
VERBOSE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
VERBOSE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Cluster_optionContext
 
VERBOSE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Cluster_stmtContext
 
VERBOSE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Copy_optionContext
 
VERBOSE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Explain_optionContext
 
VERBOSE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Explain_statementContext
 
VERBOSE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Reindex_optionContext
 
VERBOSE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_reserved_except_function_typeContext
 
VERBOSE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Vacuum_modeContext
 
VERBOSE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Vacuum_optionContext
 
VERBOSELOGGING - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
VERBOSELOGGING - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
VERBOSELOGGING() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_server_configurationContext
 
VERBOSELOGGING() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
VERIFICATIONERROR - Enum constant in enum class org.pgcodekeeper.core.parsers.antlr.base.ErrorTypes
 
VerificationFunction - Class in org.pgcodekeeper.core.parsers.antlr.pg.verification
Verification implementation for PostgreSQL function statements.
VerificationFunction(SQLParser.Schema_createContext, VerificationProperties, String, List<Object>) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.verification.VerificationFunction
Creates a new function verification instance.
VerificationFunction_body_start - Static variable in class org.pgcodekeeper.core.localizations.Messages
 
VerificationFunction_function_length - Static variable in class org.pgcodekeeper.core.localizations.Messages
 
VerificationFunction_function_params - Static variable in class org.pgcodekeeper.core.localizations.Messages
 
VerificationFunction_ncss - Static variable in class org.pgcodekeeper.core.localizations.Messages
 
VerificationFunctionTreeListener - Class in org.pgcodekeeper.core.parsers.antlr.pg.verification
Parse tree listener for function body verification.
VerificationFunctionTreeListener(String, VerificationProperties, List<Object>, Token) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.verification.VerificationFunctionTreeListener
Creates a new function tree listener for verification.
VerificationFunctionTreeListener_case_block - Static variable in class org.pgcodekeeper.core.localizations.Messages
 
VerificationFunctionTreeListener_quotation_marks - Static variable in class org.pgcodekeeper.core.localizations.Messages
 
VerificationFunctionTreeListener_temp_table - Static variable in class org.pgcodekeeper.core.localizations.Messages
 
VerificationGrant - Class in org.pgcodekeeper.core.parsers.antlr.pg.verification
Verification implementation for GRANT/REVOKE statements.
VerificationGrant_denied_grant - Static variable in class org.pgcodekeeper.core.localizations.Messages
 
VerificationIndents - Class in org.pgcodekeeper.core.parsers.antlr.pg.verification
Verification implementation for code indentation rules.
VerificationIndents(Token, String, String, String, List<Object>, VerificationProperties) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.verification.VerificationIndents
Creates a new indentation verification instance for string-based function definitions.
VerificationIndents(Token, SQLParser.Function_bodyContext, CommonTokenStream, String, List<Object>, VerificationProperties) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.verification.VerificationIndents
Creates a new indentation verification instance for parsed function bodies.
VerificationIndents_body_start_rule - Static variable in class org.pgcodekeeper.core.localizations.Messages
 
VerificationIndents_cyclomatic_complexy - Static variable in class org.pgcodekeeper.core.localizations.Messages
 
VerificationIndents_eol_before_stat - Static variable in class org.pgcodekeeper.core.localizations.Messages
 
VerificationIndents_indent_size - Static variable in class org.pgcodekeeper.core.localizations.Messages
 
VerificationIndents_semicolon_after_simple_sql - Static variable in class org.pgcodekeeper.core.localizations.Messages
 
VerificationIndents_space_after_comma - Static variable in class org.pgcodekeeper.core.localizations.Messages
 
VerificationIndents_space_after_if - Static variable in class org.pgcodekeeper.core.localizations.Messages
 
VerificationIndents_space_math_operators - Static variable in class org.pgcodekeeper.core.localizations.Messages
 
VerificationParserListener - Class in org.pgcodekeeper.core.parsers.antlr.pg.verification
Parser listener for SQL verification processes.
VerificationParserListener(VerificationProperties, String, List<Object>) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.verification.VerificationParserListener
Creates a new verification parser listener.
VerificationProperties - Class in org.pgcodekeeper.core.parsers.antlr.base.verification
Configuration properties for code verification rules.
VerificationProperties(Properties) - Constructor for class org.pgcodekeeper.core.parsers.antlr.base.verification.VerificationProperties
Creates a new verification properties instance from a Properties object.
verify() - Method in interface org.pgcodekeeper.core.parsers.antlr.base.verification.IVerification
Performs the verification check.
verify() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.verification.VerificationFunction
 
verify() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.verification.VerificationGrant
 
verify() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.verification.VerificationIndents
 
verify(ISettings, Path, Collection<String>) - Static method in class org.pgcodekeeper.core.loader.TokenLoader
Verifies SQL sources using verification properties from the specified path.
verify(ISettings, VerificationProperties, Collection<String>) - Static method in class org.pgcodekeeper.core.loader.TokenLoader
Verifies SQL sources using the specified verification rules.
VERIFYONLY - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
VERIFYONLY - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
VERIFYONLY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Restore_otherContext
 
VERIFYONLY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
version - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_server_statementContext
 
Version - Static variable in class org.pgcodekeeper.core.localizations.Messages
 
VERSION - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
VERSION - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
VERSION - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
VERSION - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
VERSION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Change_tableContext
 
VERSION() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
VERSION() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_collation_statementContext
 
VERSION() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_database_actionContext
 
VERSION() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_server_actionContext
 
VERSION() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
VERSION() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Collation_optionContext
 
VERSION() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_extension_statementContext
 
VERSION() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_server_statementContext
 
VERSION() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
VERSION() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Xml_functionContext
 
VERSION_10 - Enum constant in enum class org.pgcodekeeper.core.loader.pg.SupportedPgVersion
 
VERSION_11 - Enum constant in enum class org.pgcodekeeper.core.loader.pg.SupportedPgVersion
 
VERSION_12 - Enum constant in enum class org.pgcodekeeper.core.loader.ms.SupportedMsVersion
 
VERSION_12 - Enum constant in enum class org.pgcodekeeper.core.loader.pg.SupportedPgVersion
 
VERSION_13 - Enum constant in enum class org.pgcodekeeper.core.loader.pg.SupportedPgVersion
 
VERSION_14 - Enum constant in enum class org.pgcodekeeper.core.loader.ms.SupportedMsVersion
 
VERSION_14 - Enum constant in enum class org.pgcodekeeper.core.loader.pg.SupportedPgVersion
 
VERSION_15 - Enum constant in enum class org.pgcodekeeper.core.loader.pg.SupportedPgVersion
 
VERSION_16 - Enum constant in enum class org.pgcodekeeper.core.loader.ms.SupportedMsVersion
 
VERSION_16 - Enum constant in enum class org.pgcodekeeper.core.loader.pg.SupportedPgVersion
 
VERSION_17 - Enum constant in enum class org.pgcodekeeper.core.loader.ms.SupportedMsVersion
 
VERSION_17 - Enum constant in enum class org.pgcodekeeper.core.loader.pg.SupportedPgVersion
 
VERSION_19 - Enum constant in enum class org.pgcodekeeper.core.loader.ms.SupportedMsVersion
 
VERSION_22 - Enum constant in enum class org.pgcodekeeper.core.loader.ms.SupportedMsVersion
 
VERSION_9_4 - Enum constant in enum class org.pgcodekeeper.core.loader.pg.SupportedPgVersion
 
VERSION_9_5 - Enum constant in enum class org.pgcodekeeper.core.loader.pg.SupportedPgVersion
 
VERSION_9_6 - Enum constant in enum class org.pgcodekeeper.core.loader.pg.SupportedPgVersion
 
VERSION_PROP_NAME - Static variable in interface org.pgcodekeeper.core.Consts
 
vex - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Case_expressionContext
 
vex - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Merge_updateContext
 
vex - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Update_setContext
 
vex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.After_opsContext
 
vex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Aggregate_function_argsContext
 
vex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Aggregate_paramContext
 
vex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_policy_statementContext
 
vex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Array_elementsContext
 
vex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Case_expressionContext
 
vex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Case_statementContext
 
vex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Cast_specificationContext
 
vex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Column_actionContext
 
vex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Comparison_modContext
 
vex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Conflict_actionContext
 
vex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Constr_bodyContext
 
vex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Copy_from_statementContext
 
vex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_domain_statementContext
 
vex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_policy_statementContext
 
vex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_rewrite_statementContext
 
vex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_statistics_statementContext
 
vex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_type_statementContext
 
vex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Datetime_overlapsContext
 
vex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Delete_stmt_for_psqlContext
 
vex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Domain_constraintContext
 
vex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Exception_statementContext
 
vex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Execute_statementContext
 
vex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Execute_stmtContext
 
vex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Extract_functionContext
 
vex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Filter_clauseContext
 
vex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Format_jsonContext
 
vex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Frame_boundContext
 
vex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.From_itemContext
 
vex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.From_primaryContext
 
vex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Function_argumentsContext
 
vex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Function_constructContext
 
vex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Function_returnContext
 
vex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Grouping_elementContext
 
vex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.If_statementContext
 
vex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Index_columnContext
 
vex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Index_whereContext
 
vex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.IndirectionContext
 
vex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Json_array_elementContext
 
vex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Json_behavior_clauseContext
 
vex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Json_functionContext
 
vex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Json_object_contentContext
 
vex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Json_object_entryContext
 
vex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Json_passing_clauseContext
 
vex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Json_table_columnContext
 
vex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Loop_startContext
 
vex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Loop_statementContext
 
vex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Merge_stmt_for_psqlContext
 
vex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Merge_updateContext
 
vex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Message_statementContext
 
vex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.OptionContext
 
vex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Partition_bound_partContext
 
vex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Partition_bound_specContext
 
vex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Partition_by_columnsContext
 
vex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Partition_columnContext
 
vex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Partition_every_clauseContext
 
vex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Partition_valContext
 
vex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Perform_stmtContext
 
vex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Predefined_typeContext
 
vex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Publication_table_onlyContext
 
vex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Raise_usingContext
 
vex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Return_stmtContext
 
vex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Select_primaryContext
 
vex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Select_sublistContext
 
vex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Set_def_columnContext
 
vex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Set_statement_valueContext
 
vex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Sort_specifierContext
 
vex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Storage_parameter_optionContext
 
vex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.String_value_functionContext
 
vex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Type_declarationContext
 
vex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Update_setContext
 
vex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Update_stmt_for_psqlContext
 
vex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.User_or_role_or_group_option_for_createContext
 
vex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Using_vexContext
 
vex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Values_valuesContext
 
vex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
vex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Vex_bContext
 
vex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Vex_eofContext
 
vex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Vex_or_named_notationContext
 
vex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.VexContext
 
vex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.When_conditionContext
 
vex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.When_triggerContext
 
vex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.With_queryContext
 
vex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Xml_functionContext
 
vex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Xml_table_columnContext
 
vex() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.rulectx.Vex
Returns a list of child value expression wrappers.
vex(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Aggregate_function_argsContext
 
vex(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_policy_statementContext
 
vex(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Array_elementsContext
 
vex(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Case_expressionContext
 
vex(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Case_statementContext
 
vex(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_domain_statementContext
 
vex(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_policy_statementContext
 
vex(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_statistics_statementContext
 
vex(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_type_statementContext
 
vex(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Datetime_overlapsContext
 
vex(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Exception_statementContext
 
vex(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Execute_statementContext
 
vex(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.From_primaryContext
 
vex(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Function_constructContext
 
vex(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.If_statementContext
 
vex(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.IndirectionContext
 
vex(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Json_array_elementContext
 
vex(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Json_object_contentContext
 
vex(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Json_object_entryContext
 
vex(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Json_passing_clauseContext
 
vex(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Loop_startContext
 
vex(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Merge_updateContext
 
vex(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Message_statementContext
 
vex(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Partition_bound_partContext
 
vex(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Partition_bound_specContext
 
vex(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Partition_by_columnsContext
 
vex(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Perform_stmtContext
 
vex(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Predefined_typeContext
 
vex(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Raise_usingContext
 
vex(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Select_primaryContext
 
vex(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Set_statement_valueContext
 
vex(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.String_value_functionContext
 
vex(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Update_setContext
 
vex(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Using_vexContext
 
vex(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Values_valuesContext
 
vex(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Vex_bContext
 
vex(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Vex_eofContext
 
vex(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.VexContext
 
vex(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.With_queryContext
 
vex(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Xml_functionContext
 
vex(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Xml_table_columnContext
 
Vex - Class in org.pgcodekeeper.core.parsers.antlr.pg.rulectx
Merging wrapper for vex/vex_b.
Vex(SQLParser.Vex_bContext) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.rulectx.Vex
Creates a wrapper for a boolean value expression (vex_b).
Vex(SQLParser.VexContext) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.rulectx.Vex
Creates a wrapper for a regular value expression (vex).
vex_b() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.String_value_functionContext
 
vex_b() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
vex_b() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Vex_bContext
 
vex_b() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.VexContext
 
vex_b(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Vex_bContext
 
Vex_bContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Vex_bContext
 
vex_eof() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
Vex_eofContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Vex_eofContext
 
vex_or_named_notation() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Function_callContext
 
vex_or_named_notation() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
vex_or_named_notation(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Function_callContext
 
Vex_or_named_notationContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Vex_or_named_notationContext
 
VexAnalysisLauncher - Class in org.pgcodekeeper.core.parsers.antlr.pg.launcher
Launcher for analyzing value expressions (VEX) in SQL definitions.
VexAnalysisLauncher(PgStatement, SQLParser.VexContext, String) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.launcher.VexAnalysisLauncher
Creates a value expression analyzer.
VexContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.VexContext
 
VIEW - Enum constant in enum class org.pgcodekeeper.core.model.difftree.DbObjType
 
VIEW - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
VIEW - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
VIEW - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
VIEW - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
VIEW - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
VIEW - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
VIEW() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Attach_stmtContext
 
VIEW() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Create_live_view_stmtContext
 
VIEW() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Create_mat_view_stmtContext
 
VIEW() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Create_simple_view_stmtContext
 
VIEW() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Detach_stmtContext
 
VIEW() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Drop_elementContext
 
VIEW() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Exists_stmtContext
 
VIEW() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Object_typeContext
 
VIEW() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.PermissionContext
 
VIEW() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Show_stmtContext
 
VIEW() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
VIEW() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_or_alter_viewContext
 
VIEW() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Drop_statementsContext
 
VIEW() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.PermissionContext
 
VIEW() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Additional_statementContext
 
VIEW() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_materialized_view_statementContext
 
VIEW() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_view_statementContext
 
VIEW() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
VIEW() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Comment_member_objectContext
 
VIEW() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_view_statementContext
 
VIEW() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Drop_statementsContext
 
VIEW() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Extension_member_objectContext
 
VIEW() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Label_member_objectContext
 
VIEW() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Owner_member_objectContext
 
VIEW() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
view_attribute() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_or_alter_viewContext
 
view_attribute() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
view_attribute(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_or_alter_viewContext
 
View_attributeContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.View_attributeContext
 
view_columns() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_view_statementContext
 
view_columns() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
View_columnsContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.View_columnsContext
 
VIEW_METADATA - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
VIEW_METADATA - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
VIEW_METADATA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
VIEW_METADATA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.View_attributeContext
 
ViewAnalysisLauncher - Class in org.pgcodekeeper.core.parsers.antlr.pg.launcher
Launcher for analyzing PostgreSQL view definitions.
ViewAnalysisLauncher(AbstractPgView, SQLParser.Select_stmtContext, String) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.launcher.ViewAnalysisLauncher
Creates a view analyzer for PostgreSQL.
VIEWS - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
VIEWS - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
VIEWS - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
VIEWS - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
VIEWS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.OptionContext
 
VIEWS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
VIEWS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
VIEWS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
ViewsReader - Class in org.pgcodekeeper.core.loader.jdbc.pg
Reader for PostgreSQL views and materialized views.
ViewsReader(JdbcLoaderBase) - Constructor for class org.pgcodekeeper.core.loader.jdbc.pg.ViewsReader
Constructs a new ViewsReader.
VISIBILITY - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
VISIBILITY - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
VISIBILITY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Assembly_optionContext
 
VISIBILITY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
visitErrorNode(ErrorNode) - Method in class org.pgcodekeeper.core.formatter.FormatParseTreeListener
 
visitErrorNode(ErrorNode) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.verification.VerificationFunctionTreeListener
 
visitTerminal(TerminalNode) - Method in class org.pgcodekeeper.core.formatter.FormatParseTreeListener
 
visitTerminal(TerminalNode) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.verification.VerificationFunctionTreeListener
 
VOCABULARY - Static variable in class org.pgcodekeeper.core.parsers.antlr.base.generated.IgnoreListLexer
 
VOCABULARY - Static variable in class org.pgcodekeeper.core.parsers.antlr.base.generated.IgnoreListParser
 
VOCABULARY - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
VOCABULARY - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
VOCABULARY - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
VOCABULARY - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
VOCABULARY - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.PrivilegesLexer
 
VOCABULARY - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.PrivilegesParser
 
VOCABULARY - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
VOCABULARY - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
VOLATILE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
VOLATILE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
VOLATILE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
VOLATILE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Function_actions_commonContext
 
VOLATILE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
VOLUME - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
VOLUME - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
VOLUME() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_table_actionContext
 
VOLUME() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
VOLUME() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Ttl_exprContext
 

W

WAIT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
WAIT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
WAIT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Lock_tableContext
 
WAIT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
WAIT_AT_LOW_PRIORITY - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
WAIT_AT_LOW_PRIORITY - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
WAIT_AT_LOW_PRIORITY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Low_priority_lock_waitContext
 
WAIT_AT_LOW_PRIORITY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
WAITFOR - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
WAITFOR - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
WAITFOR() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Waitfor_conversationContext
 
WAITFOR() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Waitfor_statementContext
 
waitfor_conversation() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Conversation_statementContext
 
waitfor_conversation() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
Waitfor_conversationContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Waitfor_conversationContext
 
waitfor_receive() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
waitfor_receive() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Waitfor_statementContext
 
Waitfor_receiveContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Waitfor_receiveContext
 
waitfor_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Cfl_statementContext
 
waitfor_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
Waitfor_statementContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Waitfor_statementContext
 
WAL - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
WAL - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
WAL() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Explain_optionContext
 
WAL() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonkeywordContext
 
WARNING - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
WARNING - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
WARNING() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Log_levelContext
 
WARNING() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonkeywordContext
 
WATCH - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
WATCH - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
WATCH() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
WATCH() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Watch_stmtContext
 
watch_stmt() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Dml_stmtContext
 
watch_stmt() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
Watch_stmtContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Watch_stmtContext
 
WEB - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
WEB - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
WEB() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_table_external_statementContext
 
WEB() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonkeywordContext
 
WEEK - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
WEEK - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
WEEK - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
WEEK - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
WEEK() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.IntervalContext
 
WEEK() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Period_valueContext
 
WEEK() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
WEEKS - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
WEEKS - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
WEEKS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Period_valueContext
 
WEEKS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
WELL_FORMED_XML - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
WELL_FORMED_XML - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
WELL_FORMED_XML() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_message_typeContext
 
WELL_FORMED_XML() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_message_typeContext
 
WELL_FORMED_XML() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
WHEN - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
WHEN - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
WHEN - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
WHEN - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
WHEN - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
WHEN - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
WHEN() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Function_callContext
 
WHEN() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
WHEN() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Merge_whenContext
 
WHEN() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Switch_search_condition_sectionContext
 
WHEN() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Switch_sectionContext
 
WHEN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
WHEN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Case_expressionContext
 
WHEN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Case_statementContext
 
WHEN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_event_trigger_statementContext
 
WHEN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Exception_statementContext
 
WHEN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Loop_statementContext
 
WHEN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_reservedContext
 
WHEN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.When_conditionContext
 
WHEN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.When_triggerContext
 
WHEN(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Function_callContext
 
WHEN(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Case_expressionContext
 
WHEN(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Case_statementContext
 
WHEN(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Exception_statementContext
 
when_condition() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Merge_stmt_for_psqlContext
 
when_condition() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
when_condition(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Merge_stmt_for_psqlContext
 
When_conditionContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.When_conditionContext
 
when_trigger() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_trigger_statementContext
 
when_trigger() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
When_triggerContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.When_triggerContext
 
where - Variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Index_whereContext
 
where - Variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Query_specificationContext
 
where - Variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Constr_bodyContext
 
where(String) - Method in class org.pgcodekeeper.core.loader.QueryBuilder
Adds a WHERE condition to the query.
where(String, QueryBuilder) - Method in class org.pgcodekeeper.core.loader.QueryBuilder
Adds a WHERE condition with prefix using a subquery.
WHERE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
WHERE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
WHERE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
WHERE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
WHERE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
WHERE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
WHERE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_table_actionContext
 
WHERE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Show_stmtContext
 
WHERE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_reservedContext
 
WHERE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Where_clauseContext
 
WHERE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Add_drop_eventContext
 
WHERE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_audit_actionContext
 
WHERE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_server_auditContext
 
WHERE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Delete_statementContext
 
WHERE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Index_whereContext
 
WHERE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Query_specificationContext
 
WHERE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Receive_statementContext
 
WHERE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Update_statementContext
 
WHERE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Conflict_actionContext
 
WHERE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Constr_bodyContext
 
WHERE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Copy_from_statementContext
 
WHERE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_rewrite_statementContext
 
WHERE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Delete_stmt_for_psqlContext
 
WHERE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Filter_clauseContext
 
WHERE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Index_whereContext
 
WHERE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Perform_stmtContext
 
WHERE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Publication_table_onlyContext
 
WHERE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Select_primaryContext
 
WHERE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_reservedContext
 
WHERE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Update_stmt_for_psqlContext
 
where_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_table_actionContext
 
where_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Kill_stmtContext
 
where_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Select_primaryContext
 
where_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Show_stmtContext
 
where_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Ttl_exprContext
 
where_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
Where_clauseContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Where_clauseContext
 
WHILE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
WHILE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
WHILE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
WHILE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
WHILE() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.While_statementContext
 
WHILE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Loop_startContext
 
WHILE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonkeywordContext
 
while_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Cfl_statementContext
 
while_statement() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
While_statementContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.While_statementContext
 
white() - Method in class org.pgcodekeeper.core.parsers.antlr.base.generated.IgnoreListParser.Rule_listContext
 
white() - Method in class org.pgcodekeeper.core.parsers.antlr.base.generated.IgnoreListParser
 
WhiteContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.base.generated.IgnoreListParser.WhiteContext
 
WhiteSpace - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
WhiteSpace - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
WHITESPACE - Enum constant in enum class org.pgcodekeeper.core.formatter.FormatConfiguration.IndentType
 
WHITESPACE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
WHITESPACE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
WHITESPACE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
WHITESPACE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
WHITESPACE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
WHITESPACE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
win_frame_bound() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
win_frame_bound() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Win_frame_extendContext
 
win_frame_bound(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Win_frame_extendContext
 
Win_frame_boundContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Win_frame_boundContext
 
win_frame_extend() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
win_frame_extend() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Window_exprContext
 
Win_frame_extendContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Win_frame_extendContext
 
window(SQLParser.Window_definitionContext) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.expr.ValueExpr
Processes a WINDOW definition.
WINDOW - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
WINDOW - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
WINDOW - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
WINDOW - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
WINDOW - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
WINDOW - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
WINDOW() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_reservedContext
 
WINDOW() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Window_clauseContext
 
WINDOW() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Window_specificationContext
 
WINDOW() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Function_actions_commonContext
 
WINDOW() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Perform_stmtContext
 
WINDOW() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Select_primaryContext
 
WINDOW() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_reservedContext
 
window_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Select_primaryContext
 
window_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
Window_clauseContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Window_clauseContext
 
window_definition() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Function_callContext
 
window_definition() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Perform_stmtContext
 
window_definition() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Select_primaryContext
 
window_definition() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
window_definition(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Perform_stmtContext
 
window_definition(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Select_primaryContext
 
Window_definitionContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Window_definitionContext
 
window_expr() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Function_callContext
 
window_expr() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Window_clauseContext
 
window_expr() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
Window_exprContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Window_exprContext
 
window_frame_bound() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
window_frame_bound() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Window_frame_extentContext
 
window_frame_bound(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Window_frame_extentContext
 
Window_frame_boundContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Window_frame_boundContext
 
window_frame_extent() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Row_or_range_clauseContext
 
window_frame_extent() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
Window_frame_extentContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Window_frame_extentContext
 
window_frame_following() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Window_frame_boundContext
 
window_frame_following() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
Window_frame_followingContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Window_frame_followingContext
 
window_frame_preceding() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Window_frame_boundContext
 
window_frame_preceding() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Window_frame_extentContext
 
window_frame_preceding() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
Window_frame_precedingContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Window_frame_precedingContext
 
window_name - Variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Over_clauseContext
 
window_name - Variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Window_specificationContext
 
window_specification() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Query_specificationContext
 
window_specification() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
Window_specificationContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Window_specificationContext
 
WINDOWS - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
WINDOWS - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
WINDOWS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Login_sourcesContext
 
WINDOWS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.PlatformContext
 
WINDOWS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
WINDOWS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Windows_authContext
 
windows_auth() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.AuthenticationContext
 
windows_auth() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
windows_auth_option() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
windows_auth_option() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Windows_authContext
 
Windows_auth_optionContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Windows_auth_optionContext
 
Windows_authContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Windows_authContext
 
windows_options() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Login_sourcesContext
 
windows_options() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
windows_options(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Login_sourcesContext
 
Windows_optionsContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Windows_optionsContext
 
with(String, String) - Method in class org.pgcodekeeper.core.loader.QueryBuilder
Adds a Common Table Expression (CTE) to the WITH clause.
with(String, QueryBuilder) - Method in class org.pgcodekeeper.core.loader.QueryBuilder
Adds a Common Table Expression (CTE) using a subquery builder.
WITH - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
WITH - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
WITH - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
WITH - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
WITH - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
WITH - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
WITH() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Alter_table_actionContext
 
WITH() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Create_live_view_stmtContext
 
WITH() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.IdentificationContext
 
WITH() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Limit_clauseContext
 
WITH() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Select_primaryContext
 
WITH() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_reservedContext
 
WITH() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Top_clauseContext
 
WITH() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.With_clauseContext
 
WITH() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.With_fillContext
 
WITH() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.With_optionContext
 
WITH() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Add_drop_propertyContext
 
WITH() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_application_roleContext
 
WITH() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_assemblyContext
 
WITH() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_audit_actionContext
 
WITH() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_availability_group_optionsContext
 
WITH() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_certificateContext
 
WITH() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_column_optionContext
 
WITH() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_credentialContext
 
WITH() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_database_encryption_keyContext
 
WITH() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_database_scoped_credentialContext
 
WITH() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_databaseContext
 
WITH() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_db_roleContext
 
WITH() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_external_data_sourceContext
 
WITH() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_external_resource_poolContext
 
WITH() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_fulltext_catalogContext
 
WITH() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_index_actionContext
 
WITH() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_login_sql_serverContext
 
WITH() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_master_key_sql_serverContext
 
WITH() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_message_typeContext
 
WITH() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_remote_service_bindingContext
 
WITH() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_resource_governorContext
 
WITH() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_routeContext
 
WITH() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_security_policyContext
 
WITH() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_sequenceContext
 
WITH() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_server_audit_specificationContext
 
WITH() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_server_roleContext
 
WITH() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_service_master_keyContext
 
WITH() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_table_actionContext
 
WITH() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_userContext
 
WITH() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_workload_groupContext
 
WITH() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Asymmetric_key_optionContext
 
WITH() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Availability_group_specContext
 
WITH() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Backup_certificateContext
 
WITH() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Backup_databaseContext
 
WITH() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Backup_logContext
 
WITH() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Begin_conversation_dialogContext
 
WITH() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Column_constraint_bodyContext
 
WITH() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Column_optionContext
 
WITH() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_application_roleContext
 
WITH() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_assemblyContext
 
WITH() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_asymmetric_keyContext
 
WITH() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_column_encryption_keyContext
 
WITH() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_column_master_keyContext
 
WITH() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_credentialContext
 
WITH() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_database_encryption_keyContext
 
WITH() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_database_scoped_credentialContext
 
WITH() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_databaseContext
 
WITH() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_event_notificationContext
 
WITH() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_external_data_sourceContext
 
WITH() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_external_file_formatContext
 
WITH() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_external_resource_poolContext
 
WITH() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_fulltext_catalogContext
 
WITH() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_keyContext
 
WITH() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_login_sql_serverContext
 
WITH() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_message_typeContext
 
WITH() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_or_alter_event_session_withContext
 
WITH() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_or_alter_functionContext
 
WITH() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_or_alter_procedureContext
 
WITH() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_or_alter_resource_poolContext
 
WITH() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_or_alter_triggerContext
 
WITH() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_or_alter_viewContext
 
WITH() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_remote_service_bindingContext
 
WITH() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_routeContext
 
WITH() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_security_policyContext
 
WITH() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_selective_indexContext
 
WITH() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_server_audit_specificationContext
 
WITH() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_server_auditContext
 
WITH() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_spatial_indexContext
 
WITH() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_statisticsContext
 
WITH() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_userContext
 
WITH() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_workload_groupContext
 
WITH() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Cripto_listContext
 
WITH() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Dbcc_clauseContext
 
WITH() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Decryption_mechanismContext
 
WITH() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Drop_assemblyContext
 
WITH() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.End_conversationContext
 
WITH() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Execute_clause_userContext
 
WITH() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Execute_moduleContext
 
WITH() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Existing_keysContext
 
WITH() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.External_table_optionsContext
 
WITH() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Fulltext_index_optionsContext
 
WITH() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Generate_new_keysContext
 
WITH() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Group_by_clauseContext
 
WITH() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Index_optionsContext
 
WITH() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Insert_with_table_hintsContext
 
WITH() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Library_languageContext
 
WITH() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Login_sourcesContext
 
WITH() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Open_jsonContext
 
WITH() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Open_xmlContext
 
WITH() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Queue_actionContext
 
WITH() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Queue_settingsContext
 
WITH() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Raiseerror_statementContext
 
WITH() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Reconfigure_statementContext
 
WITH() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Replica_specContext
 
WITH() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Restore_optionsContext
 
WITH() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Restore_otherContext
 
WITH() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Rule_commonContext
 
WITH() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Security_statementContext
 
WITH() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Sequence_bodyContext
 
WITH() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Shutdown_statementContext
 
WITH() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Table_optionsContext
 
WITH() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Top_clauseContext
 
WITH() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Transaction_statementContext
 
WITH() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Truncate_tableContext
 
WITH() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Type_definitionContext
 
WITH() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Update_statisticsContext
 
WITH() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.With_expressionContext
 
WITH() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.With_no_populationContext
 
WITH() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.With_table_hintsContext
 
WITH() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Additional_statementContext
 
WITH() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.After_opsContext
 
WITH() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_database_actionContext
 
WITH() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_fts_configurationContext
 
WITH() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_identityContext
 
WITH() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_policy_statementContext
 
WITH() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_sequence_statementContext
 
WITH() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_table_statementContext
 
WITH() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_user_or_role_statementContext
 
WITH() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Constr_bodyContext
 
WITH() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Copy_from_statementContext
 
WITH() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Copy_to_statementContext
 
WITH() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_cast_statementContext
 
WITH() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_database_statementContext
 
WITH() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_extension_statementContext
 
WITH() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_group_statementContext
 
WITH() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_policy_statementContext
 
WITH() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_table_as_statementContext
 
WITH() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_transform_statementContext
 
WITH() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_user_or_role_statementContext
 
WITH() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_view_statementContext
 
WITH() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Declare_statementContext
 
WITH() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Drop_database_statementContext
 
WITH() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.From_primaryContext
 
WITH() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.From_rows_with_aliasContext
 
WITH() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Grant_to_ruleContext
 
WITH() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Json_unique_keysContext
 
WITH() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Json_wrapperContext
 
WITH() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Partition_bound_specContext
 
WITH() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Partition_gp_actionContext
 
WITH() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Predefined_typeContext
 
WITH() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Rule_commonContext
 
WITH() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Sequence_bodyContext
 
WITH() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Storage_parameter_oidContext
 
WITH() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Table_actionContext
 
WITH() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Table_of_type_column_defContext
 
WITH() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_reservedContext
 
WITH() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.With_admin_optionContext
 
WITH() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.With_check_optionContext
 
WITH() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.With_clauseContext
 
WITH() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.With_storage_parameterContext
 
WITH(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Select_primaryContext
 
WITH(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_sequenceContext
 
WITH(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_or_alter_triggerContext
 
WITH(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_or_alter_viewContext
 
WITH(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_sequence_statementContext
 
WITH(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Constr_bodyContext
 
WITH(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_transform_statementContext
 
WITH(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_view_statementContext
 
WITH(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Partition_gp_actionContext
 
with_admin_option() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Other_rulesContext
 
with_admin_option() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
With_admin_optionContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.With_admin_optionContext
 
with_check_option() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_view_statementContext
 
with_check_option() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
With_check_optionContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.With_check_optionContext
 
with_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Select_primaryContext
 
with_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
with_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Delete_stmt_for_psqlContext
 
with_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Insert_stmt_for_psqlContext
 
with_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Merge_stmt_for_psqlContext
 
with_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Select_stmt_no_parensContext
 
with_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Select_stmtContext
 
with_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Update_stmt_for_psqlContext
 
with_clause() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
With_clauseContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.With_clauseContext
 
With_clauseContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.With_clauseContext
 
with_expression() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Delete_statementContext
 
with_expression() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.External_table_as_select_defContext
 
with_expression() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Insert_statementContext
 
with_expression() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Merge_statementContext
 
with_expression() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Select_statementContext
 
with_expression() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Select_stmt_no_parensContext
 
with_expression() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Update_statementContext
 
with_expression() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
With_expressionContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.With_expressionContext
 
with_fill() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Order_exprContext
 
with_fill() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
With_fillContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.With_fillContext
 
with_no_population() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_fulltext_index_optionContext
 
with_no_population() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
With_no_populationContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.With_no_populationContext
 
with_option() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Privilegy_stmtContext
 
with_option() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
with_option(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Privilegy_stmtContext
 
With_optionContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.With_optionContext
 
with_query() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.With_clauseContext
 
with_query() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
with_query() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.With_clauseContext
 
with_query() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
with_query(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.With_clauseContext
 
with_query(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.With_clauseContext
 
With_queryContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.With_queryContext
 
With_queryContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.With_queryContext
 
with_storage_parameter() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_subscription_actionContext
 
with_storage_parameter() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_function_statementContext
 
with_storage_parameter() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_publication_statementContext
 
with_storage_parameter() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_subscription_statementContext
 
with_storage_parameter() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_tablespace_statementContext
 
with_storage_parameter() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Gp_partition_with_clauseContext
 
with_storage_parameter() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Index_parametersContext
 
with_storage_parameter() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Index_restContext
 
with_storage_parameter() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Storage_parameter_oidContext
 
with_storage_parameter() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Table_actionContext
 
with_storage_parameter() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
With_storage_parameterContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.With_storage_parameterContext
 
with_table_hints() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.From_primaryContext
 
with_table_hints() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Table_name_with_hintContext
 
with_table_hints() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Update_statementContext
 
with_table_hints() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
With_table_hintsContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.With_table_hintsContext
 
withClause() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.rulectx.SelectStmt
Returns the WITH clause context if present.
withExpression() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.rulectx.MsSelectStmt
Returns the WITH expression context if present.
WITHIN - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
WITHIN - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
WITHIN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Function_callContext
 
WITHIN() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
WITHIN_GROUP - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
WITHIN_GROUP - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
WITHIN_GROUP() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Function_callContext
 
WITHOUT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
WITHOUT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
WITHOUT - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
WITHOUT - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
WITHOUT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
WITHOUT() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.User_loginContext
 
WITHOUT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_cast_statementContext
 
WITHOUT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Declare_statementContext
 
WITHOUT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Json_unique_keysContext
 
WITHOUT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Json_wrapperContext
 
WITHOUT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Materialized_view_actionContext
 
WITHOUT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Partition_gp_actionContext
 
WITHOUT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Predefined_typeContext
 
WITHOUT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Storage_parameter_oidContext
 
WITHOUT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Table_actionContext
 
WITHOUT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
WITHOUT_ARRAY_WRAPPER - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
WITHOUT_ARRAY_WRAPPER - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
WITHOUT_ARRAY_WRAPPER() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.For_clauseContext
 
WITHOUT_ARRAY_WRAPPER() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
WITHOUT_ARRAY_WRAPPER(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.For_clauseContext
 
WITNESS - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
WITNESS - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
WITNESS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Database_mirroring_optionContext
 
WITNESS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Database_mirroringContext
 
WITNESS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
WORK - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
WORK - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
WORK - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
WORK - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
WORK() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
WORK() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Transaction_statementContext
 
WORK() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
WORK() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Script_transactionContext
 
WORK() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
WorkDirs - Class in org.pgcodekeeper.core
Provides directory structure definitions and path resolution utilities for different database types (PostgreSQL, Microsoft SQL, ClickHouse).
worked(int) - Method in interface org.pgcodekeeper.core.monitor.IMonitor
Notifies that a given number of work units have been completed.
worked(int) - Method in class org.pgcodekeeper.core.monitor.NullMonitor
 
WORKLOAD - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
WORKLOAD - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
WORKLOAD() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_workload_groupContext
 
WORKLOAD() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_workload_groupContext
 
WORKLOAD() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Drop_statementsContext
 
WORKLOAD() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
workload_group_group_name - Variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_workload_groupContext
 
workload_group_group_name - Variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_workload_groupContext
 
workload_group_pool_name - Variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_workload_groupContext
 
workload_group_pool_name - Variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_workload_groupContext
 
WRAPPER - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
WRAPPER - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
WRAPPER() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_foreign_data_wrapperContext
 
WRAPPER() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
WRAPPER() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Comment_member_objectContext
 
WRAPPER() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_foreign_data_wrapper_statementContext
 
WRAPPER() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_server_statementContext
 
WRAPPER() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Drop_statementsContext
 
WRAPPER() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Extension_member_objectContext
 
WRAPPER() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Json_wrapperContext
 
WRAPPER() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Owner_member_objectContext
 
WRAPPER() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Rule_member_objectContext
 
WRAPPER() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
WRITABLE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
WRITABLE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
WRITABLE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
WRITABLE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
WRITABLE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Option_typeContext
 
WRITABLE() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Tokens_nonreservedContext
 
WRITABLE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_table_external_statementContext
 
WRITABLE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonkeywordContext
 
write(AbstractDatabase, ISettings, String, String, String) - Static method in class org.pgcodekeeper.core.model.graph.InsertWriter
Method for call from external classes to start the process of get all data which will be need to transfer and create insert script.
WRITE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
WRITE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
WRITE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
WRITE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
WRITE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Transaction_modeContext
 
writeDbName() - Method in interface org.pgcodekeeper.core.reporter.IProgressReporter
Writes the current database name being processed to the progress report.
writeDependencies(List<PgLibrary>, boolean) - Method in class org.pgcodekeeper.core.xmlstore.DependenciesXmlStore
Writes library dependencies to XML file with load nested flag.
writeError(String) - Method in interface org.pgcodekeeper.core.reporter.IProgressReporter
Writes an error message to the progress report.
writeMessage(String) - Method in interface org.pgcodekeeper.core.reporter.IProgressReporter
Writes an informational message to the progress report.
writeObjects(List<PgLibrary>) - Method in class org.pgcodekeeper.core.xmlstore.DependenciesXmlStore
Do not call this method, use DependenciesXmlStore.writeDependencies(List, boolean) instead.
writeObjects(List<T>) - Method in class org.pgcodekeeper.core.xmlstore.XmlStore
Writes objects to the XML file.
writeProjVersion(Path) - Static method in class org.pgcodekeeper.core.model.exporter.ModelExporter
Writes project version marker file.
WRITETEXT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
WRITETEXT - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
writeWarning(String) - Method in interface org.pgcodekeeper.core.reporter.IProgressReporter
Writes a warning message to the progress report.
writeXml(Document, boolean, StreamResult) - Static method in class org.pgcodekeeper.core.Utils
Writes an XML document to the output stream
WS - Static variable in class org.pgcodekeeper.core.parsers.antlr.base.generated.IgnoreListLexer
 
WS - Static variable in class org.pgcodekeeper.core.parsers.antlr.base.generated.IgnoreListParser
 

X

XLOCK - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
XLOCK - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
XLOCK() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
XLOCK() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Table_hintContext
 
XML - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
XML - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
XML - Static variable in interface org.pgcodekeeper.core.parsers.antlr.pg.expr.TypesSetManually
 
XML - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
XML - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
XML() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_schema_sqlContext
 
XML() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_xml_schema_collectionContext
 
XML() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Class_typeContext
 
XML() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Column_set_defContext
 
XML() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_selective_indexContext
 
XML() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_xml_indexContext
 
XML() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_xml_schema_collectionContext
 
XML() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Drop_statementsContext
 
XML() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.For_clauseContext
 
XML() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.PermissionContext
 
XML() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Result_sets_definitionContext
 
XML() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Set_statistics_valueContext
 
XML() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
XML() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Xml_index_usingContext
 
XML() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Xml_type_definitionContext
 
XML() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
XML() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Explain_optionContext
 
XML() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Session_local_optionContext
 
XML() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
xml_common_directives() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.For_clauseContext
 
xml_common_directives() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
xml_common_directives(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.For_clauseContext
 
Xml_common_directivesContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Xml_common_directivesContext
 
xml_dec - Variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Xml_namespace_expressionContext
 
xml_declaration - Variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Xml_namespace_expressionContext
 
xml_declaration() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
xml_declaration() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Xml_namespace_expressionContext
 
xml_declaration(int) - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Xml_namespace_expressionContext
 
Xml_declarationContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Xml_declarationContext
 
xml_function() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Function_callContext
 
xml_function() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
Xml_functionContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Xml_functionContext
 
xml_index_using() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_xml_indexContext
 
xml_index_using() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
Xml_index_usingContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Xml_index_usingContext
 
xml_namespace_expression() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.With_expressionContext
 
xml_namespace_expression() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
Xml_namespace_expressionContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Xml_namespace_expressionContext
 
xml_namespace_uri - Variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Xml_declarationContext
 
xml_schema_collection() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
xml_schema_collection() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Xml_type_definitionContext
 
Xml_schema_collectionContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Xml_schema_collectionContext
 
xml_table_column() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Xml_functionContext
 
xml_table_column() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
xml_table_column(int) - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Xml_functionContext
 
Xml_table_columnContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Xml_table_columnContext
 
xml_type_definition() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Column_defContext
 
xml_type_definition() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Declare_statementContext
 
xml_type_definition() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
Xml_type_definitionContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Xml_type_definitionContext
 
XMLATTRIBUTES - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
XMLATTRIBUTES - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
XMLATTRIBUTES() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
XMLATTRIBUTES() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreserved_except_function_typeContext
 
XMLATTRIBUTES() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Xml_functionContext
 
XMLCONCAT - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
XMLCONCAT - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
XMLCONCAT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
XMLCONCAT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Function_constructContext
 
XMLCONCAT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreserved_except_function_typeContext
 
XMLDATA - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
XMLDATA - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
XMLDATA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
XMLDATA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Xml_common_directivesContext
 
XMLELEMENT - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
XMLELEMENT - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
XMLELEMENT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
XMLELEMENT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreserved_except_function_typeContext
 
XMLELEMENT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Xml_functionContext
 
XMLEXISTS - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
XMLEXISTS - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
XMLEXISTS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
XMLEXISTS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreserved_except_function_typeContext
 
XMLEXISTS() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Xml_functionContext
 
XMLFOREST - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
XMLFOREST - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
XMLFOREST() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
XMLFOREST() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreserved_except_function_typeContext
 
XMLFOREST() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Xml_functionContext
 
xmlnamespace_item() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
xmlnamespace_item() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Xmlnamespace_listContext
 
Xmlnamespace_itemContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Xmlnamespace_itemContext
 
xmlnamespace_list() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_selective_indexContext
 
xmlnamespace_list() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
xmlnamespace_list() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Xmlnamespace_listContext
 
Xmlnamespace_listContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Xmlnamespace_listContext
 
XMLNAMESPACES - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
XMLNAMESPACES - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
XMLNAMESPACES - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
XMLNAMESPACES - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
XMLNAMESPACES() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_selective_indexContext
 
XMLNAMESPACES() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
XMLNAMESPACES() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Xml_namespace_expressionContext
 
XMLNAMESPACES() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
XMLNAMESPACES() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreserved_except_function_typeContext
 
XMLNAMESPACES() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Xml_functionContext
 
XMLPARSE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
XMLPARSE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
XMLPARSE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
XMLPARSE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreserved_except_function_typeContext
 
XMLPARSE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Xml_functionContext
 
XMLPI - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
XMLPI - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
XMLPI() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
XMLPI() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreserved_except_function_typeContext
 
XMLPI() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Xml_functionContext
 
XmlReader - Class in org.pgcodekeeper.core.loader.jdbc
XML reader for parsing Microsoft SQL Server XML query results.
XmlReaderException - Exception in org.pgcodekeeper.core.loader.jdbc
Exception thrown when XML reading operations fail during JDBC metadata processing.
XmlReaderException() - Constructor for exception org.pgcodekeeper.core.loader.jdbc.XmlReaderException
Creates a new XML reader exception with no message or cause.
XmlReaderException(String) - Constructor for exception org.pgcodekeeper.core.loader.jdbc.XmlReaderException
Creates a new XML reader exception with the specified message.
XmlReaderException(String, Throwable) - Constructor for exception org.pgcodekeeper.core.loader.jdbc.XmlReaderException
Creates a new XML reader exception with the specified message and cause.
XmlReaderException(String, Throwable, boolean, boolean) - Constructor for exception org.pgcodekeeper.core.loader.jdbc.XmlReaderException
Creates a new XML reader exception with full configuration.
XmlReaderException(Throwable) - Constructor for exception org.pgcodekeeper.core.loader.jdbc.XmlReaderException
Creates a new XML reader exception with the specified cause.
XMLROOT - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
XMLROOT - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
XMLROOT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
XMLROOT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreserved_except_function_typeContext
 
XMLROOT() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Xml_functionContext
 
XMLSCHEMA - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
XMLSCHEMA - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
XMLSCHEMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
XMLSCHEMA() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Xml_common_directivesContext
 
XMLSERIALIZE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
XMLSERIALIZE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
XMLSERIALIZE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
XMLSERIALIZE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreserved_except_function_typeContext
 
XMLSERIALIZE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Xml_functionContext
 
XmlStore<T> - Class in org.pgcodekeeper.core.xmlstore
Abstract base class for XML-based object storage and retrieval.
XmlStore_read_error - Static variable in class org.pgcodekeeper.core.localizations.Messages
 
XmlStore_root_error - Static variable in class org.pgcodekeeper.core.localizations.Messages
 
XmlStore_write_error - Static variable in class org.pgcodekeeper.core.localizations.Messages
 
XMLTABLE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
XMLTABLE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
XMLTABLE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
XMLTABLE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreserved_except_function_typeContext
 
XMLTABLE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Xml_functionContext
 
XOR_ASSIGN - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
XOR_ASSIGN - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
XOR_ASSIGN() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Assignment_operatorContext
 
xquery - Variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Function_callContext
 
XQUERY - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
XQUERY - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
XQUERY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Named_promoted_node_path_itemContext
 
XQUERY() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
XSINIL - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
XSINIL - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
XSINIL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
XSINIL() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Xml_common_directivesContext
 

Y

YAML - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
YAML - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
YAML() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Explain_optionContext
 
YAML() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonkeywordContext
 
YEAR - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
YEAR - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
YEAR - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
YEAR - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
YEAR - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
YEAR - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
YEAR() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Data_typeContext
 
YEAR() - Method in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.IntervalContext
 
YEAR() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Period_valueContext
 
YEAR() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
YEAR() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Interval_fieldContext
 
YEAR() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
YEARS - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
YEARS - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
YEARS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Period_valueContext
 
YEARS() - Method in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Simple_idContext
 
YES - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
YES - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
YES() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
YES() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
YES() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Xml_functionContext
 

Z

ZERO_LENGHT_SPACE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
ZERO_LENGHT_SPACE - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
ZONE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
ZONE - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
ZONE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Additional_statementContext
 
ZONE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Bare_label_keywordContext
 
ZONE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Predefined_typeContext
 
ZONE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Session_local_optionContext
 
ZONE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Show_statementContext
 
ZONE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Tokens_nonreservedContext
 
ZONE() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.VexContext
 
zone_value() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Session_local_optionContext
 
zone_value() - Method in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
Zone_valueContext(ParserRuleContext, int) - Constructor for class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Zone_valueContext
 

_

_ATN - Static variable in class org.pgcodekeeper.core.parsers.antlr.base.generated.IgnoreListLexer
 
_ATN - Static variable in class org.pgcodekeeper.core.parsers.antlr.base.generated.IgnoreListParser
 
_ATN - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
_ATN - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
_ATN - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
_ATN - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
_ATN - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.PrivilegesLexer
 
_ATN - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.PrivilegesParser
 
_ATN - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
_ATN - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
_serializedATN - Static variable in class org.pgcodekeeper.core.parsers.antlr.base.generated.IgnoreListLexer
 
_serializedATN - Static variable in class org.pgcodekeeper.core.parsers.antlr.base.generated.IgnoreListParser
 
_serializedATN - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHLexer
 
_serializedATN - Static variable in class org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser
 
_serializedATN - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLLexer
 
_serializedATN - Static variable in class org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
 
_serializedATN - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.PrivilegesLexer
 
_serializedATN - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.PrivilegesParser
 
_serializedATN - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLLexer
 
_serializedATN - Static variable in class org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form