Lines Matching refs:odbc

14  * @param resource $odbc
17 function odbc_prepare($odbc, string $query) {} argument
26 /** @param resource $odbc */
27 function odbc_data_source($odbc, int $fetch_type): array|false {} argument
31 * @param resource $odbc
34 function odbc_exec($odbc, string $query) {} argument
37 * @param resource $odbc
41 function odbc_do($odbc, string $query) {} argument
75 /** @param resource $odbc */
76 function odbc_close($odbc): void {} argument
110 /** @param resource $odbc */
111 function odbc_autocommit($odbc, bool $enable = false): int|bool {} argument
113 /** @param resource $odbc */
114 function odbc_commit($odbc): bool {} argument
116 /** @param resource $odbc */
117 function odbc_rollback($odbc): bool {} argument
119 /** @param resource|null $odbc */
120 function odbc_error($odbc = null): string {} argument
122 /** @param resource|null $odbc */
123 function odbc_errormsg($odbc = null): string {} argument
125 /** @param resource $odbc */
126 function odbc_setoption($odbc, int $which, int $option, int $value): bool {} argument
129 * @param resource $odbc
132 function odbc_tables($odbc, ?string $catalog = null, ?string $schema = null, ?string $table = null,… argument
135 * @param resource $odbc
138 function odbc_columns($odbc, ?string $catalog = null, ?string $schema = null, ?string $table = null… argument
141 * @param resource $odbc
144 function odbc_gettypeinfo($odbc, int $data_type = 0) {} argument
147 * @param resource $odbc
150 function odbc_primarykeys($odbc, ?string $catalog, string $schema, string $table) {} argument
154 * @param resource $odbc
157 function odbc_procedurecolumns($odbc, ?string $catalog = null, ?string $schema = null, ?string $pro… argument
160 * @param resource $odbc
163 function odbc_procedures($odbc, ?string $catalog = null, ?string $schema = null, ?string $procedure… argument
166 * @param resource $odbc
169 function odbc_foreignkeys($odbc, ?string $pk_catalog, string $pk_schema, string $pk_table, string $… argument
173 * @param resource $odbc
176 function odbc_specialcolumns($odbc, int $type, ?string $catalog, string $schema, string $table, int… argument
179 * @param resource $odbc
182 function odbc_statistics($odbc, ?string $catalog, string $schema, string $table, int $unique, int $… argument
186 * @param resource $odbc
189 function odbc_tableprivileges($odbc, ?string $catalog, string $schema, string $table) {} argument
192 * @param resource $odbc
195 function odbc_columnprivileges($odbc, ?string $catalog, string $schema, string $table, string $colu… argument