Documentation ¶
Index ¶
Constants ¶
View Source
const ( CommandExecuteQuery = "executeQuery" CommandShowDatabases = "showDatabases" CommandShowSchemas = "showSchemas" CommandShowConnections = "showConnections" CommandSwitchDatabase = "switchDatabase" CommandSwitchConnection = "switchConnections" CommandShowTables = "showTables" )
View Source
const ( SignatureHelpTypeInsertValue signatureHelpType SignatureHelpTypeUnknown = 99 )
Variables ¶
View Source
var (
ErrNoConnection = errors.New("no database connection")
)
View Source
var ErrNoHover = errors.New("no hover information found")
Functions ¶
func SignatureHelp ¶
func SignatureHelp(text string, params lsp.SignatureHelpParams, dbCache *database.DBCache) (*lsp.SignatureHelp, error)
Types ¶
Click to show internal directories.
Click to hide internal directories.