# Functions
And groups predicates with the AND operator between them.
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.
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.
PaymentAccountUsdAmount applies equality check predicate on the "payment_account_usd_amount" field.
PaymentAccountUsdAmountEQ applies the EQ predicate on the "payment_account_usd_amount" field.
PaymentAccountUsdAmountGT applies the GT predicate on the "payment_account_usd_amount" field.
PaymentAccountUsdAmountGTE applies the GTE predicate on the "payment_account_usd_amount" field.
PaymentAccountUsdAmountIn applies the In predicate on the "payment_account_usd_amount" field.
PaymentAccountUsdAmountLT applies the LT predicate on the "payment_account_usd_amount" field.
PaymentAccountUsdAmountLTE applies the LTE predicate on the "payment_account_usd_amount" field.
PaymentAccountUsdAmountNEQ applies the NEQ predicate on the "payment_account_usd_amount" field.
PaymentAccountUsdAmountNotIn applies the NotIn predicate on the "payment_account_usd_amount" field.
UpdateAt applies equality check predicate on the "update_at" field.
UpdateAtEQ applies the EQ predicate on the "update_at" field.
UpdateAtGT applies the GT predicate on the "update_at" field.
UpdateAtGTE applies the GTE predicate on the "update_at" field.
UpdateAtIn applies the In predicate on the "update_at" field.
UpdateAtLT applies the LT predicate on the "update_at" field.
UpdateAtLTE applies the LTE predicate on the "update_at" field.
UpdateAtNEQ applies the NEQ predicate on the "update_at" field.
UpdateAtNotIn applies the NotIn predicate on the "update_at" field.
ValidColumn reports if the column name is valid (part of the table columns).
WarmAccountUsdAmount applies equality check predicate on the "warm_account_usd_amount" field.
WarmAccountUsdAmountEQ applies the EQ predicate on the "warm_account_usd_amount" field.
WarmAccountUsdAmountGT applies the GT predicate on the "warm_account_usd_amount" field.
WarmAccountUsdAmountGTE applies the GTE predicate on the "warm_account_usd_amount" field.
WarmAccountUsdAmountIn applies the In predicate on the "warm_account_usd_amount" field.
WarmAccountUsdAmountLT applies the LT predicate on the "warm_account_usd_amount" field.
WarmAccountUsdAmountLTE applies the LTE predicate on the "warm_account_usd_amount" field.
WarmAccountUsdAmountNEQ applies the NEQ predicate on the "warm_account_usd_amount" field.
WarmAccountUsdAmountNotIn applies the NotIn predicate on the "warm_account_usd_amount" field.
WithdrawAutoReviewUsdAmount applies equality check predicate on the "withdraw_auto_review_usd_amount" field.
WithdrawAutoReviewUsdAmountEQ applies the EQ predicate on the "withdraw_auto_review_usd_amount" field.
WithdrawAutoReviewUsdAmountGT applies the GT predicate on the "withdraw_auto_review_usd_amount" field.
WithdrawAutoReviewUsdAmountGTE applies the GTE predicate on the "withdraw_auto_review_usd_amount" field.
WithdrawAutoReviewUsdAmountIn applies the In predicate on the "withdraw_auto_review_usd_amount" field.
WithdrawAutoReviewUsdAmountLT applies the LT predicate on the "withdraw_auto_review_usd_amount" field.
WithdrawAutoReviewUsdAmountLTE applies the LTE predicate on the "withdraw_auto_review_usd_amount" field.
WithdrawAutoReviewUsdAmountNEQ applies the NEQ predicate on the "withdraw_auto_review_usd_amount" field.
WithdrawAutoReviewUsdAmountNotIn applies the NotIn predicate on the "withdraw_auto_review_usd_amount" field.
# Constants
FieldCreateAt holds the string denoting the create_at field in the database.
FieldDeleteAt holds the string denoting the delete_at field in the database.
FieldID holds the string denoting the id field in the database.
FieldPaymentAccountUsdAmount holds the string denoting the payment_account_usd_amount field in the database.
FieldUpdateAt holds the string denoting the update_at field in the database.
FieldWarmAccountUsdAmount holds the string denoting the warm_account_usd_amount field in the database.
FieldWithdrawAutoReviewUsdAmount holds the string denoting the withdraw_auto_review_usd_amount field in the database.
Label holds the string label denoting the platformsetting type in the database.
Table holds the table name of the platformsetting in the database.
# Variables
Columns holds all SQL columns for platformsetting 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.
DefaultID holds the default value on creation for the "id" field.
DefaultUpdateAt holds the default value on creation for the "update_at" field.
UpdateDefaultUpdateAt holds the default value on update for the "update_at" field.