mysql

package
v0.6.0-beta.10 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 19, 2023 License: AGPL-3.0 Imports: 21 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewMysql

func NewMysql(logger logger.Logger) bindings.OutputBinding

NewMysql returns a new MySQL output binding.

Types

type MysqlOperations

type MysqlOperations struct {
	BaseOperations
	// contains filtered or unexported fields
}

MysqlOperations represents MySQL output bindings.

func (*MysqlOperations) CheckStatusOps

func (mysqlOps *MysqlOperations) CheckStatusOps(ctx context.Context, req *bindings.InvokeRequest, resp *bindings.InvokeResponse) (OpsResult, error)

func (*MysqlOperations) ExecOps

func (mysqlOps *MysqlOperations) ExecOps(ctx context.Context, req *bindings.InvokeRequest, resp *bindings.InvokeResponse) (OpsResult, error)

func (*MysqlOperations) GetLagOps

func (mysqlOps *MysqlOperations) GetLagOps(ctx context.Context, req *bindings.InvokeRequest, resp *bindings.InvokeResponse) (OpsResult, error)

func (*MysqlOperations) GetLogger

func (mysqlOps *MysqlOperations) GetLogger() logger.Logger

GetLogger is used for getting logger, implements BaseInternalOps interface

func (*MysqlOperations) GetRole

func (mysqlOps *MysqlOperations) GetRole(ctx context.Context, request *bindings.InvokeRequest, response *bindings.InvokeResponse) (string, error)

func (*MysqlOperations) GetRunningPort

func (mysqlOps *MysqlOperations) GetRunningPort() int

func (*MysqlOperations) Init

func (mysqlOps *MysqlOperations) Init(metadata bindings.Metadata) error

Init initializes the MySQL binding.

func (*MysqlOperations) InitDelay

func (mysqlOps *MysqlOperations) InitDelay() error

func (*MysqlOperations) InternalExec

func (mysqlOps *MysqlOperations) InternalExec(ctx context.Context, sql string) (int64, error)

InternalExec is used for internal execution, implements BaseInternalOps interface

func (*MysqlOperations) InternalQuery

func (mysqlOps *MysqlOperations) InternalQuery(ctx context.Context, sql string) ([]byte, error)

InternalQuery is used for internal query, implements BaseInternalOps interface

func (*MysqlOperations) LockInstance

func (mysqlOps *MysqlOperations) LockInstance(ctx context.Context) error

func (*MysqlOperations) QueryOps

func (mysqlOps *MysqlOperations) QueryOps(ctx context.Context, req *bindings.InvokeRequest, resp *bindings.InvokeResponse) (OpsResult, error)

func (*MysqlOperations) UnlockInstance

func (mysqlOps *MysqlOperations) UnlockInstance(ctx context.Context) error

Jump to

Keyboard shortcuts

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