Uses of Class
org.pgcodekeeper.core.utils.Pair
Packages that use Pair
Package
Description
-
Uses of Pair in org.pgcodekeeper.core.formatter.ch
Constructor parameters in org.pgcodekeeper.core.formatter.ch with type arguments of type PairModifierConstructorDescriptionChFormatParseTreeListener(org.antlr.v4.runtime.CommonTokenStream tokens, Map<org.antlr.v4.runtime.Token, Pair<IndentDirection, Integer>> indents, Set<org.antlr.v4.runtime.Token> unaryOps) Constructs a new ClickHouse format listener. -
Uses of Pair in org.pgcodekeeper.core.formatter.pg
Constructor parameters in org.pgcodekeeper.core.formatter.pg with type arguments of type PairModifierConstructorDescriptionPgFormatParseTreeListener(org.antlr.v4.runtime.CommonTokenStream tokens, Map<org.antlr.v4.runtime.Token, Pair<IndentDirection, Integer>> indents, Set<org.antlr.v4.runtime.Token> unaryOps) Constructs a new PostgreSQL format listener. -
Uses of Pair in org.pgcodekeeper.core.parsers.antlr.pg.expr
Methods in org.pgcodekeeper.core.parsers.antlr.pg.expr with parameters of type PairModifier and TypeMethodDescriptionvoidAbstractExprWithNmspc.addNamespaceVariable(Pair<String, String> variable) Adds a "freestanding" variable (e.g. -
Uses of Pair in org.pgcodekeeper.core.parsers.antlr.pg.launcher
Constructor parameters in org.pgcodekeeper.core.parsers.antlr.pg.launcher with type arguments of type PairModifierConstructorDescriptionFuncProcAnalysisLauncher(AbstractPgFunction stmt, SQLParser.Function_bodyContext ctx, String location, List<Pair<String, GenericColumn>> funcArgs, boolean isEnableFunctionBodiesDependencies) Creates a function/procedure analyzer for function body context.FuncProcAnalysisLauncher(AbstractPgFunction stmt, SQLParser.Plpgsql_functionContext ctx, String location, List<Pair<String, GenericColumn>> funcArgs, boolean isEnableFunctionBodiesDependencies) Creates a function/procedure analyzer for PL/pgSQL context.FuncProcAnalysisLauncher(AbstractPgFunction stmt, SQLParser.SqlContext ctx, String location, List<Pair<String, GenericColumn>> funcArgs, boolean isEnableFunctionBodiesDependencies) Creates a function/procedure analyzer for SQL context. -
Uses of Pair in org.pgcodekeeper.core.parsers.antlr.pg.statement
Methods in org.pgcodekeeper.core.parsers.antlr.pg.statement that return PairModifier and TypeMethodDescriptionPgParserAbstract.unquoteQuotedString(SQLParser.SconstContext ctx) Unquotes a string constant from a parser context and returns both the unquoted string and the corresponding token. -
Uses of Pair in org.pgcodekeeper.core.schema
Methods in org.pgcodekeeper.core.schema that return types with arguments of type PairModifier and TypeMethodDescriptionAbstractSequence.getRelationColumns()AbstractTable.getRelationColumns()AbstractView.getRelationColumns()IRelation.getRelationColumns()Gets the columns of this relation as name-type pairs. -
Uses of Pair in org.pgcodekeeper.core.schema.ch
Methods in org.pgcodekeeper.core.schema.ch that return types with arguments of type Pair -
Uses of Pair in org.pgcodekeeper.core.schema.meta
Methods in org.pgcodekeeper.core.schema.meta that return types with arguments of type PairMethod parameters in org.pgcodekeeper.core.schema.meta with type arguments of type PairModifier and TypeMethodDescriptionvoidMetaRelation.addColumns(List<? extends Pair<String, String>> columns) Sets the columns for this relation.static voidMetaUtils.initializeView(MetaContainer meta, String schemaName, String name, List<? extends Pair<String, String>> columns) Initializes a view with column information in the metadata container. -
Uses of Pair in org.pgcodekeeper.core.schema.pg
Methods in org.pgcodekeeper.core.schema.pg that return types with arguments of type PairModifier and TypeMethodDescriptionAbstractPgTable.getRelationColumns()AbstractPgView.getRelationColumns() -
Uses of Pair in org.pgcodekeeper.core.utils
Subclasses of Pair in org.pgcodekeeper.core.utilsModifier and TypeClassDescriptionclassModPair<K,V> Modifiable pair class extending the immutable Pair class.Methods in org.pgcodekeeper.core.utils that return Pair