of rows – -Translation – Keybot Dictionary

Spacer TTN Translation Network TTN TTN Login Deutsch Français Spacer Help
Source Languages Target Languages
Keybot 59 Results  torregrosahome.com
  PHP: Solr - Manual  
SolrQuery::setStart — Specifies the number of rows to skip
SolrQuery::setStart — Spécifie le nombre maximal de lignes à ignorer
SolrQuery::setStart — Especifica el número de filas que se van a saltar
  PHP: PDOStatement::rowC...  
For most databases, PDOStatement::rowCount() does not return the number of rows affected by a SELECT statement. Instead, use PDO::query() to issue a SELECT COUNT(*) statement with the same predicates as your intended SELECT statement, then use PDOStatement::fetchColumn() to retrieve the number of rows that will be returned.
Для большинства СУБД PDOStatement::rowCount() не возвращает количество строк, затронутых SELECT запросом. Вместо этого метода запустите через PDO::query() выражение SELECT COUNT(*) с тем же текстом запроса. Затем методом PDOStatement::fetchColumn() вы получите число строк в результирующем наборе. Эта методика будет работать со всеми СУБД.
  PHP: mysqli::$affected_...  
mysqli_num_rows() - Gets the number of rows in a result
mysqli_num_rows() - Retourne le nombre de lignes dans un résultat
  PHP: mysqlnd_qc_get_cac...  
Number of rows of the cached result set.
Nombre de lignes contenues dans le jeu de résultats mis en cache.
Número de filas del conjunto de resultados almacenado en caché.
  PHP: mysqli_stmt::$affe...  
An integer greater than zero indicates the number of rows affected or retrieved. Zero indicates that no records where updated for an UPDATE/DELETE statement, no rows matched the WHERE clause in the query or that no query has yet been executed.
Целое число больше нуля показывает количество измененных или найденных строк. Ноль показывает, что не было обновлено ни одной записи для оператора UPDATE/DELETE, ни одна строка не удовлетворила условию WHERE в запросе или что ни один запрос еще не выполнен. -1 показывает, что запрос выполнен с ошибкой. NULL показывает, что функция получила неверный аргумент.
  PHP: PDOStatement::rowC...  
For most databases, PDOStatement::rowCount() does not return the number of rows affected by a SELECT statement. Instead, use PDO::query() to issue a SELECT COUNT(*) statement with the same predicates as your intended SELECT statement, then use PDOStatement::fetchColumn() to retrieve the number of rows that will be returned.
Для большинства СУБД PDOStatement::rowCount() не возвращает количество строк, затронутых SELECT запросом. Вместо этого метода запустите через PDO::query() выражение SELECT COUNT(*) с тем же текстом запроса. Затем методом PDOStatement::fetchColumn() вы получите число строк в результирующем наборе. Эта методика будет работать со всеми СУБД.
  PHP: mysqli::$affected_...  
An integer greater than zero indicates the number of rows affected or retrieved. Zero indicates that no records were updated for an UPDATE statement, no rows matched the
Seulement en style procédural : Un identifiant de lien retourné par la fonction mysqli_connect() ou par la fonction mysqli_init()
  PHP: New Functions - Ma...  
ibase_affected_rows() - Return the number of rows that were affected by the previous query
array_uintersect_assoc() - 计算数组的交集并作附加的索引检查。用回调函数来比较数据
  PHP: PDO::exec - Manual  
PDO::exec() returns the number of rows that were modified or deleted by the SQL statement you issued. If no rows were affected, PDO::exec() returns
PDO::exec() gibt die Anzahl von Zeilen zurück, welche durch diese Abfrage geändert oder gelöscht wurden. Wenn keine Zeilen geändert wurden, gibt PDO::exec()
  PHP: mysqli::$info - Ma...  
mysqli_num_rows() - Gets the number of rows in a result
mysqli_num_rows() - Получает число рядов в результирующей выборке
  PHP: PDO::exec - Manual  
Count the number of rows deleted by a DELETE statement with no WHERE clause.
Führt ein DELETE Statement ohne WHERE-Klausel aus, und gibt die Anzahl der gelöschten Zeilen aus.
  PHP: PDOStatement::rowC...  
