entmq

package
v0.0.0-...-d83f8f0 Latest Latest
Warning

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

Go to latest
Published: Jan 13, 2022 License: MIT Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ApplyEntQL

func ApplyEntQL(q interface{ Where(p entql.P) }, queries []string) error

func BuildEntQL

func BuildEntQL(v string) (entql.P, error)

Types

type MiniQLToEntQLBuilder

type MiniQLToEntQLBuilder struct {
	Query string
	// contains filtered or unexported fields
}

func (*MiniQLToEntQLBuilder) Build

func (mb *MiniQLToEntQLBuilder) Build() (p entql.P, err error)

type MiniQLToEntSQLBuilder

type MiniQLToEntSQLBuilder struct {
	Node        *sqlgraph.Node
	QueryString string

	SQLBuilder *sql.Builder
	Graph      *sqlgraph.Schema
	sql.Builder
	DisableTypeCasting bool
	// contains filtered or unexported fields
}

func (*MiniQLToEntSQLBuilder) Query

func (mb *MiniQLToEntSQLBuilder) Query() (string, []interface{})

Query impl sql.Querier

Jump to

Keyboard shortcuts

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