Class PgDomainAnalysisLauncher
java.lang.Object
org.pgcodekeeper.core.database.base.parser.launcher.AbstractAnalysisLauncher
org.pgcodekeeper.core.database.pg.parser.launcher.PgAbstractAnalysisLauncher
org.pgcodekeeper.core.database.pg.parser.launcher.PgDomainAnalysisLauncher
- All Implemented Interfaces:
IAnalysisLauncher
Launcher for analyzing domain type constraints.
Handles validation expressions for domain types with special VALUE variable support.
-
Constructor Summary
ConstructorsConstructorDescriptionPgDomainAnalysisLauncher(PgDomain stmt, SQLParser.VexContext ctx, String location) Creates a domain analyzer. -
Method Summary
Modifier and TypeMethodDescriptionanalyze(org.antlr.v4.runtime.ParserRuleContext ctx, IMetaContainer meta) Methods inherited from class org.pgcodekeeper.core.database.base.parser.launcher.AbstractAnalysisLauncher
getReferences, getSchemaName, getStmt, launchAnalyze, setOffset, updateStmt
-
Constructor Details
-
PgDomainAnalysisLauncher
Creates a domain analyzer.- Parameters:
stmt- the domain statement to analyzectx- the domain constraint expression contextlocation- the source location identifier
-
-
Method Details
-
analyze
-