Uses of Class
org.pgcodekeeper.core.utils.Pair
Packages that use Pair
Package
Description
-
Uses of Pair in org.pgcodekeeper.core.database.api.schema
Methods in org.pgcodekeeper.core.database.api.schema that return types with arguments of type Pair -
Uses of Pair in org.pgcodekeeper.core.database.base.schema.meta
Methods in org.pgcodekeeper.core.database.base.schema.meta that return types with arguments of type PairMethod parameters in org.pgcodekeeper.core.database.base.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(IMetaContainer 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.database.ch.formatter
Constructor parameters in org.pgcodekeeper.core.database.ch.formatter 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.database.ch.schema
Methods in org.pgcodekeeper.core.database.ch.schema that return types with arguments of type PairModifier and TypeMethodDescriptionChDictionary.getRelationColumns()ChTable.getRelationColumns()ChView.getRelationColumns() -
Uses of Pair in org.pgcodekeeper.core.database.ms.schema
Methods in org.pgcodekeeper.core.database.ms.schema that return types with arguments of type PairModifier and TypeMethodDescriptionMsSequence.getRelationColumns()MsTable.getRelationColumns()MsView.getRelationColumns() -
Uses of Pair in org.pgcodekeeper.core.database.pg.formatter
Constructor parameters in org.pgcodekeeper.core.database.pg.formatter with type arguments of type PairModifierConstructorDescriptionPgSpaceListener(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.database.pg.parser.expr
Methods in org.pgcodekeeper.core.database.pg.parser.expr that return types with arguments of type PairMethods in org.pgcodekeeper.core.database.pg.parser.expr with parameters of type PairModifier and TypeMethodDescriptionvoidPgAbstractExprWithNmspc.addNamespaceVariable(Pair<String, String> variable) Adds a "freestanding" variable (e.g. a non-table function parameter) into a special complexNamespace container. -
Uses of Pair in org.pgcodekeeper.core.database.pg.parser.launcher
Constructor parameters in org.pgcodekeeper.core.database.pg.parser.launcher with type arguments of type PairModifierConstructorDescriptionPgFuncProcAnalysisLauncher(PgAbstractFunction stmt, SQLParser.Function_bodyContext ctx, String location, List<Pair<String, ObjectReference>> funcArgs, boolean isEnableFunctionBodiesDependencies) Creates a function/procedure analyzer for function body context.PgFuncProcAnalysisLauncher(PgAbstractFunction stmt, SQLParser.Plpgsql_functionContext ctx, String location, List<Pair<String, ObjectReference>> funcArgs, boolean isEnableFunctionBodiesDependencies) Creates a function/procedure analyzer for PL/pgSQL context.PgFuncProcAnalysisLauncher(PgAbstractFunction stmt, SQLParser.SqlContext ctx, String location, List<Pair<String, ObjectReference>> funcArgs, boolean isEnableFunctionBodiesDependencies) Creates a function/procedure analyzer for SQL context. -
Uses of Pair in org.pgcodekeeper.core.database.pg.parser.statement
Methods in org.pgcodekeeper.core.database.pg.parser.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.database.pg.schema
Methods in org.pgcodekeeper.core.database.pg.schema that return types with arguments of type Pair -
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