BerkeleyDB_jll.db_archiveMethod
db_archive(f::Function; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true)

An ExecutableProduct wrapper that supports the execution of db_archive.

Example

db_archive() do exe
    run(`$exe $arguments`)
end
Julia 1.3
BerkeleyDB_jll.db_archiveMethod
db_archive(; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true) -> Cmd

An ExecutableProduct wrapper that supports the execution of db_archive. This wrapper is thread-safe and should be preferred on Julia 1.6+.

Example

run(`$(db_archive()) $arguments`)
Julia 1.6
BerkeleyDB_jll.db_checkpointMethod
db_checkpoint(f::Function; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true)

An ExecutableProduct wrapper that supports the execution of db_checkpoint.

Example

db_checkpoint() do exe
    run(`$exe $arguments`)
end
Julia 1.3
BerkeleyDB_jll.db_checkpointMethod
db_checkpoint(; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true) -> Cmd

An ExecutableProduct wrapper that supports the execution of db_checkpoint. This wrapper is thread-safe and should be preferred on Julia 1.6+.

Example

run(`$(db_checkpoint()) $arguments`)
Julia 1.6
BerkeleyDB_jll.db_convertMethod
db_convert(f::Function; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true)

An ExecutableProduct wrapper that supports the execution of db_convert.

Example

db_convert() do exe
    run(`$exe $arguments`)
end
Julia 1.3
BerkeleyDB_jll.db_convertMethod
db_convert(; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true) -> Cmd

An ExecutableProduct wrapper that supports the execution of db_convert. This wrapper is thread-safe and should be preferred on Julia 1.6+.

Example

run(`$(db_convert()) $arguments`)
Julia 1.6
BerkeleyDB_jll.db_deadlockMethod
db_deadlock(f::Function; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true)

An ExecutableProduct wrapper that supports the execution of db_deadlock.

Example

db_deadlock() do exe
    run(`$exe $arguments`)
end
Julia 1.3
BerkeleyDB_jll.db_deadlockMethod
db_deadlock(; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true) -> Cmd

An ExecutableProduct wrapper that supports the execution of db_deadlock. This wrapper is thread-safe and should be preferred on Julia 1.6+.

Example

run(`$(db_deadlock()) $arguments`)
Julia 1.6
BerkeleyDB_jll.db_dumpMethod
db_dump(f::Function; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true)

An ExecutableProduct wrapper that supports the execution of db_dump.

Example

db_dump() do exe
    run(`$exe $arguments`)
end
Julia 1.3
BerkeleyDB_jll.db_dumpMethod
db_dump(; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true) -> Cmd

An ExecutableProduct wrapper that supports the execution of db_dump. This wrapper is thread-safe and should be preferred on Julia 1.6+.

Example

run(`$(db_dump()) $arguments`)
Julia 1.6
BerkeleyDB_jll.db_hotbackupMethod
db_hotbackup(f::Function; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true)

An ExecutableProduct wrapper that supports the execution of db_hotbackup.

Example

db_hotbackup() do exe
    run(`$exe $arguments`)
end
Julia 1.3
BerkeleyDB_jll.db_hotbackupMethod
db_hotbackup(; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true) -> Cmd

An ExecutableProduct wrapper that supports the execution of db_hotbackup. This wrapper is thread-safe and should be preferred on Julia 1.6+.

Example

run(`$(db_hotbackup()) $arguments`)
Julia 1.6
BerkeleyDB_jll.db_loadMethod
db_load(f::Function; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true)

An ExecutableProduct wrapper that supports the execution of db_load.

Example

db_load() do exe
    run(`$exe $arguments`)
end
Julia 1.3
BerkeleyDB_jll.db_loadMethod
db_load(; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true) -> Cmd

An ExecutableProduct wrapper that supports the execution of db_load. This wrapper is thread-safe and should be preferred on Julia 1.6+.

Example

run(`$(db_load()) $arguments`)
Julia 1.6
BerkeleyDB_jll.db_log_verifyMethod
db_log_verify(f::Function; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true)

An ExecutableProduct wrapper that supports the execution of dblogverify.

Example

db_log_verify() do exe
    run(`$exe $arguments`)
