FD
scalation.database.FD
The FD
case class is used to represent a Functional Dependency (x -> y).
Value parameters
- x
-
the Left-Hand Side (LHS) attributes of the FD
- y
-
the Right-Hand Side (RHS) attributes of the FD
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article