Lines Matching refs:SQLite3

39 	ZEND_ARG_OBJ_INFO(0, destination, SQLite3, 0)
102 ZEND_ARG_OBJ_INFO(0, sqlite3, SQLite3, 0)
153 ZEND_METHOD(SQLite3, open);
154 ZEND_METHOD(SQLite3, close);
155 ZEND_METHOD(SQLite3, version);
156 ZEND_METHOD(SQLite3, lastInsertRowID);
157 ZEND_METHOD(SQLite3, lastErrorCode);
158 ZEND_METHOD(SQLite3, lastExtendedErrorCode);
159 ZEND_METHOD(SQLite3, lastErrorMsg);
160 ZEND_METHOD(SQLite3, changes);
161 ZEND_METHOD(SQLite3, busyTimeout);
163 ZEND_METHOD(SQLite3, loadExtension);
166 ZEND_METHOD(SQLite3, backup);
168 ZEND_METHOD(SQLite3, escapeString);
169 ZEND_METHOD(SQLite3, prepare);
170 ZEND_METHOD(SQLite3, exec);
171 ZEND_METHOD(SQLite3, query);
172 ZEND_METHOD(SQLite3, querySingle);
173 ZEND_METHOD(SQLite3, createFunction);
174 ZEND_METHOD(SQLite3, createAggregate);
175 ZEND_METHOD(SQLite3, createCollation);
176 ZEND_METHOD(SQLite3, openBlob);
177 ZEND_METHOD(SQLite3, enableExceptions);
178 ZEND_METHOD(SQLite3, enableExtendedResultCodes);
179 ZEND_METHOD(SQLite3, setAuthorizer);
200 ZEND_MALIAS(SQLite3, __construct, open, arginfo_class_SQLite3___construct, ZEND_ACC_PUBLIC)
201 ZEND_ME(SQLite3, open, arginfo_class_SQLite3_open, ZEND_ACC_PUBLIC)
202 ZEND_ME(SQLite3, close, arginfo_class_SQLite3_close, ZEND_ACC_PUBLIC)
203 ZEND_ME(SQLite3, version, arginfo_class_SQLite3_version, ZEND_ACC_PUBLIC|ZEND_ACC_STATIC)
204 ZEND_ME(SQLite3, lastInsertRowID, arginfo_class_SQLite3_lastInsertRowID, ZEND_ACC_PUBLIC)
205 ZEND_ME(SQLite3, lastErrorCode, arginfo_class_SQLite3_lastErrorCode, ZEND_ACC_PUBLIC)
206 …ZEND_ME(SQLite3, lastExtendedErrorCode, arginfo_class_SQLite3_lastExtendedErrorCode, ZEND_ACC_PUBL…
207 ZEND_ME(SQLite3, lastErrorMsg, arginfo_class_SQLite3_lastErrorMsg, ZEND_ACC_PUBLIC)
208 ZEND_ME(SQLite3, changes, arginfo_class_SQLite3_changes, ZEND_ACC_PUBLIC)
209 ZEND_ME(SQLite3, busyTimeout, arginfo_class_SQLite3_busyTimeout, ZEND_ACC_PUBLIC)
211 ZEND_ME(SQLite3, loadExtension, arginfo_class_SQLite3_loadExtension, ZEND_ACC_PUBLIC)
214 ZEND_ME(SQLite3, backup, arginfo_class_SQLite3_backup, ZEND_ACC_PUBLIC)
216 ZEND_ME(SQLite3, escapeString, arginfo_class_SQLite3_escapeString, ZEND_ACC_PUBLIC|ZEND_ACC_STATIC)
217 ZEND_ME(SQLite3, prepare, arginfo_class_SQLite3_prepare, ZEND_ACC_PUBLIC)
218 ZEND_ME(SQLite3, exec, arginfo_class_SQLite3_exec, ZEND_ACC_PUBLIC)
219 ZEND_ME(SQLite3, query, arginfo_class_SQLite3_query, ZEND_ACC_PUBLIC)
220 ZEND_ME(SQLite3, querySingle, arginfo_class_SQLite3_querySingle, ZEND_ACC_PUBLIC)
221 ZEND_ME(SQLite3, createFunction, arginfo_class_SQLite3_createFunction, ZEND_ACC_PUBLIC)
222 ZEND_ME(SQLite3, createAggregate, arginfo_class_SQLite3_createAggregate, ZEND_ACC_PUBLIC)
223 ZEND_ME(SQLite3, createCollation, arginfo_class_SQLite3_createCollation, ZEND_ACC_PUBLIC)
224 ZEND_ME(SQLite3, openBlob, arginfo_class_SQLite3_openBlob, ZEND_ACC_PUBLIC)
225 ZEND_ME(SQLite3, enableExceptions, arginfo_class_SQLite3_enableExceptions, ZEND_ACC_PUBLIC)
226 …ZEND_ME(SQLite3, enableExtendedResultCodes, arginfo_class_SQLite3_enableExtendedResultCodes, ZEND_…
227 ZEND_ME(SQLite3, setAuthorizer, arginfo_class_SQLite3_setAuthorizer, ZEND_ACC_PUBLIC)