MCPcopy Create free account
hub / github.com/araddon/qlbridge / parseTransaction

Method parseTransaction

rel/parse_sql.go:867–874  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

865}
866
867func (m *Sqlbridge) parseTransaction() (*SqlCommand, error) {
868
869 // rollback, commit
870 req := &SqlCommand{Columns: make(CommandColumns, 0)}
871 req.kw = m.Next().T // rollback, commit
872
873 return req, nil
874}
875
876func parseColumns(m expr.TokenPager, fr expr.FuncResolver, stmt ColumnsStatement) error {
877

Callers 1

parseMethod · 0.95

Calls 1

NextMethod · 0.65

Tested by

no test coverage detected