core

package
v0.3.5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 7, 2021 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Statements

type Statements struct {
	InsertGraphData string `json:"insertGraphData"`
	DeleteGraphData string `json:"deleteGraphData"`
	ListGraphData   string `json:"listGraphData"`

	// SelectOutTreeNeighbors - out-tree refers to traversing edges pointing away from the current node.
	SelectOutTreeNeighbors string `json:"selectFromNeighbors"`

	// SelectInTreeNeighbors - in-tree refers to traversing edges pointing toward the current node.
	SelectInTreeNeighbors string `json:"selectToNeighbors"`
}

Statements are used by the sqlDriver to perform operations against different backends.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL