scalation.database.KeyType
See theKeyType companion object
The KeyType
class provides a key type for handling both non-composite and composite keys. A key is a minimal set of attributes that can be used to uniquely identify a tuple.
Value parameters
key
the key values stored in an array buffer
Attributes
Companion
object
Graph
Reset zoom Hide graph Show graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Members list
Auxiliary constructor allowing a variable number of arguments.
Auxiliary constructor allowing a variable number of arguments.
Value parameters
ky
the values making up the key as a variable-argument list
Attributes
Auxiliary constructor allowing the key values to passed in as a tuple.
Auxiliary constructor allowing the key values to passed in as a tuple.
Value parameters
ky
the key values in a Tuple = Array [ValueType]
Attributes
Auxiliary constructor allowing the key values to passed in as a row.
Auxiliary constructor allowing the key values to passed in as a row.
Value parameters
ky
the key values in a Row = Vector [ValueType]
Attributes
Attributes
Inherited from:
Product
Attributes
Inherited from:
Product