abstract class Showcase::Model::Base
- Showcase::Model::Base
- Reference
- Object
Direct Known Subclasses
Defined in:
model/base.crConstructors
Instance Method Summary
- #create_employee(id : Int32 | Nil, team_id : Int32, name : String) : Nil
- #create_mentor(id : Int32 | Nil, team_id : Int32, employee_id : Int32 | Nil, name : String) : Nil
- #create_tables
- #max_id(table_name : String) : Int32
- #rows_count(table_name : String, team_id : Int32) : Int32
- #select_team_members(team_id : Int32) : Array(MemberRow)
Constructor Detail
Instance Method Detail
def create_mentor(id : Int32 | Nil, team_id : Int32, employee_id : Int32 | Nil, name : String) : Nil
#