bundle

package
v0.5.643 Latest Latest
Warning

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

Go to latest
Published: May 15, 2024 License: MIT Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Bundle

type Bundle interface {
	GetAuthContexts() map[string]*dto.AuthCtx
	GetControlAttributes() sqlcontrol.ControlAttributes
	GetGC() garbagecollector.GarbageCollector
	GetNamespaceCollection() tablenamespace.Collection
	GetDBMSInternalRouter() dbmsinternal.Router
	GetSQLDataSources() map[string]sql_datasource.SQLDataSource
	GetSQLSystem() sql_system.SQLSystem
	GetSQLEngine() sqlengine.SQLEngine
	GetTxnCounterManager() txncounter.Manager
	GetTxnStore() kstore.KStore
	GetTxnCoordinatorContext() txn_context.ITransactionCoordinatorContext
	GetTypingConfig() typing.Config
	GetSessionContext() dto.SessionContext
}

func NewBundle

func NewBundle(
	garbageCollector garbagecollector.GarbageCollector,
	namespaces tablenamespace.Collection,
	sqlEngine sqlengine.SQLEngine,
	sqlSystem sql_system.SQLSystem,
	pgInternalRouter dbmsinternal.Router,
	controlAttributes sqlcontrol.ControlAttributes,
	txnStore kstore.KStore,
	txnCtrMgr txncounter.Manager,
	authContexts map[string]*dto.AuthCtx,
	sqlDataSources map[string]sql_datasource.SQLDataSource,
	txnCoordintatorContext txn_context.ITransactionCoordinatorContext,
	typCfg typing.Config,
	sessionCtx dto.SessionContext,
) Bundle

Jump to

Keyboard shortcuts

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