Lines Matching refs:Result

18     class Result  class
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 {}
348 function odbc_exec(Odbc\Connection $odbc, string $query): Odbc\Result|false {}
351 function odbc_do(Odbc\Connection $odbc, string $query): Odbc\Result|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 {}
382 function odbc_num_rows(Odbc\Result $statement): int {}
385 function odbc_next_result(Odbc\Result $statement): bool {}
388 function odbc_num_fields(Odbc\Result $statement): int {}
390 function odbc_field_name(Odbc\Result $statement, int $field): string|false {}
392 function odbc_field_type(Odbc\Result $statement, int $field): string|false {}
394 function odbc_field_len(Odbc\Result $statement, int $field): int|false {}
397 function odbc_field_precision(Odbc\Result $statement, int $field): int|false {}
399 function odbc_field_scale(Odbc\Result $statement, int $field): int|false {}
401 function odbc_field_num(Odbc\Result $statement, string $field): int|false {}
413 …function odbc_setoption(Odbc\Connection|Odbc\Result $odbc, int $which, int $option, int $value): b…
415 …= null, ?string $schema = null, ?string $table = null, ?string $types = null): Odbc\Result|false {}
417 … null, ?string $schema = null, ?string $table = null, ?string $column = null): Odbc\Result|false {}
419 function odbc_gettypeinfo(Odbc\Connection $odbc, int $data_type = 0): Odbc\Result|false {}
421 …ykeys(Odbc\Connection $odbc, ?string $catalog, string $schema, string $table): Odbc\Result|false {}
424 …l, ?string $schema = null, ?string $procedure = null, ?string $column = null): Odbc\Result|false {}
426 …, ?string $catalog = null, ?string $schema = null, ?string $procedure = null): Odbc\Result|false {}
428 …a, string $pk_table, string $fk_catalog, string $fk_schema, string $fk_table): Odbc\Result|false {}
431 …, ?string $catalog, string $schema, string $table, int $scope, int $nullable): Odbc\Result|false {}
433 … ?string $catalog, string $schema, string $table, int $unique, int $accuracy): Odbc\Result|false {}
436 …leges(Odbc\Connection $odbc, ?string $catalog, string $schema, string $table): Odbc\Result|false {}
438 …ction $odbc, ?string $catalog, string $schema, string $table, string $column): Odbc\Result|false {}