types

package
v0.2.2 Latest Latest
Warning

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

Go to latest
Published: Jan 26, 2026 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Alias

func Alias[C columnAlias](s string) C

Types

type Buildable

type Buildable interface {
	Build() (string, []any)
}

type Builder

type Builder interface {
	AddToBuilder(buf *strings.Builder, ta string, paramIndex *int, args *[]any)
}

type ColumnAlias

type ColumnAlias fmt.Stringer

type Query

type Query interface {
	Buildable
	Builder
	TableAlias() string
}

type Scannable

type Scannable interface {
	Buildable
	ScanAbleFields() []string
}

type TableAlias

type TableAlias fmt.Stringer

Jump to

Keyboard shortcuts

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