# Functions
And groups predicates with the AND operator between them.
AppID applies equality check predicate on the "app_id" field.
AppIDEQ applies the EQ predicate on the "app_id" field.
AppIDGT applies the GT predicate on the "app_id" field.
AppIDGTE applies the GTE predicate on the "app_id" field.
AppIDIn applies the In predicate on the "app_id" field.
AppIDLT applies the LT predicate on the "app_id" field.
AppIDLTE applies the LTE predicate on the "app_id" field.
AppIDNEQ applies the NEQ predicate on the "app_id" field.
AppIDNotIn applies the NotIn predicate on the "app_id" field.
CreateAt applies equality check predicate on the "create_at" field.
CreateAtEQ applies the EQ predicate on the "create_at" field.
CreateAtGT applies the GT predicate on the "create_at" field.
CreateAtGTE applies the GTE predicate on the "create_at" field.
CreateAtIn applies the In predicate on the "create_at" field.
CreateAtLT applies the LT predicate on the "create_at" field.
CreateAtLTE applies the LTE predicate on the "create_at" field.
CreateAtNEQ applies the NEQ predicate on the "create_at" field.
CreateAtNotIn applies the NotIn predicate on the "create_at" field.
DeleteAt applies equality check predicate on the "delete_at" field.
DeleteAtEQ applies the EQ predicate on the "delete_at" field.
DeleteAtGT applies the GT predicate on the "delete_at" field.
DeleteAtGTE applies the GTE predicate on the "delete_at" field.
DeleteAtIn applies the In predicate on the "delete_at" field.
DeleteAtLT applies the LT predicate on the "delete_at" field.
DeleteAtLTE applies the LTE predicate on the "delete_at" field.
DeleteAtNEQ applies the NEQ predicate on the "delete_at" field.
DeleteAtNotIn applies the NotIn predicate on the "delete_at" field.
GaLogin applies equality check predicate on the "ga_login" field.
GaLoginEQ applies the EQ predicate on the "ga_login" field.
GaLoginNEQ applies the NEQ predicate on the "ga_login" field.
GaVerify applies equality check predicate on the "ga_verify" field.
GaVerifyEQ applies the EQ predicate on the "ga_verify" field.
GaVerifyNEQ applies the NEQ predicate on the "ga_verify" 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.
KycVerify applies equality check predicate on the "kyc_verify" field.
KycVerifyEQ applies the EQ predicate on the "kyc_verify" field.
KycVerifyNEQ applies the NEQ predicate on the "kyc_verify" field.
LoginNumber applies equality check predicate on the "Login_number" field.
LoginNumberEQ applies the EQ predicate on the "Login_number" field.
LoginNumberGT applies the GT predicate on the "Login_number" field.
LoginNumberGTE applies the GTE predicate on the "Login_number" field.
LoginNumberIn applies the In predicate on the "Login_number" field.
LoginNumberLT applies the LT predicate on the "Login_number" field.
LoginNumberLTE applies the LTE predicate on the "Login_number" field.
LoginNumberNEQ applies the NEQ predicate on the "Login_number" field.
LoginNumberNotIn applies the NotIn predicate on the "Login_number" field.
Not applies the not operator on the given predicate.
Or groups predicates with the OR operator between them.
Original applies equality check predicate on the "original" field.
OriginalEQ applies the EQ predicate on the "original" field.
OriginalNEQ applies the NEQ predicate on the "original" field.
SmsLogin applies equality check predicate on the "sms_login" field.
SmsLoginEQ applies the EQ predicate on the "sms_login" field.
SmsLoginNEQ applies the NEQ predicate on the "sms_login" field.
UserID applies equality check predicate on the "user_id" field.
UserIDEQ applies the EQ 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.
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
FieldAppID holds the string denoting the app_id field in the database.
FieldCreateAt holds the string denoting the create_at field in the database.
FieldDeleteAt holds the string denoting the delete_at field in the database.
FieldGaLogin holds the string denoting the ga_login field in the database.
FieldGaVerify holds the string denoting the ga_verify field in the database.
FieldID holds the string denoting the id field in the database.
FieldKycVerify holds the string denoting the kyc_verify field in the database.
FieldLoginNumber holds the string denoting the login_number field in the database.
FieldOriginal holds the string denoting the original field in the database.
FieldSmsLogin holds the string denoting the sms_login field in the database.
FieldUserID holds the string denoting the user_id field in the database.
Label holds the string label denoting the applicationuser type in the database.
Table holds the table name of the applicationuser in the database.
# Variables
Columns holds all SQL columns for applicationuser fields.
DefaultCreateAt holds the default value on creation for the "create_at" field.
DefaultDeleteAt holds the default value on creation for the "delete_at" field.
DefaultGaLogin holds the default value on creation for the "ga_login" field.
DefaultGaVerify holds the default value on creation for the "ga_verify" field.
DefaultID holds the default value on creation for the "id" field.
DefaultKycVerify holds the default value on creation for the "kyc_verify" field.
DefaultLoginNumber holds the default value on creation for the "Login_number" field.
DefaultOriginal holds the default value on creation for the "original" field.
DefaultSmsLogin holds the default value on creation for the "sms_login" field.