Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Params ¶
type Params struct {
// contains filtered or unexported fields
}
func ConvertArgs ¶
func ConvertArgs(args []driver.NamedValue) (Params, error)
func ParseStatementAndArgs ¶
func (*Params) MarshalJSON ¶
func (*Params) Positional ¶
type ParamsInfo ¶
func ParseStatement ¶
func ParseStatement(sql string) ([]string, []ParamsInfo, error)
Click to show internal directories.
Click to hide internal directories.