Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FailedQuery ¶
type FailedQuery struct {
// contains filtered or unexported fields
}
func (*FailedQuery) Error ¶
func (q *FailedQuery) Error() string
func (*FailedQuery) Query ¶
func (q *FailedQuery) Query() string
func (*FailedQuery) Run ¶
func (q *FailedQuery) Run()
type Query ¶
type SelectQuery ¶
type SelectQuery struct {
ColNames []string
ColTypes []string
Rows [][]string
// contains filtered or unexported fields
}
func (*SelectQuery) Error ¶
func (q *SelectQuery) Error() string
func (*SelectQuery) Query ¶
func (q *SelectQuery) Query() string
func (*SelectQuery) Run ¶
func (q *SelectQuery) Run()
Click to show internal directories.
Click to hide internal directories.