Documentation
¶
Index ¶
- type XAExecutor
- func (e *XAExecutor) ExecWithNamedValue(ctx context.Context, execCtx *types.ExecContext, f exec.CallbackWithNamedValue) (types.ExecResult, error)
- func (e *XAExecutor) ExecWithValue(ctx context.Context, execCtx *types.ExecContext, f exec.CallbackWithNamedValue) (types.ExecResult, error)
- func (e *XAExecutor) Interceptors(hooks []exec.SQLHook)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type XAExecutor ¶
type XAExecutor struct {
// contains filtered or unexported fields
}
XAExecutor The XA transaction manager.
func (*XAExecutor) ExecWithNamedValue ¶
func (e *XAExecutor) ExecWithNamedValue(ctx context.Context, execCtx *types.ExecContext, f exec.CallbackWithNamedValue) (types.ExecResult, error)
ExecWithNamedValue
func (*XAExecutor) ExecWithValue ¶
func (e *XAExecutor) ExecWithValue(ctx context.Context, execCtx *types.ExecContext, f exec.CallbackWithNamedValue) (types.ExecResult, error)
ExecWithValue
func (*XAExecutor) Interceptors ¶
func (e *XAExecutor) Interceptors(hooks []exec.SQLHook)
Interceptors set xa executor hooks
Click to show internal directories.
Click to hide internal directories.