Documentation ¶
Overview ¶
Package scanner implements a HANA SQL query scanner.
For a detailed HANA SQL query syntax please see https://help.sap.com/doc/6254b3bb439c4f409a979dc407b49c9b/2.0.00/en-US/SAP_HANA_SQL_Script_Reference_en.pdf
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrToken = errors.New("invalid token")
ErrToken is raised when a token is malformed (e.g. string with missing ending quote).
Functions ¶
This section is empty.
Types ¶
type Scanner ¶
type Scanner struct {
// contains filtered or unexported fields
}
A Scanner implements reading of SQL query tokens.
Click to show internal directories.
Click to hide internal directories.