Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Argument ¶
type Argument struct { Index int // Index starts at 1 Value interface{} }
Argument is a value that provides a query with parameter.
func NewArgument ¶
NewArgument creates a new argument with a given index.
type Arguments ¶
type Arguments struct { Index int Args []interface{} // contains filtered or unexported fields }
Arguments is a list of arguments. It keeps track of the index of the arguments.
func NewArguments ¶
func NewArguments() *Arguments
func (*Arguments) NewArgument ¶
Click to show internal directories.
Click to hide internal directories.