package
0.0.0-20230302232303-42c0c98a02f4
Repository: https://github.com/bradhacker/compsole.git
Documentation: pkg.go.dev
# Functions
And groups predicates with the AND operator between them.
HasVmObjectToTeam applies the HasEdge predicate on the "VmObjectToTeam" edge.
HasVmObjectToTeamWith applies the HasEdge predicate on the "VmObjectToTeam" edge with a given conditions (other predicates).
ID filters vertices based on their ID field.
Identifier applies equality check predicate on the "identifier" field.
IdentifierContains applies the Contains predicate on the "identifier" field.
IdentifierContainsFold applies the ContainsFold predicate on the "identifier" field.
IdentifierEQ applies the EQ predicate on the "identifier" field.
IdentifierEqualFold applies the EqualFold predicate on the "identifier" field.
IdentifierGT applies the GT predicate on the "identifier" field.
IdentifierGTE applies the GTE predicate on the "identifier" field.
IdentifierHasPrefix applies the HasPrefix predicate on the "identifier" field.
IdentifierHasSuffix applies the HasSuffix predicate on the "identifier" field.
IdentifierIn applies the In predicate on the "identifier" field.
IdentifierLT applies the LT predicate on the "identifier" field.
IdentifierLTE applies the LTE predicate on the "identifier" field.
IdentifierNEQ applies the NEQ predicate on the "identifier" field.
IdentifierNotIn applies the NotIn predicate on the "identifier" 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.
IPAddressesIsNil applies the IsNil predicate on the "ip_addresses" field.
IPAddressesNotNil applies the NotNil predicate on the "ip_addresses" field.
Locked applies equality check predicate on the "locked" field.
LockedEQ applies the EQ predicate on the "locked" field.
LockedNEQ applies the NEQ predicate on the "locked" 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.
ValidColumn reports if the column name is valid (part of the table columns).
# Constants
EdgeVmObjectToTeam holds the string denoting the vmobjecttoteam edge name in mutations.
FieldID holds the string denoting the id field in the database.
FieldIdentifier holds the string denoting the identifier field in the database.
FieldIPAddresses holds the string denoting the ip_addresses field in the database.
FieldLocked holds the string denoting the locked field in the database.
FieldName holds the string denoting the name field in the database.
Label holds the string label denoting the vmobject type in the database.
Table holds the table name of the vmobject in the database.
VmObjectToTeamColumn is the table column denoting the VmObjectToTeam relation/edge.
VmObjectToTeamInverseTable is the table name for the Team entity.
VmObjectToTeamTable is the table that holds the VmObjectToTeam relation/edge.
# Variables
Columns holds all SQL columns for vmobject fields.
DefaultID holds the default value on creation for the "id" field.
DefaultLocked holds the default value on creation for the "locked" field.
ForeignKeys holds the SQL foreign-keys that are owned by the "vm_objects" table and are not defined as standalone fields in the schema.