sc

package
v0.0.0-...-459568a Latest Latest
Warning

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

Go to latest
Published: Aug 25, 2020 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type SysTabler

type SysTabler interface {
	Tree()
	Insert(trx *mtrs.Transaction, st *statement.Insert)
	Tfm() *tfm.TableFileManage
	// 用于载入元组
	LoadTuple(create *statement.Create)
}

type SystemCache

type SystemCache struct {
	//sys_tables
	Sys_tables SysTabler
	// sys_fields
	Sys_fields SysTabler
	// sys_columns
	Sys_columns SysTabler
	// sys_indexes
	Sys_index SysTabler
}
var SC *SystemCache

func LoadSysCache

func LoadSysCache(tables, fileds, columns, index SysTabler) *SystemCache

func (SystemCache) CreateTable

func (this SystemCache) CreateTable()

func (SystemCache) LoadSysTuple

func (this SystemCache) LoadSysTuple()

func (SystemCache) SetSysTrxIDStore

func (this SystemCache) SetSysTrxIDStore(TrxID uint32)

func (SystemCache) SysTrxIDStore

func (this SystemCache) SysTrxIDStore() page.DictPager

Jump to

Keyboard shortcuts

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