lang

package
v1.0.37 Latest Latest
Warning

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

Go to latest
Published: Oct 3, 2021 License: Apache-2.0 Imports: 5 Imported by: 1

README

sqlite3 language builder

TODO

This package is part of a wider project, github.com/mutablelogic/go-sqlite. Please see the module documentation for more information.

Documentation

Overview

Package lang provides a statement builder for sqlite

Index

Constants

This section is empty.

Variables

View Source
var (
	// P defines a bound parameter
	P = &e{nil, nil, ""}
)

Functions

func C

func C(name string) SQColumn

C defines a column name

func N

func N(s string) SQSource

N defines a table name or column name

func Q

func Q(v ...interface{}) sqlite.SQStatement

Q Creates a query or expression

func S

func S(sources ...sqlite.SQSource) sqlite.SQSelect

S defines a select statement

func V

func V(v interface{}) SQExpr

V creates a value

Types

This section is empty.

Jump to

Keyboard shortcuts

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