Documentation
¶
Index ¶
- type ConnPool
- func (s *ConnPool) BeginTx(ctx context.Context, opt *sql.TxOptions) (gorm.ConnPool, error)
- func (s *ConnPool) Commit() error
- func (s ConnPool) ExecContext(ctx context.Context, query string, args ...interface{}) (sql.Result, error)
- func (s *ConnPool) GetDBConn() (*sql.DB, error)
- func (s ConnPool) PrepareContext(ctx context.Context, query string) (*sql.Stmt, error)
- func (s ConnPool) QueryContext(ctx context.Context, query string, args ...interface{}) (*sql.Rows, error)
- func (s ConnPool) QueryRowContext(ctx context.Context, query string, args ...interface{}) *sql.Row
- func (s *ConnPool) Rollback() error
- func (s *ConnPool) String() string
- type PluginRetry
- type RetryConfig
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConnPool ¶
func (ConnPool) ExecContext ¶
func (ConnPool) PrepareContext ¶
func (ConnPool) QueryContext ¶
func (ConnPool) QueryRowContext ¶
type PluginRetry ¶
func RegisterRetry ¶
func RegisterRetry() PluginRetry
type RetryConfig ¶
Click to show internal directories.
Click to hide internal directories.