Documentation
¶
Index ¶
- Variables
- type SQLDatabaseDriver
- func (s *SQLDatabaseDriver) Connect(driverName string, dsn string) error
- func (s *SQLDatabaseDriver) Disconnect()
- func (s *SQLDatabaseDriver) ExecuteQuery(query string) (int64, error)
- func (s *SQLDatabaseDriver) ExecuteSelectQuery(query string) ([]SQLRow, error)
- func (s *SQLDatabaseDriver) IsConnected() bool
- type SQLRow
- type SharedData
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // EventDriver : EventDriver = &eventDriver{make(map[string]*event)} )
Functions ¶
This section is empty.
Types ¶
type SQLDatabaseDriver ¶
type SQLDatabaseDriver struct {
// contains filtered or unexported fields
}
SQLDatabaseDriver :
func (*SQLDatabaseDriver) Connect ¶
func (s *SQLDatabaseDriver) Connect(driverName string, dsn string) error
Connect :
func (*SQLDatabaseDriver) ExecuteQuery ¶
func (s *SQLDatabaseDriver) ExecuteQuery(query string) (int64, error)
ExecuteQuery :
func (*SQLDatabaseDriver) ExecuteSelectQuery ¶
func (s *SQLDatabaseDriver) ExecuteSelectQuery(query string) ([]SQLRow, error)
ExecuteSelectQuery :
func (*SQLDatabaseDriver) IsConnected ¶
func (s *SQLDatabaseDriver) IsConnected() bool
IsConnected :
type SharedData ¶
type SharedData struct {
// contains filtered or unexported fields
}
SharedData :
Click to show internal directories.
Click to hide internal directories.