# Functions
And groups predicates with the AND operator between them.
Contents applies equality check predicate on the "contents" field.
ContentsContains applies the Contains predicate on the "contents" field.
ContentsContainsFold applies the ContainsFold predicate on the "contents" field.
ContentsEQ applies the EQ predicate on the "contents" field.
ContentsEqualFold applies the EqualFold predicate on the "contents" field.
ContentsGT applies the GT predicate on the "contents" field.
ContentsGTE applies the GTE predicate on the "contents" field.
ContentsHasPrefix applies the HasPrefix predicate on the "contents" field.
ContentsHasSuffix applies the HasSuffix predicate on the "contents" field.
ContentsIn applies the In predicate on the "contents" field.
ContentsLT applies the LT predicate on the "contents" field.
ContentsLTE applies the LTE predicate on the "contents" field.
ContentsNEQ applies the NEQ predicate on the "contents" field.
ContentsNotIn applies the NotIn predicate on the "contents" 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
FieldContents holds the string denoting the contents field in the database.
FieldID holds the string denoting the id field in the database.
Label holds the string label denoting the code type in the database.
Table holds the table name of the code in the database.
# Variables
Columns holds all SQL columns for code fields.
ContentsValidator is a validator for the "contents" field.
DefaultID holds the default value on creation for the "id" field.