Home
last modified time | relevance | path

Searched defs:MigrationInfo (Results 1 – 11 of 11) sorted by relevance

/dports/www/firefox/firefox-99.0/third_party/rust/webext-storage/src/
H A Dmigration.rs111 pub fn migrate(tx: &Transaction<'_>, filename: &Path) -> Result<MigrationInfo> { in migrate()
154 fn read_rows(filename: &Path) -> (Vec<LegacyRow>, MigrationInfo) { in read_rows() argument
228 pub struct MigrationInfo { struct
249 impl MigrationInfo { impl
336 fn do_migrate<F>(expect_mi: MigrationInfo, f: F) -> StorageDb in do_migrate()
H A Dstore.rs154 pub fn take_migration_info(&self) -> Result<Option<MigrationInfo>> { in take_migration_info()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/webext-storage/src/
H A Dmigration.rs111 pub fn migrate(tx: &Transaction<'_>, filename: &Path) -> Result<MigrationInfo> { in migrate()
154 fn read_rows(filename: &Path) -> (Vec<LegacyRow>, MigrationInfo) { in read_rows() argument
228 pub struct MigrationInfo { struct
249 impl MigrationInfo { impl
336 fn do_migrate<F>(expect_mi: MigrationInfo, f: F) -> StorageDb in do_migrate()
H A Dstore.rs154 pub fn take_migration_info(&self) -> Result<Option<MigrationInfo>> { in take_migration_info()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/webext-storage/src/
H A Dmigration.rs111 pub fn migrate(tx: &Transaction<'_>, filename: &Path) -> Result<MigrationInfo> { in migrate()
154 fn read_rows(filename: &Path) -> (Vec<LegacyRow>, MigrationInfo) { in read_rows() argument
228 pub struct MigrationInfo { struct
249 impl MigrationInfo { argument
336 fn do_migrate<F>(expect_mi: MigrationInfo, f: F) -> StorageDb in do_migrate()
H A Dstore.rs154 pub fn take_migration_info(&self) -> Result<Option<MigrationInfo>> { in take_migration_info()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/webext-storage/src/
H A Dmigration.rs111 pub fn migrate(tx: &Transaction<'_>, filename: &Path) -> Result<MigrationInfo> { in migrate()
154 fn read_rows(filename: &Path) -> (Vec<LegacyRow>, MigrationInfo) { in read_rows() argument
228 pub struct MigrationInfo { struct
249 impl MigrationInfo { argument
336 fn do_migrate<F>(expect_mi: MigrationInfo, f: F) -> StorageDb in do_migrate()
H A Dstore.rs149 pub fn take_migration_info(&self) -> Result<Option<MigrationInfo>> { in take_migration_info()
/dports/databases/py-pgmigrate/pgmigrate-1.0.6/
H A Dpgmigrate.py222 MigrationInfo = namedtuple('MigrationInfo', ('meta', 'file_path')) variable
/dports/databases/py-alembic14/alembic-1.4.3/alembic/runtime/
H A Dmigration.py766 class MigrationInfo(object): class
/dports/databases/py-alembic/alembic-1.7.5/alembic/runtime/
H A Dmigration.py854 class MigrationInfo: class