dbfantasyschedulebase

package
v0.0.0-...-8bbd0fc Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 23, 2020 License: GPL-3.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Delete

func Delete(d *FantasyScheduleBase) error

Delete deletes a record from the database

func Insert

func Insert(d *FantasyScheduleBase) error

Insert will create a new record in the database

func Save

func Save(s *FantasyScheduleBase) error

func Update

func Update(s *FantasyScheduleBase) error

Update will update a record in the database

Types

type FantasyScheduleBase

type FantasyScheduleBase struct {
	FantasyScheduleBaseID int64  `db:"fantasy_schedule_base_id"`
	Name                  string `db:"name"`
	WeekName              string `db:"week_name"`
	GameNumber            int64  `db:"game_number"`
	HomeTeam              int64  `db:"home_team"`
	AwayTeam              int64  `db:"away_team"`
}

func ReadAll

func ReadAll() ([]FantasyScheduleBase, error)

ReadAll reads all records in the database

func ReadByID

func ReadByID(ID int64) (*FantasyScheduleBase, error)

ReadByID reads by id column

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL