# 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.
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.
TxMockBeginFuncExpectation specifies expectation struct of the Tx.BeginFunc.
TxMockBeginFuncParams contains parameters of the Tx.BeginFunc.
TxMockBeginFuncResults contains results of the Tx.BeginFunc.
TxMockBeginParams contains parameters of the Tx.Begin.
TxMockBeginResults contains results of the Tx.Begin.
TxMockCommitExpectation specifies expectation struct 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.
TxMockCopyFromParams contains parameters of the Tx.CopyFrom.
TxMockCopyFromResults contains results of the Tx.CopyFrom.
TxMockExecExpectation specifies expectation struct 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.
TxMockPrepareParams contains parameters of the Tx.Prepare.
TxMockPrepareResults contains results of the Tx.Prepare.
TxMockQueryExpectation specifies expectation struct of the Tx.Query.
TxMockQueryFuncExpectation specifies expectation struct of the Tx.QueryFunc.
TxMockQueryFuncParams contains parameters of the Tx.QueryFunc.
TxMockQueryFuncResults contains results of the Tx.QueryFunc.
TxMockQueryParams contains parameters of the Tx.Query.
TxMockQueryResults contains results of the Tx.Query.
TxMockQueryRowExpectation specifies expectation struct 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.
TxMockRollbackParams contains parameters of the Tx.Rollback.
TxMockRollbackResults contains results of the Tx.Rollback.
TxMockSendBatchExpectation specifies expectation struct of the Tx.SendBatch.
TxMockSendBatchParams contains parameters of the Tx.SendBatch.
TxMockSendBatchResults contains results of the Tx.SendBatch.