practicalexperience

package
v0.0.0-...-1cc1a95 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 26, 2023 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// Label holds the string label denoting the practicalexperience type in the database.
	Label = "practical_experience"
	// FieldID holds the string denoting the id field in the database.
	FieldID = "id"
	// FieldName holds the string denoting the name field in the database.
	FieldName = "name"
	// FieldUnit holds the string denoting the unit field in the database.
	FieldUnit = "unit"
	// FieldStartTime holds the string denoting the start_time field in the database.
	FieldStartTime = "start_time"
	// FieldEndTime holds the string denoting the end_time field in the database.
	FieldEndTime = "end_time"
	// FieldDescribe holds the string denoting the describe field in the database.
	FieldDescribe = "describe"
	// EdgeStudent holds the string denoting the student edge name in mutations.
	EdgeStudent = "student"
	// Table holds the table name of the practicalexperience in the database.
	Table = "practical_experiences"
	// StudentTable is the table that holds the student relation/edge.
	StudentTable = "practical_experiences"
	// StudentInverseTable is the table name for the Student entity.
	// It exists in this package in order to avoid circular dependency with the "student" package.
	StudentInverseTable = "students"
	// StudentColumn is the table column denoting the student relation/edge.
	StudentColumn = "practical_experience_student"
)

Variables

Columns holds all SQL columns for practicalexperience fields.

View Source
var ForeignKeys = []string{
	"practical_experience_student",
}

ForeignKeys holds the SQL foreign-keys that are owned by the "practical_experiences" table and are not defined as standalone fields in the schema.

Functions

func And

And groups predicates with the AND operator between them.

func Describe

Describe applies equality check predicate on the "describe" field. It's identical to DescribeEQ.

func DescribeContains

func DescribeContains(v string) predicate.PracticalExperience

DescribeContains applies the Contains predicate on the "describe" field.

func DescribeContainsFold

func DescribeContainsFold(v string) predicate.PracticalExperience

DescribeContainsFold applies the ContainsFold predicate on the "describe" field.

func DescribeEQ

func DescribeEQ(v string) predicate.PracticalExperience

DescribeEQ applies the EQ predicate on the "describe" field.

func DescribeEqualFold

func DescribeEqualFold(v string) predicate.PracticalExperience

DescribeEqualFold applies the EqualFold predicate on the "describe" field.

func DescribeGT

func DescribeGT(v string) predicate.PracticalExperience

DescribeGT applies the GT predicate on the "describe" field.

func DescribeGTE

func DescribeGTE(v string) predicate.PracticalExperience

DescribeGTE applies the GTE predicate on the "describe" field.

func DescribeHasPrefix

func DescribeHasPrefix(v string) predicate.PracticalExperience

DescribeHasPrefix applies the HasPrefix predicate on the "describe" field.

func DescribeHasSuffix

func DescribeHasSuffix(v string) predicate.PracticalExperience

DescribeHasSuffix applies the HasSuffix predicate on the "describe" field.

func DescribeIn

func DescribeIn(vs ...string) predicate.PracticalExperience

DescribeIn applies the In predicate on the "describe" field.

func DescribeLT

func DescribeLT(v string) predicate.PracticalExperience

DescribeLT applies the LT predicate on the "describe" field.

func DescribeLTE

func DescribeLTE(v string) predicate.PracticalExperience

DescribeLTE applies the LTE predicate on the "describe" field.

func DescribeNEQ

func DescribeNEQ(v string) predicate.PracticalExperience

DescribeNEQ applies the NEQ predicate on the "describe" field.

func DescribeNotIn

func DescribeNotIn(vs ...string) predicate.PracticalExperience

DescribeNotIn applies the NotIn predicate on the "describe" field.

func EndTime

EndTime applies equality check predicate on the "end_time" field. It's identical to EndTimeEQ.

func EndTimeContains

func EndTimeContains(v string) predicate.PracticalExperience

EndTimeContains applies the Contains predicate on the "end_time" field.

func EndTimeContainsFold

func EndTimeContainsFold(v string) predicate.PracticalExperience

EndTimeContainsFold applies the ContainsFold predicate on the "end_time" field.

