165 lines
No EOL
15 KiB
HTML
165 lines
No EOL
15 KiB
HTML
<!DOCTYPE html>
|
||
<html lang="en">
|
||
<head>
|
||
<meta charset="utf-8">
|
||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
<meta name="generator" content="rustdoc">
|
||
<meta name="description" content="API documentation for the Rust `TestConn` struct in crate `mentat_db`.">
|
||
<meta name="keywords" content="rust, rustlang, rust-lang, TestConn">
|
||
|
||
<title>mentat_db::debug::TestConn - Rust</title>
|
||
|
||
<link rel="stylesheet" type="text/css" href="../../normalize.css">
|
||
<link rel="stylesheet" type="text/css" href="../../rustdoc.css" id="mainThemeStyle">
|
||
|
||
<link rel="stylesheet" type="text/css" href="../../dark.css">
|
||
<link rel="stylesheet" type="text/css" href="../../main.css" id="themeStyle">
|
||
<script src="../../storage.js"></script>
|
||
|
||
|
||
|
||
|
||
</head>
|
||
<body class="rustdoc struct">
|
||
<!--[if lte IE 8]>
|
||
<div class="warning">
|
||
This old browser is unsupported and will most likely display funky
|
||
things.
|
||
</div>
|
||
<![endif]-->
|
||
|
||
|
||
|
||
<nav class="sidebar">
|
||
<div class="sidebar-menu">☰</div>
|
||
|
||
<p class='location'>Struct TestConn</p><div class="sidebar-elems"><div class="block items"><a class="sidebar-title" href="#fields">Fields</a><div class="sidebar-links"><a href="#structfield.sqlite">sqlite</a><a href="#structfield.partition_map">partition_map</a><a href="#structfield.schema">schema</a></div><a class="sidebar-title" href="#methods">Methods</a><div class="sidebar-links"><a href="#method.transact">transact</a><a href="#method.transact_simple_terms">transact_simple_terms</a><a href="#method.last_tx_id">last_tx_id</a><a href="#method.last_transaction">last_transaction</a><a href="#method.transactions">transactions</a><a href="#method.datoms">datoms</a><a href="#method.fulltext_values">fulltext_values</a><a href="#method.with_sqlite">with_sqlite</a><a href="#method.sanitized_partition_map">sanitized_partition_map</a></div><a class="sidebar-title" href="#implementations">Trait Implementations</a><div class="sidebar-links"><a href="#impl-Default">Default</a></div></div><p class='location'><a href='../index.html'>mentat_db</a>::<wbr><a href='index.html'>debug</a></p><script>window.sidebarCurrent = {name: 'TestConn', ty: 'struct', relpath: ''};</script><script defer src="sidebar-items.js"></script></div>
|
||
</nav>
|
||
|
||
<div class="theme-picker">
|
||
<button id="theme-picker" aria-label="Pick another theme!">
|
||
<img src="../../brush.svg" width="18" alt="Pick another theme!">
|
||
</button>
|
||
<div id="theme-choices"></div>
|
||
</div>
|
||
<script src="../../theme.js"></script>
|
||
<nav class="sub">
|
||
<form class="search-form js-only">
|
||
<div class="search-container">
|
||
<input class="search-input" name="search"
|
||
autocomplete="off"
|
||
placeholder="Click or press ‘S’ to search, ‘?’ for more options…"
|
||
type="search">
|
||
</div>
|
||
</form>
|
||
</nav>
|
||
|
||
<section id='main' class="content">
|
||
<h1 class='fqn'><span class='in-band'>Struct <a href='../index.html'>mentat_db</a>::<wbr><a href='index.html'>debug</a>::<wbr><a class="struct" href=''>TestConn</a></span><span class='out-of-band'><span id='render-detail'>
|
||
<a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs">
|
||
[<span class='inner'>−</span>]
|
||
</a>
|
||
</span><a class='srclink' href='../../src/mentat_db/debug.rs.html#322-326' title='goto source code'>[src]</a></span></h1>
|
||
<pre class='rust struct'>pub struct TestConn {
|
||
pub sqlite: <a class="struct" href="../../rusqlite/struct.Connection.html" title="struct rusqlite::Connection">Connection</a>,
|
||
pub partition_map: <a class="struct" href="../../mentat_db/types/struct.PartitionMap.html" title="struct mentat_db::types::PartitionMap">PartitionMap</a>,
|
||
pub schema: <a class="struct" href="../../mentat_db/types/struct.Schema.html" title="struct mentat_db::types::Schema">Schema</a>,
|
||
}</pre><h2 id='fields' class='fields small-section-header'>
|
||
Fields<a href='#fields' class='anchor'></a></h2><span id="structfield.sqlite" class="structfield small-section-header">
|
||
<a href="#structfield.sqlite" class="anchor field"></a>
|
||
<span id="sqlite.v" class='invisible'>
|
||
<code>sqlite: <a class="struct" href="../../rusqlite/struct.Connection.html" title="struct rusqlite::Connection">Connection</a></code>
|
||
</span></span><span id="structfield.partition_map" class="structfield small-section-header">
|
||
<a href="#structfield.partition_map" class="anchor field"></a>
|
||
<span id="partition_map.v" class='invisible'>
|
||
<code>partition_map: <a class="struct" href="../../mentat_db/types/struct.PartitionMap.html" title="struct mentat_db::types::PartitionMap">PartitionMap</a></code>
|
||
</span></span><span id="structfield.schema" class="structfield small-section-header">
|
||
<a href="#structfield.schema" class="anchor field"></a>
|
||
<span id="schema.v" class='invisible'>
|
||
<code>schema: <a class="struct" href="../../mentat_db/types/struct.Schema.html" title="struct mentat_db::types::Schema">Schema</a></code>
|
||
</span></span>
|
||
<h2 id='methods' class='small-section-header'>
|
||
Methods<a href='#methods' class='anchor'></a>
|
||
</h2>
|
||
<h3 id='impl' class='impl'><span class='in-band'><code>impl <a class="struct" href="../../mentat_db/debug/struct.TestConn.html" title="struct mentat_db::debug::TestConn">TestConn</a></code><a href='#impl' class='anchor'></a></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/mentat_db/debug.rs.html#328-442' title='goto source code'>[src]</a></span></h3>
|
||
<div class='impl-items'><h4 id='method.transact' class="method"><span id='transact.v' class='invisible'><code>pub fn <a href='#method.transact' class='fnname'>transact</a><I>(&mut self, transaction: I) -> <a class="type" href="../../db_traits/errors/type.Result.html" title="type db_traits::errors::Result">Result</a><<a class="struct" href="../../mentat_core/tx_report/struct.TxReport.html" title="struct mentat_core::tx_report::TxReport">TxReport</a>> <span class="where fmt-newline">where<br> I: <a class="trait" href="https://doc.rust-lang.org/nightly/core/borrow/trait.Borrow.html" title="trait core::borrow::Borrow">Borrow</a><<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>>, </span></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/mentat_db/debug.rs.html#337-361' title='goto source code'>[src]</a></span></h4>
|
||
<h4 id='method.transact_simple_terms' class="method"><span id='transact_simple_terms.v' class='invisible'><code>pub fn <a href='#method.transact_simple_terms' class='fnname'>transact_simple_terms</a><I>(<br> &mut self, <br> terms: I, <br> tempid_set: <a class="struct" href="../../edn/intern_set/struct.InternSet.html" title="struct edn::intern_set::InternSet">InternSet</a><<a class="enum" href="../../edn/entities/enum.TempId.html" title="enum edn::entities::TempId">TempId</a>><br>) -> <a class="type" href="../../db_traits/errors/type.Result.html" title="type db_traits::errors::Result">Result</a><<a class="struct" href="../../mentat_core/tx_report/struct.TxReport.html" title="struct mentat_core::tx_report::TxReport">TxReport</a>> <span class="where fmt-newline">where<br> I: <a class="trait" href="https://doc.rust-lang.org/nightly/core/iter/traits/trait.IntoIterator.html" title="trait core::iter::traits::IntoIterator">IntoIterator</a><Item = <a class="type" href="../../mentat_db/internal_types/type.TermWithTempIds.html" title="type mentat_db::internal_types::TermWithTempIds">TermWithTempIds</a>>, </span></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/mentat_db/debug.rs.html#363-384' title='goto source code'>[src]</a></span></h4>
|
||
<h4 id='method.last_tx_id' class="method"><span id='last_tx_id.v' class='invisible'><code>pub fn <a href='#method.last_tx_id' class='fnname'>last_tx_id</a>(&self) -> <a class="type" href="../../core_traits/type.Entid.html" title="type core_traits::Entid">Entid</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/mentat_db/debug.rs.html#386-388' title='goto source code'>[src]</a></span></h4>
|
||
<h4 id='method.last_transaction' class="method"><span id='last_transaction.v' class='invisible'><code>pub fn <a href='#method.last_transaction' class='fnname'>last_transaction</a>(&self) -> <a class="struct" href="../../mentat_db/debug/struct.Datoms.html" title="struct mentat_db::debug::Datoms">Datoms</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/mentat_db/debug.rs.html#390-392' title='goto source code'>[src]</a></span></h4>
|
||
<h4 id='method.transactions' class="method"><span id='transactions.v' class='invisible'><code>pub fn <a href='#method.transactions' class='fnname'>transactions</a>(&self) -> <a class="struct" href="../../mentat_db/debug/struct.Transactions.html" title="struct mentat_db::debug::Transactions">Transactions</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/mentat_db/debug.rs.html#394-396' title='goto source code'>[src]</a></span></h4>
|
||
<h4 id='method.datoms' class="method"><span id='datoms.v' class='invisible'><code>pub fn <a href='#method.datoms' class='fnname'>datoms</a>(&self) -> <a class="struct" href="../../mentat_db/debug/struct.Datoms.html" title="struct mentat_db::debug::Datoms">Datoms</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/mentat_db/debug.rs.html#398-400' title='goto source code'>[src]</a></span></h4>
|
||
<h4 id='method.fulltext_values' class="method"><span id='fulltext_values.v' class='invisible'><code>pub fn <a href='#method.fulltext_values' class='fnname'>fulltext_values</a>(&self) -> <a class="struct" href="../../mentat_db/debug/struct.FulltextValues.html" title="struct mentat_db::debug::FulltextValues">FulltextValues</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/mentat_db/debug.rs.html#402-404' title='goto source code'>[src]</a></span></h4>
|
||
<h4 id='method.with_sqlite' class="method"><span id='with_sqlite.v' class='invisible'><code>pub fn <a href='#method.with_sqlite' class='fnname'>with_sqlite</a>(conn: <a class="struct" href="../../rusqlite/struct.Connection.html" title="struct rusqlite::Connection">Connection</a>) -> <a class="struct" href="../../mentat_db/debug/struct.TestConn.html" title="struct mentat_db::debug::TestConn">TestConn</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/mentat_db/debug.rs.html#406-437' title='goto source code'>[src]</a></span></h4>
|
||
<h4 id='method.sanitized_partition_map' class="method"><span id='sanitized_partition_map.v' class='invisible'><code>pub fn <a href='#method.sanitized_partition_map' class='fnname'>sanitized_partition_map</a>(&mut self)</code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/mentat_db/debug.rs.html#439-441' title='goto source code'>[src]</a></span></h4>
|
||
</div>
|
||
<h2 id='implementations' class='small-section-header'>
|
||
Trait Implementations<a href='#implementations' class='anchor'></a>
|
||
</h2>
|
||
<h3 id='impl-Default' class='impl'><span class='in-band'><code>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/default/trait.Default.html" title="trait core::default::Default">Default</a> for <a class="struct" href="../../mentat_db/debug/struct.TestConn.html" title="struct mentat_db::debug::TestConn">TestConn</a></code><a href='#impl-Default' class='anchor'></a></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/mentat_db/debug.rs.html#444-448' title='goto source code'>[src]</a></span></h3>
|
||
<div class='impl-items'><h4 id='method.default' class="method"><span id='default.v' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/default/trait.Default.html#tymethod.default' class='fnname'>default</a>() -> <a class="struct" href="../../mentat_db/debug/struct.TestConn.html" title="struct mentat_db::debug::TestConn">TestConn</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/mentat_db/debug.rs.html#445-447' title='goto source code'>[src]</a></span></h4>
|
||
<div class='docblock'><p>Returns the "default value" for a type. <a href="https://doc.rust-lang.org/nightly/core/default/trait.Default.html#tymethod.default">Read more</a></p>
|
||
</div></div></section>
|
||
<section id='search' class="content hidden"></section>
|
||
|
||
<section class="footer"></section>
|
||
|
||
<aside id="help" class="hidden">
|
||
<div>
|
||
<h1 class="hidden">Help</h1>
|
||
|
||
<div class="shortcuts">
|
||
<h2>Keyboard Shortcuts</h2>
|
||
|
||
<dl>
|
||
<dt><kbd>?</kbd></dt>
|
||
<dd>Show this help dialog</dd>
|
||
<dt><kbd>S</kbd></dt>
|
||
<dd>Focus the search field</dd>
|
||
<dt><kbd>↑</kbd></dt>
|
||
<dd>Move up in search results</dd>
|
||
<dt><kbd>↓</kbd></dt>
|
||
<dd>Move down in search results</dd>
|
||
<dt><kbd>↹</kbd></dt>
|
||
<dd>Switch tab</dd>
|
||
<dt><kbd>⏎</kbd></dt>
|
||
<dd>Go to active search result</dd>
|
||
<dt><kbd>+</kbd></dt>
|
||
<dd>Expand all sections</dd>
|
||
<dt><kbd>-</kbd></dt>
|
||
<dd>Collapse all sections</dd>
|
||
</dl>
|
||
</div>
|
||
|
||
<div class="infos">
|
||
<h2>Search Tricks</h2>
|
||
|
||
<p>
|
||
Prefix searches with a type followed by a colon (e.g.
|
||
<code>fn:</code>) to restrict the search to a given type.
|
||
</p>
|
||
|
||
<p>
|
||
Accepted types are: <code>fn</code>, <code>mod</code>,
|
||
<code>struct</code>, <code>enum</code>,
|
||
<code>trait</code>, <code>type</code>, <code>macro</code>,
|
||
and <code>const</code>.
|
||
</p>
|
||
|
||
<p>
|
||
Search functions by type signature (e.g.
|
||
<code>vec -> usize</code> or <code>* -> vec</code>)
|
||
</p>
|
||
</div>
|
||
</div>
|
||
</aside>
|
||
|
||
|
||
|
||
<script>
|
||
window.rootPath = "../../";
|
||
window.currentCrate = "mentat_db";
|
||
</script>
|
||
<script src="../../main.js"></script>
|
||
<script defer src="../../search-index.js"></script>
|
||
</body>
|
||
</html> |