Lines Matching refs:Odbc
5 namespace Odbc { namespace
334 function odbc_binmode(Odbc\Result $statement, int $mode): true {}
336 function odbc_longreadlen(Odbc\Result $statement, int $length): true {}
338 function odbc_prepare(Odbc\Connection $odbc, string $query): Odbc\Result|false {}
340 function odbc_execute(Odbc\Result $statement, array $params = []): bool {}
342 function odbc_cursor(Odbc\Result $statement): string|false {}
345 function odbc_data_source(Odbc\Connection $odbc, int $fetch_type): array|null|false {}
348 function odbc_exec(Odbc\Connection $odbc, string $query): Odbc\Result|false {}
351 function odbc_do(Odbc\Connection $odbc, string $query): Odbc\Result|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 {}
377 function odbc_close(Odbc\Connection $odbc): void {}
379 function odbc_num_rows(Odbc\Result $statement): int {}
382 function odbc_next_result(Odbc\Result $statement): bool {}
385 function odbc_num_fields(Odbc\Result $statement): int {}
387 function odbc_field_name(Odbc\Result $statement, int $field): string|false {}
389 function odbc_field_type(Odbc\Result $statement, int $field): string|false {}
391 function odbc_field_len(Odbc\Result $statement, int $field): int|false {}
394 function odbc_field_precision(Odbc\Result $statement, int $field): int|false {}
396 function odbc_field_scale(Odbc\Result $statement, int $field): int|false {}
398 function odbc_field_num(Odbc\Result $statement, string $field): int|false {}
400 function odbc_autocommit(Odbc\Connection $odbc, ?bool $enable = null): int|bool {}
402 function odbc_commit(Odbc\Connection $odbc): bool {}
404 function odbc_rollback(Odbc\Connection $odbc): bool {}
406 function odbc_error(?Odbc\Connection $odbc = null): string {}
408 function odbc_errormsg(?Odbc\Connection $odbc = null): string {}
410 …function odbc_setoption(Odbc\Connection|Odbc\Result $odbc, int $which, int $option, int $value): b…
412 …on odbc_tables(Odbc\Connection $odbc, ?string $catalog = null, ?string $schema = null, ?string $ta…
414 … odbc_columns(Odbc\Connection $odbc, ?string $catalog = null, ?string $schema = null, ?string $tab…
416 function odbc_gettypeinfo(Odbc\Connection $odbc, int $data_type = 0): Odbc\Result|false {}
418 …function odbc_primarykeys(Odbc\Connection $odbc, ?string $catalog, string $schema, string $table):…
421 …durecolumns(Odbc\Connection $odbc, ?string $catalog = null, ?string $schema = null, ?string $proce…
423 …unction odbc_procedures(Odbc\Connection $odbc, ?string $catalog = null, ?string $schema = null, ?s…
425 …keys(Odbc\Connection $odbc, ?string $pk_catalog, string $pk_schema, string $pk_table, string $fk_c…
428 …dbc_specialcolumns(Odbc\Connection $odbc, int $type, ?string $catalog, string $schema, string $tab…
430 …unction odbc_statistics(Odbc\Connection $odbc, ?string $catalog, string $schema, string $table, in…
433 …function odbc_tableprivileges(Odbc\Connection $odbc, ?string $catalog, string $schema, string $tab…
435 …unction odbc_columnprivileges(Odbc\Connection $odbc, ?string $catalog, string $schema, string $tab…