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