# Functions
And groups predicates with the AND operator between them.
CurrentUnix applies equality check predicate on the "current_unix" field.
CurrentUnixEQ applies the EQ predicate on the "current_unix" field.
CurrentUnixGT applies the GT predicate on the "current_unix" field.
CurrentUnixGTE applies the GTE predicate on the "current_unix" field.
CurrentUnixIn applies the In predicate on the "current_unix" field.
CurrentUnixLT applies the LT predicate on the "current_unix" field.
CurrentUnixLTE applies the LTE predicate on the "current_unix" field.
CurrentUnixNEQ applies the NEQ predicate on the "current_unix" field.
CurrentUnixNotIn applies the NotIn predicate on the "current_unix" 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.
UpdatedUnix applies equality check predicate on the "updated_unix" field.
UpdatedUnixEQ applies the EQ predicate on the "updated_unix" field.
UpdatedUnixGT applies the GT predicate on the "updated_unix" field.
UpdatedUnixGTE applies the GTE predicate on the "updated_unix" field.
UpdatedUnixIn applies the In predicate on the "updated_unix" field.
UpdatedUnixLT applies the LT predicate on the "updated_unix" field.
UpdatedUnixLTE applies the LTE predicate on the "updated_unix" field.
UpdatedUnixNEQ applies the NEQ predicate on the "updated_unix" field.
UpdatedUnixNotIn applies the NotIn predicate on the "updated_unix" field.
ValidColumn reports if the column name is valid (part of the table columns).
# Constants
FieldCurrentUnix holds the string denoting the current_unix field in the database.
FieldID holds the string denoting the id field in the database.
FieldUpdatedUnix holds the string denoting the updated_unix field in the database.
Label holds the string label denoting the instruct type in the database.
Table holds the table name of the instruct in the database.
# Variables
Columns holds all SQL columns for instruct fields.
DefaultCurrentUnix holds the default value on creation for the "current_unix" field.
DefaultUpdatedUnix holds the default value on creation for the "updated_unix" field.