raw

package
v0.3.0 Latest Latest
Warning

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

Go to latest
Published: Jan 21, 2021 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ExecuteExec

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

func (ExecuteExec) Exec

func (r ExecuteExec) Exec(ctx context.Context) (int, error)

type QueryExec

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

func (QueryExec) Exec

func (r QueryExec) Exec(ctx context.Context, into interface{}) error

type QueryResult

type QueryResult struct {
	QueryRaw json.RawMessage `json:"queryRaw"`
}

type Raw

type Raw struct {
	Engine engine.Engine
}

func (Raw) ExecuteRaw

func (r Raw) ExecuteRaw(query string, params ...interface{}) ExecuteExec

func (Raw) QueryRaw

func (r Raw) QueryRaw(query string, params ...interface{}) QueryExec

Jump to

Keyboard shortcuts

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