types

package
v0.0.0-...-9ca7e33 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type COM_Query_ResponsePacket

type COM_Query_ResponsePacket struct {
	ERR_Packet          *mysqlproto.ERRPacket
	OK_Packet           *mysqlproto.OKPacket
	TextResultsetPacket *COM_Query_TextResultsetPacket
}

type COM_Query_TextResultsetPacket

type COM_Query_TextResultsetPacket struct {
	ColumnCount int
}

type ConnectionState

type ConnectionState struct {
	ID                  string
	RowCount            int64
	PreparedStatement   *PreparedStatement
	ReceivedSimpleQuery bool
	EOFCount            int
	CurrentQuery        *heartbeattypes.CurrentQuery
}

func NewConnectionState

func NewConnectionState() (*ConnectionState, error)

type PreparedStatement

type PreparedStatement struct {
	ID               int
	Query            string
	IsExecuted       bool
	CountEOFReceived int
}

Jump to

Keyboard shortcuts

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