prepared

package
v0.4.0 Latest Latest
Warning

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

Go to latest
Published: Mar 27, 2024 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Stmt

type Stmt struct {
	// contains filtered or unexported fields
}

func ParseSQL

func ParseSQL(sql string) (*Stmt, error)

func (Stmt) Bind

func (stmt Stmt) Bind(args []driver.Value) (string, error)

func (Stmt) BindNamed

func (stmt Stmt) BindNamed(args []driver.NamedValue) (string, error)

func (Stmt) Equal

func (n Stmt) Equal(other *Stmt) bool

func (Stmt) String

func (n Stmt) String() string

Jump to

Keyboard shortcuts

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