Documentation ¶
Index ¶
- type PgxRowMock
- type PgxRowsMock
- func (p PgxRowsMock) Close()
- func (p PgxRowsMock) CommandTag() pgconn.CommandTag
- func (p PgxRowsMock) Conn() *pgx.Conn
- func (p PgxRowsMock) Err() error
- func (p PgxRowsMock) FieldDescriptions() []pgconn.FieldDescription
- func (p PgxRowsMock) Next() bool
- func (p PgxRowsMock) RawValues() [][]byte
- func (p PgxRowsMock) Scan(dest ...any) error
- func (p PgxRowsMock) Values() ([]any, error)
- type QueryMock
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PgxRowMock ¶
type PgxRowMock struct{}
func (PgxRowMock) Scan ¶
func (p PgxRowMock) Scan(dest ...any) error
type PgxRowsMock ¶
type PgxRowsMock struct{}
func (PgxRowsMock) Close ¶
func (p PgxRowsMock) Close()
func (PgxRowsMock) CommandTag ¶
func (p PgxRowsMock) CommandTag() pgconn.CommandTag
func (PgxRowsMock) Conn ¶
func (p PgxRowsMock) Conn() *pgx.Conn
func (PgxRowsMock) Err ¶
func (p PgxRowsMock) Err() error
func (PgxRowsMock) FieldDescriptions ¶
func (p PgxRowsMock) FieldDescriptions() []pgconn.FieldDescription
func (PgxRowsMock) Next ¶
func (p PgxRowsMock) Next() bool
func (PgxRowsMock) RawValues ¶
func (p PgxRowsMock) RawValues() [][]byte
func (PgxRowsMock) Scan ¶
func (p PgxRowsMock) Scan(dest ...any) error
func (PgxRowsMock) Values ¶
func (p PgxRowsMock) Values() ([]any, error)
Click to show internal directories.
Click to hide internal directories.