Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type DBQuerier ¶
type DBQuerier struct {
// contains filtered or unexported fields
}
func NewQuerier ¶
func NewQuerier(conn genericConn) *DBQuerier
NewQuerier creates a DBQuerier that implements Querier.
type ListItem ¶
type ListItem struct {
Name *string `json:"name" db:"name"`
Color *string `json:"color" db:"color"`
}
ListItem represents the Postgres composite type "list_item".
type ListStats ¶
type ListStats struct {
Val1 *string `json:"val1" db:"val1"`
Val2 []*int32 `json:"val2" db:"val2"`
}
ListStats represents the Postgres composite type "list_stats".
type OutParamsRow ¶
Click to show internal directories.
Click to hide internal directories.