Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func HasStarRef ¶
Types ¶
type ParserOpts ¶ added in v1.0.0
type ParserOpts struct {
UsePositionalParameters bool
}
type Query ¶
type Query struct {
SQL string
Columns []core.Column
Params []Parameter
Name string
Cmd string // TODO: Pick a better name. One of: one, many, exec, execrows
Comments []string
// XXX: Hack
Filename string
}
Name and Cmd may be empty Maybe I don't need the SQL string if I have the raw Stmt?
type QueryCatalog ¶
type QueryCatalog struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.