mysql

package
v0.15.3 Latest Latest
Warning

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

Go to latest
Published: Nov 24, 2025 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Overview

mysql_plugin.go

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewMysqlCachePlugin

func NewMysqlCachePlugin() *mysqlCachePlugin

func NewMysqlPlugin

func NewMysqlPlugin() *mysqlPlugin

Types

type RoutineInfo

type RoutineInfo struct {
	Name       string
	Params     []RoutineParam
	ReturnType string
}

RoutineInfo holds parameter definitions for a routine.

type RoutineParam

type RoutineParam struct {
	Name     string
	DataType string
	Mode     string
	Ordinal  int
}

RoutineParam holds one parameter definition.

Jump to

Keyboard shortcuts

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