mysql

package
v0.0.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 23, 2023 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Argument

type Argument struct {
	V interface{}
}

func NewArgument

func NewArgument(value interface{}) *Argument

func (*Argument) Value

func (s *Argument) Value() interface{}

func (*Argument) Write added in v0.0.3

func (s *Argument) Write(sw io.StringWriter) error

type Arguments

type Arguments struct {
	Args []interface{}
	// contains filtered or unexported fields
}

Arguments is a list of arguments.

func NewArguments

func NewArguments() *Arguments

func (*Arguments) NewArgument

func (a *Arguments) NewArgument(value interface{}) *Argument

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL