VTable

scalation.database.table.VTable
See theVTable companion class
object VTable

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
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
VTable.type

Members list

Type members

Inherited and Abstract types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def apply(name: String, schema: String, domain: String, key: String): VTable

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