package
2.6.4+incompatible
Repository: https://github.com/orestonce/chessgame.git
Documentation: pkg.go.dev
# Functions
And groups predicates with the AND operator between them.
CreateTime applies equality check predicate on the "create_time" field.
CreateTimeEQ applies the EQ predicate on the "create_time" field.
CreateTimeGT applies the GT predicate on the "create_time" field.
CreateTimeGTE applies the GTE predicate on the "create_time" field.
CreateTimeIn applies the In predicate on the "create_time" field.
CreateTimeLT applies the LT predicate on the "create_time" field.
CreateTimeLTE applies the LTE predicate on the "create_time" field.
CreateTimeNEQ applies the NEQ predicate on the "create_time" field.
CreateTimeNotIn applies the NotIn predicate on the "create_time" 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.
RoomID applies equality check predicate on the "room_id" field.
RoomIDContains applies the Contains predicate on the "room_id" field.
RoomIDContainsFold applies the ContainsFold predicate on the "room_id" field.
RoomIDEQ applies the EQ predicate on the "room_id" field.
RoomIDEqualFold applies the EqualFold predicate on the "room_id" field.
RoomIDGT applies the GT predicate on the "room_id" field.
RoomIDGTE applies the GTE predicate on the "room_id" field.
RoomIDHasPrefix applies the HasPrefix predicate on the "room_id" field.
RoomIDHasSuffix applies the HasSuffix predicate on the "room_id" field.
RoomIDIn applies the In predicate on the "room_id" field.
RoomIDLT applies the LT predicate on the "room_id" field.
RoomIDLTE applies the LTE predicate on the "room_id" field.
RoomIDNEQ applies the NEQ predicate on the "room_id" field.
RoomIDNotIn applies the NotIn predicate on the "room_id" field.
UserID applies equality check predicate on the "user_id" field.
UserIDContains applies the Contains predicate on the "user_id" field.
UserIDContainsFold applies the ContainsFold predicate on the "user_id" field.
UserIDEQ applies the EQ predicate on the "user_id" field.
UserIDEqualFold applies the EqualFold predicate on the "user_id" field.
UserIDGT applies the GT predicate on the "user_id" field.
UserIDGTE applies the GTE predicate on the "user_id" field.
UserIDHasPrefix applies the HasPrefix predicate on the "user_id" field.
UserIDHasSuffix applies the HasSuffix predicate on the "user_id" field.
UserIDIn applies the In predicate on the "user_id" field.
UserIDLT applies the LT predicate on the "user_id" field.
UserIDLTE applies the LTE predicate on the "user_id" field.
UserIDNEQ applies the NEQ predicate on the "user_id" field.
UserIDNotIn applies the NotIn predicate on the "user_id" field.
ValidColumn reports if the column name is valid (part of the table columns).
# Constants
FieldCreateTime holds the string denoting the create_time field in the database.
FieldID holds the string denoting the id field in the database.
FieldRoomID holds the string denoting the room_id field in the database.
FieldUserID holds the string denoting the user_id field in the database.
Label holds the string label denoting the dsession type in the database.
Table holds the table name of the dsession in the database.
# Variables
Columns holds all SQL columns for dsession fields.
DefaultRoomID holds the default value on creation for the "room_id" field.
DefaultUserID holds the default value on creation for the "user_id" field.