Lines Matching defs:statement
334 function odbc_binmode(Odbc\Result $statement, int $mode): true {}
336 function odbc_longreadlen(Odbc\Result $statement, int $length): true {}
340 function odbc_execute(Odbc\Result $statement, array $params = []): bool {}
342 function odbc_cursor(Odbc\Result $statement): string|false {}
355 function odbc_fetch_object($statement, ?int $row = null): stdClass|false {}
358 function odbc_fetch_array($statement, ?int $row = null): array|false {}
365 function odbc_fetch_into($statement, &$array, ?int $row = null): int|false {}
367 function odbc_fetch_row(Odbc\Result $statement, ?int $row = null): bool {}
369 function odbc_result(Odbc\Result $statement, string|int $field): string|bool|null {}
372 function odbc_result_all(Odbc\Result $statement, string $format = ""): int|false {}
374 function odbc_free_result(Odbc\Result $statement): true {}
376 …function odbc_connect(string $dsn, ?string $user = null, #[\SensitiveParameter] ?string $password …