# Functions
AnchorID applies equality check predicate on the "anchor_id" field.
AnchorIDEQ applies the EQ predicate on the "anchor_id" field.
AnchorIDGT applies the GT predicate on the "anchor_id" field.
AnchorIDGTE applies the GTE predicate on the "anchor_id" field.
AnchorIDIn applies the In predicate on the "anchor_id" field.
AnchorIDLT applies the LT predicate on the "anchor_id" field.
AnchorIDLTE applies the LTE predicate on the "anchor_id" field.
AnchorIDNEQ applies the NEQ predicate on the "anchor_id" field.
AnchorIDNotIn applies the NotIn predicate on the "anchor_id" field.
And groups predicates with the AND operator between them.
ByAnchorID orders the results by the anchor_id field.
ByDataID orders the results by the data_id field.
ByHash orders the results by the hash field.
ByID orders the results by the id field.
DataID applies equality check predicate on the "data_id" field.
DataIDContains applies the Contains predicate on the "data_id" field.
DataIDContainsFold applies the ContainsFold predicate on the "data_id" field.
DataIDEQ applies the EQ predicate on the "data_id" field.
DataIDEqualFold applies the EqualFold predicate on the "data_id" field.
DataIDGT applies the GT predicate on the "data_id" field.
DataIDGTE applies the GTE predicate on the "data_id" field.
DataIDHasPrefix applies the HasPrefix predicate on the "data_id" field.
DataIDHasSuffix applies the HasSuffix predicate on the "data_id" field.
DataIDIn applies the In predicate on the "data_id" field.
DataIDLT applies the LT predicate on the "data_id" field.
DataIDLTE applies the LTE predicate on the "data_id" field.
DataIDNEQ applies the NEQ predicate on the "data_id" field.
DataIDNotIn applies the NotIn predicate on the "data_id" field.
Hash applies equality check predicate on the "hash" field.
HashContains applies the Contains predicate on the "hash" field.
HashContainsFold applies the ContainsFold predicate on the "hash" field.
HashEQ applies the EQ predicate on the "hash" field.
HashEqualFold applies the EqualFold predicate on the "hash" field.
HashGT applies the GT predicate on the "hash" field.
HashGTE applies the GTE predicate on the "hash" field.
HashHasPrefix applies the HasPrefix predicate on the "hash" field.
HashHasSuffix applies the HasSuffix predicate on the "hash" field.
HashIn applies the In predicate on the "hash" field.
HashLT applies the LT predicate on the "hash" field.
HashLTE applies the LTE predicate on the "hash" field.
HashNEQ applies the NEQ predicate on the "hash" field.
HashNotIn applies the NotIn predicate on the "hash" field.
ID filters vertices based on their ID field.
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.
Not applies the not operator on the given predicate.
Or groups predicates with the OR operator between them.
ValidColumn reports if the column name is valid (part of the table columns).
# Constants
FieldAnchorID holds the string denoting the anchor_id field in the database.
FieldDataID holds the string denoting the data_id field in the database.
FieldHash holds the string denoting the hash field in the database.
FieldID holds the string denoting the id field in the database.
Label holds the string label denoting the certification type in the database.
Table holds the table name of the certification in the database.
# Variables
AnchorIDValidator is a validator for the "anchor_id" field.
Columns holds all SQL columns for certification fields.
DefaultID holds the default value on creation for the "id" field.
HashValidator is a validator for the "hash" field.
# Type aliases
OrderOption defines the ordering options for the Certification queries.