# Functions
AddStmtPart adds a new part of the statement.
ChangeLanguage changes a language for a connection.
Connect establishes a connection to the instance and starts the console.
Eval executes the command on the remote instance (according to args).
NewConsole creates a new console connected to the tarantool instance.
NewLuaValidator returns a LuaValidator object.
NewSQLValidator return a SQLValidator object.
ParseLanguage parses a language string representation.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
No description provided by the author
# Structs
ConnectCtx contains information for connecting to the instance.
Console describes the console connected to the tarantool instance.
LuaValidator implements ValidateCloser interface for the Lua language.
SQLValidator implements ValidateCloser interface for the SQL language.
# Interfaces
ValidateCloser is the interface that wraps basic validate methods for a string statement and Close() methods.
Validator is the interface that wraps basic validate methods for a string statement.