Package org.pgcodekeeper.core.schema
Class PgObjLocation.Builder
java.lang.Object
org.pgcodekeeper.core.schema.PgObjLocation.Builder
- Enclosing class:
- PgObjLocation
Builder class for constructing PgObjLocation instances.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds a PgObjLocation instance from the configured parameters.setCharPositionInLine(int charPositionInLine) setCtx(org.antlr.v4.runtime.ParserRuleContext ctx) setEndCtx(org.antlr.v4.runtime.ParserRuleContext endCtx) setFilePath(String filePath) setLineNumber(int lineNumber) setLocationType(PgObjLocation.LocationType locationType) setObject(GenericColumn object) setOffset(int offset)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
setFilePath
-
setAction
-
setSql
-
setAlias
-
setOffset
-
setLineNumber
-
setCharPositionInLine
-
setObject
-
setCtx
-
setEndCtx
-
setLocationType
-
build
Builds a PgObjLocation instance from the configured parameters.- Returns:
- PgObjLocation object
-