innodb

package
v0.0.0-...-d224df5 Latest Latest
Warning

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

Go to latest
Published: Jan 13, 2022 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MySQLServerSession

type MySQLServerSession interface {
	GetLastActiveTime() time.Time

	SendOK()

	SendHandleOk()

	SendError(error *mysql.SQLError)

	GetCurrentDataBase() string

	SetCurrentDatabase(databaseName string)

	ParseSQL(sql, charset, collation string) ([]ast.StmtNode, error)

	ParseOneSQL(sql, charset, collation string) (ast.StmtNode, error)

	PrepareTxnCtx()

	Commit()

	context.Context
}

Directories

Path Synopsis
Package ast is the abstract syntax tree parsed from a SQL statement by parser.
Package ast is the abstract syntax tree parsed from a SQL statement by parser.
ddl
txn
* Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements.
* Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements.

Jump to

Keyboard shortcuts

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