func EndTimeEQ

EndTimeEQ applies the EQ predicate on the "end_time" field.

func EndTimeEqualFold

func EndTimeEqualFold(v string) predicate.PracticalExperience

EndTimeEqualFold applies the EqualFold predicate on the "end_time" field.

func EndTimeGT

EndTimeGT applies the GT predicate on the "end_time" field.

func EndTimeGTE

func EndTimeGTE(v string) predicate.PracticalExperience

EndTimeGTE applies the GTE predicate on the "end_time" field.

func EndTimeHasPrefix

func EndTimeHasPrefix(v string) predicate.PracticalExperience

EndTimeHasPrefix applies the HasPrefix predicate on the "end_time" field.

func EndTimeHasSuffix

func EndTimeHasSuffix(v string) predicate.PracticalExperience

EndTimeHasSuffix applies the HasSuffix predicate on the "end_time" field.

func EndTimeIn

func EndTimeIn(vs ...string) predicate.PracticalExperience

EndTimeIn applies the In predicate on the "end_time" field.

func EndTimeLT

EndTimeLT applies the LT predicate on the "end_time" field.

func EndTimeLTE

func EndTimeLTE(v string) predicate.PracticalExperience

EndTimeLTE applies the LTE predicate on the "end_time" field.

func EndTimeNEQ

func EndTimeNEQ(v string) predicate.PracticalExperience

EndTimeNEQ applies the NEQ predicate on the "end_time" field.

func EndTimeNotIn

func EndTimeNotIn(vs ...string) predicate.PracticalExperience

EndTimeNotIn applies the NotIn predicate on the "end_time" field.

func HasStudent

func HasStudent() predicate.PracticalExperience

HasStudent applies the HasEdge predicate on the "student" edge.

func HasStudentWith

func HasStudentWith(preds ...predicate.Student) predicate.PracticalExperience

HasStudentWith applies the HasEdge predicate on the "student" edge with a given conditions (other predicates).

func ID

ID filters vertices based on their ID field.

func IDEQ

IDEQ applies the EQ predicate on the ID field.

func IDGT

IDGT applies the GT predicate on the ID field.

func IDGTE

IDGTE applies the GTE predicate on the ID field.

func IDIn

func IDIn(ids ...int) predicate.PracticalExperience

IDIn applies the In predicate on the ID field.

func IDLT

IDLT applies the LT predicate on the ID field.

func IDLTE

IDLTE applies the LTE predicate on the ID field.

func IDNEQ

IDNEQ applies the NEQ predicate on the ID field.

func IDNotIn

func IDNotIn(ids ...int) predicate.PracticalExperience

IDNotIn applies the NotIn predicate on the ID field.

func Name

Name applies equality check predicate on the "name" field. It's identical to NameEQ.

func NameContains

func NameContains(v string) predicate.PracticalExperience

NameContains applies the Contains predicate on the "name" field.

func NameContainsFold

func NameContainsFold(v string) predicate.PracticalExperience

NameContainsFold applies the ContainsFold predicate on the "name" field.

func NameEQ

NameEQ applies the EQ predicate on the "name" field.

func NameEqualFold

func NameEqualFold(v string) predicate.PracticalExperience

NameEqualFold applies the EqualFold predicate on the "name" field.

func NameGT

NameGT applies the GT predicate on the "name" field.

func NameGTE

NameGTE applies the GTE predicate on the "name" field.

func NameHasPrefix

func NameHasPrefix(v string) predicate.PracticalExperience

NameHasPrefix applies the HasPrefix predicate on the "name" field.

func NameHasSuffix

func NameHasSuffix(v string) predicate.PracticalExperience

NameHasSuffix applies the HasSuffix predicate on the "name" field.

func NameIn

func NameIn(vs ...string) predicate.PracticalExperience

NameIn applies the In predicate on the "name" field.

func NameLT

NameLT applies the LT predicate on the "name" field.

func NameLTE

NameLTE applies the LTE predicate on the "name" field.

func NameNEQ

NameNEQ applies the NEQ predicate on the "name" field.

func NameNotIn

func NameNotIn(vs ...string) predicate.PracticalExperience

