SQLite3::Backup class of PicoRuby
Singleton methods
new
SQLite3::Backup.new(SQLite3::Database dst, String dstname, SQLite3::Database src, String srcname) -> SQLite3::Backup
Instance methods
finish
instance.finish() -> nil
pagecount
instance.pagecount() -> Integer
remaining
instance.remaining() -> Integer
step
instance.step(Integer pages) -> Integer