Lines Matching defs:odbc

17 function odbc_prepare($odbc, string $query) {}
27 function odbc_data_source($odbc, int $fetch_type): array|null|false {}
34 function odbc_exec($odbc, string $query) {}
41 function odbc_do($odbc, string $query) {}
79 function odbc_close($odbc): void {}
114 function odbc_autocommit($odbc, bool $enable = false): int|bool {}
117 function odbc_commit($odbc): bool {}
120 function odbc_rollback($odbc): bool {}
123 function odbc_error($odbc = null): string {}
126 function odbc_errormsg($odbc = null): string {}
129 function odbc_setoption($odbc, int $which, int $option, int $value): bool {}
135 function odbc_tables($odbc, ?string $catalog = null, ?string $schema = null, ?string $table = null,…
141 function odbc_columns($odbc, ?string $catalog = null, ?string $schema = null, ?string $table = null…
147 function odbc_gettypeinfo($odbc, int $data_type = 0) {}
153 function odbc_primarykeys($odbc, ?string $catalog, string $schema, string $table) {}
160 function odbc_procedurecolumns($odbc, ?string $catalog = null, ?string $schema = null, ?string $pro…
166 function odbc_procedures($odbc, ?string $catalog = null, ?string $schema = null, ?string $procedure…
172 function odbc_foreignkeys($odbc, ?string $pk_catalog, string $pk_schema, string $pk_table, string $…
179 function odbc_specialcolumns($odbc, int $type, ?string $catalog, string $schema, string $table, int…
185 function odbc_statistics($odbc, ?string $catalog, string $schema, string $table, int $unique, int $…
192 function odbc_tableprivileges($odbc, ?string $catalog, string $schema, string $table) {}
198 function odbc_columnprivileges($odbc, ?string $catalog, string $schema, string $table, string $colu…