struct SQLite3::Connection::Options
- SQLite3::Connection::Options
- Struct
- Value
- Object
Defined in:
sqlite3/connection.crConstructors
Class Method Summary
Instance Method Summary
- #busy_timeout : String | Nil
- #cache_size : String | Nil
- #clone
- #copy_with(filename _filename = @filename, busy_timeout _busy_timeout = @busy_timeout, cache_size _cache_size = @cache_size, foreign_keys _foreign_keys = @foreign_keys, journal_mode _journal_mode = @journal_mode, synchronous _synchronous = @synchronous, wal_autocheckpoint _wal_autocheckpoint = @wal_autocheckpoint)
- #filename : String
- #foreign_keys : String | Nil
- #journal_mode : String | Nil
- #pragma_statement
- #synchronous : String | Nil
- #wal_autocheckpoint : String | Nil
Constructor Detail
def self.new(filename : String = ":memory:", busy_timeout : String | Nil = nil, cache_size : String | Nil = nil, foreign_keys : String | Nil = nil, journal_mode : String | Nil = nil, synchronous : String | Nil = nil, wal_autocheckpoint : String | Nil = nil)
#
Class Method Detail
Instance Method Detail
def copy_with(filename _filename = @filename, busy_timeout _busy_timeout = @busy_timeout, cache_size _cache_size = @cache_size, foreign_keys _foreign_keys = @foreign_keys, journal_mode _journal_mode = @journal_mode, synchronous _synchronous = @synchronous, wal_autocheckpoint _wal_autocheckpoint = @wal_autocheckpoint)
#