sqlprune

package
v0.0.0-...-c73473a Latest Latest
Warning

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

Go to latest
Published: Feb 10, 2026 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

View Source
const (
	MySQLHdrSize                  = 4
	MySQLErrMinLen                = 8
	MySQLErrPacketMarker   byte   = 0xff
	MySQLStateMarker       byte   = '#'
	MySQLProgressReporting uint16 = 0xffff
)
View Source
const (
	PostgresHdrSize = 5 // 'E' + Int32(len)

	PostgresMessageTypeQuery   = 'Q'
	PostgresMessageTypeBind    = 'B'
	PostgresMessageTypeExecute = 'E'
	PostgresMessageTypeParse   = 'P'
)

Variables

This section is empty.

Functions

func SQLParseCommandID

func SQLParseCommandID(kind request.SQLKind, buf []byte) string

func SQLParseError

func SQLParseError(kind request.SQLKind, buf []uint8) *request.SQLError

func SQLParseOperationAndTable

func SQLParseOperationAndTable(query string) (string, string)

func SQLParseOperationAndTableNEW

func SQLParseOperationAndTableNEW(query string) (string, string)

func SQLParseStatementID

func SQLParseStatementID(kind request.SQLKind, buf []byte) uint32

Types

This section is empty.

Jump to

Keyboard shortcuts

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