Documentation ¶
Index ¶
Constants ¶
View Source
const Date = "2006-01-02"
Date is a standard date format understood by sqlanywhere
View Source
const DateTime = "2006-01-02 15:04:05.9"
DateTime The Go time format .9 fractional seconds accepts any number of fractional second digits (up to 9)
View Source
const DriverErrorCodeEOF = 100
DriverErrorCodeEOF is the error code representing end of results
View Source
const DriverName = "sqlanywhere"
DriverName is the registered name of this driver
View Source
const Time = "15:04:05.9"
Time is a standard time format understood by sqlanywhere
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Driver ¶
type Driver struct {
// contains filtered or unexported fields
}
Driver is the interface to the database c api defined in sacapi.h
type DriverError ¶
type DriverError struct {
// contains filtered or unexported fields
}
DriverError is an error returned by calls to a connection
func (*DriverError) Error ¶
func (err *DriverError) Error() string
Click to show internal directories.
Click to hide internal directories.