Lines Matching defs:statement
318 function odbc_binmode($statement, int $mode): bool {}
321 function odbc_longreadlen($statement, int $length): bool {}
330 function odbc_execute($statement, array $params = []): bool {}
333 function odbc_cursor($statement): string|false {}
355 function odbc_fetch_object($statement, int $row = -1): stdClass|false {}
358 function odbc_fetch_array($statement, int $row = -1): array|false {}
365 function odbc_fetch_into($statement, &$array, int $row = 0): int|false {}
368 function odbc_fetch_row($statement, ?int $row = null): bool {}
371 function odbc_result($statement, string|int $field): string|bool|null {}
377 function odbc_result_all($statement, string $format = ""): int|false {}
380 function odbc_free_result($statement): bool {}
385 function odbc_connect(string $dsn, string $user, #[\SensitiveParameter] string $password, int $curs…