param

package
v1.1.0-beta.0...-6d74071 Latest Latest
Warning

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

Go to latest
Published: Dec 2, 2024 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ErrUnknownFieldType = dbterror.ClassServer.NewStd(errno.ErrUnknownFieldType)

ErrUnknownFieldType is returned when datatype of the binary param is unknown

Functions

This section is empty.

Types

type BinaryParam

type BinaryParam struct {
	Tp         byte
	IsUnsigned bool
	IsNull     bool
	Val        []byte
}

BinaryParam stores the information decoded from the binary protocol It can be further parsed into `expression.Expression` through the `ExecArgs` function in this package

Jump to

Keyboard shortcuts

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