engine

package
v0.0.0-...-b8a1a0e Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Engine

type Engine interface {
	TransSelect(sqlparser.SelectExprs) error
	TransFrom(sqlparser.TableExprs) error
	TransGroupBy(sqlparser.GroupBy) error
	TransDerivativeGroupBy(sqlparser.GroupBy) error
	TransWhere(*sqlparser.Where) error
	TransHaving(*sqlparser.Where) error
	TransOrderBy(sqlparser.OrderBy) error
	TransLimit(*sqlparser.Limit) error
	ToSQLString() string
	Init()
	ExecuteQuery(*common.QuerierParams) (*common.Result, map[string]interface{}, error)
}

Directories

Path Synopsis
tag
packet_batch Module

Jump to

Keyboard shortcuts

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