ComQuery implements the Handler interface.
(ctx context.Context, c *mysql.Conn, query string, parsed tree.Statement, callback func(*Result) error)
| 234 | fields = []pgproto3.FieldDescription{ |
| 235 | { |
| 236 | Name: []byte("Rows"), |
| 237 | DataTypeOID: pgtype.Int4OID, |
| 238 | DataTypeSize: 4, |
| 239 | }, |
| 240 | } |
| 241 | } |
| 242 | if err != nil { |
| 243 | defer stmt.Close() |
| 244 | return nil, nil, nil, err |
| 245 | } |