msi

package
v1.2.1 Latest Latest
Warning

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

Go to latest
Published: Jun 9, 2021 License: OSL-3.0 Imports: 5 Imported by: 0

Documentation

Overview

Database SQL driver

Index

Constants

View Source
const (
	COLINFO_NAMES   = 0
	DBOPEN_READONLY = 0
)

Variables

This section is empty.

Functions

func InstallProduct added in v1.0.7

func InstallProduct(packagePath string, command string) (e error)

Types

type Conn added in v1.1.3

type Conn int

func (Conn) Begin added in v1.1.3

func (Conn) Begin() (driver.Tx, error)

func (Conn) Close added in v1.1.3

func (c Conn) Close() error

func (Conn) Prepare added in v1.1.3

func (c Conn) Prepare(query string) (driver.Stmt, error)

type Driver added in v1.1.3

type Driver struct{}

func (Driver) Open added in v1.1.3

func (Driver) Open(name string) (driver.Conn, error)

type Rows added in v1.1.3

type Rows int

func (Rows) Close added in v1.1.3

func (Rows) Close() error

func (Rows) Columns added in v1.1.3

func (r Rows) Columns() []string

func (Rows) Next added in v1.1.3

func (r Rows) Next(dest []driver.Value) error

type Stmt added in v1.1.3

type Stmt int

func (Stmt) Close added in v1.1.3

func (s Stmt) Close() error

func (Stmt) Exec added in v1.1.3

func (Stmt) Exec(args []driver.Value) (driver.Result, error)

func (Stmt) NumInput added in v1.1.3

func (Stmt) NumInput() int

func (Stmt) Query added in v1.1.3

func (s Stmt) Query(args []driver.Value) (driver.Rows, error)

Jump to

Keyboard shortcuts

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