- All Superinterfaces:
Scope
An abstraction over directed, acyclic graph models.
- Author:
- Lukas Eder
-
Field Summary
-
Method Summary
Methods inherited from interface org.jooq.Scope
configuration, creationTime, data, data, data, dialect, dsl, family, settings
-
Field Details
-
ROOT
The name of theroot()
node.- See Also:
-
-
Method Details
-
id
The ID of the node, unique within the graph. -
message
The message associated with the node. -
author
The author of this node. -
root
The root node of the graph. -
parents
The parents of this node.
-