Class PrintObj
java.lang.Object
org.pgcodekeeper.core.model.graph.PrintObj
Represents a database object for printing in dependency tree output.
Contains statement information along with formatting details like indentation,
hidden object count, and cyclic dependency indicators.
-
Constructor Summary
ConstructorsConstructorDescriptionPrintObj(PgStatement statement, PgStatement parentSt, int indent, int hiddenObj, boolean isCyclic) Creates a new print object with formatting information. -
Method Summary
-
Constructor Details
-
PrintObj
public PrintObj(PgStatement statement, PgStatement parentSt, int indent, int hiddenObj, boolean isCyclic) Creates a new print object with formatting information.- Parameters:
statement- the database statement to printparentSt- the parent statement in the dependency treeindent- the indentation level for displayhiddenObj- count of hidden objects at this levelisCyclic- whether this object is part of a cyclic dependency
-
-
Method Details