driver

package
v1.17.3 Latest Latest
Warning

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

Go to latest
Published: May 19, 2022 License: BSD-3-Clause Imports: 2 Imported by: 12

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func List

func List() []string

func Register

func Register(sut SUT)

Types

type SUT

type SUT interface {
	CreateTables() error
	InsertCustomer() string
	InsertLineItem() string
	InsertNation() string
	InsertOrders() string
	InsertPart() string
	InsertPartSupp() string
	InsertRegion() string
	InsertSupplier() string
	Name() string
	OpenDB() (*sql.DB, error)
	OpenMem() (SUT, *sql.DB, error)
	Q1() string
	Q2() string
	QProperty() string
	SetWD(path string) error
}

System Under Test.

func Open

func Open(name string) SUT

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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