driver

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: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewStackQLDriverFactory added in v0.5.375

func NewStackQLDriverFactory(handlerCtx handler.HandlerContext) sqlbackend.SQLBackendFactory

Types

type StackQLDriver added in v0.5.375

type StackQLDriver interface {
	sqlbackend.ISQLBackend
	ProcessDryRun(string)
	ProcessQuery(string)
}

StackQLDriver lifetimes map to the concept of "session". It is responsible for handling queries and their bounding transactions.

func NewStackQLDriver added in v0.5.375

func NewStackQLDriver(handlerCtx handler.HandlerContext) (StackQLDriver, error)

type StackQLDriverFactory added in v0.5.375

type StackQLDriverFactory interface {
	NewSQLDriver() (StackQLDriver, error)
}

Jump to

Keyboard shortcuts

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