Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Connection ¶
func NewConnection ¶
func NewConnection(strConn string, transaction bool) (*Connection, error)
func (*Connection) Close ¶
func (c *Connection) Close()
func (*Connection) Error ¶
func (c *Connection) Error(err error) error
func (*Connection) Exec ¶
func (c *Connection) Exec(query string, arg ...interface{}) interface{}
func (*Connection) Select ¶
func (c *Connection) Select(obj interface{}, query string, arg ...interface{}) error
Click to show internal directories.
Click to hide internal directories.