# Functions
And groups predicates with the AND operator between them.
ByCertifyVuln orders the results by certify_vuln terms.
ByCertifyVulnCount orders the results by certify_vuln count.
ByID orders the results by the id field.
ByMetadata orders the results by metadata terms.
ByMetadataCount orders the results by metadata count.
ByType orders the results by the type field.
ByVex orders the results by vex terms.
ByVexCount orders the results by vex count.
ByVulnEqualVulnA orders the results by vuln_equal_vuln_a terms.
ByVulnEqualVulnACount orders the results by vuln_equal_vuln_a count.
ByVulnEqualVulnB orders the results by vuln_equal_vuln_b terms.
ByVulnEqualVulnBCount orders the results by vuln_equal_vuln_b count.
ByVulnerabilityID orders the results by the vulnerability_id field.
HasCertifyVuln applies the HasEdge predicate on the "certify_vuln" edge.
HasCertifyVulnWith applies the HasEdge predicate on the "certify_vuln" edge with a given conditions (other predicates).
HasMetadata applies the HasEdge predicate on the "metadata" edge.
HasMetadataWith applies the HasEdge predicate on the "metadata" edge with a given conditions (other predicates).
HasVex applies the HasEdge predicate on the "vex" edge.
HasVexWith applies the HasEdge predicate on the "vex" edge with a given conditions (other predicates).
HasVulnEqualVulnA applies the HasEdge predicate on the "vuln_equal_vuln_a" edge.
HasVulnEqualVulnAWith applies the HasEdge predicate on the "vuln_equal_vuln_a" edge with a given conditions (other predicates).
HasVulnEqualVulnB applies the HasEdge predicate on the "vuln_equal_vuln_b" edge.
HasVulnEqualVulnBWith applies the HasEdge predicate on the "vuln_equal_vuln_b" edge with a given conditions (other predicates).
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.
Type applies equality check predicate on the "type" field.
TypeContains applies the Contains predicate on the "type" field.
TypeContainsFold applies the ContainsFold predicate on the "type" field.
TypeEQ applies the EQ predicate on the "type" field.
TypeEqualFold applies the EqualFold predicate on the "type" field.
TypeGT applies the GT predicate on the "type" field.
TypeGTE applies the GTE predicate on the "type" field.
TypeHasPrefix applies the HasPrefix predicate on the "type" field.
TypeHasSuffix applies the HasSuffix predicate on the "type" field.
TypeIn applies the In predicate on the "type" field.
TypeLT applies the LT predicate on the "type" field.
TypeLTE applies the LTE predicate on the "type" field.
TypeNEQ applies the NEQ predicate on the "type" field.
TypeNotIn applies the NotIn predicate on the "type" field.
ValidColumn reports if the column name is valid (part of the table columns).
VulnerabilityID applies equality check predicate on the "vulnerability_id" field.
VulnerabilityIDContains applies the Contains predicate on the "vulnerability_id" field.
VulnerabilityIDContainsFold applies the ContainsFold predicate on the "vulnerability_id" field.
VulnerabilityIDEQ applies the EQ predicate on the "vulnerability_id" field.
VulnerabilityIDEqualFold applies the EqualFold predicate on the "vulnerability_id" field.
VulnerabilityIDGT applies the GT predicate on the "vulnerability_id" field.
VulnerabilityIDGTE applies the GTE predicate on the "vulnerability_id" field.
VulnerabilityIDHasPrefix applies the HasPrefix predicate on the "vulnerability_id" field.
VulnerabilityIDHasSuffix applies the HasSuffix predicate on the "vulnerability_id" field.
VulnerabilityIDIn applies the In predicate on the "vulnerability_id" field.
VulnerabilityIDLT applies the LT predicate on the "vulnerability_id" field.
VulnerabilityIDLTE applies the LTE predicate on the "vulnerability_id" field.
VulnerabilityIDNEQ applies the NEQ predicate on the "vulnerability_id" field.
VulnerabilityIDNotIn applies the NotIn predicate on the "vulnerability_id" field.
# Constants
CertifyVulnColumn is the table column denoting the certify_vuln relation/edge.
CertifyVulnInverseTable is the table name for the CertifyVuln entity.
CertifyVulnTable is the table that holds the certify_vuln relation/edge.
EdgeCertifyVuln holds the string denoting the certify_vuln edge name in mutations.
EdgeMetadata holds the string denoting the metadata edge name in mutations.
EdgeVex holds the string denoting the vex edge name in mutations.
EdgeVulnEqualVulnA holds the string denoting the vuln_equal_vuln_a edge name in mutations.
EdgeVulnEqualVulnB holds the string denoting the vuln_equal_vuln_b edge name in mutations.
FieldID holds the string denoting the id field in the database.
FieldType holds the string denoting the type field in the database.
FieldVulnerabilityID holds the string denoting the vulnerability_id field in the database.
Label holds the string label denoting the vulnerabilityid type in the database.
MetadataColumn is the table column denoting the metadata relation/edge.
MetadataInverseTable is the table name for the VulnerabilityMetadata entity.
MetadataTable is the table that holds the metadata relation/edge.
Table holds the table name of the vulnerabilityid in the database.
VexColumn is the table column denoting the vex relation/edge.
VexInverseTable is the table name for the CertifyVex entity.
VexTable is the table that holds the vex relation/edge.
VulnEqualVulnAColumn is the table column denoting the vuln_equal_vuln_a relation/edge.
VulnEqualVulnAInverseTable is the table name for the VulnEqual entity.
VulnEqualVulnATable is the table that holds the vuln_equal_vuln_a relation/edge.
VulnEqualVulnBColumn is the table column denoting the vuln_equal_vuln_b relation/edge.
VulnEqualVulnBInverseTable is the table name for the VulnEqual entity.
VulnEqualVulnBTable is the table that holds the vuln_equal_vuln_b relation/edge.
# Variables
Columns holds all SQL columns for vulnerabilityid fields.
DefaultID holds the default value on creation for the "id" field.
TypeValidator is a validator for the "type" field.
# Type aliases
OrderOption defines the ordering options for the VulnerabilityID queries.