MCPcopy Create free account
hub / github.com/donatj/sqlread / NewInsertDetailParser

Function NewInsertDetailParser

detail.go:12–16  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

10}
11
12func NewInsertDetailParser() *InsertDetailParser {
13 return &InsertDetailParser{
14 Out: make(chan []string, 100),
15 }
16}
17
18func (d *InsertDetailParser) ParseStart(p *Parser) parseState {
19 cii, ok := p.scan()

Callers 1

execQueryFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected