clickhouse

package
v1.0.3 Latest Latest
Warning

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

Go to latest
Published: Mar 21, 2023 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Dao

type Dao interface {
	Model() interface{}
	MTag() string
	Set(conf map[string]interface{}) Dao
	Filter(filter map[string]interface{}) Dao
	OrderBy(orderBy []string) Dao
	Limit(pageSize, pageNum int64) Dao
	Select(dest interface{}) error
}

type Impl

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

func New

func New(m interface{}) Impl

func (Impl) Filter

func (i Impl) Filter(filter map[string]interface{}) Dao

func (Impl) Limit

func (i Impl) Limit(pageSize, pageNum int64) Dao

func (Impl) MTag added in v1.0.0

func (i Impl) MTag() string

func (Impl) Model

func (i Impl) Model() interface{}

func (Impl) OrderBy

func (i Impl) OrderBy(orderBy []string) Dao

func (Impl) Select

func (i Impl) Select(dest interface{}) error

func (Impl) Set added in v1.0.0

func (i Impl) Set(conf map[string]interface{}) Dao

func (Impl) TableName

func (i Impl) TableName() string

Jump to

Keyboard shortcuts

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