Versions in this module Expand all Collapse all v2 v2.0.2 Sep 2, 2021 Changes in this version + const CLASSES_COLUMN_CLASS_NO + const CLASSES_COLUMN_CREATED_AT + const CLASSES_COLUMN_ID + const CLASSES_COLUMN_UPDATED_AT + const CLASSES_COLUMN_USER_ID + const USERS_COLUMN_BALANCE + const USERS_COLUMN_CREATED_AT + const USERS_COLUMN_DISABLE + const USERS_COLUMN_EMAIL + const USERS_COLUMN_ID + const USERS_COLUMN_NAME + const USERS_COLUMN_PHONE + const USERS_COLUMN_SEX + const USERS_COLUMN_SEX_NAME + const USERS_COLUMN_UPDATED_AT + var TableNameClasses = "classes" + var TableNameUsers = "users" + type ClassesDO struct + ClassNo string + CreatedAt string + Id int32 + UpdatedAt string + UserId int32 + func (do *ClassesDO) GetClassNo() string + func (do *ClassesDO) GetCreatedAt() string + func (do *ClassesDO) GetId() int32 + func (do *ClassesDO) GetUpdatedAt() string + func (do *ClassesDO) GetUserId() int32 + func (do *ClassesDO) SetClassNo(v string) + func (do *ClassesDO) SetCreatedAt(v string) + func (do *ClassesDO) SetId(v int32) + func (do *ClassesDO) SetUpdatedAt(v string) + func (do *ClassesDO) SetUserId(v int32) + type UsersDO struct + Balance float64 + CreatedAt string + Disable int8 + Email string + Id uint32 + Name string + Phone string + Sex uint8 + SexName string + UpdatedAt string + func (do *UsersDO) GetBalance() float64 + func (do *UsersDO) GetCreatedAt() string + func (do *UsersDO) GetDisable() int8 + func (do *UsersDO) GetEmail() string + func (do *UsersDO) GetId() uint32 + func (do *UsersDO) GetName() string + func (do *UsersDO) GetPhone() string + func (do *UsersDO) GetSex() uint8 + func (do *UsersDO) GetSexName() string + func (do *UsersDO) GetUpdatedAt() string + func (do *UsersDO) SetBalance(v float64) + func (do *UsersDO) SetCreatedAt(v string) + func (do *UsersDO) SetDisable(v int8) + func (do *UsersDO) SetEmail(v string) + func (do *UsersDO) SetId(v uint32) + func (do *UsersDO) SetName(v string) + func (do *UsersDO) SetPhone(v string) + func (do *UsersDO) SetSex(v uint8) + func (do *UsersDO) SetSexName(v string) + func (do *UsersDO) SetUpdatedAt(v string) Other modules containing this package github.com/civet148/sqlca