Lines Matching defs:odbc

17 function odbc_prepare($odbc, string $query) {}
27 function odbc_data_source($odbc, int $fetch_type): array|false {}
34 function odbc_exec($odbc, string $query) {}
41 function odbc_do($odbc, string $query) {}
76 function odbc_close($odbc): void {}
111 function odbc_autocommit($odbc, bool $enable = false): int|bool {}
114 function odbc_commit($odbc): bool {}
117 function odbc_rollback($odbc): bool {}
120 function odbc_error($odbc = null): string {}
123 function odbc_errormsg($odbc = null): string {}
126 function odbc_setoption($odbc, int $which, int $option, int $value): bool {}
132 function odbc_tables($odbc, ?string $catalog = null, ?string $schema = null, ?string $table = null,…
138 function odbc_columns($odbc, ?string $catalog = null, ?string $schema = null, ?string $table = null…
144 function odbc_gettypeinfo($odbc, int $data_type = 0) {}
150 function odbc_primarykeys($odbc, ?string $catalog, string $schema, string $table) {}
157 function odbc_procedurecolumns($odbc, ?string $catalog = null, ?string $schema = null, ?string $pro…
163 function odbc_procedures($odbc, ?string $catalog = null, ?string $schema = null, ?string $procedure…
169 function odbc_foreignkeys($odbc, ?string $pk_catalog, string $pk_schema, string $pk_table, string $…
176 function odbc_specialcolumns($odbc, int $type, ?string $catalog, string $schema, string $table, int…
182 function odbc_statistics($odbc, ?string $catalog, string $schema, string $table, int $unique, int $…
189 function odbc_tableprivileges($odbc, ?string $catalog, string $schema, string $table) {}
195 function odbc_columnprivileges($odbc, ?string $catalog, string $schema, string $table, string $colu…