Uses of Class
org.pgcodekeeper.core.schema.GenericColumn
Packages that use GenericColumn
Package
Description
-
Uses of GenericColumn in org.pgcodekeeper.core.loader.jdbc
Methods in org.pgcodekeeper.core.loader.jdbc that return GenericColumnModifier and TypeMethodDescriptionJdbcType.getQualifiedName()Returns the GenericColumn representation containing the type's schema and name.Methods in org.pgcodekeeper.core.loader.jdbc with parameters of type GenericColumnModifier and TypeMethodDescriptionvoidJdbcLoaderBase.setCurrentObject(GenericColumn currentObject) -
Uses of GenericColumn in org.pgcodekeeper.core.parsers.antlr.base.launcher
Methods in org.pgcodekeeper.core.parsers.antlr.base.launcher that return types with arguments of type GenericColumnModifier and TypeMethodDescriptionAbstractAnalysisLauncher.launchAnalyze(List<Object> errors, MetaContainer meta) Launches the analysis of the statement. -
Uses of GenericColumn in org.pgcodekeeper.core.parsers.antlr.ch.expr
Methods in org.pgcodekeeper.core.parsers.antlr.ch.expr with parameters of type GenericColumnModifier and TypeMethodDescriptionvoidChAbstractExprWithNmspc.addRawTableReference(GenericColumn qualifiedTable) Adds an unaliased table reference to the namespace. -
Uses of GenericColumn in org.pgcodekeeper.core.parsers.antlr.ms.expr
Methods in org.pgcodekeeper.core.parsers.antlr.ms.expr that return GenericColumnModifier and TypeMethodDescriptionMsValueExpr.functionCall(TSQLParser.Function_callContext functionCall) Methods in org.pgcodekeeper.core.parsers.antlr.ms.expr with parameters of type GenericColumnModifier and TypeMethodDescriptionvoidMsAbstractExprWithNmspc.addRawTableReference(GenericColumn qualifiedTable) Adds an unaliased table reference to the namespace.booleanMsAbstractExprWithNmspc.addReference(String alias, GenericColumn object) Adds a reference to the namespace with the specified alias. -
Uses of GenericColumn in org.pgcodekeeper.core.parsers.antlr.pg.expr
Methods in org.pgcodekeeper.core.parsers.antlr.pg.expr with parameters of type GenericColumnModifier and TypeMethodDescriptionvoidAbstractExprWithNmspc.addRawTableReference(GenericColumn qualifiedTable) booleanAbstractExprWithNmspc.addReference(String alias, GenericColumn object) Clients may use this to set up pseudo-variable names before expression analysis.voidAbstractExprWithNmspc.declareNamespaceVar(String alias, String name, GenericColumn argType) Declares a variable in the current namespace. -
Uses of GenericColumn in org.pgcodekeeper.core.parsers.antlr.pg.launcher
Constructors in org.pgcodekeeper.core.parsers.antlr.pg.launcher with parameters of type GenericColumnModifierConstructorDescriptionAggregateAnalysisLauncher(PgStatement stmt, GenericColumn function, String location) Creates an analyzer for aggregate function statements.OperatorAnalysisLauncher(PgStatement stmt, GenericColumn function, String location) Creates an operator analyzer.Constructor parameters in org.pgcodekeeper.core.parsers.antlr.pg.launcher with type arguments of type GenericColumnModifierConstructorDescriptionFuncProcAnalysisLauncher(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 GenericColumn in org.pgcodekeeper.core.schema
Methods in org.pgcodekeeper.core.schema that return GenericColumnMethods in org.pgcodekeeper.core.schema that return types with arguments of type GenericColumnMethods in org.pgcodekeeper.core.schema with parameters of type GenericColumnModifier and TypeMethodDescriptionvoidPgStatement.addDep(GenericColumn dep) Adds a dependency to this statement.final PgStatementAbstractDatabase.getStatement(GenericColumn gc) Resolves and returns a database statement based on the provided generic column specification.PgObjLocation.Builder.setObject(GenericColumn object) Method parameters in org.pgcodekeeper.core.schema with type arguments of type GenericColumn -
Uses of GenericColumn in org.pgcodekeeper.core.schema.meta
Methods in org.pgcodekeeper.core.schema.meta that return GenericColumnModifier and TypeMethodDescriptionMetaStatement.getGenericColumn()Returns the generic column information for this statement.Constructors in org.pgcodekeeper.core.schema.meta with parameters of type GenericColumnModifierConstructorDescriptionMetaStatement(GenericColumn column) Creates a new metadata statement from a generic column. -
Uses of GenericColumn in org.pgcodekeeper.core.schema.pg
Methods in org.pgcodekeeper.core.schema.pg that return GenericColumnModifier and TypeMethodDescriptionPgSequence.getOwnedBy()Gets the table column that owns this sequence.Methods in org.pgcodekeeper.core.schema.pg with parameters of type GenericColumn