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|null|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
78 /** @param resource $odbc */
79 function odbc_close($odbc): void {} argument
113 /** @param resource $odbc */
114 function odbc_autocommit($odbc, bool $enable = false): int|bool {} argument
116 /** @param resource $odbc */
117 function odbc_commit($odbc): bool {} argument
119 /** @param resource $odbc */
120 function odbc_rollback($odbc): bool {} argument
122 /** @param resource|null $odbc */
123 function odbc_error($odbc = null): string {} argument
125 /** @param resource|null $odbc */
126 function odbc_errormsg($odbc = null): string {} argument
128 /** @param resource $odbc */
129 function odbc_setoption($odbc, int $which, int $option, int $value): bool {} argument
132 * @param resource $odbc
135 function odbc_tables($odbc, ?string $catalog = null, ?string $schema = null, ?string $table = null,… argument
138 * @param resource $odbc
141 function odbc_columns($odbc, ?string $catalog = null, ?string $schema = null, ?string $table = null… argument
144 * @param resource $odbc
147 function odbc_gettypeinfo($odbc, int $data_type = 0) {} argument
150 * @param resource $odbc
153 function odbc_primarykeys($odbc, ?string $catalog, string $schema, string $table) {} argument
157 * @param resource $odbc
160 function odbc_procedurecolumns($odbc, ?string $catalog = null, ?string $schema = null, ?string $pro… argument
163 * @param resource $odbc
166 function odbc_procedures($odbc, ?string $catalog = null, ?string $schema = null, ?string $procedure… argument
169 * @param resource $odbc
172 function odbc_foreignkeys($odbc, ?string $pk_catalog, string $pk_schema, string $pk_table, string $… argument
176 * @param resource $odbc
179 function odbc_specialcolumns($odbc, int $type, ?string $catalog, string $schema, string $table, int… argument
182 * @param resource $odbc
185 function odbc_statistics($odbc, ?string $catalog, string $schema, string $table, int $unique, int $… argument
189 * @param resource $odbc
192 function odbc_tableprivileges($odbc, ?string $catalog, string $schema, string $table) {} argument
195 * @param resource $odbc
198 function odbc_columnprivileges($odbc, ?string $catalog, string $schema, string $table, string $colu… argument