model

package
v0.0.0-...-c39fa9a Latest Latest
Warning

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

Go to latest
Published: Apr 21, 2015 License: AGPL-3.0 Imports: 0 Imported by: 0

Documentation

Overview

GENERATED BY dbtogo (github.com/kdar/dbtogo); DO NOT EDIT ---args: /home/h4ck3rm1k3/goroot_sql/bin/kdb sqlite3 taginfo-history.db

Index

Constants

This section is empty.

Variables

View Source
var InsertStmts = map[string]string{
	"Historystats": "INSERT INTO Historystats (Udate,Key,Value) VALUES (?, ?, ?)",
}
View Source
var SelectStmts = map[string]string{
	"Historystats": "SELECT Udate,Key,Value FROM Historystats",
}

Functions

This section is empty.

Types

type Arger

type Arger interface {
	Args() []interface{}
}

type Historystats

type Historystats struct {
	Udate string
	Key   string
	Value string
}

func (*Historystats) Args

func (t *Historystats) Args() []interface{}

Jump to

Keyboard shortcuts

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