Versions in this module Expand all Collapse all v2 v2.6.3 Nov 15, 2024 Changes in this version + func DriverName(d driver.Driver) string + type Scanner struct + func NewScanner(sql string) *Scanner + func (s *Scanner) Scan() bool + func (s *Scanner) Text() string + func (s *Scanner) Token() Token + type Token int + const AS + const CALL + const COMMA + const COMMENT + const DELETE + const FROM + const IDENT + const INSERT + const INTO + const LPAREN + const NUMBER + const OR + const OTHER + const PERIOD + const REPLACE + const RPAREN + const SELECT + const SET + const STRING + const TABLE + const TRUNCATE + const UPDATE + func (t Token) String() string