Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetBindVariable ¶
func HasBindVariable ¶
func NewNopRline ¶
Types ¶
type Handler ¶
type Handler struct {
// contains filtered or unexported fields
}
func NewHandler ¶
func NewHandler( c *db.DataSourceConfig, enableOutput bool, ) *Handler
func (*Handler) GetElapsedTime ¶
func (h *Handler) GetElapsedTime() map[string]stats.TimeValues
func (*Handler) ShowSystemInfo ¶
type SimpleParser ¶
type SimpleParser struct {
// contains filtered or unexported fields
}
func NewSimpleParser ¶
func NewSimpleParser(sql string) *SimpleParser
func (*SimpleParser) Parse ¶
func (p *SimpleParser) Parse() error
func (*SimpleParser) Replace ¶
func (p *SimpleParser) Replace() (string, error)
Click to show internal directories.
Click to hide internal directories.