Documentation ¶
Index ¶
- type Rows
- func (_m *Rows) Close()
- func (_m *Rows) CommandTag() pgconn.CommandTag
- func (_m *Rows) Err() error
- func (_m *Rows) FieldDescriptions() []pgproto3.FieldDescription
- func (_m *Rows) Next() bool
- func (_m *Rows) RawValues() [][]byte
- func (_m *Rows) Scan(dest ...interface{}) error
- func (_m *Rows) Values() ([]interface{}, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Rows ¶
Rows is an autogenerated mock type for the Rows type
func NewRows ¶
func NewRows(t mockConstructorTestingTNewRows) *Rows
NewRows creates a new instance of Rows. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.
func (*Rows) CommandTag ¶
func (_m *Rows) CommandTag() pgconn.CommandTag
CommandTag provides a mock function with given fields:
func (*Rows) FieldDescriptions ¶
func (_m *Rows) FieldDescriptions() []pgproto3.FieldDescription
FieldDescriptions provides a mock function with given fields:
Click to show internal directories.
Click to hide internal directories.