Esempio n. 1
0
func GetTable(name string, c db.Connection) (t Table, err os.Error) {
	t.TableSchema, err = c.GetTable(name)
	return
}