scalation.database.table.VTable
See theVTable companion class
The VTable
companion object provides factory methods for creating vertex-tables. Supported domains/data-types are 'D'ouble, 'I'nt, 'L'ong, 'S'tring, and 'T'imeNum.
Attributes
Companion
class
Graph
Reset zoom Hide graph Show graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Members list
The names of the product elements
The names of the product elements
Attributes
Inherited from:
Mirror
Attributes
Inherited from:
Mirror
Create a vertex-table given convenient string specifications.
Create a vertex-table given convenient string specifications.
Value parameters
domain
the domains/data-types for attributes ('D', 'I', 'L', 'S', 'X', 'T')
key
the attributes forming the primary key
name
the name of the vertex-table
schema
the attributes for the vertex-table
Attributes