| Module | Amalgalite::SQLite3::Constants::Open |
| In: |
lib/amalgalite/sqlite3/constants.rb
ext/amalgalite3_constants.c |
| CREATE | = | INT2FIX(SQLITE_OPEN_CREATE) | no meaningful autogenerated documentation — constant is self explanatory ? | |
| READONLY | = | INT2FIX(SQLITE_OPEN_READONLY) | no meaningful autogenerated documentation — constant is self explanatory ? | |
| READWRITE | = | INT2FIX(SQLITE_OPEN_READWRITE) | no meaningful autogenerated documentation — constant is self explanatory ? |