List of all items
Structs
- dao::accessory_dao::AccessoryDao
- dao::labyrinth_dao::LabyrinthDao
- dao::robot_dao::RobotDao
- dao::robot_program_dao::RobotProgramDao
- dao::skin_dao::SkinDao
- dao::user_robot_dao::UserRobotDao
- entity::accessory::Accessory
- entity::labyrinth::Labyrinth
- entity::robot::Robot
- entity::robot_program::RobotProgram
- entity::skin::Skin
- entity::user_robot::UserRobot
- logic::accessory_logic::AccessoryLogic
- logic::labyrinth_logic::LabyrinthLogic
- logic::robot_logic::RobotLogic
- logic::robot_program_logic::RobotProgramLogic
- logic::skin_logic::SkinLogic
- logic::user_robot_logic::UserRobotLogic
- schema::accessory::columns::bone
- schema::accessory::columns::image
- schema::accessory::columns::name
- schema::accessory::columns::path
- schema::accessory::columns::robot
- schema::accessory::columns::rstatus
- schema::accessory::columns::star
- schema::accessory::columns::textures
- schema::accessory::columns::updt
- schema::accessory::columns::updu
- schema::accessory::columns::uuid
- schema::accessory::columns::ver
- schema::accessory::table
- schema::labyrinth::columns::level
- schema::labyrinth::columns::name
- schema::labyrinth::columns::order
- schema::labyrinth::columns::rstatus
- schema::labyrinth::columns::star
- schema::labyrinth::columns::updt
- schema::labyrinth::columns::updu
- schema::labyrinth::columns::uuid
- schema::labyrinth::columns::ver
- schema::labyrinth::table
- schema::robot::columns::description
- schema::robot::columns::features
- schema::robot::columns::model
- schema::robot::columns::name
- schema::robot::columns::properties
- schema::robot::columns::rstatus
- schema::robot::columns::star
- schema::robot::columns::updt
- schema::robot::columns::updu
- schema::robot::columns::uuid
- schema::robot::columns::ver
- schema::robot::table
- schema::robot_program::columns::labyrinth_id
- schema::robot_program::columns::listing
- schema::robot_program::columns::rstatus
- schema::robot_program::columns::star
- schema::robot_program::columns::title
- schema::robot_program::columns::updt
- schema::robot_program::columns::updu
- schema::robot_program::columns::user_robot_id
- schema::robot_program::columns::uuid
- schema::robot_program::columns::ver
- schema::robot_program::table
- schema::skin::columns::image
- schema::skin::columns::name
- schema::skin::columns::robot
- schema::skin::columns::rstatus
- schema::skin::columns::star
- schema::skin::columns::textures
- schema::skin::columns::updt
- schema::skin::columns::updu
- schema::skin::columns::uuid
- schema::skin::columns::ver
- schema::skin::table
- schema::update::columns::comment
- schema::update::columns::date
- schema::update::columns::file
- schema::update::columns::id
- schema::update::columns::result
- schema::update::columns::rstatus
- schema::update::columns::script
- schema::update::columns::star
- schema::update::columns::status
- schema::update::table
- schema::user_robot::columns::accessory
- schema::user_robot::columns::extra
- schema::user_robot::columns::owner_id
- schema::user_robot::columns::priority
- schema::user_robot::columns::robot_id
- schema::user_robot::columns::rstatus
- schema::user_robot::columns::skin
- schema::user_robot::columns::star
- schema::user_robot::columns::updt
- schema::user_robot::columns::updu
- schema::user_robot::columns::uuid
- schema::user_robot::columns::ver
- schema::user_robot::table
- service::accessory_service::create
- service::accessory_service::delete
- service::accessory_service::find
- service::accessory_service::find_all_accessories
- service::accessory_service::update
- service::labyrinth_service::create
- service::labyrinth_service::delete
- service::labyrinth_service::find
- service::labyrinth_service::find_all_labyrinths
- service::labyrinth_service::update
- service::robot_program_service::create
- service::robot_program_service::delete
- service::robot_program_service::find
- service::robot_program_service::find_all_robot_programs
- service::robot_program_service::get_by_owner
- service::robot_program_service::update
- service::robot_service::create
- service::robot_service::delete
- service::robot_service::find
- service::robot_service::find_all_accessories
- service::robot_service::update
- service::skin_service::create
- service::skin_service::delete
- service::skin_service::find
- service::skin_service::find_all_accessories
- service::skin_service::get_default_skin
- service::skin_service::update
- service::user_robot_service::create
- service::user_robot_service::delete
- service::user_robot_service::find
- service::user_robot_service::find_user_robots
- service::user_robot_service::get_by_owner
- service::user_robot_service::get_robot_with_min_priority
- service::user_robot_service::set_min_priority
- service::user_robot_service::update
Macros
- schema::accessory::dsl::__static_cond
- schema::labyrinth::dsl::__static_cond
- schema::robot::dsl::__static_cond
- schema::robot_program::dsl::__static_cond
- schema::skin::dsl::__static_cond
- schema::update::dsl::__static_cond
- schema::user_robot::dsl::__static_cond
Functions
- entity::accessory::_impl_as_changeset_for_accessory
- entity::accessory::_impl_identifiable_for_accessory
- entity::accessory::_impl_insertable_for_accessory
- entity::accessory::_impl_queryable_by_name_for_accessory
- entity::accessory::_impl_queryable_for_accessory
- entity::labyrinth::_impl_as_changeset_for_labyrinth
- entity::labyrinth::_impl_identifiable_for_labyrinth
- entity::labyrinth::_impl_insertable_for_labyrinth
- entity::labyrinth::_impl_queryable_by_name_for_labyrinth
- entity::labyrinth::_impl_queryable_for_labyrinth
- entity::robot::_impl_as_changeset_for_robot
- entity::robot::_impl_identifiable_for_robot
- entity::robot::_impl_insertable_for_robot
- entity::robot::_impl_queryable_by_name_for_robot
- entity::robot::_impl_queryable_for_robot
- entity::robot_program::_impl_as_changeset_for_robotprogram
- entity::robot_program::_impl_identifiable_for_robotprogram
- entity::robot_program::_impl_insertable_for_robotprogram
- entity::robot_program::_impl_queryable_by_name_for_robotprogram
- entity::robot_program::_impl_queryable_for_robotprogram
- entity::skin::_impl_as_changeset_for_skin
- entity::skin::_impl_identifiable_for_skin
- entity::skin::_impl_insertable_for_skin
- entity::skin::_impl_queryable_by_name_for_skin
- entity::skin::_impl_queryable_for_skin
- entity::user_robot::_impl_as_changeset_for_userrobot
- entity::user_robot::_impl_identifiable_for_userrobot
- entity::user_robot::_impl_insertable_for_userrobot
- entity::user_robot::_impl_queryable_by_name_for_userrobot
- entity::user_robot::_impl_queryable_for_userrobot
- main
- schema::accessory::_impl_query_id_for_table
- schema::accessory::columns::_impl_query_id_for_bone
- schema::accessory::columns::_impl_query_id_for_image
- schema::accessory::columns::_impl_query_id_for_name
- schema::accessory::columns::_impl_query_id_for_path
- schema::accessory::columns::_impl_query_id_for_robot
- schema::accessory::columns::_impl_query_id_for_rstatus
- schema::accessory::columns::_impl_query_id_for_textures
- schema::accessory::columns::_impl_query_id_for_updt
- schema::accessory::columns::_impl_query_id_for_updu
- schema::accessory::columns::_impl_query_id_for_uuid
- schema::accessory::columns::_impl_query_id_for_ver
- schema::labyrinth::_impl_query_id_for_table
- schema::labyrinth::columns::_impl_query_id_for_level
- schema::labyrinth::columns::_impl_query_id_for_name
- schema::labyrinth::columns::_impl_query_id_for_order
- schema::labyrinth::columns::_impl_query_id_for_rstatus
- schema::labyrinth::columns::_impl_query_id_for_updt
- schema::labyrinth::columns::_impl_query_id_for_updu
- schema::labyrinth::columns::_impl_query_id_for_uuid
- schema::labyrinth::columns::_impl_query_id_for_ver
- schema::robot::_impl_query_id_for_table
- schema::robot::columns::_impl_query_id_for_description
- schema::robot::columns::_impl_query_id_for_features
- schema::robot::columns::_impl_query_id_for_model
- schema::robot::columns::_impl_query_id_for_name
- schema::robot::columns::_impl_query_id_for_properties
- schema::robot::columns::_impl_query_id_for_rstatus
- schema::robot::columns::_impl_query_id_for_updt
- schema::robot::columns::_impl_query_id_for_updu
- schema::robot::columns::_impl_query_id_for_uuid
- schema::robot::columns::_impl_query_id_for_ver
- schema::robot_program::_impl_query_id_for_table
- schema::robot_program::columns::_impl_query_id_for_labyrinth_id
- schema::robot_program::columns::_impl_query_id_for_listing
- schema::robot_program::columns::_impl_query_id_for_rstatus
- schema::robot_program::columns::_impl_query_id_for_title
- schema::robot_program::columns::_impl_query_id_for_updt
- schema::robot_program::columns::_impl_query_id_for_updu
- schema::robot_program::columns::_impl_query_id_for_user_robot_id
- schema::robot_program::columns::_impl_query_id_for_uuid
- schema::robot_program::columns::_impl_query_id_for_ver
- schema::skin::_impl_query_id_for_table
- schema::skin::columns::_impl_query_id_for_image
- schema::skin::columns::_impl_query_id_for_name
- schema::skin::columns::_impl_query_id_for_robot
- schema::skin::columns::_impl_query_id_for_rstatus
- schema::skin::columns::_impl_query_id_for_textures
- schema::skin::columns::_impl_query_id_for_updt
- schema::skin::columns::_impl_query_id_for_updu
- schema::skin::columns::_impl_query_id_for_uuid
- schema::skin::columns::_impl_query_id_for_ver
- schema::update::_impl_query_id_for_table
- schema::update::columns::_impl_query_id_for_comment
- schema::update::columns::_impl_query_id_for_date
- schema::update::columns::_impl_query_id_for_file
- schema::update::columns::_impl_query_id_for_id
- schema::update::columns::_impl_query_id_for_result
- schema::update::columns::_impl_query_id_for_rstatus
- schema::update::columns::_impl_query_id_for_script
- schema::update::columns::_impl_query_id_for_status
- schema::user_robot::_impl_query_id_for_table
- schema::user_robot::columns::_impl_query_id_for_accessory
- schema::user_robot::columns::_impl_query_id_for_extra
- schema::user_robot::columns::_impl_query_id_for_owner_id
- schema::user_robot::columns::_impl_query_id_for_priority
- schema::user_robot::columns::_impl_query_id_for_robot_id
- schema::user_robot::columns::_impl_query_id_for_rstatus
- schema::user_robot::columns::_impl_query_id_for_skin
- schema::user_robot::columns::_impl_query_id_for_updt
- schema::user_robot::columns::_impl_query_id_for_updu
- schema::user_robot::columns::_impl_query_id_for_uuid
- schema::user_robot::columns::_impl_query_id_for_ver
- service::accessory_service::init_routes
- service::app_config
- service::labyrinth_service::init_routes
- service::robot_program_service::init_routes
- service::robot_service::init_routes
- service::skin_service::init_routes
- service::user_robot_service::init_routes
Type Aliases
- schema::accessory::BoxedQuery
- schema::accessory::SqlType
- schema::labyrinth::BoxedQuery
- schema::labyrinth::SqlType
- schema::robot::BoxedQuery
- schema::robot::SqlType
- schema::robot_program::BoxedQuery
- schema::robot_program::SqlType
- schema::skin::BoxedQuery
- schema::skin::SqlType
- schema::update::BoxedQuery
- schema::update::SqlType
- schema::user_robot::BoxedQuery
- schema::user_robot::SqlType