# Functions
And groups predicates with the AND operator between them.
AppID applies equality check predicate on the "app_id" field.
AppIDEQ applies the EQ predicate on the "app_id" field.
AppIDGT applies the GT predicate on the "app_id" field.
AppIDGTE applies the GTE predicate on the "app_id" field.
AppIDIn applies the In predicate on the "app_id" field.
AppIDLT applies the LT predicate on the "app_id" field.
AppIDLTE applies the LTE predicate on the "app_id" field.
AppIDNEQ applies the NEQ predicate on the "app_id" field.
AppIDNotIn applies the NotIn predicate on the "app_id" field.
CreateAt applies equality check predicate on the "create_at" field.
CreateAtEQ applies the EQ predicate on the "create_at" field.
CreateAtGT applies the GT predicate on the "create_at" field.
CreateAtGTE applies the GTE predicate on the "create_at" field.
CreateAtIn applies the In predicate on the "create_at" field.
CreateAtLT applies the LT predicate on the "create_at" field.
CreateAtLTE applies the LTE predicate on the "create_at" field.
CreateAtNEQ applies the NEQ predicate on the "create_at" field.
CreateAtNotIn applies the NotIn predicate on the "create_at" field.
CreatedBy applies equality check predicate on the "created_by" field.
CreatedByEQ applies the EQ predicate on the "created_by" field.
CreatedByGT applies the GT predicate on the "created_by" field.
CreatedByGTE applies the GTE predicate on the "created_by" field.
CreatedByIn applies the In predicate on the "created_by" field.
CreatedByLT applies the LT predicate on the "created_by" field.
CreatedByLTE applies the LTE predicate on the "created_by" field.
CreatedByNEQ applies the NEQ predicate on the "created_by" field.
CreatedByNotIn applies the NotIn predicate on the "created_by" field.
DeleteAt applies equality check predicate on the "delete_at" field.
DeleteAtEQ applies the EQ predicate on the "delete_at" field.
DeleteAtGT applies the GT predicate on the "delete_at" field.
DeleteAtGTE applies the GTE predicate on the "delete_at" field.
DeleteAtIn applies the In predicate on the "delete_at" field.
DeleteAtLT applies the LT predicate on the "delete_at" field.
DeleteAtLTE applies the LTE predicate on the "delete_at" field.
DeleteAtNEQ applies the NEQ predicate on the "delete_at" field.
DeleteAtNotIn applies the NotIn predicate on the "delete_at" field.
End applies equality check predicate on the "end" field.
EndEQ applies the EQ predicate on the "end" field.
EndGT applies the GT predicate on the "end" field.
EndGTE applies the GTE predicate on the "end" field.
EndIn applies the In predicate on the "end" field.
EndLT applies the LT predicate on the "end" field.
EndLTE applies the LTE predicate on the "end" field.
EndNEQ applies the NEQ predicate on the "end" field.
EndNotIn applies the NotIn predicate on the "end" 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.
Name applies equality check predicate on the "name" field.
NameContains applies the Contains predicate on the "name" field.
NameContainsFold applies the ContainsFold predicate on the "name" field.
NameEQ applies the EQ predicate on the "name" field.
NameEqualFold applies the EqualFold predicate on the "name" field.
NameGT applies the GT predicate on the "name" field.
NameGTE applies the GTE predicate on the "name" field.
NameHasPrefix applies the HasPrefix predicate on the "name" field.
NameHasSuffix applies the HasSuffix predicate on the "name" field.
NameIn applies the In predicate on the "name" field.
NameLT applies the LT predicate on the "name" field.
NameLTE applies the LTE predicate on the "name" field.
NameNEQ applies the NEQ predicate on the "name" field.
NameNotIn applies the NotIn predicate on the "name" field.
Not applies the not operator on the given predicate.
Or groups predicates with the OR operator between them.
Start applies equality check predicate on the "start" field.
StartEQ applies the EQ predicate on the "start" field.
StartGT applies the GT predicate on the "start" field.
StartGTE applies the GTE predicate on the "start" field.
StartIn applies the In predicate on the "start" field.
StartLT applies the LT predicate on the "start" field.
StartLTE applies the LTE predicate on the "start" field.
StartNEQ applies the NEQ predicate on the "start" field.
StartNotIn applies the NotIn predicate on the "start" field.
SystemActivity applies equality check predicate on the "system_activity" field.
SystemActivityEQ applies the EQ predicate on the "system_activity" field.
SystemActivityNEQ applies the NEQ predicate on the "system_activity" field.
UpdateAt applies equality check predicate on the "update_at" field.
UpdateAtEQ applies the EQ predicate on the "update_at" field.
UpdateAtGT applies the GT predicate on the "update_at" field.
UpdateAtGTE applies the GTE predicate on the "update_at" field.
UpdateAtIn applies the In predicate on the "update_at" field.
UpdateAtLT applies the LT predicate on the "update_at" field.
UpdateAtLTE applies the LTE predicate on the "update_at" field.
UpdateAtNEQ applies the NEQ predicate on the "update_at" field.
UpdateAtNotIn applies the NotIn predicate on the "update_at" field.
ValidColumn reports if the column name is valid (part of the table columns).
# Constants
FieldAppID holds the string denoting the app_id field in the database.
FieldCreateAt holds the string denoting the create_at field in the database.
FieldCreatedBy holds the string denoting the created_by field in the database.
FieldDeleteAt holds the string denoting the delete_at field in the database.
FieldEnd holds the string denoting the end field in the database.
FieldID holds the string denoting the id field in the database.
FieldName holds the string denoting the name field in the database.
FieldStart holds the string denoting the start field in the database.
FieldSystemActivity holds the string denoting the system_activity field in the database.
FieldUpdateAt holds the string denoting the update_at field in the database.
Label holds the string label denoting the activity type in the database.
Table holds the table name of the activity in the database.
# Variables
Columns holds all SQL columns for activity fields.
DefaultCreateAt holds the default value on creation for the "create_at" field.
DefaultDeleteAt holds the default value on creation for the "delete_at" field.
DefaultID holds the default value on creation for the "id" field.
DefaultUpdateAt holds the default value on creation for the "update_at" field.
UpdateDefaultUpdateAt holds the default value on update for the "update_at" field.