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

Method Query

statement.go:100–102  ·  view source on GitHub ↗
(args []driver.Value)

Source from the content-addressed store, hash-verified

98}
99
100func (stmt *mysqlStmt) Query(args []driver.Value) (driver.Rows, error) {
101 return stmt.query(args)
102}
103
104func (stmt *mysqlStmt) query(args []driver.Value) (*binaryRows, error) {
105 if stmt.mc.closed.Load() {

Callers 15

mustQueryMethod · 0.45
TestDateTimeFunction · 0.45
TestTimestampMicrosFunction · 0.45
TestLoadDataFunction · 0.45
TestRowsCloseFunction · 0.45
TestCloseStmtBeforeRowsFunction · 0.45
TestStmtMultiRowsFunction · 0.45
TestPreparedManyColsFunction · 0.45
TestInterruptBySignalFunction · 0.45
TestPingFunction · 0.45
TestMultiResultSetFunction · 0.45
TestQueryMultipleResultsFunction · 0.45

Calls 1

queryMethod · 0.95

Tested by 15

mustQueryMethod · 0.36
TestDateTimeFunction · 0.36
TestTimestampMicrosFunction · 0.36
TestLoadDataFunction · 0.36
TestRowsCloseFunction · 0.36
TestCloseStmtBeforeRowsFunction · 0.36
TestStmtMultiRowsFunction · 0.36
TestPreparedManyColsFunction · 0.36
TestInterruptBySignalFunction · 0.36
TestPingFunction · 0.36
TestMultiResultSetFunction · 0.36
TestQueryMultipleResultsFunction · 0.36