_select

package
v0.3.2 Latest Latest
Warning

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

Go to latest
Published: Nov 16, 2023 License: MIT Imports: 15 Imported by: 0

Documentation

Index

Constants

View Source
const (
	Field    ColumnType = 0
	Function            = 1
	Star                = 2
	Expr                = 3
)

Variables

This section is empty.

Functions

This section is empty.

Types

type ColumnType

type ColumnType int

type SelectResult

type SelectResult struct {
	Fields  []string
	Records []map[string]interface{}
}

type SelectStatement

type SelectStatement struct {
	// contains filtered or unexported fields
}

func New

func New(context *util.Context, rawQuery string) *SelectStatement

func (*SelectStatement) Execute

func (sel *SelectStatement) Execute() (*util.QueryResult, error)

Jump to

Keyboard shortcuts

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