object_model

package
v0.0.32 Latest Latest
Warning

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

Go to latest
Published: May 3, 2023 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type LimitOptions

type LimitOptions struct {
	Offset int
	Count  int
}

func (*LimitOptions) Limit

func (limitOptions *LimitOptions) Limit(
	offset, count int) SelectOptions

func (*LimitOptions) Wrap

func (limitOptions *LimitOptions) Wrap(
	query string,
	params []interface{}) (
	string,
	[]interface{})

type Queries

type Queries string

type Queryx

type Queryx struct {
	Query  Queries
	Params []interface{}
}

type SelectOptions

type SelectOptions interface {
	Wrap(
		string,
		[]interface{}) (
		string,
		[]interface{})
}

Jump to

Keyboard shortcuts

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