Versions in this module Expand all Collapse all v0 v0.0.2 Feb 25, 2025 v0.0.1 Nov 7, 2024 Changes in this version + type DBQuerier struct + func NewQuerier(conn genericConn) *DBQuerier + func (q *DBQuerier) Backtick(ctx context.Context) (string, error) + func (q *DBQuerier) BacktickBackslashN(ctx context.Context) (string, error) + func (q *DBQuerier) BacktickBackslashNBatch(batch genericBatch) + func (q *DBQuerier) BacktickBackslashNScan(results pgx.BatchResults) (string, error) + func (q *DBQuerier) BacktickBatch(batch genericBatch) + func (q *DBQuerier) BacktickDoubleQuote(ctx context.Context) (string, error) + func (q *DBQuerier) BacktickDoubleQuoteBatch(batch genericBatch) + func (q *DBQuerier) BacktickDoubleQuoteScan(results pgx.BatchResults) (string, error) + func (q *DBQuerier) BacktickNewline(ctx context.Context) (string, error) + func (q *DBQuerier) BacktickNewlineBatch(batch genericBatch) + func (q *DBQuerier) BacktickNewlineScan(results pgx.BatchResults) (string, error) + func (q *DBQuerier) BacktickQuoteBacktick(ctx context.Context) (string, error) + func (q *DBQuerier) BacktickQuoteBacktickBatch(batch genericBatch) + func (q *DBQuerier) BacktickQuoteBacktickScan(results pgx.BatchResults) (string, error) + func (q *DBQuerier) BacktickScan(results pgx.BatchResults) (string, error) + func (q *DBQuerier) BadEnumName(ctx context.Context) (UnnamedEnum123, error) + func (q *DBQuerier) BadEnumNameBatch(batch genericBatch) + func (q *DBQuerier) BadEnumNameScan(results pgx.BatchResults) (UnnamedEnum123, error) + func (q *DBQuerier) GoKeyword(ctx context.Context, go_ string) (string, error) + func (q *DBQuerier) GoKeywordBatch(batch genericBatch, go_ string) + func (q *DBQuerier) GoKeywordScan(results pgx.BatchResults) (string, error) + func (q *DBQuerier) IllegalNameSymbols(ctx context.Context, helloWorld string) (IllegalNameSymbolsRow, error) + func (q *DBQuerier) IllegalNameSymbolsBatch(batch genericBatch, helloWorld string) + func (q *DBQuerier) IllegalNameSymbolsScan(results pgx.BatchResults) (IllegalNameSymbolsRow, error) + func (q *DBQuerier) SpaceAfter(ctx context.Context, space string) (string, error) + func (q *DBQuerier) SpaceAfterBatch(batch genericBatch, space string) + func (q *DBQuerier) SpaceAfterScan(results pgx.BatchResults) (string, error) + type IllegalNameSymbolsRow struct + FooBar string + UnnamedColumn0 string + type Querier interface + Backtick func(ctx context.Context) (string, error) + BacktickBackslashN func(ctx context.Context) (string, error) + BacktickBackslashNBatch func(batch genericBatch) + BacktickBackslashNScan func(results pgx.BatchResults) (string, error) + BacktickBatch func(batch genericBatch) + BacktickDoubleQuote func(ctx context.Context) (string, error) + BacktickDoubleQuoteBatch func(batch genericBatch) + BacktickDoubleQuoteScan func(results pgx.BatchResults) (string, error) + BacktickNewline func(ctx context.Context) (string, error) + BacktickNewlineBatch func(batch genericBatch) + BacktickNewlineScan func(results pgx.BatchResults) (string, error) + BacktickQuoteBacktick func(ctx context.Context) (string, error) + BacktickQuoteBacktickBatch func(batch genericBatch) + BacktickQuoteBacktickScan func(results pgx.BatchResults) (string, error) + BacktickScan func(results pgx.BatchResults) (string, error) + BadEnumName func(ctx context.Context) (UnnamedEnum123, error) + BadEnumNameBatch func(batch genericBatch) + BadEnumNameScan func(results pgx.BatchResults) (UnnamedEnum123, error) + GoKeyword func(ctx context.Context, go_ string) (string, error) + GoKeywordBatch func(batch genericBatch, go_ string) + GoKeywordScan func(results pgx.BatchResults) (string, error) + IllegalNameSymbols func(ctx context.Context, helloWorld string) (IllegalNameSymbolsRow, error) + IllegalNameSymbolsBatch func(batch genericBatch, helloWorld string) + IllegalNameSymbolsScan func(results pgx.BatchResults) (IllegalNameSymbolsRow, error) + SpaceAfter func(ctx context.Context, space string) (string, error) + SpaceAfterBatch func(batch genericBatch, space string) + SpaceAfterScan func(results pgx.BatchResults) (string, error) + type UnnamedEnum123 string + const UnnamedEnum123InconvertibleEnumName + const UnnamedEnum123UnnamedLabel1 + const UnnamedEnum123UnnamedLabel2111 + const UnnamedEnum123UnnamedLabel3 + func (u UnnamedEnum123) String() string