Documentation ¶
Index ¶
Constants ¶
View Source
const AddUser string = "CALL `pssword`.`sp_add_user`(?, ?, ?, ?, ?, ?, ?);"
View Source
const DeleteUser string = "CALL `pssword`.`sp_delete_user`(?, ?);"
View Source
const SelectUser string = "CALL `pssword`.`sp_select_user`(?);"
View Source
const SelectUserAndPlan string = "CALL `pssword`.`sp_select_user_and_plan`(?);"
View Source
const UpdateUser string = "CALL `pssword`.`sp_update_user`(?, ?, ?, ?, ?, ?, ?);"
View Source
const UpdateUserPassword string = "CALL `pssword`.`sp_update_user_password`(?, ?, ?);"
View Source
const UpdateUserPlan string = "CALL `pssword`.`sp_update_user_plan`(?, ?);"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.