type github.com/jackc/pgx/v4.dbSavepoint
15 uses
github.com/jackc/pgx/v4 (current package)
tx.go#L186: return &dbSavepoint{tx: tx, savepointNum: tx.savepointNum}, nil
tx.go#L324: type dbSavepoint struct {
tx.go#L331: func (sp *dbSavepoint) Begin(ctx context.Context) (Tx, error) {
tx.go#L339: func (sp *dbSavepoint) BeginFunc(ctx context.Context, f func(Tx) error) (err error) {
tx.go#L348: func (sp *dbSavepoint) Commit(ctx context.Context) error {
tx.go#L361: func (sp *dbSavepoint) Rollback(ctx context.Context) error {
tx.go#L372: func (sp *dbSavepoint) Exec(ctx context.Context, sql string, arguments ...interface{}) (commandTag pgconn.CommandTag, err error) {
tx.go#L381: func (sp *dbSavepoint) Prepare(ctx context.Context, name, sql string) (*pgconn.StatementDescription, error) {
tx.go#L390: func (sp *dbSavepoint) Query(ctx context.Context, sql string, args ...interface{}) (Rows, error) {
tx.go#L401: func (sp *dbSavepoint) QueryRow(ctx context.Context, sql string, args ...interface{}) Row {
tx.go#L407: func (sp *dbSavepoint) QueryFunc(ctx context.Context, sql string, args []interface{}, scans []interface{}, f func(QueryFuncRow) error) (pgconn.CommandTag, error) {
tx.go#L416: func (sp *dbSavepoint) CopyFrom(ctx context.Context, tableName Identifier, columnNames []string, rowSrc CopyFromSource) (int64, error) {
tx.go#L425: func (sp *dbSavepoint) SendBatch(ctx context.Context, b *Batch) BatchResults {
tx.go#L433: func (sp *dbSavepoint) LargeObjects() LargeObjects {
tx.go#L437: func (sp *dbSavepoint) Conn() *Conn {
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |