query($q); $rows = static::$interface->affected_rows; $id = static::$interface->insert_id; return [$r, [$rows, $id]]; } }