# Functions

NewTransactorMock returns a mock for db.Transactor.
NewTxMock returns a mock for pgx.Tx.

# Structs

TransactorMock implements db.Transactor.
TransactorMockBeginTxExpectation specifies expectation struct of the Transactor.BeginTx.
TransactorMockBeginTxParamPtrs contains pointers to parameters of the Transactor.BeginTx.
TransactorMockBeginTxParams contains parameters of the Transactor.BeginTx.
TransactorMockBeginTxResults contains results of the Transactor.BeginTx.
TxMock implements pgx.Tx.
TxMockBeginExpectation specifies expectation struct of the Tx.Begin.
TxMockBeginParamPtrs contains pointers to parameters of the Tx.Begin.
TxMockBeginParams contains parameters of the Tx.Begin.
TxMockBeginResults contains results of the Tx.Begin.
TxMockCommitExpectation specifies expectation struct of the Tx.Commit.
TxMockCommitParamPtrs contains pointers to parameters of the Tx.Commit.
TxMockCommitParams contains parameters of the Tx.Commit.
TxMockCommitResults contains results of the Tx.Commit.
TxMockConnExpectation specifies expectation struct of the Tx.Conn.
TxMockConnResults contains results of the Tx.Conn.
TxMockCopyFromExpectation specifies expectation struct of the Tx.CopyFrom.
TxMockCopyFromParamPtrs contains pointers to parameters of the Tx.CopyFrom.
TxMockCopyFromParams contains parameters of the Tx.CopyFrom.
TxMockCopyFromResults contains results of the Tx.CopyFrom.
TxMockExecExpectation specifies expectation struct of the Tx.Exec.
TxMockExecParamPtrs contains pointers to parameters of the Tx.Exec.
TxMockExecParams contains parameters of the Tx.Exec.
TxMockExecResults contains results of the Tx.Exec.
TxMockLargeObjectsExpectation specifies expectation struct of the Tx.LargeObjects.
TxMockLargeObjectsResults contains results of the Tx.LargeObjects.
TxMockPrepareExpectation specifies expectation struct of the Tx.Prepare.
TxMockPrepareParamPtrs contains pointers to parameters of the Tx.Prepare.
TxMockPrepareParams contains parameters of the Tx.Prepare.
TxMockPrepareResults contains results of the Tx.Prepare.
TxMockQueryExpectation specifies expectation struct of the Tx.Query.
TxMockQueryParamPtrs contains pointers to parameters of the Tx.Query.
TxMockQueryParams contains parameters of the Tx.Query.
TxMockQueryResults contains results of the Tx.Query.
TxMockQueryRowExpectation specifies expectation struct of the Tx.QueryRow.
TxMockQueryRowParamPtrs contains pointers to parameters of the Tx.QueryRow.
TxMockQueryRowParams contains parameters of the Tx.QueryRow.
TxMockQueryRowResults contains results of the Tx.QueryRow.
TxMockRollbackExpectation specifies expectation struct of the Tx.Rollback.
TxMockRollbackParamPtrs contains pointers to parameters of the Tx.Rollback.
TxMockRollbackParams contains parameters of the Tx.Rollback.
TxMockRollbackResults contains results of the Tx.Rollback.
TxMockSendBatchExpectation specifies expectation struct of the Tx.SendBatch.
TxMockSendBatchParamPtrs contains pointers to parameters of the Tx.SendBatch.
TxMockSendBatchParams contains parameters of the Tx.SendBatch.
TxMockSendBatchResults contains results of the Tx.SendBatch.