Lines Matching refs:statement
317 /** @param resource $statement */
318 function odbc_binmode($statement, int $mode): bool {} argument
320 /** @param resource $statement */
321 function odbc_longreadlen($statement, int $length): bool {} argument
329 /** @param resource $statement */
330 function odbc_execute($statement, array $params = []): bool {} argument
332 /** @param resource $statement */
333 function odbc_cursor($statement): string|false {} argument
354 /** @param resource $statement */
355 function odbc_fetch_object($statement, int $row = -1): stdClass|false {} argument
357 /** @param resource $statement */
358 function odbc_fetch_array($statement, int $row = -1): array|false {} argument
362 * @param resource $statement
365 function odbc_fetch_into($statement, &$array, int $row = 0): int|false {} argument
367 /** @param resource $statement */
368 function odbc_fetch_row($statement, ?int $row = null): bool {} argument
370 /** @param resource $statement */
371 function odbc_result($statement, string|int $field): string|bool|null {} argument
374 * @param resource $statement
377 function odbc_result_all($statement, string $format = ""): int|false {} argument
379 /** @param resource $statement */
380 function odbc_free_result($statement): bool {} argument
395 /** @param resource $statement */
396 function odbc_num_rows($statement): int {}
399 /** @param resource $statement */
400 function odbc_next_result($statement): bool {}
403 /** @param resource $statement */
404 function odbc_num_fields($statement): int {}
406 /** @param resource $statement */
407 function odbc_field_name($statement, int $field): string|false {}
409 /** @param resource $statement */
410 function odbc_field_type($statement, int $field): string|false {}
412 /** @param resource $statement */
413 function odbc_field_len($statement, int $field): int|false {}
416 * @param resource $statement
419 function odbc_field_precision($statement, int $field): int|false {}
421 /** @param resource $statement */
422 function odbc_field_scale($statement, int $field): int|false {}
424 /** @param resource $statement */
425 function odbc_field_num($statement, string $field): int|false {}