db

package
v0.0.0-...-40253c5 Latest Latest
Warning

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

Go to latest
Published: Dec 4, 2020 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ScanRow

func ScanRow(numCols int, scanner multiScanner) ([]interface{}, error)

ScanRow loads all data from a row into a string slice.

Types

type BaseDialect

type BaseDialect struct{}

func (BaseDialect) Queryf

func (BaseDialect) Queryf(format string, args ...interface{}) string

type Dialect

type Dialect interface {
	Queryf(format string, args ...interface{}) string
}

type PostgresDialect

type PostgresDialect struct{}

func (PostgresDialect) Queryf

func (PostgresDialect) Queryf(format string, args ...interface{}) string

Jump to

Keyboard shortcuts

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