MCPcopy Index your code
hub / github.com/CovenantSQL/CovenantSQL / NewCursor

Function NewCursor

cmd/cql-mysql-adapter/cursor.go:64–66  ·  view source on GitHub ↗

NewCursor returns a new cursor.

(s *Server)

Source from the content-addressed store, hash-verified

62
63// NewCursor returns a new cursor.
64func NewCursor(s *Server) (c *Cursor) {
65 return &Cursor{server: s}
66}
67
68func (c *Cursor) buildResultSet(rows *sql.Rows) (r *my.Result, err error) {
69 // get columns

Callers 1

handleConnMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected