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.
SessionID applies equality check predicate on the "session_id" field.
SessionIDContains applies the Contains predicate on the "session_id" field.
SessionIDContainsFold applies the ContainsFold predicate on the "session_id" field.
SessionIDEQ applies the EQ predicate on the "session_id" field.
SessionIDEqualFold applies the EqualFold predicate on the "session_id" field.
SessionIDGT applies the GT predicate on the "session_id" field.
SessionIDGTE applies the GTE predicate on the "session_id" field.
SessionIDHasPrefix applies the HasPrefix predicate on the "session_id" field.
SessionIDHasSuffix applies the HasSuffix predicate on the "session_id" field.
SessionIDIn applies the In predicate on the "session_id" field.
SessionIDLT applies the LT predicate on the "session_id" field.
SessionIDLTE applies the LTE predicate on the "session_id" field.
SessionIDNEQ applies the NEQ predicate on the "session_id" field.
SessionIDNotIn applies the NotIn predicate on the "session_id" field.
Text applies equality check predicate on the "text" field.
TextContains applies the Contains predicate on the "text" field.
TextContainsFold applies the ContainsFold predicate on the "text" field.
TextEQ applies the EQ predicate on the "text" field.
TextEqualFold applies the EqualFold predicate on the "text" field.
TextGT applies the GT predicate on the "text" field.
TextGTE applies the GTE predicate on the "text" field.
TextHasPrefix applies the HasPrefix predicate on the "text" field.
TextHasSuffix applies the HasSuffix predicate on the "text" field.
TextIn applies the In predicate on the "text" field.
TextLT applies the LT predicate on the "text" field.
TextLTE applies the LTE predicate on the "text" field.
TextNEQ applies the NEQ predicate on the "text" field.
TextNotIn applies the NotIn predicate on the "text" 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.
FieldSessionID holds the string denoting the session_id field in the database.
FieldText holds the string denoting the text field in the database.
FieldUserID holds the string denoting the user_id field in the database.
Label holds the string label denoting the dchat type in the database.
Table holds the table name of the dchat in the database.
# Variables
Columns holds all SQL columns for dchat fields.