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. |
* 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. |
Click to show internal directories.
Click to hide internal directories.