~zorba-coders/zorba/sqlite-module

« back to all changes in this revision

Viewing changes to src/sqlite_module.xq.src/sqlite_module.h

  • Committer: Luis Rodriguez Gonzalez
  • Date: 2013-01-10 21:55:06 UTC
  • Revision ID: kuraru@gmail.com-20130110215506-x8pbbscl67f11qzx
Tags: zorba-2.8
-fixed warnings

Show diffs side-by-side

added added

removed removed

Lines of Context:
218
218
 
219
219
    SqliteOptions();
220
220
 
221
 
    const bool
 
221
    bool
222
222
    getOpenReadOnly() { return theOpenReadOnly; }
223
223
 
224
 
    const bool
 
224
    bool
225
225
    getOpenCreate() { return theOpenCreate; }
226
226
 
227
 
    const bool
 
227
    bool
228
228
    getOpenNoMutex() { return theOpenNoMutex; }
229
229
 
230
 
    const bool
 
230
    bool
231
231
    getOpenSharedCache() { return theOpenSharedCache; }
232
232
 
233
233
    void