Documentation ¶
Index ¶
- type LocalDB
- func (db *LocalDB) AddFloatRecord(tag int, value float64) (sql.Result, error)
- func (db *LocalDB) AddIntRecord(tag, value int) (sql.Result, error)
- func (db *LocalDB) EnterData(cmd string) (sql.Result, error)
- func (db *LocalDB) ForeignKeysAreImplemented() bool
- func (db *LocalDB) GetLastRecord(tag int) int
- func (db *LocalDB) GetSingleInt(query string) int
- func (db *LocalDB) MakeSchema() (sql.Result, error)
- func (db *LocalDB) Tally(tag int) int
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LocalDB ¶
type LocalDB struct {
// contains filtered or unexported fields
}
func (*LocalDB) AddFloatRecord ¶
func (*LocalDB) ForeignKeysAreImplemented ¶
ForeignKeysAreImplemented tests function to ensure foreign key implementation
func (*LocalDB) GetLastRecord ¶
func (*LocalDB) GetSingleInt ¶
Click to show internal directories.
Click to hide internal directories.