NameNotIn applies the NotIn predicate on the "name" field.

func Not

Not applies the not operator on the given predicate.

func Or

Or groups predicates with the OR operator between them.

func StartTime

StartTime applies equality check predicate on the "start_time" field. It's identical to StartTimeEQ.

func StartTimeContains

func StartTimeContains(v string) predicate.PracticalExperience

StartTimeContains applies the Contains predicate on the "start_time" field.

func StartTimeContainsFold

func StartTimeContainsFold(v string) predicate.PracticalExperience

StartTimeContainsFold applies the ContainsFold predicate on the "start_time" field.

func StartTimeEQ

func StartTimeEQ(v string) predicate.PracticalExperience

StartTimeEQ applies the EQ predicate on the "start_time" field.

func StartTimeEqualFold

func StartTimeEqualFold(v string) predicate.PracticalExperience

StartTimeEqualFold applies the EqualFold predicate on the "start_time" field.

func StartTimeGT

func StartTimeGT(v string) predicate.PracticalExperience

StartTimeGT applies the GT predicate on the "start_time" field.

func StartTimeGTE

func StartTimeGTE(v string) predicate.PracticalExperience

StartTimeGTE applies the GTE predicate on the "start_time" field.

func StartTimeHasPrefix

func StartTimeHasPrefix(v string) predicate.PracticalExperience

StartTimeHasPrefix applies the HasPrefix predicate on the "start_time" field.

func StartTimeHasSuffix

func StartTimeHasSuffix(v string) predicate.PracticalExperience

StartTimeHasSuffix applies the HasSuffix predicate on the "start_time" field.

func StartTimeIn

func StartTimeIn(vs ...string) predicate.PracticalExperience

StartTimeIn applies the In predicate on the "start_time" field.

func StartTimeLT

func StartTimeLT(v string) predicate.PracticalExperience

StartTimeLT applies the LT predicate on the "start_time" field.

func StartTimeLTE

func StartTimeLTE(v string) predicate.PracticalExperience

StartTimeLTE applies the LTE predicate on the "start_time" field.

func StartTimeNEQ

func StartTimeNEQ(v string) predicate.PracticalExperience

StartTimeNEQ applies the NEQ predicate on the "start_time" field.

func StartTimeNotIn

func StartTimeNotIn(vs ...string) predicate.PracticalExperience

StartTimeNotIn applies the NotIn predicate on the "start_time" field.

func Unit

Unit applies equality check predicate on the "unit" field. It's identical to UnitEQ.

func UnitContains

func UnitContains(v string) predicate.PracticalExperience

UnitContains applies the Contains predicate on the "unit" field.

func UnitContainsFold

func UnitContainsFold(v string) predicate.PracticalExperience

UnitContainsFold applies the ContainsFold predicate on the "unit" field.

func UnitEQ

UnitEQ applies the EQ predicate on the "unit" field.

func UnitEqualFold

func UnitEqualFold(v string) predicate.PracticalExperience

UnitEqualFold applies the EqualFold predicate on the "unit" field.

func UnitGT

UnitGT applies the GT predicate on the "unit" field.

func UnitGTE

UnitGTE applies the GTE predicate on the "unit" field.

func UnitHasPrefix

func UnitHasPrefix(v string) predicate.PracticalExperience

UnitHasPrefix applies the HasPrefix predicate on the "unit" field.

func UnitHasSuffix

func UnitHasSuffix(v string) predicate.PracticalExperience

UnitHasSuffix applies the HasSuffix predicate on the "unit" field.

func UnitIn

func UnitIn(vs ...string) predicate.PracticalExperience

UnitIn applies the In predicate on the "unit" field.

func UnitLT

UnitLT applies the LT predicate on the "unit" field.

func UnitLTE

UnitLTE applies the LTE predicate on the "unit" field.

func UnitNEQ

UnitNEQ applies the NEQ predicate on the "unit" field.

func UnitNotIn

func UnitNotIn(vs ...string) predicate.PracticalExperience

UnitNotIn applies the NotIn predicate on the "unit" field.

func ValidColumn

func ValidColumn(column string) bool

ValidColumn reports if the column name is valid (part of the table columns).

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL