Lines Matching defs:statement
8 function odbc_binmode($statement, int $mode): bool {}
11 function odbc_longreadlen($statement, int $length): bool {}
20 function odbc_execute($statement, array $params = []): bool {}
23 function odbc_cursor($statement): string|false {}
45 function odbc_fetch_object($statement, int $row = -1): stdClass|false {}
48 function odbc_fetch_array($statement, int $row = -1): array|false {}
55 function odbc_fetch_into($statement, &$array, int $row = 0): int|false {}
58 function odbc_fetch_row($statement, ?int $row = null): bool {}
61 function odbc_result($statement, string|int $field): string|bool|null {}
64 function odbc_result_all($statement, string $format = ""): int|false {}
67 function odbc_free_result($statement): bool {}
79 function odbc_num_rows($statement): int {}
83 function odbc_next_result($statement): bool {}
87 function odbc_num_fields($statement): int {}
90 function odbc_field_name($statement, int $field): string|false {}
93 function odbc_field_type($statement, int $field): string|false {}
96 function odbc_field_len($statement, int $field): int|false {}
102 function odbc_field_precision($statement, int $field): int|false {}
105 function odbc_field_scale($statement, int $field): int|false {}
108 function odbc_field_num($statement, string $field): int|false {}