Class ObjectLocation.Builder
java.lang.Object
org.pgcodekeeper.core.database.api.schema.ObjectLocation.Builder
- Enclosing class:
- ObjectLocation
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(ObjectLocation.LocationType locationType) setOffset(int offset) setReference(ObjectReference reference)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
setFilePath
-
setAction
-
setSql
-
setAlias
-
setOffset
-
setLineNumber
-
setCharPositionInLine
-
setReference
-
setCtx
-
setEndCtx
-
setLocationType
-
build
Builds a PgObjLocation instance from the configured parameters.- Returns:
- PgObjLocation object
-