Documentation ¶
Index ¶
- func IsRePrepareError(err error) bool
- type Stmt
- func (s *Stmt) Close() error
- func (s *Stmt) Exec(args ...interface{}) (sql.Result, error)
- func (s *Stmt) ExecContext(ctx context.Context, args ...interface{}) (sql.Result, error)
- func (s *Stmt) Prepare() error
- func (s *Stmt) PrepareContext(ctx context.Context) error
- func (s *Stmt) Query(args ...interface{}) (*sql.Rows, error)
- func (s *Stmt) QueryContext(ctx context.Context, args ...interface{}) (*sql.Rows, error)
- func (s *Stmt) QueryRow(args ...interface{}) *sql.Row
- func (s *Stmt) QueryRowContext(ctx context.Context, args ...interface{}) *sql.Row
- func (s *Stmt) RePrepare() error
- func (s *Stmt) RePrepareContext(ctx context.Context) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsRePrepareError ¶
Types ¶
type Stmt ¶
type Stmt struct {
// contains filtered or unexported fields
}
func PrepareContext ¶
func (*Stmt) ExecContext ¶
func (*Stmt) QueryContext ¶
func (*Stmt) QueryRowContext ¶
Click to show internal directories.
Click to hide internal directories.