# Functions
And groups list of predicates with the AND operator between them.
ID filters vertices based on their identifier.
IDEQ applies the EQ predicate on the ID field.
IDGT applies the GT predicate on the ID field.
IDGTE applies the GTE predicate on the ID field.
IDIn applies the In predicate on the ID field.
IDLT applies the LT predicate on the ID field.
IDLTE applies the LTE predicate on the ID field.
IDNEQ applies the NEQ predicate on the ID field.
IDNotIn applies the NotIn predicate on the ID field.
Key applies equality check predicate on the "key" field.
KeyContains applies the Contains predicate on the "key" field.
KeyContainsFold applies the ContainsFold predicate on the "key" field.
KeyEQ applies the EQ predicate on the "key" field.
KeyEqualFold applies the EqualFold predicate on the "key" field.
KeyGT applies the GT predicate on the "key" field.
KeyGTE applies the GTE predicate on the "key" field.
KeyHasPrefix applies the HasPrefix predicate on the "key" field.
KeyHasSuffix applies the HasSuffix predicate on the "key" field.
KeyIn applies the In predicate on the "key" field.
KeyLT applies the LT predicate on the "key" field.
KeyLTE applies the LTE predicate on the "key" field.
KeyNEQ applies the NEQ predicate on the "key" field.
KeyNotIn applies the NotIn predicate on the "key" field.
NetworkID applies equality check predicate on the "network_id" field.
NetworkIDContains applies the Contains predicate on the "network_id" field.
NetworkIDContainsFold applies the ContainsFold predicate on the "network_id" field.
NetworkIDEQ applies the EQ predicate on the "network_id" field.
NetworkIDEqualFold applies the EqualFold predicate on the "network_id" field.
NetworkIDGT applies the GT predicate on the "network_id" field.
NetworkIDGTE applies the GTE predicate on the "network_id" field.
NetworkIDHasPrefix applies the HasPrefix predicate on the "network_id" field.
NetworkIDHasSuffix applies the HasSuffix predicate on the "network_id" field.
NetworkIDIn applies the In predicate on the "network_id" field.
NetworkIDLT applies the LT predicate on the "network_id" field.
NetworkIDLTE applies the LTE predicate on the "network_id" field.
NetworkIDNEQ applies the NEQ predicate on the "network_id" field.
NetworkIDNotIn applies the NotIn predicate on the "network_id" field.
Not applies the not operator on the given predicate.
Or groups list of predicates with the OR operator between them.
Type applies equality check predicate on the "type" field.
TypeContains applies the Contains predicate on the "type" field.
TypeContainsFold applies the ContainsFold predicate on the "type" field.
TypeEQ applies the EQ predicate on the "type" field.
TypeEqualFold applies the EqualFold predicate on the "type" field.
TypeGT applies the GT predicate on the "type" field.
TypeGTE applies the GTE predicate on the "type" field.
TypeHasPrefix applies the HasPrefix predicate on the "type" field.
TypeHasSuffix applies the HasSuffix predicate on the "type" field.
TypeIn applies the In predicate on the "type" field.
TypeLT applies the LT predicate on the "type" field.
TypeLTE applies the LTE predicate on the "type" field.
TypeNEQ applies the NEQ predicate on the "type" field.
TypeNotIn applies the NotIn predicate on the "type" field.
Value applies equality check predicate on the "value" field.
ValueEQ applies the EQ predicate on the "value" field.
ValueGT applies the GT predicate on the "value" field.
ValueGTE applies the GTE predicate on the "value" field.
ValueIn applies the In predicate on the "value" field.
ValueIsNil applies the IsNil predicate on the "value" field.
ValueLT applies the LT predicate on the "value" field.
ValueLTE applies the LTE predicate on the "value" field.
ValueNEQ applies the NEQ predicate on the "value" field.
ValueNotIn applies the NotIn predicate on the "value" field.
ValueNotNil applies the NotNil predicate on the "value" field.
Version applies equality check predicate on the "version" field.
VersionEQ applies the EQ predicate on the "version" field.
VersionGT applies the GT predicate on the "version" field.
VersionGTE applies the GTE predicate on the "version" field.
VersionIn applies the In predicate on the "version" field.
VersionLT applies the LT predicate on the "version" field.
VersionLTE applies the LTE predicate on the "version" field.
VersionNEQ applies the NEQ predicate on the "version" field.
VersionNotIn applies the NotIn predicate on the "version" field.
# Constants
FieldID holds the string denoting the id field in the database.
FieldKey holds the string denoting the key vertex property in the database.
FieldNetworkID holds the string denoting the network_id vertex property in the database.
FieldType holds the string denoting the type vertex property in the database.
FieldValue holds the string denoting the value vertex property in the database.
FieldVersion holds the string denoting the version vertex property in the database.
Label holds the string label denoting the blob type in the database.
# Variables
Columns holds all SQL columns are blob fields.
DefaultVersion holds the default value on creation for the version field.
Table holds the table name of the blob in the database.