statement

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: May 12, 2019 License: MIT Imports: 3 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Statement

type Statement interface {
	Query() string
	Args() []interface{}
	ToExec() bool
	Hash() uint64
}

Statement represents a prepared statement. Statements may be constructed by calling Prepare.

func New

func New(query string, args []interface{}, toExec bool) Statement

New returns a new Statement

Jump to

Keyboard shortcuts

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