querybuilder

package
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 9, 2025 License: GPL-3.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func FillWithEmptyPositionals

func FillWithEmptyPositionals(length int) string

Types

type PgxQueryBuilder

type PgxQueryBuilder struct {
	Query       string
	QueryParams []any
	// contains filtered or unexported fields
}

func NewPgxQueryBuilder

func NewPgxQueryBuilder() *PgxQueryBuilder

func (*PgxQueryBuilder) AddQuery

func (q *PgxQueryBuilder) AddQuery(s string)

Appends a new SQL query raw without any positional parameters

func (*PgxQueryBuilder) AddQueryWithPositionals

func (q *PgxQueryBuilder) AddQueryWithPositionals(query string, values []any) error

Appends a new SQL query with positional parameters to the existing query in PgxQueryBuilder. It first replaces placeholders in the format "$x" with incrementing positional parameters (e.g., "$1", "$2", etc.)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL