# Functions
FindRoleCommand retrieves a single record by ID with an executor.
FindRoleCommandG retrieves a single record by ID.
FindRoleCommandGP retrieves a single record by ID, and panics on error.
FindRoleCommandP retrieves a single record by ID with an executor, and panics on error.
FindRoleGroup retrieves a single record by ID with an executor.
FindRoleGroupG retrieves a single record by ID.
FindRoleGroupGP retrieves a single record by ID, and panics on error.
FindRoleGroupP retrieves a single record by ID with an executor, and panics on error.
FindRoleMenu retrieves a single record by ID with an executor.
FindRoleMenuG retrieves a single record by ID.
FindRoleMenuGP retrieves a single record by ID, and panics on error.
FindRoleMenuOption retrieves a single record by ID with an executor.
FindRoleMenuOptionG retrieves a single record by ID.
FindRoleMenuOptionGP retrieves a single record by ID, and panics on error.
FindRoleMenuOptionP retrieves a single record by ID with an executor, and panics on error.
FindRoleMenuP retrieves a single record by ID with an executor, and panics on error.
NewQuery initializes a new Query using the passed in QueryMods.
NewQueryG initializes a new Query using the passed in QueryMods.
RoleCommandExists checks if the RoleCommand row exists.
RoleCommandExistsG checks if the RoleCommand row exists.
RoleCommandExistsGP checks if the RoleCommand row exists.
RoleCommandExistsP checks if the RoleCommand row exists.
RoleCommands retrieves all the records using an executor.
RoleCommandsG retrieves all records.
RoleGroupExists checks if the RoleGroup row exists.
RoleGroupExistsG checks if the RoleGroup row exists.
RoleGroupExistsGP checks if the RoleGroup row exists.
RoleGroupExistsP checks if the RoleGroup row exists.
RoleGroups retrieves all the records using an executor.
RoleGroupsG retrieves all records.
RoleMenuExists checks if the RoleMenu row exists.
RoleMenuExistsG checks if the RoleMenu row exists.
RoleMenuExistsGP checks if the RoleMenu row exists.
RoleMenuExistsP checks if the RoleMenu row exists.
RoleMenuOptionExists checks if the RoleMenuOption row exists.
RoleMenuOptionExistsG checks if the RoleMenuOption row exists.
RoleMenuOptionExistsGP checks if the RoleMenuOption row exists.
RoleMenuOptionExistsP checks if the RoleMenuOption row exists.
RoleMenuOptions retrieves all the records using an executor.
RoleMenuOptionsG retrieves all records.
RoleMenus retrieves all the records using an executor.
RoleMenusG retrieves all records.
# Variables
ErrSyncFail occurs during insert when the record could not be retrieved in order to populate default value information.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
RoleCommand is an object representing the database table.
RoleGroup is an object representing the database table.
RoleMenu is an object representing the database table.
RoleMenuOption is an object representing the database table.
# Type aliases
M type is for providing columns and column values to UpdateAll.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author