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