Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AdvanceConn ¶
func GetAdvanceConnection ¶
func GetAdvanceConnection(user, password string) (*AdvanceConn, error)
func (*AdvanceConn) Put ¶
func (c *AdvanceConn) Put() error
type AdvancePool ¶
type AdvancePool struct {
// contains filtered or unexported fields
}
func NewAdvancePool ¶
func NewAdvancePool(user, password string) (*AdvancePool, error)
func (*AdvancePool) Release ¶
func (a *AdvancePool) Release()
type Conn ¶
func GetConnection ¶
type ConnectorPool ¶
type ConnectorPool struct {
// contains filtered or unexported fields
}
func NewConnectorPool ¶
func NewConnectorPool(user, password string) (*ConnectorPool, error)
func (*ConnectorPool) Release ¶
func (a *ConnectorPool) Release()
Click to show internal directories.
Click to hide internal directories.