end
Julia 1.3
BerkeleyDB_jll.db_log_verifyMethod
db_log_verify(; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true) -> Cmd

An ExecutableProduct wrapper that supports the execution of dblogverify. This wrapper is thread-safe and should be preferred on Julia 1.6+.

Example

run(`$(db_log_verify()) $arguments`)
Julia 1.6
BerkeleyDB_jll.db_printlogMethod
db_printlog(f::Function; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true)

An ExecutableProduct wrapper that supports the execution of db_printlog.

Example

db_printlog() do exe
    run(`$exe $arguments`)
end
Julia 1.3
BerkeleyDB_jll.db_printlogMethod
db_printlog(; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true) -> Cmd

An ExecutableProduct wrapper that supports the execution of db_printlog. This wrapper is thread-safe and should be preferred on Julia 1.6+.

Example

run(`$(db_printlog()) $arguments`)
Julia 1.6
BerkeleyDB_jll.db_recoverMethod
db_recover(f::Function; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true)

An ExecutableProduct wrapper that supports the execution of db_recover.

Example

db_recover() do exe
    run(`$exe $arguments`)
end
Julia 1.3
BerkeleyDB_jll.db_recoverMethod
db_recover(; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true) -> Cmd

An ExecutableProduct wrapper that supports the execution of db_recover. This wrapper is thread-safe and should be preferred on Julia 1.6+.

Example

run(`$(db_recover()) $arguments`)
Julia 1.6
BerkeleyDB_jll.db_replicateMethod
db_replicate(f::Function; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true)

An ExecutableProduct wrapper that supports the execution of db_replicate.

Example

db_replicate() do exe
    run(`$exe $arguments`)
end
Julia 1.3
BerkeleyDB_jll.db_replicateMethod
db_replicate(; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true) -> Cmd

An ExecutableProduct wrapper that supports the execution of db_replicate. This wrapper is thread-safe and should be preferred on Julia 1.6+.

Example

run(`$(db_replicate()) $arguments`)
Julia 1.6
BerkeleyDB_jll.db_statMethod
db_stat(f::Function; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true)

An ExecutableProduct wrapper that supports the execution of db_stat.

Example

db_stat() do exe
    run(`$exe $arguments`)
end
Julia 1.3
BerkeleyDB_jll.db_statMethod
db_stat(; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true) -> Cmd

An ExecutableProduct wrapper that supports the execution of db_stat. This wrapper is thread-safe and should be preferred on Julia 1.6+.

Example

run(`$(db_stat()) $arguments`)
Julia 1.6
BerkeleyDB_jll.db_tunerMethod
db_tuner(f::Function; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true)

An ExecutableProduct wrapper that supports the execution of db_tuner.

Example

db_tuner() do exe
    run(`$exe $arguments`)
end
Julia 1.3
BerkeleyDB_jll.db_tunerMethod
db_tuner(; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true) -> Cmd

An ExecutableProduct wrapper that supports the execution of db_tuner. This wrapper is thread-safe and should be preferred on Julia 1.6+.

Example

run(`$(db_tuner()) $arguments`)
Julia 1.6
BerkeleyDB_jll.db_upgradeMethod
db_upgrade(f::Function; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true)

An ExecutableProduct wrapper that supports the execution of db_upgrade.

Example

db_upgrade() do exe
    run(`$exe $arguments`)
end
Julia 1.3
BerkeleyDB_jll.db_upgradeMethod
db_upgrade(; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true) -> Cmd

An ExecutableProduct wrapper that supports the execution of db_upgrade. This wrapper is thread-safe and should be preferred on Julia 1.6+.

Example

run(`$(db_upgrade()) $arguments`)
Julia 1.6
BerkeleyDB_jll.db_verifyMethod
db_verify(f::Function; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true)

An ExecutableProduct wrapper that supports the execution of db_verify.

Example

db_verify() do exe
    run(`$exe $arguments`)
end
Julia 1.3
BerkeleyDB_jll.db_verifyMethod
db_verify(; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true) -> Cmd

An ExecutableProduct wrapper that supports the execution of db_verify. This wrapper is thread-safe and should be preferred on Julia 1.6+.

Example

run(`$(db_verify()) $arguments`)
Julia 1.6