scalation.database.table.KGTable
See theKGTable companion class
The KGTable
companion object provides factory methods for creating knowledge-graph-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
class Object
trait Matchable
class Any
Self type
Members list
Create a knowledge-graph-table given convenient string specifications.
Create a knowledge-graph-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 knowledge-graph-table
parent
the parent (super-type) table
schema
the attributes for the knowledge-graph-table
Attributes
Create a knowledge-graph-table from an existing graph-table.
Create a knowledge-graph-table from an existing graph-table.
Value parameters
gt
the source graph-table
Attributes