gomyadmin

package
v0.0.0-...-6431bea Latest Latest
Warning

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

Go to latest
Published: Jul 30, 2013 License: GPL-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

View Source
const (
	DRIVER_NAME      = "mysql"
	DATA_SOURCE_NAME = "root@/test?charset=utf8"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Class

type Class interface {
}

type Database

type Database struct {
	DB map[string]Db
}

func (Database) GetTables

func (d Database) GetTables(dname string) Db

type Db

type Db struct {
	Tables map[string]Table
}

func (Db) GetTables

func (d Db) GetTables(tname string) Table

type Field

type Field struct {
	Value map[string]Class
}

func (Field) GetValue

func (f Field) GetValue(fname string) Class

type Row

type Row struct {
	Fields map[string]Field
}

func (Row) GetFields

func (r Row) GetFields(fname string) Field

func (Row) SetField

func (r Row) SetField()

type Table

type Table struct {
	Rows map[int]Row
}

func (Table) GetRows

func (t Table) GetRows(i int) Row

Jump to

Keyboard shortcuts

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