was a SELECT statement, some databases may return the number of rows returned by that statement. However, this behaviour is not guaranteed for all databases and should not be relied on for portable applications.
, было SQL-выражение SELECT, некоторые СУБД могут вернуть количество строк в результирующем наборе. Однако, такое поведение метода не гарантируется для всех баз данных, и это нужно учитывать при проектировании приложений.
  PHP: pg_fetch_row - Man...  
exceeds the number of rows in the set, there are no more rows, or on any other error.
excède le nombre de lignes dans le jeu de résultats, n'a plus de ligne disponible ou tout autre erreur.
превышает число строк в результате запроса, когда строк в результате не осталось, и при прочих ошибках.
  PHP: mysqli_stmt::$affe...  
This function only works with queries which update a table. In order to get the number of rows from a SELECT query, use mysqli_stmt_num_rows() instead.
Эта функция работает только с запросами, обновляющими таблицу. Для получения количества строк для запроса SELECT используйте вместо нее mysqli_stmt_num_rows().
  PHP: Statistics - Manual  
Total number of rows fetch by the client from a cursor created by a prepared statement.
Nombre total d'enregistrements récupérés par le client à partir d'un curseur créé par une commande préparée.
Número total de filas obtenidas por el cliente desde un cursor creado por una sentencia preparada.
Общее количество извлеченных клиентов строк из небуферизованных результирующих наборов для любого типа запросов.
  PHP: mysql_data_seek - ...  
mysql_num_rows() - Get number of rows in result
mysql_num_rows() - Возвращает количество рядов результата запроса
  PHP: PDO::exec - Manual  
PDO::exec() executes an SQL statement in a single function call, returning the number of rows affected by the statement.
PDO::exec() führt ein SQL Statement aus und gibt die Anzahl der betroffenen Zeilen zurück.
  PHP: mysqli_stmt::$affe...  
mysqli_stmt::$affected_rows -- mysqli_stmt_affected_rows — Returns the total number of rows changed, deleted, or inserted by the last executed statement
mysqli_stmt::$affected_rows -- mysqli_stmt_affected_rows — Возвращает общее количество строк, измененных, удаленных или добавленных последним выполненным выражением
  PHP: Solr - Manual  
SolrQuery::setRows — Specifies the maximum number of rows to return in the result
SolrQuery::setRows — Spécifie le nombre maximal de lignes à retourner dans le résultat
SolrQuery::setRows — Especifica el número máximo de filas a devolver en el resultado
  PHP: PDOStatement::rowC...  
PDOStatement::rowCount — Returns the number of rows affected by the last SQL statement
PDOStatement::rowCount — Возвращает количество строк, затронутых последним SQL-запросом
  PHP: PDO::exec - Manual  
/* Return number of rows that were deleted */
/* Und gebe die Anzahl an gelöschten Zeilen zurück */
  PHP: mysqli_stmt::$affe...  
mysqli_stmt_num_rows() - Return the number of rows in statements result set
mysqli_stmt_num_rows() - Возвращает число строк в результате запроса
  PHP: OCI8 - Manual  
oci_num_rows — Returns number of rows affected during statement execution
oci_num_rows — Devuelve el número de filas afectadas durante la ejecución de una sentencia
  PHP: PDOStatement::rowC...  
/* Check the number of rows that match the SELECT statement */
/* Определим количество строк, подходящих под условия выражения SELECT */
  PHP: PDOStatement::rowC...  
Returns the number of rows.
Возвращает количество строк.
  PHP: PDOStatement::rowC...  
/* Return number of rows that were deleted */
/* Выведем число удаленных строк */
  PHP: OCI8 - Manual  
oci_set_prefetch — Sets number of rows to be prefetched by queries
oci_set_prefetch — Establece el número de filas a precargar mediante consultas
  PHP: PDOStatement::rowC...  
print("Return number of rows that were deleted:\n");
print("Количество удаленных строк:\n");
  PHP: PDOStatement::rowC...  
Return number of rows that were deleted: Deleted 9 rows.
Количество удаленных строк: Удалено 9 строк.
  PHP: PDOStatement::rowC...  
PDOStatement::rowCount() returns the number of rows affected by a DELETE, INSERT, or UPDATE statement.
PDOStatement::rowCount() возвращает количество строк, измененных выражениями DELETE, INSERT или UPDATE.
1 2 3 4 5 6 Arrow