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-languages.db

Index

Constants

This section is empty.

Variables

View Source
var InsertStmts = map[string]string{
	"Source":                        "INSERT INTO Source (Id,Name,Updatestart,Updateend,Datauntil) VALUES (?, ?, ?, ?, ?)",
	"Stats":                         "INSERT INTO Stats (Key,Value) VALUES (?, ?)",
	"Subtags":                       "INSERT INTO Subtags (Stype,Subtag,Added,Suppressscript,Scope,Description,Prefix) VALUES (?, ?, ?, ?, ?, ?, ?)",
	"Unicodescripts":                "INSERT INTO Unicodescripts (Script,Name) VALUES (?, ?)",
	"Unicodecodepointscriptmapping": "INSERT INTO Unicodecodepointscriptmapping (Codepointfrom,Codepointto,Name) VALUES (?, ?, ?)",
	"Sqlitestat1":                   "INSERT INTO Sqlitestat1 (Tbl,Idx,Stat) VALUES (?, ?, ?)",
}
View Source
var SelectStmts = map[string]string{
	"Source":                        "SELECT Id,Name,Updatestart,Updateend,Datauntil FROM Source",
	"Stats":                         "SELECT Key,Value FROM Stats",
	"Subtags":                       "SELECT Stype,Subtag,Added,Suppressscript,Scope,Description,Prefix FROM Subtags",
	"Unicodescripts":                "SELECT Script,Name FROM Unicodescripts",
	"Unicodecodepointscriptmapping": "SELECT Codepointfrom,Codepointto,Name FROM Unicodecodepointscriptmapping",
	"Sqlitestat1":                   "SELECT Tbl,Idx,Stat FROM Sqlitestat1",
}

Functions

This section is empty.

Types

type Arger

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

type Source

type Source struct {
	Id          string
	Name        string
	Updatestart string
	Updateend   string
	Datauntil   string
}

func (*Source) Args

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

type Sqlitestat1

type Sqlitestat1 struct {
	Tbl  string
	Idx  string
	Stat string
}

func (*Sqlitestat1) Args

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

type Stats

type Stats struct {
	Key   string
	Value string
}

func (*Stats) Args

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

type Subtags

type Subtags struct {
	Stype          string
	Subtag         string
	Added          string
	Suppressscript string
	Scope          string
	Description    string
	Prefix         string
}

func (*Subtags) Args

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

type Unicodecodepointscriptmapping

type Unicodecodepointscriptmapping struct {
	Codepointfrom string
	Codepointto   string
	Name          string
}

func (*Unicodecodepointscriptmapping) Args

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

type Unicodescripts

type Unicodescripts struct {
	Script string
	Name   string
}

func (*Unicodescripts) Args

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

Jump to

Keyboard shortcuts

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