querysubmit

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type QuerySubmitter added in v0.5.375

type QuerySubmitter interface {
	GetStatement() (sqlparser.Statement, bool)
	PrepareQuery(handlerCtx handler.HandlerContext) error
	SubmitQuery() internaldto.ExecutorOutput
	WithTransactionContext(transactionContext txn_context.ITransactionContext) QuerySubmitter
	IsReadOnly() bool
	// Get the redo log entry.
	GetRedoLog() (binlog.LogEntry, bool)
	// Get the undo log entry.
	GetUndoLog() (binlog.LogEntry, bool)
	GetPrimitiveGraphHolder() (primitivegraph.PrimitiveGraphHolder, bool)
}

func NewQuerySubmitter added in v0.5.375

func NewQuerySubmitter() QuerySubmitter

Jump to

Keyboard shortcuts

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