setSizeHint

abstract fun setSizeHint(size: Long, database: String? = null)(source)

Gives the VFS layer a hint of how large the database file will grow to be during the current transaction, on database. Does nothing is the VFS does not support the option.

Throws

if writing the option fails.