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
Click to show internal directories.
Click to hide internal directories.