Instance Method
query(_:_:onRow:onMetadata:)
func query(_ sql: String, _ binds: [MySQLData] = [], onRow: @escaping (MySQLRow) throws -> (), onMetadata: @escaping (MySQLQueryMetadata) throws -> () = { _ in }) -> EventLoopFuture<Void>
Instance Method
func query(_ sql: String, _ binds: [MySQLData] = [], onRow: @escaping (MySQLRow) throws -> (), onMetadata: @escaping (MySQLQueryMetadata) throws -> () = { _ in }) -> EventLoopFuture<Void>