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 {}
354 function odbc_fetch_object(Odbc\Result $statement, ?int $row = null): stdClass|false {}
356 function odbc_fetch_array(Odbc\Result $statement, ?int $row = null): array|false {}
362 function odbc_fetch_into(Odbc\Result $statement, &$array, ?int $row = null): int|false {}
364 function odbc_fetch_row(Odbc\Result $statement, ?int $row = null): bool {}
366 function odbc_result(Odbc\Result $statement, string|int $field): string|bool|null {}
369 function odbc_result_all(Odbc\Result $statement, string $format = ""): int|false {}
371 function odbc_free_result(Odbc\Result $statement): true {}
373 …function odbc_connect(string $dsn, ?string $user = null, #[\SensitiveParameter] ?string $password …