mgodbc

package module
v0.0.0-...-2207dbb Latest Latest
Warning

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

Go to latest
Published: Feb 1, 2016 License: BSD-2-Clause Imports: 12 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewDriver

func NewDriver() (driver.Driver, error)

Types

type Driver

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

Driver //

func (*Driver) Close

func (d *Driver) Close() error

func (*Driver) Open

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

type ODBCError

type ODBCError struct {
	StatusRecords []StatusRecord
}

func (*ODBCError) Error

func (e *ODBCError) Error() string

type StatusRecord

type StatusRecord struct {
	State       string
	NativeError int
	Message     string
}

ODBC Error //

Jump to

Keyboard shortcuts

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