sqlplus

package
v0.0.0-...-a905e96 Latest Latest
Warning

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

Go to latest
Published: Jul 29, 2020 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DB

type DB struct {
	*sql.DB
	// contains filtered or unexported fields
}

func Open

func Open(driverName, dataSourceName string, active, idle int, idleTimeout int64) *DB

func (*DB) Begin

func (db *DB) Begin()

func (*DB) Delete

func (db *DB) Delete()

func (*DB) Insert

func (db *DB) Insert()

func (*DB) Select

func (db *DB) Select(dest interface{}, query string, args ...interface{}) error

func (*DB) Update

func (db *DB) Update()

type Row

type Row struct {
	*sql.Rows
	// contains filtered or unexported fields
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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