MCPcopy
hub / github.com/go-sql-driver/mysql / Query

Method Query

connection.go:486–488  ·  view source on GitHub ↗
(query string, args []driver.Value)

Source from the content-addressed store, hash-verified

484}
485
486func (mc *mysqlConn) Query(query string, args []driver.Value) (driver.Rows, error) {
487 return mc.query(query, args)
488}
489
490func (mc *mysqlConn) query(query string, args []driver.Value) (*textRows, error) {
491 handleOk := mc.clearResult()

Callers

nothing calls this directly

Calls 1

queryMethod · 0.95

Tested by

no test coverage detected