mirror of
https://github.com/XRPLF/rippled.git
synced 2026-03-16 17:52:28 +00:00
deploy: 9f17d10348
This commit is contained in:
@@ -83,137 +83,267 @@ $(document).ready(function() { init_codefold(0); });
|
||||
<div class="contents">
|
||||
<div class="fragment"><div class="line"><a id="l00001" name="l00001"></a><span class="lineno"> 1</span><span class="preprocessor">#pragma once</span></div>
|
||||
<div class="line"><a id="l00002" name="l00002"></a><span class="lineno"> 2</span> </div>
|
||||
<div class="line"><a id="l00003" name="l00003"></a><span class="lineno"> 3</span><span class="preprocessor">#include <xrpld/app/rdb/RelationalDatabase.h></span></div>
|
||||
<div class="line"><a id="l00003" name="l00003"></a><span class="lineno"> 3</span><span class="preprocessor">#include <xrpl/rdb/RelationalDatabase.h></span></div>
|
||||
<div class="line"><a id="l00004" name="l00004"></a><span class="lineno"> 4</span> </div>
|
||||
<div class="line"><a id="l00005" name="l00005"></a><span class="lineno"> 5</span><span class="keyword">namespace </span><a class="code hl_namespace" href="namespacexrpl.html">xrpl</a> {</div>
|
||||
<div class="line"><a id="l00005" name="l00005"></a><span class="lineno"> 5</span><span class="preprocessor">#include <<a class="codeRef" href="http://en.cppreference.com/w/cpp/header/memory.html">memory</a>></span></div>
|
||||
<div class="line"><a id="l00006" name="l00006"></a><span class="lineno"> 6</span> </div>
|
||||
<div class="foldopen" id="foldopen00007" data-start="{" data-end="};">
|
||||
<div class="line"><a id="l00007" name="l00007"></a><span class="lineno"><a class="line" href="classxrpl_1_1SQLiteDatabase.html"> 7</a></span><span class="keyword">class </span><a class="code hl_class" href="classxrpl_1_1SQLiteDatabase.html">SQLiteDatabase</a> : <span class="keyword">public</span> <a class="code hl_class" href="classxrpl_1_1RelationalDatabase.html">RelationalDatabase</a></div>
|
||||
<div class="line"><a id="l00008" name="l00008"></a><span class="lineno"> 8</span>{</div>
|
||||
<div class="line"><a id="l00009" name="l00009"></a><span class="lineno"> 9</span><span class="keyword">public</span>:</div>
|
||||
<div class="line"><a id="l00015" name="l00015"></a><span class="lineno"> 15</span> <span class="keyword">virtual</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/utility/optional.html">std::optional<LedgerIndex></a></div>
|
||||
<div class="line"><a id="l00016" name="l00016"></a><span class="lineno"><a class="line" href="classxrpl_1_1SQLiteDatabase.html#a3519cce2c7e2d788d4af4c013c1e805d"> 16</a></span> <a class="code hl_function" href="classxrpl_1_1SQLiteDatabase.html#a3519cce2c7e2d788d4af4c013c1e805d">getTransactionsMinLedgerSeq</a>() = 0;</div>
|
||||
<div class="line"><a id="l00017" name="l00017"></a><span class="lineno"> 17</span> </div>
|
||||
<div class="line"><a id="l00023" name="l00023"></a><span class="lineno"> 23</span> <span class="keyword">virtual</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/utility/optional.html">std::optional<LedgerIndex></a></div>
|
||||
<div class="line"><a id="l00024" name="l00024"></a><span class="lineno"><a class="line" href="classxrpl_1_1SQLiteDatabase.html#ab7b42fe2d63306bb42dff365eba97736"> 24</a></span> <a class="code hl_function" href="classxrpl_1_1SQLiteDatabase.html#ab7b42fe2d63306bb42dff365eba97736">getAccountTransactionsMinLedgerSeq</a>() = 0;</div>
|
||||
<div class="line"><a id="l00025" name="l00025"></a><span class="lineno"> 25</span> </div>
|
||||
<div class="line"><a id="l00031" name="l00031"></a><span class="lineno"> 31</span> <span class="keyword">virtual</span> <span class="keywordtype">void</span></div>
|
||||
<div class="line"><a id="l00032" name="l00032"></a><span class="lineno"><a class="line" href="classxrpl_1_1SQLiteDatabase.html#a160f6e772abfff692aba8f2ef4d245b1"> 32</a></span> <a class="code hl_function" href="classxrpl_1_1SQLiteDatabase.html#a160f6e772abfff692aba8f2ef4d245b1">deleteTransactionByLedgerSeq</a>(<a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">LedgerIndex</a> ledgerSeq) = 0;</div>
|
||||
<div class="line"><a id="l00033" name="l00033"></a><span class="lineno"> 33</span> </div>
|
||||
<div class="line"><a id="l00039" name="l00039"></a><span class="lineno"> 39</span> <span class="keyword">virtual</span> <span class="keywordtype">void</span></div>
|
||||
<div class="line"><a id="l00040" name="l00040"></a><span class="lineno"><a class="line" href="classxrpl_1_1SQLiteDatabase.html#aa51867f03a1f670df342c17e6e2dce82"> 40</a></span> <a class="code hl_function" href="classxrpl_1_1SQLiteDatabase.html#aa51867f03a1f670df342c17e6e2dce82">deleteBeforeLedgerSeq</a>(<a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">LedgerIndex</a> ledgerSeq) = 0;</div>
|
||||
<div class="line"><a id="l00041" name="l00041"></a><span class="lineno"> 41</span> </div>
|
||||
<div class="line"><a id="l00048" name="l00048"></a><span class="lineno"> 48</span> <span class="keyword">virtual</span> <span class="keywordtype">void</span></div>
|
||||
<div class="line"><a id="l00049" name="l00049"></a><span class="lineno"><a class="line" href="classxrpl_1_1SQLiteDatabase.html#afcc7ad4b949d01f05309b1630b76b6d3"> 49</a></span> <a class="code hl_function" href="classxrpl_1_1SQLiteDatabase.html#afcc7ad4b949d01f05309b1630b76b6d3">deleteTransactionsBeforeLedgerSeq</a>(<a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">LedgerIndex</a> ledgerSeq) = 0;</div>
|
||||
<div class="line"><a id="l00050" name="l00050"></a><span class="lineno"> 50</span> </div>
|
||||
<div class="line"><a id="l00057" name="l00057"></a><span class="lineno"> 57</span> <span class="keyword">virtual</span> <span class="keywordtype">void</span></div>
|
||||
<div class="line"><a id="l00058" name="l00058"></a><span class="lineno"><a class="line" href="classxrpl_1_1SQLiteDatabase.html#a83dd09ce55af39389667c8aa12987b36"> 58</a></span> <a class="code hl_function" href="classxrpl_1_1SQLiteDatabase.html#a83dd09ce55af39389667c8aa12987b36">deleteAccountTransactionsBeforeLedgerSeq</a>(<a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">LedgerIndex</a> ledgerSeq) = 0;</div>
|
||||
<div class="line"><a id="l00059" name="l00059"></a><span class="lineno"> 59</span> </div>
|
||||
<div class="line"><a id="l00064" name="l00064"></a><span class="lineno"> 64</span> <span class="keyword">virtual</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/size_t.html">std::size_t</a></div>
|
||||
<div class="line"><a id="l00065" name="l00065"></a><span class="lineno"><a class="line" href="classxrpl_1_1SQLiteDatabase.html#afd3efd32dab2d0527f4ae09884fed769"> 65</a></span> <a class="code hl_function" href="classxrpl_1_1SQLiteDatabase.html#afd3efd32dab2d0527f4ae09884fed769">getTransactionCount</a>() = 0;</div>
|
||||
<div class="line"><a id="l00066" name="l00066"></a><span class="lineno"> 66</span> </div>
|
||||
<div class="line"><a id="l00072" name="l00072"></a><span class="lineno"> 72</span> <span class="keyword">virtual</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/size_t.html">std::size_t</a></div>
|
||||
<div class="line"><a id="l00073" name="l00073"></a><span class="lineno"><a class="line" href="classxrpl_1_1SQLiteDatabase.html#ad328a91419f5a97810f5554e3d754407"> 73</a></span> <a class="code hl_function" href="classxrpl_1_1SQLiteDatabase.html#ad328a91419f5a97810f5554e3d754407">getAccountTransactionCount</a>() = 0;</div>
|
||||
<div class="line"><a id="l00007" name="l00007"></a><span class="lineno"> 7</span><span class="keyword">namespace </span><a class="code hl_namespace" href="namespacexrpl.html">xrpl</a> {</div>
|
||||
<div class="line"><a id="l00008" name="l00008"></a><span class="lineno"> 8</span> </div>
|
||||
<div class="line"><a id="l00009" name="l00009"></a><span class="lineno"> 9</span><span class="keyword">class </span>Config;</div>
|
||||
<div class="line"><a id="l00010" name="l00010"></a><span class="lineno"> 10</span><span class="keyword">class </span>JobQueue;</div>
|
||||
<div class="line"><a id="l00011" name="l00011"></a><span class="lineno"> 11</span><span class="keyword">class </span>ServiceRegistry;</div>
|
||||
<div class="line"><a id="l00012" name="l00012"></a><span class="lineno"> 12</span> </div>
|
||||
<div class="foldopen" id="foldopen00013" data-start="{" data-end="};">
|
||||
<div class="line"><a id="l00013" name="l00013"></a><span class="lineno"><a class="line" href="classxrpl_1_1SQLiteDatabase.html"> 13</a></span><span class="keyword">class </span><a class="code hl_class" href="classxrpl_1_1SQLiteDatabase.html">SQLiteDatabase</a> final : <span class="keyword">public</span> <a class="code hl_class" href="classxrpl_1_1RelationalDatabase.html">RelationalDatabase</a></div>
|
||||
<div class="line"><a id="l00014" name="l00014"></a><span class="lineno"> 14</span>{</div>
|
||||
<div class="line"><a id="l00015" name="l00015"></a><span class="lineno"> 15</span><span class="keyword">public</span>:</div>
|
||||
<div class="line"><a id="l00021" name="l00021"></a><span class="lineno"> 21</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/utility/optional.html">std::optional<LedgerIndex></a></div>
|
||||
<div class="line"><a id="l00022" name="l00022"></a><span class="lineno"> 22</span> <a class="code hl_function" href="classxrpl_1_1SQLiteDatabase.html#a76e7b1fe2ceb2956a7757e73a1d023b0">getMinLedgerSeq</a>() <span class="keyword">override</span>;</div>
|
||||
<div class="line"><a id="l00023" name="l00023"></a><span class="lineno"> 23</span> </div>
|
||||
<div class="line"><a id="l00029" name="l00029"></a><span class="lineno"> 29</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/utility/optional.html">std::optional<LedgerIndex></a></div>
|
||||
<div class="line"><a id="l00030" name="l00030"></a><span class="lineno"> 30</span> <a class="code hl_function" href="classxrpl_1_1SQLiteDatabase.html#a734d387df3ff18f9330dbc207367a1a7">getMaxLedgerSeq</a>() <span class="keyword">override</span>;</div>
|
||||
<div class="line"><a id="l00031" name="l00031"></a><span class="lineno"> 31</span> </div>
|
||||
<div class="line"><a id="l00037" name="l00037"></a><span class="lineno"> 37</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/utility/optional.html">std::optional<LedgerHeader></a></div>
|
||||
<div class="line"><a id="l00038" name="l00038"></a><span class="lineno"> 38</span> <a class="code hl_function" href="classxrpl_1_1SQLiteDatabase.html#aeedeed302590f532f03e5deaf1a89985">getLedgerInfoByIndex</a>(<a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">LedgerIndex</a> ledgerSeq) <span class="keyword">override</span>;</div>
|
||||
<div class="line"><a id="l00039" name="l00039"></a><span class="lineno"> 39</span> </div>
|
||||
<div class="line"><a id="l00044" name="l00044"></a><span class="lineno"> 44</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/utility/optional.html">std::optional<LedgerHeader></a></div>
|
||||
<div class="line"><a id="l00045" name="l00045"></a><span class="lineno"> 45</span> <a class="code hl_function" href="classxrpl_1_1SQLiteDatabase.html#aabcfcbdbcd2ea7c12129e390052cae57">getNewestLedgerInfo</a>() <span class="keyword">override</span>;</div>
|
||||
<div class="line"><a id="l00046" name="l00046"></a><span class="lineno"> 46</span> </div>
|
||||
<div class="line"><a id="l00053" name="l00053"></a><span class="lineno"> 53</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/utility/optional.html">std::optional<LedgerHeader></a></div>
|
||||
<div class="line"><a id="l00054" name="l00054"></a><span class="lineno"> 54</span> <a class="code hl_function" href="classxrpl_1_1SQLiteDatabase.html#aa835dcf757ed2781fafc138fe735b48e">getLedgerInfoByHash</a>(<a class="code hl_class" href="classxrpl_1_1base__uint.html">uint256</a> <span class="keyword">const</span>& ledgerHash) <span class="keyword">override</span>;</div>
|
||||
<div class="line"><a id="l00055" name="l00055"></a><span class="lineno"> 55</span> </div>
|
||||
<div class="line"><a id="l00062" name="l00062"></a><span class="lineno"> 62</span> <a class="code hl_class" href="classxrpl_1_1base__uint.html">uint256</a></div>
|
||||
<div class="line"><a id="l00063" name="l00063"></a><span class="lineno"> 63</span> <a class="code hl_function" href="classxrpl_1_1SQLiteDatabase.html#a0847cf380a05e59f8aaf3482b04f4a30">getHashByIndex</a>(<a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">LedgerIndex</a> ledgerIndex) <span class="keyword">override</span>;</div>
|
||||
<div class="line"><a id="l00064" name="l00064"></a><span class="lineno"> 64</span> </div>
|
||||
<div class="line"><a id="l00072" name="l00072"></a><span class="lineno"> 72</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/utility/optional.html">std::optional<LedgerHashPair></a></div>
|
||||
<div class="line"><a id="l00073" name="l00073"></a><span class="lineno"> 73</span> <a class="code hl_function" href="classxrpl_1_1SQLiteDatabase.html#ad101b0eaf8e40f6df2542959cd032cc1">getHashesByIndex</a>(<a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">LedgerIndex</a> ledgerIndex) <span class="keyword">override</span>;</div>
|
||||
<div class="line"><a id="l00074" name="l00074"></a><span class="lineno"> 74</span> </div>
|
||||
<div class="line"><a id="l00081" name="l00081"></a><span class="lineno"> 81</span> <span class="keyword">virtual</span> <span class="keyword">struct </span><a class="code hl_struct" href="structxrpl_1_1RelationalDatabase_1_1CountMinMax.html">CountMinMax</a></div>
|
||||
<div class="line"><a id="l00082" name="l00082"></a><span class="lineno"><a class="line" href="classxrpl_1_1SQLiteDatabase.html#af31e9f48b1fe6e2283aad85f19c183d7"> 82</a></span> <a class="code hl_function" href="classxrpl_1_1SQLiteDatabase.html#af31e9f48b1fe6e2283aad85f19c183d7">getLedgerCountMinMax</a>() = 0;</div>
|
||||
<div class="line"><a id="l00083" name="l00083"></a><span class="lineno"> 83</span> </div>
|
||||
<div class="line"><a id="l00090" name="l00090"></a><span class="lineno"> 90</span> <span class="keyword">virtual</span> <span class="keywordtype">bool</span></div>
|
||||
<div class="line"><a id="l00091" name="l00091"></a><span class="lineno"><a class="line" href="classxrpl_1_1SQLiteDatabase.html#a7e6aae9e4238de10205f8275770cff2e"> 91</a></span> <a class="code hl_function" href="classxrpl_1_1SQLiteDatabase.html#a7e6aae9e4238de10205f8275770cff2e">saveValidatedLedger</a>(<a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/memory/shared_ptr.html">std::shared_ptr<Ledger const></a> <span class="keyword">const</span>& ledger, <span class="keywordtype">bool</span> <a class="code hl_enumvalue" href="namespacexrpl.html#a75da7d88563def930b866cd64dd96f06a43b5c9175984c071f30b873fdce0a000">current</a>) = 0;</div>
|
||||
<div class="line"><a id="l00092" name="l00092"></a><span class="lineno"> 92</span> </div>
|
||||
<div class="line"><a id="l00100" name="l00100"></a><span class="lineno"> 100</span> <span class="keyword">virtual</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/utility/optional.html">std::optional<LedgerHeader></a></div>
|
||||
<div class="line"><a id="l00101" name="l00101"></a><span class="lineno"><a class="line" href="classxrpl_1_1SQLiteDatabase.html#a8739e848cf4271254ed43b65a90a135d"> 101</a></span> <a class="code hl_function" href="classxrpl_1_1SQLiteDatabase.html#a8739e848cf4271254ed43b65a90a135d">getLimitedOldestLedgerInfo</a>(<a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">LedgerIndex</a> ledgerFirstIndex) = 0;</div>
|
||||
<div class="line"><a id="l00102" name="l00102"></a><span class="lineno"> 102</span> </div>
|
||||
<div class="line"><a id="l00110" name="l00110"></a><span class="lineno"> 110</span> <span class="keyword">virtual</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/utility/optional.html">std::optional<LedgerHeader></a></div>
|
||||
<div class="line"><a id="l00111" name="l00111"></a><span class="lineno"><a class="line" href="classxrpl_1_1SQLiteDatabase.html#a39c307b674cc492efef1caf97dfe8b9b"> 111</a></span> <a class="code hl_function" href="classxrpl_1_1SQLiteDatabase.html#a39c307b674cc492efef1caf97dfe8b9b">getLimitedNewestLedgerInfo</a>(<a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">LedgerIndex</a> ledgerFirstIndex) = 0;</div>
|
||||
<div class="line"><a id="l00084" name="l00084"></a><span class="lineno"> 84</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/container/map.html">std::map<LedgerIndex, LedgerHashPair></a></div>
|
||||
<div class="line"><a id="l00085" name="l00085"></a><span class="lineno"> 85</span> <a class="code hl_function" href="classxrpl_1_1SQLiteDatabase.html#ad101b0eaf8e40f6df2542959cd032cc1">getHashesByIndex</a>(<a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">LedgerIndex</a> minSeq, <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">LedgerIndex</a> maxSeq) <span class="keyword">override</span>;</div>
|
||||
<div class="line"><a id="l00086" name="l00086"></a><span class="lineno"> 86</span> </div>
|
||||
<div class="line"><a id="l00094" name="l00094"></a><span class="lineno"> 94</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/container/vector.html">std::vector<std::shared_ptr<Transaction></a>></div>
|
||||
<div class="line"><a id="l00095" name="l00095"></a><span class="lineno"> 95</span> <a class="code hl_function" href="classxrpl_1_1SQLiteDatabase.html#a413b2736c4540a77132c1c4de79e8f65">getTxHistory</a>(<a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">LedgerIndex</a> startIndex) <span class="keyword">override</span>;</div>
|
||||
<div class="line"><a id="l00096" name="l00096"></a><span class="lineno"> 96</span> </div>
|
||||
<div class="line"><a id="l00102" name="l00102"></a><span class="lineno"> 102</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/utility/optional.html">std::optional<LedgerIndex></a></div>
|
||||
<div class="line"><a id="l00103" name="l00103"></a><span class="lineno"> 103</span> <a class="code hl_function" href="classxrpl_1_1SQLiteDatabase.html#adcb9b95d708f191e0362b43114c63f1c">getTransactionsMinLedgerSeq</a>() <span class="keyword">override</span>;</div>
|
||||
<div class="line"><a id="l00104" name="l00104"></a><span class="lineno"> 104</span> </div>
|
||||
<div class="line"><a id="l00110" name="l00110"></a><span class="lineno"> 110</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/utility/optional.html">std::optional<LedgerIndex></a></div>
|
||||
<div class="line"><a id="l00111" name="l00111"></a><span class="lineno"> 111</span> <a class="code hl_function" href="classxrpl_1_1SQLiteDatabase.html#a8f24d66b70f8f59f13d6a439a3ac75c4">getAccountTransactionsMinLedgerSeq</a>() <span class="keyword">override</span>;</div>
|
||||
<div class="line"><a id="l00112" name="l00112"></a><span class="lineno"> 112</span> </div>
|
||||
<div class="line"><a id="l00124" name="l00124"></a><span class="lineno"> 124</span> <span class="keyword">virtual</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/container/vector.html">AccountTxs</a></div>
|
||||
<div class="line"><a id="l00125" name="l00125"></a><span class="lineno"><a class="line" href="classxrpl_1_1SQLiteDatabase.html#a72cb366cdfe0fb1e8d1b5d25aba8c912"> 125</a></span> <a class="code hl_function" href="classxrpl_1_1SQLiteDatabase.html#a72cb366cdfe0fb1e8d1b5d25aba8c912">getOldestAccountTxs</a>(<a class="code hl_struct" href="structxrpl_1_1RelationalDatabase_1_1AccountTxOptions.html">AccountTxOptions</a> <span class="keyword">const</span>& options) = 0;</div>
|
||||
<div class="line"><a id="l00126" name="l00126"></a><span class="lineno"> 126</span> </div>
|
||||
<div class="line"><a id="l00138" name="l00138"></a><span class="lineno"> 138</span> <span class="keyword">virtual</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/container/vector.html">AccountTxs</a></div>
|
||||
<div class="line"><a id="l00139" name="l00139"></a><span class="lineno"><a class="line" href="classxrpl_1_1SQLiteDatabase.html#a632e8e7efd0714b8b2aec0ff9449a969"> 139</a></span> <a class="code hl_function" href="classxrpl_1_1SQLiteDatabase.html#a632e8e7efd0714b8b2aec0ff9449a969">getNewestAccountTxs</a>(<a class="code hl_struct" href="structxrpl_1_1RelationalDatabase_1_1AccountTxOptions.html">AccountTxOptions</a> <span class="keyword">const</span>& options) = 0;</div>
|
||||
<div class="line"><a id="l00140" name="l00140"></a><span class="lineno"> 140</span> </div>
|
||||
<div class="line"><a id="l00152" name="l00152"></a><span class="lineno"> 152</span> <span class="keyword">virtual</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/container/vector.html">MetaTxsList</a></div>
|
||||
<div class="line"><a id="l00153" name="l00153"></a><span class="lineno"><a class="line" href="classxrpl_1_1SQLiteDatabase.html#a1fedc15f059c85a19a678cd5cc4e5a9f"> 153</a></span> <a class="code hl_function" href="classxrpl_1_1SQLiteDatabase.html#a1fedc15f059c85a19a678cd5cc4e5a9f">getOldestAccountTxsB</a>(<a class="code hl_struct" href="structxrpl_1_1RelationalDatabase_1_1AccountTxOptions.html">AccountTxOptions</a> <span class="keyword">const</span>& options) = 0;</div>
|
||||
<div class="line"><a id="l00154" name="l00154"></a><span class="lineno"> 154</span> </div>
|
||||
<div class="line"><a id="l00167" name="l00167"></a><span class="lineno"> 167</span> <span class="keyword">virtual</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/container/vector.html">MetaTxsList</a></div>
|
||||
<div class="line"><a id="l00168" name="l00168"></a><span class="lineno"><a class="line" href="classxrpl_1_1SQLiteDatabase.html#a02f3d699eb1a2fe809621a01cd405f2c"> 168</a></span> <a class="code hl_function" href="classxrpl_1_1SQLiteDatabase.html#a02f3d699eb1a2fe809621a01cd405f2c">getNewestAccountTxsB</a>(<a class="code hl_struct" href="structxrpl_1_1RelationalDatabase_1_1AccountTxOptions.html">AccountTxOptions</a> <span class="keyword">const</span>& options) = 0;</div>
|
||||
<div class="line"><a id="l00169" name="l00169"></a><span class="lineno"> 169</span> </div>
|
||||
<div class="line"><a id="l00182" name="l00182"></a><span class="lineno"> 182</span> <span class="keyword">virtual</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/utility/pair.html">std::pair<AccountTxs, std::optional<AccountTxMarker></a>></div>
|
||||
<div class="line"><a id="l00183" name="l00183"></a><span class="lineno"><a class="line" href="classxrpl_1_1SQLiteDatabase.html#ad25a8bc1193f41cef6662860441da344"> 183</a></span> <a class="code hl_function" href="classxrpl_1_1SQLiteDatabase.html#ad25a8bc1193f41cef6662860441da344">oldestAccountTxPage</a>(<a class="code hl_struct" href="structxrpl_1_1RelationalDatabase_1_1AccountTxPageOptions.html">AccountTxPageOptions</a> <span class="keyword">const</span>& options) = 0;</div>
|
||||
<div class="line"><a id="l00184" name="l00184"></a><span class="lineno"> 184</span> </div>
|
||||
<div class="line"><a id="l00197" name="l00197"></a><span class="lineno"> 197</span> <span class="keyword">virtual</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/utility/pair.html">std::pair<AccountTxs, std::optional<AccountTxMarker></a>></div>
|
||||
<div class="line"><a id="l00198" name="l00198"></a><span class="lineno"><a class="line" href="classxrpl_1_1SQLiteDatabase.html#afd20baf47d497b6ec2b6f2b3226e1831"> 198</a></span> <a class="code hl_function" href="classxrpl_1_1SQLiteDatabase.html#afd20baf47d497b6ec2b6f2b3226e1831">newestAccountTxPage</a>(<a class="code hl_struct" href="structxrpl_1_1RelationalDatabase_1_1AccountTxPageOptions.html">AccountTxPageOptions</a> <span class="keyword">const</span>& options) = 0;</div>
|
||||
<div class="line"><a id="l00118" name="l00118"></a><span class="lineno"> 118</span> <span class="keywordtype">void</span></div>
|
||||
<div class="line"><a id="l00119" name="l00119"></a><span class="lineno"> 119</span> <a class="code hl_function" href="classxrpl_1_1SQLiteDatabase.html#a335cc1e035954588c668cfe32b6d9ce4">deleteTransactionByLedgerSeq</a>(<a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">LedgerIndex</a> ledgerSeq) <span class="keyword">override</span>;</div>
|
||||
<div class="line"><a id="l00120" name="l00120"></a><span class="lineno"> 120</span> </div>
|
||||
<div class="line"><a id="l00126" name="l00126"></a><span class="lineno"> 126</span> <span class="keywordtype">void</span></div>
|
||||
<div class="line"><a id="l00127" name="l00127"></a><span class="lineno"> 127</span> <a class="code hl_function" href="classxrpl_1_1SQLiteDatabase.html#aadba37542778ff5b9976036975268466">deleteBeforeLedgerSeq</a>(<a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">LedgerIndex</a> ledgerSeq) <span class="keyword">override</span>;</div>
|
||||
<div class="line"><a id="l00128" name="l00128"></a><span class="lineno"> 128</span> </div>
|
||||
<div class="line"><a id="l00135" name="l00135"></a><span class="lineno"> 135</span> <span class="keywordtype">void</span></div>
|
||||
<div class="line"><a id="l00136" name="l00136"></a><span class="lineno"> 136</span> <a class="code hl_function" href="classxrpl_1_1SQLiteDatabase.html#aa1bdd2b0da78436d35d6aacc2ed186f2">deleteTransactionsBeforeLedgerSeq</a>(<a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">LedgerIndex</a> ledgerSeq) <span class="keyword">override</span>;</div>
|
||||
<div class="line"><a id="l00137" name="l00137"></a><span class="lineno"> 137</span> </div>
|
||||
<div class="line"><a id="l00144" name="l00144"></a><span class="lineno"> 144</span> <span class="keywordtype">void</span></div>
|
||||
<div class="line"><a id="l00145" name="l00145"></a><span class="lineno"> 145</span> <a class="code hl_function" href="classxrpl_1_1SQLiteDatabase.html#a82e5d64e61df3c549cf184f42984ce22">deleteAccountTransactionsBeforeLedgerSeq</a>(<a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">LedgerIndex</a> ledgerSeq) <span class="keyword">override</span>;</div>
|
||||
<div class="line"><a id="l00146" name="l00146"></a><span class="lineno"> 146</span> </div>
|
||||
<div class="line"><a id="l00151" name="l00151"></a><span class="lineno"> 151</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/size_t.html">std::size_t</a></div>
|
||||
<div class="line"><a id="l00152" name="l00152"></a><span class="lineno"> 152</span> <a class="code hl_function" href="classxrpl_1_1SQLiteDatabase.html#ac03bd50028898f9fdca914dd2c17080b">getTransactionCount</a>() <span class="keyword">override</span>;</div>
|
||||
<div class="line"><a id="l00153" name="l00153"></a><span class="lineno"> 153</span> </div>
|
||||
<div class="line"><a id="l00159" name="l00159"></a><span class="lineno"> 159</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/size_t.html">std::size_t</a></div>
|
||||
<div class="line"><a id="l00160" name="l00160"></a><span class="lineno"> 160</span> <a class="code hl_function" href="classxrpl_1_1SQLiteDatabase.html#a8f662f9560b4745bc5522e8618c6850a">getAccountTransactionCount</a>() <span class="keyword">override</span>;</div>
|
||||
<div class="line"><a id="l00161" name="l00161"></a><span class="lineno"> 161</span> </div>
|
||||
<div class="line"><a id="l00168" name="l00168"></a><span class="lineno"> 168</span> <a class="code hl_struct" href="structxrpl_1_1RelationalDatabase_1_1CountMinMax.html">CountMinMax</a></div>
|
||||
<div class="line"><a id="l00169" name="l00169"></a><span class="lineno"> 169</span> <a class="code hl_function" href="classxrpl_1_1SQLiteDatabase.html#a5e9a7d5e940a8b3b86ba025d279d6b0e">getLedgerCountMinMax</a>() <span class="keyword">override</span>;</div>
|
||||
<div class="line"><a id="l00170" name="l00170"></a><span class="lineno"> 170</span> </div>
|
||||
<div class="line"><a id="l00177" name="l00177"></a><span class="lineno"> 177</span> <span class="keywordtype">bool</span></div>
|
||||
<div class="line"><a id="l00178" name="l00178"></a><span class="lineno"> 178</span> <a class="code hl_function" href="classxrpl_1_1SQLiteDatabase.html#a7293e87382e10c7a6809d19becfce045">saveValidatedLedger</a>(<a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/memory/shared_ptr.html">std::shared_ptr<Ledger const></a> <span class="keyword">const</span>& ledger, <span class="keywordtype">bool</span> <a class="code hl_enumvalue" href="namespacexrpl.html#a75da7d88563def930b866cd64dd96f06a43b5c9175984c071f30b873fdce0a000">current</a>) <span class="keyword">override</span>;</div>
|
||||
<div class="line"><a id="l00179" name="l00179"></a><span class="lineno"> 179</span> </div>
|
||||
<div class="line"><a id="l00187" name="l00187"></a><span class="lineno"> 187</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/utility/optional.html">std::optional<LedgerHeader></a></div>
|
||||
<div class="line"><a id="l00188" name="l00188"></a><span class="lineno"> 188</span> <a class="code hl_function" href="classxrpl_1_1SQLiteDatabase.html#a3c611d1efdc6edb3ca4f5940f2dc6294">getLimitedOldestLedgerInfo</a>(<a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">LedgerIndex</a> ledgerFirstIndex) <span class="keyword">override</span>;</div>
|
||||
<div class="line"><a id="l00189" name="l00189"></a><span class="lineno"> 189</span> </div>
|
||||
<div class="line"><a id="l00197" name="l00197"></a><span class="lineno"> 197</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/utility/optional.html">std::optional<LedgerHeader></a></div>
|
||||
<div class="line"><a id="l00198" name="l00198"></a><span class="lineno"> 198</span> <a class="code hl_function" href="classxrpl_1_1SQLiteDatabase.html#a53fb95de6ced38fdfd0e8e8d7ee897b1">getLimitedNewestLedgerInfo</a>(<a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">LedgerIndex</a> ledgerFirstIndex) <span class="keyword">override</span>;</div>
|
||||
<div class="line"><a id="l00199" name="l00199"></a><span class="lineno"> 199</span> </div>
|
||||
<div class="line"><a id="l00213" name="l00213"></a><span class="lineno"> 213</span> <span class="keyword">virtual</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/utility/pair.html">std::pair<MetaTxsList, std::optional<AccountTxMarker></a>></div>
|
||||
<div class="line"><a id="l00214" name="l00214"></a><span class="lineno"><a class="line" href="classxrpl_1_1SQLiteDatabase.html#a68df85216be39b2356ee5c3faa5779b3"> 214</a></span> <a class="code hl_function" href="classxrpl_1_1SQLiteDatabase.html#a68df85216be39b2356ee5c3faa5779b3">oldestAccountTxPageB</a>(<a class="code hl_struct" href="structxrpl_1_1RelationalDatabase_1_1AccountTxPageOptions.html">AccountTxPageOptions</a> <span class="keyword">const</span>& options) = 0;</div>
|
||||
<div class="line"><a id="l00215" name="l00215"></a><span class="lineno"> 215</span> </div>
|
||||
<div class="line"><a id="l00229" name="l00229"></a><span class="lineno"> 229</span> <span class="keyword">virtual</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/utility/pair.html">std::pair<MetaTxsList, std::optional<AccountTxMarker></a>></div>
|
||||
<div class="line"><a id="l00230" name="l00230"></a><span class="lineno"><a class="line" href="classxrpl_1_1SQLiteDatabase.html#a4c0739e4b2645fba0aec2ac960af8c8c"> 230</a></span> <a class="code hl_function" href="classxrpl_1_1SQLiteDatabase.html#a4c0739e4b2645fba0aec2ac960af8c8c">newestAccountTxPageB</a>(<a class="code hl_struct" href="structxrpl_1_1RelationalDatabase_1_1AccountTxPageOptions.html">AccountTxPageOptions</a> <span class="keyword">const</span>& options) = 0;</div>
|
||||
<div class="line"><a id="l00231" name="l00231"></a><span class="lineno"> 231</span> </div>
|
||||
<div class="line"><a id="l00247" name="l00247"></a><span class="lineno"> 247</span> <span class="keyword">virtual</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/utility/variant.html">std::variant<AccountTx, TxSearched></a></div>
|
||||
<div class="line"><a id="l00248" name="l00248"></a><span class="lineno"><a class="line" href="classxrpl_1_1SQLiteDatabase.html#a5582339bd95dad48b79d45e443c44d92"> 248</a></span> <a class="code hl_function" href="classxrpl_1_1SQLiteDatabase.html#a5582339bd95dad48b79d45e443c44d92">getTransaction</a>(<a class="code hl_class" href="classxrpl_1_1base__uint.html">uint256</a> <span class="keyword">const</span>& <span class="keywordtype">id</span>, <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/utility/optional.html">std::optional</a><<a class="code hl_typedef" href="namespacexrpl.html#a86e91f18d65b451807479b486aabb7a9">ClosedInterval<uint32_t></a>> <span class="keyword">const</span>& <a class="code hl_function" href="namespacexrpl.html#a34fabf5c9fc5c30e86623b6a5eb0ac7d">range</a>, <a class="code hl_enumeration" href="namespacexrpl.html#af6fadbc1b2101eff5fa78e7e2a50b76f">error_code_i</a>& ec) = 0;</div>
|
||||
<div class="line"><a id="l00249" name="l00249"></a><span class="lineno"> 249</span> </div>
|
||||
<div class="line"><a id="l00254" name="l00254"></a><span class="lineno"> 254</span> <span class="keyword">virtual</span> uint32_t</div>
|
||||
<div class="line"><a id="l00255" name="l00255"></a><span class="lineno"><a class="line" href="classxrpl_1_1SQLiteDatabase.html#abb1b886bb5ee4a4c3f98999696d0afd3"> 255</a></span> <a class="code hl_function" href="classxrpl_1_1SQLiteDatabase.html#abb1b886bb5ee4a4c3f98999696d0afd3">getKBUsedAll</a>() = 0;</div>
|
||||
<div class="line"><a id="l00211" name="l00211"></a><span class="lineno"> 211</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/container/vector.html">AccountTxs</a></div>
|
||||
<div class="line"><a id="l00212" name="l00212"></a><span class="lineno"> 212</span> <a class="code hl_function" href="classxrpl_1_1SQLiteDatabase.html#a4344b4971cd1728771f6a12ff2d4c27e">getOldestAccountTxs</a>(<a class="code hl_struct" href="structxrpl_1_1RelationalDatabase_1_1AccountTxOptions.html">AccountTxOptions</a> <span class="keyword">const</span>& options) <span class="keyword">override</span>;</div>
|
||||
<div class="line"><a id="l00213" name="l00213"></a><span class="lineno"> 213</span> </div>
|
||||
<div class="line"><a id="l00225" name="l00225"></a><span class="lineno"> 225</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/container/vector.html">AccountTxs</a></div>
|
||||
<div class="line"><a id="l00226" name="l00226"></a><span class="lineno"> 226</span> <a class="code hl_function" href="classxrpl_1_1SQLiteDatabase.html#a7b6131fdf0a468352b675dc68f457f9a">getNewestAccountTxs</a>(<a class="code hl_struct" href="structxrpl_1_1RelationalDatabase_1_1AccountTxOptions.html">AccountTxOptions</a> <span class="keyword">const</span>& options) <span class="keyword">override</span>;</div>
|
||||
<div class="line"><a id="l00227" name="l00227"></a><span class="lineno"> 227</span> </div>
|
||||
<div class="line"><a id="l00239" name="l00239"></a><span class="lineno"> 239</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/container/vector.html">MetaTxsList</a></div>
|
||||
<div class="line"><a id="l00240" name="l00240"></a><span class="lineno"> 240</span> <a class="code hl_function" href="classxrpl_1_1SQLiteDatabase.html#a6a8f795710e075ce20f2c131cb6bf978">getOldestAccountTxsB</a>(<a class="code hl_struct" href="structxrpl_1_1RelationalDatabase_1_1AccountTxOptions.html">AccountTxOptions</a> <span class="keyword">const</span>& options) <span class="keyword">override</span>;</div>
|
||||
<div class="line"><a id="l00241" name="l00241"></a><span class="lineno"> 241</span> </div>
|
||||
<div class="line"><a id="l00254" name="l00254"></a><span class="lineno"> 254</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/container/vector.html">MetaTxsList</a></div>
|
||||
<div class="line"><a id="l00255" name="l00255"></a><span class="lineno"> 255</span> <a class="code hl_function" href="classxrpl_1_1SQLiteDatabase.html#a1490cf991e0cf31fe44ed71d003105be">getNewestAccountTxsB</a>(<a class="code hl_struct" href="structxrpl_1_1RelationalDatabase_1_1AccountTxOptions.html">AccountTxOptions</a> <span class="keyword">const</span>& options) <span class="keyword">override</span>;</div>
|
||||
<div class="line"><a id="l00256" name="l00256"></a><span class="lineno"> 256</span> </div>
|
||||
<div class="line"><a id="l00262" name="l00262"></a><span class="lineno"> 262</span> <span class="keyword">virtual</span> uint32_t</div>
|
||||
<div class="line"><a id="l00263" name="l00263"></a><span class="lineno"><a class="line" href="classxrpl_1_1SQLiteDatabase.html#a2512692cb70ce380b853530d47f1098a"> 263</a></span> <a class="code hl_function" href="classxrpl_1_1SQLiteDatabase.html#a2512692cb70ce380b853530d47f1098a">getKBUsedLedger</a>() = 0;</div>
|
||||
<div class="line"><a id="l00264" name="l00264"></a><span class="lineno"> 264</span> </div>
|
||||
<div class="line"><a id="l00270" name="l00270"></a><span class="lineno"> 270</span> <span class="keyword">virtual</span> uint32_t</div>
|
||||
<div class="line"><a id="l00271" name="l00271"></a><span class="lineno"><a class="line" href="classxrpl_1_1SQLiteDatabase.html#ab48f2ae7d01fddc68e086ac274ddbb47"> 271</a></span> <a class="code hl_function" href="classxrpl_1_1SQLiteDatabase.html#ab48f2ae7d01fddc68e086ac274ddbb47">getKBUsedTransaction</a>() = 0;</div>
|
||||
<div class="line"><a id="l00272" name="l00272"></a><span class="lineno"> 272</span> </div>
|
||||
<div class="line"><a id="l00276" name="l00276"></a><span class="lineno"> 276</span> <span class="keyword">virtual</span> <span class="keywordtype">void</span></div>
|
||||
<div class="line"><a id="l00277" name="l00277"></a><span class="lineno"><a class="line" href="classxrpl_1_1SQLiteDatabase.html#acd23ccadcb8834199bdda077509a3913"> 277</a></span> <a class="code hl_function" href="classxrpl_1_1SQLiteDatabase.html#acd23ccadcb8834199bdda077509a3913">closeLedgerDB</a>() = 0;</div>
|
||||
<div class="line"><a id="l00278" name="l00278"></a><span class="lineno"> 278</span> </div>
|
||||
<div class="line"><a id="l00282" name="l00282"></a><span class="lineno"> 282</span> <span class="keyword">virtual</span> <span class="keywordtype">void</span></div>
|
||||
<div class="line"><a id="l00283" name="l00283"></a><span class="lineno"><a class="line" href="classxrpl_1_1SQLiteDatabase.html#a9f9faed304cc6b1304197a6c1c2b2d05"> 283</a></span> <a class="code hl_function" href="classxrpl_1_1SQLiteDatabase.html#a9f9faed304cc6b1304197a6c1c2b2d05">closeTransactionDB</a>() = 0;</div>
|
||||
<div class="line"><a id="l00284" name="l00284"></a><span class="lineno"> 284</span>};</div>
|
||||
<div class="line"><a id="l00269" name="l00269"></a><span class="lineno"> 269</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/utility/pair.html">std::pair<AccountTxs, std::optional<AccountTxMarker></a>></div>
|
||||
<div class="line"><a id="l00270" name="l00270"></a><span class="lineno"> 270</span> <a class="code hl_function" href="classxrpl_1_1SQLiteDatabase.html#adea3e6ac77b0ed15d77c2087d4554423">oldestAccountTxPage</a>(<a class="code hl_struct" href="structxrpl_1_1RelationalDatabase_1_1AccountTxPageOptions.html">AccountTxPageOptions</a> <span class="keyword">const</span>& options) <span class="keyword">override</span>;</div>
|
||||
<div class="line"><a id="l00271" name="l00271"></a><span class="lineno"> 271</span> </div>
|
||||
<div class="line"><a id="l00284" name="l00284"></a><span class="lineno"> 284</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/utility/pair.html">std::pair<AccountTxs, std::optional<AccountTxMarker></a>></div>
|
||||
<div class="line"><a id="l00285" name="l00285"></a><span class="lineno"> 285</span> <a class="code hl_function" href="classxrpl_1_1SQLiteDatabase.html#a95778545411f1a52d17e73196018336b">newestAccountTxPage</a>(<a class="code hl_struct" href="structxrpl_1_1RelationalDatabase_1_1AccountTxPageOptions.html">AccountTxPageOptions</a> <span class="keyword">const</span>& options) <span class="keyword">override</span>;</div>
|
||||
<div class="line"><a id="l00286" name="l00286"></a><span class="lineno"> 286</span> </div>
|
||||
<div class="line"><a id="l00300" name="l00300"></a><span class="lineno"> 300</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/utility/pair.html">std::pair<MetaTxsList, std::optional<AccountTxMarker></a>></div>
|
||||
<div class="line"><a id="l00301" name="l00301"></a><span class="lineno"> 301</span> <a class="code hl_function" href="classxrpl_1_1SQLiteDatabase.html#a996c0e95df3c2b1daf3c8992b14e85df">oldestAccountTxPageB</a>(<a class="code hl_struct" href="structxrpl_1_1RelationalDatabase_1_1AccountTxPageOptions.html">AccountTxPageOptions</a> <span class="keyword">const</span>& options) <span class="keyword">override</span>;</div>
|
||||
<div class="line"><a id="l00302" name="l00302"></a><span class="lineno"> 302</span> </div>
|
||||
<div class="line"><a id="l00316" name="l00316"></a><span class="lineno"> 316</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/utility/pair.html">std::pair<MetaTxsList, std::optional<AccountTxMarker></a>></div>
|
||||
<div class="line"><a id="l00317" name="l00317"></a><span class="lineno"> 317</span> <a class="code hl_function" href="classxrpl_1_1SQLiteDatabase.html#aea870cf84f92fdcf4e458b2192cf7a05">newestAccountTxPageB</a>(<a class="code hl_struct" href="structxrpl_1_1RelationalDatabase_1_1AccountTxPageOptions.html">AccountTxPageOptions</a> <span class="keyword">const</span>& options) <span class="keyword">override</span>;</div>
|
||||
<div class="line"><a id="l00318" name="l00318"></a><span class="lineno"> 318</span> </div>
|
||||
<div class="line"><a id="l00334" name="l00334"></a><span class="lineno"> 334</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/utility/variant.html">std::variant<AccountTx, TxSearched></a></div>
|
||||
<div class="line"><a id="l00335" name="l00335"></a><span class="lineno"> 335</span> <a class="code hl_function" href="classxrpl_1_1SQLiteDatabase.html#adbb50a2e3549089e19a077853c61992b">getTransaction</a>(<a class="code hl_class" href="classxrpl_1_1base__uint.html">uint256</a> <span class="keyword">const</span>& <span class="keywordtype">id</span>, <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/utility/optional.html">std::optional</a><<a class="code hl_typedef" href="namespacexrpl.html#a86e91f18d65b451807479b486aabb7a9">ClosedInterval<std::uint32_t></a>> <span class="keyword">const</span>& <a class="code hl_function" href="namespacexrpl.html#a34fabf5c9fc5c30e86623b6a5eb0ac7d">range</a>, <a class="code hl_enumeration" href="namespacexrpl.html#af6fadbc1b2101eff5fa78e7e2a50b76f">error_code_i</a>& ec)</div>
|
||||
<div class="line"><a id="l00336" name="l00336"></a><span class="lineno"> 336</span> <span class="keyword">override</span>;</div>
|
||||
<div class="line"><a id="l00337" name="l00337"></a><span class="lineno"> 337</span> </div>
|
||||
<div class="line"><a id="l00342" name="l00342"></a><span class="lineno"> 342</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a></div>
|
||||
<div class="line"><a id="l00343" name="l00343"></a><span class="lineno"> 343</span> <a class="code hl_function" href="classxrpl_1_1SQLiteDatabase.html#aaf4a3069c62a77bd0df852cf85adc679">getKBUsedAll</a>() <span class="keyword">override</span>;</div>
|
||||
<div class="line"><a id="l00344" name="l00344"></a><span class="lineno"> 344</span> </div>
|
||||
<div class="line"><a id="l00350" name="l00350"></a><span class="lineno"> 350</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a></div>
|
||||
<div class="line"><a id="l00351" name="l00351"></a><span class="lineno"> 351</span> <a class="code hl_function" href="classxrpl_1_1SQLiteDatabase.html#a7a3ffe0c77def95f40834e6b66e2f533">getKBUsedLedger</a>() <span class="keyword">override</span>;</div>
|
||||
<div class="line"><a id="l00352" name="l00352"></a><span class="lineno"> 352</span> </div>
|
||||
<div class="line"><a id="l00358" name="l00358"></a><span class="lineno"> 358</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a></div>
|
||||
<div class="line"><a id="l00359" name="l00359"></a><span class="lineno"> 359</span> <a class="code hl_function" href="classxrpl_1_1SQLiteDatabase.html#a77b0cbf113b35784416aaa1b2d3de96a">getKBUsedTransaction</a>() <span class="keyword">override</span>;</div>
|
||||
<div class="line"><a id="l00360" name="l00360"></a><span class="lineno"> 360</span> </div>
|
||||
<div class="line"><a id="l00364" name="l00364"></a><span class="lineno"> 364</span> <span class="keywordtype">void</span></div>
|
||||
<div class="line"><a id="l00365" name="l00365"></a><span class="lineno"> 365</span> <a class="code hl_function" href="classxrpl_1_1SQLiteDatabase.html#a505fa8f2b44fb178d5df47a0614a17d7">closeLedgerDB</a>() <span class="keyword">override</span>;</div>
|
||||
<div class="line"><a id="l00366" name="l00366"></a><span class="lineno"> 366</span> </div>
|
||||
<div class="line"><a id="l00370" name="l00370"></a><span class="lineno"> 370</span> <span class="keywordtype">void</span></div>
|
||||
<div class="line"><a id="l00371" name="l00371"></a><span class="lineno"> 371</span> <a class="code hl_function" href="classxrpl_1_1SQLiteDatabase.html#a4963a736a1492e5197b6bf41ea70e28e">closeTransactionDB</a>() <span class="keyword">override</span>;</div>
|
||||
<div class="line"><a id="l00372" name="l00372"></a><span class="lineno"> 372</span> </div>
|
||||
<div class="line"><a id="l00373" name="l00373"></a><span class="lineno"> 373</span> <a class="code hl_class" href="classxrpl_1_1SQLiteDatabase.html">SQLiteDatabase</a>(<a class="code hl_class" href="classxrpl_1_1ServiceRegistry.html">ServiceRegistry</a>& registry, <a class="code hl_class" href="classxrpl_1_1Config.html">Config</a> <span class="keyword">const</span>& config, <a class="code hl_class" href="classxrpl_1_1JobQueue.html">JobQueue</a>& jobQueue);</div>
|
||||
<div class="line"><a id="l00374" name="l00374"></a><span class="lineno"> 374</span> </div>
|
||||
<div class="line"><a id="l00375" name="l00375"></a><span class="lineno"><a class="line" href="classxrpl_1_1SQLiteDatabase.html#af928632e715051a7b21a505357580d12"> 375</a></span> <a class="code hl_function" href="classxrpl_1_1SQLiteDatabase.html#af928632e715051a7b21a505357580d12">SQLiteDatabase</a>(<a class="code hl_class" href="classxrpl_1_1SQLiteDatabase.html">SQLiteDatabase</a> <span class="keyword">const</span>&) = <span class="keyword">delete</span>;</div>
|
||||
<div class="line"><a id="l00376" name="l00376"></a><span class="lineno"> 376</span> <a class="code hl_class" href="classxrpl_1_1SQLiteDatabase.html">SQLiteDatabase</a>(<a class="code hl_class" href="classxrpl_1_1SQLiteDatabase.html">SQLiteDatabase</a>&& rhs) <span class="keyword">noexcept</span>;</div>
|
||||
<div class="line"><a id="l00377" name="l00377"></a><span class="lineno"> 377</span> </div>
|
||||
<div class="line"><a id="l00378" name="l00378"></a><span class="lineno"> 378</span> <a class="code hl_class" href="classxrpl_1_1SQLiteDatabase.html">SQLiteDatabase</a>&</div>
|
||||
<div class="line"><a id="l00379" name="l00379"></a><span class="lineno"><a class="line" href="classxrpl_1_1SQLiteDatabase.html#a5178f05bed6bd5bf6c0161614692780e"> 379</a></span> <a class="code hl_function" href="classxrpl_1_1SQLiteDatabase.html#a5178f05bed6bd5bf6c0161614692780e">operator=</a>(<a class="code hl_class" href="classxrpl_1_1SQLiteDatabase.html">SQLiteDatabase</a> <span class="keyword">const</span>&) = <span class="keyword">delete</span>;</div>
|
||||
<div class="line"><a id="l00380" name="l00380"></a><span class="lineno"> 380</span> <a class="code hl_class" href="classxrpl_1_1SQLiteDatabase.html">SQLiteDatabase</a>&</div>
|
||||
<div class="line"><a id="l00381" name="l00381"></a><span class="lineno"><a class="line" href="classxrpl_1_1SQLiteDatabase.html#afbaf12d4b3056bf9ffacb6c6e924a4d5"> 381</a></span> <a class="code hl_function" href="classxrpl_1_1SQLiteDatabase.html#afbaf12d4b3056bf9ffacb6c6e924a4d5">operator=</a>(<a class="code hl_class" href="classxrpl_1_1SQLiteDatabase.html">SQLiteDatabase</a>&& rhs) = <span class="keyword">delete</span>;</div>
|
||||
<div class="line"><a id="l00382" name="l00382"></a><span class="lineno"> 382</span> </div>
|
||||
<div class="line"><a id="l00389" name="l00389"></a><span class="lineno"> 389</span> <span class="keywordtype">bool</span></div>
|
||||
<div class="line"><a id="l00390" name="l00390"></a><span class="lineno"> 390</span> <a class="code hl_function" href="classxrpl_1_1SQLiteDatabase.html#a1ff03f0bbc80c0af8367f4e84a384c88">ledgerDbHasSpace</a>(<a class="code hl_class" href="classxrpl_1_1Config.html">Config</a> <span class="keyword">const</span>& config);</div>
|
||||
<div class="line"><a id="l00391" name="l00391"></a><span class="lineno"> 391</span> </div>
|
||||
<div class="line"><a id="l00398" name="l00398"></a><span class="lineno"> 398</span> <span class="keywordtype">bool</span></div>
|
||||
<div class="line"><a id="l00399" name="l00399"></a><span class="lineno"> 399</span> <a class="code hl_function" href="classxrpl_1_1SQLiteDatabase.html#ae0f25552a4d19d50096dc91ab89ad8d6">transactionDbHasSpace</a>(<a class="code hl_class" href="classxrpl_1_1Config.html">Config</a> <span class="keyword">const</span>& config);</div>
|
||||
<div class="line"><a id="l00400" name="l00400"></a><span class="lineno"> 400</span> </div>
|
||||
<div class="line"><a id="l00401" name="l00401"></a><span class="lineno"> 401</span><span class="keyword">private</span>:</div>
|
||||
<div class="line"><a id="l00402" name="l00402"></a><span class="lineno"><a class="line" href="classxrpl_1_1SQLiteDatabase.html#ac1214895bca8cb9c29bec2b900f232a5"> 402</a></span> <a class="code hl_class" href="classxrpl_1_1ServiceRegistry.html">ServiceRegistry</a>& <a class="code hl_variable" href="classxrpl_1_1SQLiteDatabase.html#ac1214895bca8cb9c29bec2b900f232a5">registry_</a>;</div>
|
||||
<div class="line"><a id="l00403" name="l00403"></a><span class="lineno"><a class="line" href="classxrpl_1_1SQLiteDatabase.html#a4755e140b0cd6cd62870006513db1895"> 403</a></span> <span class="keywordtype">bool</span> <span class="keyword">const</span> <a class="code hl_variable" href="classxrpl_1_1SQLiteDatabase.html#a4755e140b0cd6cd62870006513db1895">useTxTables_</a>;</div>
|
||||
<div class="line"><a id="l00404" name="l00404"></a><span class="lineno"><a class="line" href="classxrpl_1_1SQLiteDatabase.html#a295d3871da2ffbbe81eaa1facff66f39"> 404</a></span> <a class="code hl_class" href="classbeast_1_1Journal.html">beast::Journal</a> <a class="code hl_variable" href="classxrpl_1_1SQLiteDatabase.html#a295d3871da2ffbbe81eaa1facff66f39">j_</a>;</div>
|
||||
<div class="line"><a id="l00405" name="l00405"></a><span class="lineno"><a class="line" href="classxrpl_1_1SQLiteDatabase.html#aa3b7729b84b69648c44fc83357f82ad5"> 405</a></span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/memory/unique_ptr.html">std::unique_ptr<DatabaseCon></a> <a class="code hl_variable" href="classxrpl_1_1SQLiteDatabase.html#aa3b7729b84b69648c44fc83357f82ad5">ledgerDb_</a>, <a class="code hl_variable" href="classxrpl_1_1SQLiteDatabase.html#a5ff0524525bead1667d26a9b8b1a3293">txdb_</a>;</div>
|
||||
<div class="line"><a id="l00406" name="l00406"></a><span class="lineno"> 406</span> </div>
|
||||
<div class="line"><a id="l00415" name="l00415"></a><span class="lineno"> 415</span> <span class="keywordtype">bool</span></div>
|
||||
<div class="line"><a id="l00416" name="l00416"></a><span class="lineno"> 416</span> <a class="code hl_function" href="classxrpl_1_1SQLiteDatabase.html#a40c8ac26189b604d69366a66737e120a">makeLedgerDBs</a>(</div>
|
||||
<div class="line"><a id="l00417" name="l00417"></a><span class="lineno"> 417</span> <a class="code hl_class" href="classxrpl_1_1Config.html">Config</a> <span class="keyword">const</span>& config,</div>
|
||||
<div class="line"><a id="l00418" name="l00418"></a><span class="lineno"> 418</span> <a class="code hl_struct" href="structxrpl_1_1DatabaseCon_1_1Setup.html">DatabaseCon::Setup</a> <span class="keyword">const</span>& setup,</div>
|
||||
<div class="line"><a id="l00419" name="l00419"></a><span class="lineno"> 419</span> <a class="code hl_struct" href="structxrpl_1_1DatabaseCon_1_1CheckpointerSetup.html">DatabaseCon::CheckpointerSetup</a> <span class="keyword">const</span>& checkpointerSetup);</div>
|
||||
<div class="line"><a id="l00420" name="l00420"></a><span class="lineno"> 420</span> </div>
|
||||
<div class="line"><a id="l00425" name="l00425"></a><span class="lineno"> 425</span> <span class="keywordtype">bool</span></div>
|
||||
<div class="foldopen" id="foldopen00426" data-start="{" data-end="}">
|
||||
<div class="line"><a id="l00426" name="l00426"></a><span class="lineno"><a class="line" href="classxrpl_1_1SQLiteDatabase.html#a05f5c3d90e894a5e79270fe237e6d358"> 426</a></span> <a class="code hl_function" href="classxrpl_1_1SQLiteDatabase.html#a05f5c3d90e894a5e79270fe237e6d358">existsLedger</a>()</div>
|
||||
<div class="line"><a id="l00427" name="l00427"></a><span class="lineno"> 427</span> {</div>
|
||||
<div class="line"><a id="l00428" name="l00428"></a><span class="lineno"> 428</span> <span class="keywordflow">return</span> <span class="keyword">static_cast<</span><span class="keywordtype">bool</span><span class="keyword">></span>(<a class="code hl_variable" href="classxrpl_1_1SQLiteDatabase.html#aa3b7729b84b69648c44fc83357f82ad5">ledgerDb_</a>);</div>
|
||||
<div class="line"><a id="l00429" name="l00429"></a><span class="lineno"> 429</span> }</div>
|
||||
</div>
|
||||
<div class="line"><a id="l00285" name="l00285"></a><span class="lineno"> 285</span> </div>
|
||||
<div class="line"><a id="l00286" name="l00286"></a><span class="lineno"> 286</span>} <span class="comment">// namespace xrpl</span></div>
|
||||
<div class="ttc" id="aclassxrpl_1_1RelationalDatabase_html"><div class="ttname"><a href="classxrpl_1_1RelationalDatabase.html">xrpl::RelationalDatabase</a></div><div class="ttdef"><b>Definition</b> <a href="RelationalDatabase_8h_source.html#l00029">RelationalDatabase.h:30</a></div></div>
|
||||
<div class="ttc" id="aclassxrpl_1_1SQLiteDatabase_html"><div class="ttname"><a href="classxrpl_1_1SQLiteDatabase.html">xrpl::SQLiteDatabase</a></div><div class="ttdef"><b>Definition</b> <a href="SQLiteDatabase_8h_source.html#l00007">SQLiteDatabase.h:8</a></div></div>
|
||||
<div class="ttc" id="aclassxrpl_1_1SQLiteDatabase_html_a02f3d699eb1a2fe809621a01cd405f2c"><div class="ttname"><a href="classxrpl_1_1SQLiteDatabase.html#a02f3d699eb1a2fe809621a01cd405f2c">xrpl::SQLiteDatabase::getNewestAccountTxsB</a></div><div class="ttdeci">virtual MetaTxsList getNewestAccountTxsB(AccountTxOptions const &options)=0</div><div class="ttdoc">getNewestAccountTxsB Returns the newest transactions in binary form for the account that matches the ...</div></div>
|
||||
<div class="ttc" id="aclassxrpl_1_1SQLiteDatabase_html_a160f6e772abfff692aba8f2ef4d245b1"><div class="ttname"><a href="classxrpl_1_1SQLiteDatabase.html#a160f6e772abfff692aba8f2ef4d245b1">xrpl::SQLiteDatabase::deleteTransactionByLedgerSeq</a></div><div class="ttdeci">virtual void deleteTransactionByLedgerSeq(LedgerIndex ledgerSeq)=0</div><div class="ttdoc">deleteTransactionByLedgerSeq Deletes transactions from the ledger with the given sequence.</div></div>
|
||||
<div class="ttc" id="aclassxrpl_1_1SQLiteDatabase_html_a1fedc15f059c85a19a678cd5cc4e5a9f"><div class="ttname"><a href="classxrpl_1_1SQLiteDatabase.html#a1fedc15f059c85a19a678cd5cc4e5a9f">xrpl::SQLiteDatabase::getOldestAccountTxsB</a></div><div class="ttdeci">virtual MetaTxsList getOldestAccountTxsB(AccountTxOptions const &options)=0</div><div class="ttdoc">getOldestAccountTxsB Returns the oldest transactions in binary form for the account that matches the ...</div></div>
|
||||
<div class="ttc" id="aclassxrpl_1_1SQLiteDatabase_html_a2512692cb70ce380b853530d47f1098a"><div class="ttname"><a href="classxrpl_1_1SQLiteDatabase.html#a2512692cb70ce380b853530d47f1098a">xrpl::SQLiteDatabase::getKBUsedLedger</a></div><div class="ttdeci">virtual uint32_t getKBUsedLedger()=0</div><div class="ttdoc">getKBUsedLedger Returns the amount of space space used by the ledger database.</div></div>
|
||||
<div class="ttc" id="aclassxrpl_1_1SQLiteDatabase_html_a3519cce2c7e2d788d4af4c013c1e805d"><div class="ttname"><a href="classxrpl_1_1SQLiteDatabase.html#a3519cce2c7e2d788d4af4c013c1e805d">xrpl::SQLiteDatabase::getTransactionsMinLedgerSeq</a></div><div class="ttdeci">virtual std::optional< LedgerIndex > getTransactionsMinLedgerSeq()=0</div><div class="ttdoc">getTransactionsMinLedgerSeq Returns the minimum ledger sequence stored in the Transactions table.</div></div>
|
||||
<div class="ttc" id="aclassxrpl_1_1SQLiteDatabase_html_a39c307b674cc492efef1caf97dfe8b9b"><div class="ttname"><a href="classxrpl_1_1SQLiteDatabase.html#a39c307b674cc492efef1caf97dfe8b9b">xrpl::SQLiteDatabase::getLimitedNewestLedgerInfo</a></div><div class="ttdeci">virtual std::optional< LedgerHeader > getLimitedNewestLedgerInfo(LedgerIndex ledgerFirstIndex)=0</div><div class="ttdoc">getLimitedNewestLedgerInfo Returns the info of the newest ledger whose sequence number is greater tha...</div></div>
|
||||
<div class="ttc" id="aclassxrpl_1_1SQLiteDatabase_html_a4c0739e4b2645fba0aec2ac960af8c8c"><div class="ttname"><a href="classxrpl_1_1SQLiteDatabase.html#a4c0739e4b2645fba0aec2ac960af8c8c">xrpl::SQLiteDatabase::newestAccountTxPageB</a></div><div class="ttdeci">virtual std::pair< MetaTxsList, std::optional< AccountTxMarker > > newestAccountTxPageB(AccountTxPageOptions const &options)=0</div><div class="ttdoc">newestAccountTxPageB Returns the newest transactions in binary form for the account that matches the ...</div></div>
|
||||
<div class="ttc" id="aclassxrpl_1_1SQLiteDatabase_html_a5582339bd95dad48b79d45e443c44d92"><div class="ttname"><a href="classxrpl_1_1SQLiteDatabase.html#a5582339bd95dad48b79d45e443c44d92">xrpl::SQLiteDatabase::getTransaction</a></div><div class="ttdeci">virtual std::variant< AccountTx, TxSearched > getTransaction(uint256 const &id, std::optional< ClosedInterval< uint32_t > > const &range, error_code_i &ec)=0</div><div class="ttdoc">getTransaction Returns the transaction with the given hash.</div></div>
|
||||
<div class="ttc" id="aclassxrpl_1_1SQLiteDatabase_html_a632e8e7efd0714b8b2aec0ff9449a969"><div class="ttname"><a href="classxrpl_1_1SQLiteDatabase.html#a632e8e7efd0714b8b2aec0ff9449a969">xrpl::SQLiteDatabase::getNewestAccountTxs</a></div><div class="ttdeci">virtual AccountTxs getNewestAccountTxs(AccountTxOptions const &options)=0</div><div class="ttdoc">getNewestAccountTxs Returns the newest transactions for the account that matches the given criteria s...</div></div>
|
||||
<div class="ttc" id="aclassxrpl_1_1SQLiteDatabase_html_a68df85216be39b2356ee5c3faa5779b3"><div class="ttname"><a href="classxrpl_1_1SQLiteDatabase.html#a68df85216be39b2356ee5c3faa5779b3">xrpl::SQLiteDatabase::oldestAccountTxPageB</a></div><div class="ttdeci">virtual std::pair< MetaTxsList, std::optional< AccountTxMarker > > oldestAccountTxPageB(AccountTxPageOptions const &options)=0</div><div class="ttdoc">oldestAccountTxPageB Returns the oldest transactions in binary form for the account that matches the ...</div></div>
|
||||
<div class="ttc" id="aclassxrpl_1_1SQLiteDatabase_html_a72cb366cdfe0fb1e8d1b5d25aba8c912"><div class="ttname"><a href="classxrpl_1_1SQLiteDatabase.html#a72cb366cdfe0fb1e8d1b5d25aba8c912">xrpl::SQLiteDatabase::getOldestAccountTxs</a></div><div class="ttdeci">virtual AccountTxs getOldestAccountTxs(AccountTxOptions const &options)=0</div><div class="ttdoc">getOldestAccountTxs Returns the oldest transactions for the account that matches the given criteria s...</div></div>
|
||||
<div class="ttc" id="aclassxrpl_1_1SQLiteDatabase_html_a7e6aae9e4238de10205f8275770cff2e"><div class="ttname"><a href="classxrpl_1_1SQLiteDatabase.html#a7e6aae9e4238de10205f8275770cff2e">xrpl::SQLiteDatabase::saveValidatedLedger</a></div><div class="ttdeci">virtual bool saveValidatedLedger(std::shared_ptr< Ledger const > const &ledger, bool current)=0</div><div class="ttdoc">saveValidatedLedger Saves a ledger into the database.</div></div>
|
||||
<div class="ttc" id="aclassxrpl_1_1SQLiteDatabase_html_a83dd09ce55af39389667c8aa12987b36"><div class="ttname"><a href="classxrpl_1_1SQLiteDatabase.html#a83dd09ce55af39389667c8aa12987b36">xrpl::SQLiteDatabase::deleteAccountTransactionsBeforeLedgerSeq</a></div><div class="ttdeci">virtual void deleteAccountTransactionsBeforeLedgerSeq(LedgerIndex ledgerSeq)=0</div><div class="ttdoc">deleteAccountTransactionsBeforeLedgerSeq Deletes all account transactions with a sequence number less...</div></div>
|
||||
<div class="ttc" id="aclassxrpl_1_1SQLiteDatabase_html_a8739e848cf4271254ed43b65a90a135d"><div class="ttname"><a href="classxrpl_1_1SQLiteDatabase.html#a8739e848cf4271254ed43b65a90a135d">xrpl::SQLiteDatabase::getLimitedOldestLedgerInfo</a></div><div class="ttdeci">virtual std::optional< LedgerHeader > getLimitedOldestLedgerInfo(LedgerIndex ledgerFirstIndex)=0</div><div class="ttdoc">getLimitedOldestLedgerInfo Returns the info of the oldest ledger whose sequence number is greater tha...</div></div>
|
||||
<div class="ttc" id="aclassxrpl_1_1SQLiteDatabase_html_a9f9faed304cc6b1304197a6c1c2b2d05"><div class="ttname"><a href="classxrpl_1_1SQLiteDatabase.html#a9f9faed304cc6b1304197a6c1c2b2d05">xrpl::SQLiteDatabase::closeTransactionDB</a></div><div class="ttdeci">virtual void closeTransactionDB()=0</div><div class="ttdoc">Closes the transaction database.</div></div>
|
||||
<div class="ttc" id="aclassxrpl_1_1SQLiteDatabase_html_aa51867f03a1f670df342c17e6e2dce82"><div class="ttname"><a href="classxrpl_1_1SQLiteDatabase.html#aa51867f03a1f670df342c17e6e2dce82">xrpl::SQLiteDatabase::deleteBeforeLedgerSeq</a></div><div class="ttdeci">virtual void deleteBeforeLedgerSeq(LedgerIndex ledgerSeq)=0</div><div class="ttdoc">deleteBeforeLedgerSeq Deletes all ledgers with a sequence number less than or equal to the given ledg...</div></div>
|
||||
<div class="ttc" id="aclassxrpl_1_1SQLiteDatabase_html_ab48f2ae7d01fddc68e086ac274ddbb47"><div class="ttname"><a href="classxrpl_1_1SQLiteDatabase.html#ab48f2ae7d01fddc68e086ac274ddbb47">xrpl::SQLiteDatabase::getKBUsedTransaction</a></div><div class="ttdeci">virtual uint32_t getKBUsedTransaction()=0</div><div class="ttdoc">getKBUsedTransaction Returns the amount of space used by the transaction database.</div></div>
|
||||
<div class="ttc" id="aclassxrpl_1_1SQLiteDatabase_html_ab7b42fe2d63306bb42dff365eba97736"><div class="ttname"><a href="classxrpl_1_1SQLiteDatabase.html#ab7b42fe2d63306bb42dff365eba97736">xrpl::SQLiteDatabase::getAccountTransactionsMinLedgerSeq</a></div><div class="ttdeci">virtual std::optional< LedgerIndex > getAccountTransactionsMinLedgerSeq()=0</div><div class="ttdoc">getAccountTransactionsMinLedgerSeq Returns the minimum ledger sequence stored in the AccountTransacti...</div></div>
|
||||
<div class="ttc" id="aclassxrpl_1_1SQLiteDatabase_html_abb1b886bb5ee4a4c3f98999696d0afd3"><div class="ttname"><a href="classxrpl_1_1SQLiteDatabase.html#abb1b886bb5ee4a4c3f98999696d0afd3">xrpl::SQLiteDatabase::getKBUsedAll</a></div><div class="ttdeci">virtual uint32_t getKBUsedAll()=0</div><div class="ttdoc">getKBUsedAll Returns the amount of space used by all databases.</div></div>
|
||||
<div class="ttc" id="aclassxrpl_1_1SQLiteDatabase_html_acd23ccadcb8834199bdda077509a3913"><div class="ttname"><a href="classxrpl_1_1SQLiteDatabase.html#acd23ccadcb8834199bdda077509a3913">xrpl::SQLiteDatabase::closeLedgerDB</a></div><div class="ttdeci">virtual void closeLedgerDB()=0</div><div class="ttdoc">Closes the ledger database.</div></div>
|
||||
<div class="ttc" id="aclassxrpl_1_1SQLiteDatabase_html_ad25a8bc1193f41cef6662860441da344"><div class="ttname"><a href="classxrpl_1_1SQLiteDatabase.html#ad25a8bc1193f41cef6662860441da344">xrpl::SQLiteDatabase::oldestAccountTxPage</a></div><div class="ttdeci">virtual std::pair< AccountTxs, std::optional< AccountTxMarker > > oldestAccountTxPage(AccountTxPageOptions const &options)=0</div><div class="ttdoc">oldestAccountTxPage Returns the oldest transactions for the account that matches the given criteria s...</div></div>
|
||||
<div class="ttc" id="aclassxrpl_1_1SQLiteDatabase_html_ad328a91419f5a97810f5554e3d754407"><div class="ttname"><a href="classxrpl_1_1SQLiteDatabase.html#ad328a91419f5a97810f5554e3d754407">xrpl::SQLiteDatabase::getAccountTransactionCount</a></div><div class="ttdeci">virtual std::size_t getAccountTransactionCount()=0</div><div class="ttdoc">getAccountTransactionCount Returns the number of account transactions.</div></div>
|
||||
<div class="ttc" id="aclassxrpl_1_1SQLiteDatabase_html_af31e9f48b1fe6e2283aad85f19c183d7"><div class="ttname"><a href="classxrpl_1_1SQLiteDatabase.html#af31e9f48b1fe6e2283aad85f19c183d7">xrpl::SQLiteDatabase::getLedgerCountMinMax</a></div><div class="ttdeci">virtual struct CountMinMax getLedgerCountMinMax()=0</div><div class="ttdoc">getLedgerCountMinMax Returns the minimum ledger sequence, maximum ledger sequence and total number of...</div></div>
|
||||
<div class="ttc" id="aclassxrpl_1_1SQLiteDatabase_html_afcc7ad4b949d01f05309b1630b76b6d3"><div class="ttname"><a href="classxrpl_1_1SQLiteDatabase.html#afcc7ad4b949d01f05309b1630b76b6d3">xrpl::SQLiteDatabase::deleteTransactionsBeforeLedgerSeq</a></div><div class="ttdeci">virtual void deleteTransactionsBeforeLedgerSeq(LedgerIndex ledgerSeq)=0</div><div class="ttdoc">deleteTransactionsBeforeLedgerSeq Deletes all transactions with a sequence number less than or equal ...</div></div>
|
||||
<div class="ttc" id="aclassxrpl_1_1SQLiteDatabase_html_afd20baf47d497b6ec2b6f2b3226e1831"><div class="ttname"><a href="classxrpl_1_1SQLiteDatabase.html#afd20baf47d497b6ec2b6f2b3226e1831">xrpl::SQLiteDatabase::newestAccountTxPage</a></div><div class="ttdeci">virtual std::pair< AccountTxs, std::optional< AccountTxMarker > > newestAccountTxPage(AccountTxPageOptions const &options)=0</div><div class="ttdoc">newestAccountTxPage Returns the newest transactions for the account that matches the given criteria s...</div></div>
|
||||
<div class="ttc" id="aclassxrpl_1_1SQLiteDatabase_html_afd3efd32dab2d0527f4ae09884fed769"><div class="ttname"><a href="classxrpl_1_1SQLiteDatabase.html#afd3efd32dab2d0527f4ae09884fed769">xrpl::SQLiteDatabase::getTransactionCount</a></div><div class="ttdeci">virtual std::size_t getTransactionCount()=0</div><div class="ttdoc">getTransactionCount Returns the number of transactions.</div></div>
|
||||
<div class="line"><a id="l00430" name="l00430"></a><span class="lineno"> 430</span> </div>
|
||||
<div class="line"><a id="l00436" name="l00436"></a><span class="lineno"> 436</span> <span class="keywordtype">bool</span></div>
|
||||
<div class="foldopen" id="foldopen00437" data-start="{" data-end="}">
|
||||
<div class="line"><a id="l00437" name="l00437"></a><span class="lineno"><a class="line" href="classxrpl_1_1SQLiteDatabase.html#a90f2776e5c54de04ceddaf70594400e5"> 437</a></span> <a class="code hl_function" href="classxrpl_1_1SQLiteDatabase.html#a90f2776e5c54de04ceddaf70594400e5">existsTransaction</a>()</div>
|
||||
<div class="line"><a id="l00438" name="l00438"></a><span class="lineno"> 438</span> {</div>
|
||||
<div class="line"><a id="l00439" name="l00439"></a><span class="lineno"> 439</span> <span class="keywordflow">return</span> <span class="keyword">static_cast<</span><span class="keywordtype">bool</span><span class="keyword">></span>(<a class="code hl_variable" href="classxrpl_1_1SQLiteDatabase.html#a5ff0524525bead1667d26a9b8b1a3293">txdb_</a>);</div>
|
||||
<div class="line"><a id="l00440" name="l00440"></a><span class="lineno"> 440</span> }</div>
|
||||
</div>
|
||||
<div class="line"><a id="l00441" name="l00441"></a><span class="lineno"> 441</span> </div>
|
||||
<div class="line"><a id="l00447" name="l00447"></a><span class="lineno"> 447</span> <span class="keyword">auto</span></div>
|
||||
<div class="foldopen" id="foldopen00448" data-start="{" data-end="}">
|
||||
<div class="line"><a id="l00448" name="l00448"></a><span class="lineno"><a class="line" href="classxrpl_1_1SQLiteDatabase.html#a4dd66c4b17045f22c56f0d16207ffc9e"> 448</a></span> <a class="code hl_function" href="classxrpl_1_1SQLiteDatabase.html#a4dd66c4b17045f22c56f0d16207ffc9e">checkoutLedger</a>()</div>
|
||||
<div class="line"><a id="l00449" name="l00449"></a><span class="lineno"> 449</span> {</div>
|
||||
<div class="line"><a id="l00450" name="l00450"></a><span class="lineno"> 450</span> <span class="keywordflow">return</span> <a class="code hl_variable" href="classxrpl_1_1SQLiteDatabase.html#aa3b7729b84b69648c44fc83357f82ad5">ledgerDb_</a>->checkoutDb();</div>
|
||||
<div class="line"><a id="l00451" name="l00451"></a><span class="lineno"> 451</span> }</div>
|
||||
</div>
|
||||
<div class="line"><a id="l00452" name="l00452"></a><span class="lineno"> 452</span> </div>
|
||||
<div class="line"><a id="l00458" name="l00458"></a><span class="lineno"> 458</span> <span class="keyword">auto</span></div>
|
||||
<div class="foldopen" id="foldopen00459" data-start="{" data-end="}">
|
||||
<div class="line"><a id="l00459" name="l00459"></a><span class="lineno"><a class="line" href="classxrpl_1_1SQLiteDatabase.html#a3164057c0d2eaf653406231b2c15617c"> 459</a></span> <a class="code hl_function" href="classxrpl_1_1SQLiteDatabase.html#a3164057c0d2eaf653406231b2c15617c">checkoutTransaction</a>()</div>
|
||||
<div class="line"><a id="l00460" name="l00460"></a><span class="lineno"> 460</span> {</div>
|
||||
<div class="line"><a id="l00461" name="l00461"></a><span class="lineno"> 461</span> <span class="keywordflow">return</span> <a class="code hl_variable" href="classxrpl_1_1SQLiteDatabase.html#a5ff0524525bead1667d26a9b8b1a3293">txdb_</a>->checkoutDb();</div>
|
||||
<div class="line"><a id="l00462" name="l00462"></a><span class="lineno"> 462</span> }</div>
|
||||
</div>
|
||||
<div class="line"><a id="l00463" name="l00463"></a><span class="lineno"> 463</span>};</div>
|
||||
</div>
|
||||
<div class="line"><a id="l00464" name="l00464"></a><span class="lineno"> 464</span> </div>
|
||||
<div class="line"><a id="l00473" name="l00473"></a><span class="lineno"> 473</span>SQLiteDatabase</div>
|
||||
<div class="line"><a id="l00474" name="l00474"></a><span class="lineno"> 474</span><a class="code hl_function" href="namespacexrpl.html#af2a8824aae46874c1c2b45645a36e034">setup_RelationalDatabase</a>(ServiceRegistry& registry, Config <span class="keyword">const</span>& config, JobQueue& jobQueue);</div>
|
||||
<div class="line"><a id="l00475" name="l00475"></a><span class="lineno"> 475</span> </div>
|
||||
<div class="line"><a id="l00476" name="l00476"></a><span class="lineno"> 476</span>} <span class="comment">// namespace xrpl</span></div>
|
||||
<div class="ttc" id="aclassbeast_1_1Journal_html"><div class="ttname"><a href="classbeast_1_1Journal.html">beast::Journal</a></div><div class="ttdoc">A generic endpoint for log messages.</div><div class="ttdef"><b>Definition</b> <a href="Journal_8h_source.html#l00039">Journal.h:40</a></div></div>
|
||||
<div class="ttc" id="aclassxrpl_1_1Config_html"><div class="ttname"><a href="classxrpl_1_1Config.html">xrpl::Config</a></div><div class="ttdef"><b>Definition</b> <a href="Config_8h_source.html#l00067">Config.h:68</a></div></div>
|
||||
<div class="ttc" id="aclassxrpl_1_1JobQueue_html"><div class="ttname"><a href="classxrpl_1_1JobQueue.html">xrpl::JobQueue</a></div><div class="ttdoc">A pool of threads to perform work.</div><div class="ttdef"><b>Definition</b> <a href="JobQueue_8h_source.html#l00036">JobQueue.h:37</a></div></div>
|
||||
<div class="ttc" id="aclassxrpl_1_1RelationalDatabase_html"><div class="ttname"><a href="classxrpl_1_1RelationalDatabase.html">xrpl::RelationalDatabase</a></div><div class="ttdef"><b>Definition</b> <a href="RelationalDatabase_8h_source.html#l00033">RelationalDatabase.h:34</a></div></div>
|
||||
<div class="ttc" id="aclassxrpl_1_1SQLiteDatabase_html"><div class="ttname"><a href="classxrpl_1_1SQLiteDatabase.html">xrpl::SQLiteDatabase</a></div><div class="ttdef"><b>Definition</b> <a href="SQLiteDatabase_8h_source.html#l00013">SQLiteDatabase.h:14</a></div></div>
|
||||
<div class="ttc" id="aclassxrpl_1_1SQLiteDatabase_html_a05f5c3d90e894a5e79270fe237e6d358"><div class="ttname"><a href="classxrpl_1_1SQLiteDatabase.html#a05f5c3d90e894a5e79270fe237e6d358">xrpl::SQLiteDatabase::existsLedger</a></div><div class="ttdeci">bool existsLedger()</div><div class="ttdoc">existsLedger Checks if the node store ledger database exists.</div><div class="ttdef"><b>Definition</b> <a href="SQLiteDatabase_8h_source.html#l00426">SQLiteDatabase.h:426</a></div></div>
|
||||
<div class="ttc" id="aclassxrpl_1_1SQLiteDatabase_html_a0847cf380a05e59f8aaf3482b04f4a30"><div class="ttname"><a href="classxrpl_1_1SQLiteDatabase.html#a0847cf380a05e59f8aaf3482b04f4a30">xrpl::SQLiteDatabase::getHashByIndex</a></div><div class="ttdeci">uint256 getHashByIndex(LedgerIndex ledgerIndex) override</div><div class="ttdoc">getHashByIndex Returns the hash of the ledger with the given sequence.</div><div class="ttdef"><b>Definition</b> <a href="SQLiteDatabase_8cpp_source.html#l00264">SQLiteDatabase.cpp:264</a></div></div>
|
||||
<div class="ttc" id="aclassxrpl_1_1SQLiteDatabase_html_a1490cf991e0cf31fe44ed71d003105be"><div class="ttname"><a href="classxrpl_1_1SQLiteDatabase.html#a1490cf991e0cf31fe44ed71d003105be">xrpl::SQLiteDatabase::getNewestAccountTxsB</a></div><div class="ttdeci">MetaTxsList getNewestAccountTxsB(AccountTxOptions const &options) override</div><div class="ttdoc">getNewestAccountTxsB Returns the newest transactions in binary form for the account that matches the ...</div><div class="ttdef"><b>Definition</b> <a href="SQLiteDatabase_8cpp_source.html#l00376">SQLiteDatabase.cpp:376</a></div></div>
|
||||
<div class="ttc" id="aclassxrpl_1_1SQLiteDatabase_html_a1ff03f0bbc80c0af8367f4e84a384c88"><div class="ttname"><a href="classxrpl_1_1SQLiteDatabase.html#a1ff03f0bbc80c0af8367f4e84a384c88">xrpl::SQLiteDatabase::ledgerDbHasSpace</a></div><div class="ttdeci">bool ledgerDbHasSpace(Config const &config)</div><div class="ttdoc">ledgerDbHasSpace Checks if the ledger database has available space.</div><div class="ttdef"><b>Definition</b> <a href="SQLiteDatabase_8cpp_source.html#l00503">SQLiteDatabase.cpp:503</a></div></div>
|
||||
<div class="ttc" id="aclassxrpl_1_1SQLiteDatabase_html_a295d3871da2ffbbe81eaa1facff66f39"><div class="ttname"><a href="classxrpl_1_1SQLiteDatabase.html#a295d3871da2ffbbe81eaa1facff66f39">xrpl::SQLiteDatabase::j_</a></div><div class="ttdeci">beast::Journal j_</div><div class="ttdef"><b>Definition</b> <a href="SQLiteDatabase_8h_source.html#l00404">SQLiteDatabase.h:404</a></div></div>
|
||||
<div class="ttc" id="aclassxrpl_1_1SQLiteDatabase_html_a3164057c0d2eaf653406231b2c15617c"><div class="ttname"><a href="classxrpl_1_1SQLiteDatabase.html#a3164057c0d2eaf653406231b2c15617c">xrpl::SQLiteDatabase::checkoutTransaction</a></div><div class="ttdeci">auto checkoutTransaction()</div><div class="ttdoc">checkoutTransaction Checks out and returns the node store transaction database.</div><div class="ttdef"><b>Definition</b> <a href="SQLiteDatabase_8h_source.html#l00459">SQLiteDatabase.h:459</a></div></div>
|
||||
<div class="ttc" id="aclassxrpl_1_1SQLiteDatabase_html_a335cc1e035954588c668cfe32b6d9ce4"><div class="ttname"><a href="classxrpl_1_1SQLiteDatabase.html#a335cc1e035954588c668cfe32b6d9ce4">xrpl::SQLiteDatabase::deleteTransactionByLedgerSeq</a></div><div class="ttdeci">void deleteTransactionByLedgerSeq(LedgerIndex ledgerSeq) override</div><div class="ttdoc">deleteTransactionByLedgerSeq Deletes transactions from the ledger with the given sequence.</div><div class="ttdef"><b>Definition</b> <a href="SQLiteDatabase_8cpp_source.html#l00082">SQLiteDatabase.cpp:82</a></div></div>
|
||||
<div class="ttc" id="aclassxrpl_1_1SQLiteDatabase_html_a3c611d1efdc6edb3ca4f5940f2dc6294"><div class="ttname"><a href="classxrpl_1_1SQLiteDatabase.html#a3c611d1efdc6edb3ca4f5940f2dc6294">xrpl::SQLiteDatabase::getLimitedOldestLedgerInfo</a></div><div class="ttdeci">std::optional< LedgerHeader > getLimitedOldestLedgerInfo(LedgerIndex ledgerFirstIndex) override</div><div class="ttdoc">getLimitedOldestLedgerInfo Returns the info of the oldest ledger whose sequence number is greater tha...</div><div class="ttdef"><b>Definition</b> <a href="SQLiteDatabase_8cpp_source.html#l00219">SQLiteDatabase.cpp:219</a></div></div>
|
||||
<div class="ttc" id="aclassxrpl_1_1SQLiteDatabase_html_a40c8ac26189b604d69366a66737e120a"><div class="ttname"><a href="classxrpl_1_1SQLiteDatabase.html#a40c8ac26189b604d69366a66737e120a">xrpl::SQLiteDatabase::makeLedgerDBs</a></div><div class="ttdeci">bool makeLedgerDBs(Config const &config, DatabaseCon::Setup const &setup, DatabaseCon::CheckpointerSetup const &checkpointerSetup)</div><div class="ttdoc">makeLedgerDBs Opens ledger and transaction databases for the node store, and stores their descriptors...</div><div class="ttdef"><b>Definition</b> <a href="SQLiteDatabase_8cpp_source.html#l00014">SQLiteDatabase.cpp:14</a></div></div>
|
||||
<div class="ttc" id="aclassxrpl_1_1SQLiteDatabase_html_a413b2736c4540a77132c1c4de79e8f65"><div class="ttname"><a href="classxrpl_1_1SQLiteDatabase.html#a413b2736c4540a77132c1c4de79e8f65">xrpl::SQLiteDatabase::getTxHistory</a></div><div class="ttdeci">std::vector< std::shared_ptr< Transaction > > getTxHistory(LedgerIndex startIndex) override</div><div class="ttdoc">getTxHistory Returns the 20 most recent transactions starting from the given number.</div><div class="ttdef"><b>Definition</b> <a href="SQLiteDatabase_8cpp_source.html#l00309">SQLiteDatabase.cpp:309</a></div></div>
|
||||
<div class="ttc" id="aclassxrpl_1_1SQLiteDatabase_html_a4344b4971cd1728771f6a12ff2d4c27e"><div class="ttname"><a href="classxrpl_1_1SQLiteDatabase.html#a4344b4971cd1728771f6a12ff2d4c27e">xrpl::SQLiteDatabase::getOldestAccountTxs</a></div><div class="ttdeci">AccountTxs getOldestAccountTxs(AccountTxOptions const &options) override</div><div class="ttdoc">getOldestAccountTxs Returns the oldest transactions for the account that matches the given criteria s...</div><div class="ttdef"><b>Definition</b> <a href="SQLiteDatabase_8cpp_source.html#l00327">SQLiteDatabase.cpp:327</a></div></div>
|
||||
<div class="ttc" id="aclassxrpl_1_1SQLiteDatabase_html_a4755e140b0cd6cd62870006513db1895"><div class="ttname"><a href="classxrpl_1_1SQLiteDatabase.html#a4755e140b0cd6cd62870006513db1895">xrpl::SQLiteDatabase::useTxTables_</a></div><div class="ttdeci">bool const useTxTables_</div><div class="ttdef"><b>Definition</b> <a href="SQLiteDatabase_8h_source.html#l00403">SQLiteDatabase.h:403</a></div></div>
|
||||
<div class="ttc" id="aclassxrpl_1_1SQLiteDatabase_html_a4963a736a1492e5197b6bf41ea70e28e"><div class="ttname"><a href="classxrpl_1_1SQLiteDatabase.html#a4963a736a1492e5197b6bf41ea70e28e">xrpl::SQLiteDatabase::closeTransactionDB</a></div><div class="ttdeci">void closeTransactionDB() override</div><div class="ttdoc">Closes the transaction database.</div><div class="ttdef"><b>Definition</b> <a href="SQLiteDatabase_8cpp_source.html#l00572">SQLiteDatabase.cpp:572</a></div></div>
|
||||
<div class="ttc" id="aclassxrpl_1_1SQLiteDatabase_html_a4dd66c4b17045f22c56f0d16207ffc9e"><div class="ttname"><a href="classxrpl_1_1SQLiteDatabase.html#a4dd66c4b17045f22c56f0d16207ffc9e">xrpl::SQLiteDatabase::checkoutLedger</a></div><div class="ttdeci">auto checkoutLedger()</div><div class="ttdoc">checkoutTransaction Checks out and returns node store ledger database.</div><div class="ttdef"><b>Definition</b> <a href="SQLiteDatabase_8h_source.html#l00448">SQLiteDatabase.h:448</a></div></div>
|
||||
<div class="ttc" id="aclassxrpl_1_1SQLiteDatabase_html_a505fa8f2b44fb178d5df47a0614a17d7"><div class="ttname"><a href="classxrpl_1_1SQLiteDatabase.html#a505fa8f2b44fb178d5df47a0614a17d7">xrpl::SQLiteDatabase::closeLedgerDB</a></div><div class="ttdeci">void closeLedgerDB() override</div><div class="ttdoc">Closes the ledger database.</div><div class="ttdef"><b>Definition</b> <a href="SQLiteDatabase_8cpp_source.html#l00566">SQLiteDatabase.cpp:566</a></div></div>
|
||||
<div class="ttc" id="aclassxrpl_1_1SQLiteDatabase_html_a5178f05bed6bd5bf6c0161614692780e"><div class="ttname"><a href="classxrpl_1_1SQLiteDatabase.html#a5178f05bed6bd5bf6c0161614692780e">xrpl::SQLiteDatabase::operator=</a></div><div class="ttdeci">SQLiteDatabase & operator=(SQLiteDatabase const &)=delete</div></div>
|
||||
<div class="ttc" id="aclassxrpl_1_1SQLiteDatabase_html_a53fb95de6ced38fdfd0e8e8d7ee897b1"><div class="ttname"><a href="classxrpl_1_1SQLiteDatabase.html#a53fb95de6ced38fdfd0e8e8d7ee897b1">xrpl::SQLiteDatabase::getLimitedNewestLedgerInfo</a></div><div class="ttdeci">std::optional< LedgerHeader > getLimitedNewestLedgerInfo(LedgerIndex ledgerFirstIndex) override</div><div class="ttdoc">getLimitedNewestLedgerInfo Returns the info of the newest ledger whose sequence number is greater tha...</div><div class="ttdef"><b>Definition</b> <a href="SQLiteDatabase_8cpp_source.html#l00234">SQLiteDatabase.cpp:234</a></div></div>
|
||||
<div class="ttc" id="aclassxrpl_1_1SQLiteDatabase_html_a5e9a7d5e940a8b3b86ba025d279d6b0e"><div class="ttname"><a href="classxrpl_1_1SQLiteDatabase.html#a5e9a7d5e940a8b3b86ba025d279d6b0e">xrpl::SQLiteDatabase::getLedgerCountMinMax</a></div><div class="ttdeci">CountMinMax getLedgerCountMinMax() override</div><div class="ttdoc">getLedgerCountMinMax Returns the minimum ledger sequence, maximum ledger sequence and total number of...</div><div class="ttdef"><b>Definition</b> <a href="SQLiteDatabase_8cpp_source.html#l00165">SQLiteDatabase.cpp:165</a></div></div>
|
||||
<div class="ttc" id="aclassxrpl_1_1SQLiteDatabase_html_a5ff0524525bead1667d26a9b8b1a3293"><div class="ttname"><a href="classxrpl_1_1SQLiteDatabase.html#a5ff0524525bead1667d26a9b8b1a3293">xrpl::SQLiteDatabase::txdb_</a></div><div class="ttdeci">std::unique_ptr< DatabaseCon > txdb_</div><div class="ttdef"><b>Definition</b> <a href="SQLiteDatabase_8h_source.html#l00405">SQLiteDatabase.h:405</a></div></div>
|
||||
<div class="ttc" id="aclassxrpl_1_1SQLiteDatabase_html_a6a8f795710e075ce20f2c131cb6bf978"><div class="ttname"><a href="classxrpl_1_1SQLiteDatabase.html#a6a8f795710e075ce20f2c131cb6bf978">xrpl::SQLiteDatabase::getOldestAccountTxsB</a></div><div class="ttdeci">MetaTxsList getOldestAccountTxsB(AccountTxOptions const &options) override</div><div class="ttdoc">getOldestAccountTxsB Returns the oldest transactions in binary form for the account that matches the ...</div><div class="ttdef"><b>Definition</b> <a href="SQLiteDatabase_8cpp_source.html#l00361">SQLiteDatabase.cpp:361</a></div></div>
|
||||
<div class="ttc" id="aclassxrpl_1_1SQLiteDatabase_html_a7293e87382e10c7a6809d19becfce045"><div class="ttname"><a href="classxrpl_1_1SQLiteDatabase.html#a7293e87382e10c7a6809d19becfce045">xrpl::SQLiteDatabase::saveValidatedLedger</a></div><div class="ttdeci">bool saveValidatedLedger(std::shared_ptr< Ledger const > const &ledger, bool current) override</div><div class="ttdoc">saveValidatedLedger Saves a ledger into the database.</div><div class="ttdef"><b>Definition</b> <a href="SQLiteDatabase_8cpp_source.html#l00177">SQLiteDatabase.cpp:177</a></div></div>
|
||||
<div class="ttc" id="aclassxrpl_1_1SQLiteDatabase_html_a734d387df3ff18f9330dbc207367a1a7"><div class="ttname"><a href="classxrpl_1_1SQLiteDatabase.html#a734d387df3ff18f9330dbc207367a1a7">xrpl::SQLiteDatabase::getMaxLedgerSeq</a></div><div class="ttdeci">std::optional< LedgerIndex > getMaxLedgerSeq() override</div><div class="ttdoc">getMaxLedgerSeq Returns the maximum ledger sequence in the Ledgers table.</div><div class="ttdef"><b>Definition</b> <a href="SQLiteDatabase_8cpp_source.html#l00070">SQLiteDatabase.cpp:70</a></div></div>
|
||||
<div class="ttc" id="aclassxrpl_1_1SQLiteDatabase_html_a76e7b1fe2ceb2956a7757e73a1d023b0"><div class="ttname"><a href="classxrpl_1_1SQLiteDatabase.html#a76e7b1fe2ceb2956a7757e73a1d023b0">xrpl::SQLiteDatabase::getMinLedgerSeq</a></div><div class="ttdeci">std::optional< LedgerIndex > getMinLedgerSeq() override</div><div class="ttdoc">getMinLedgerSeq Returns the minimum ledger sequence in the Ledgers table.</div><div class="ttdef"><b>Definition</b> <a href="SQLiteDatabase_8cpp_source.html#l00026">SQLiteDatabase.cpp:26</a></div></div>
|
||||
<div class="ttc" id="aclassxrpl_1_1SQLiteDatabase_html_a77b0cbf113b35784416aaa1b2d3de96a"><div class="ttname"><a href="classxrpl_1_1SQLiteDatabase.html#a77b0cbf113b35784416aaa1b2d3de96a">xrpl::SQLiteDatabase::getKBUsedTransaction</a></div><div class="ttdeci">std::uint32_t getKBUsedTransaction() override</div><div class="ttdoc">getKBUsedTransaction Returns the amount of space used by the transaction database.</div><div class="ttdef"><b>Definition</b> <a href="SQLiteDatabase_8cpp_source.html#l00552">SQLiteDatabase.cpp:552</a></div></div>
|
||||
<div class="ttc" id="aclassxrpl_1_1SQLiteDatabase_html_a7a3ffe0c77def95f40834e6b66e2f533"><div class="ttname"><a href="classxrpl_1_1SQLiteDatabase.html#a7a3ffe0c77def95f40834e6b66e2f533">xrpl::SQLiteDatabase::getKBUsedLedger</a></div><div class="ttdeci">std::uint32_t getKBUsedLedger() override</div><div class="ttdoc">getKBUsedLedger Returns the amount of space space used by the ledger database.</div><div class="ttdef"><b>Definition</b> <a href="SQLiteDatabase_8cpp_source.html#l00541">SQLiteDatabase.cpp:541</a></div></div>
|
||||
<div class="ttc" id="aclassxrpl_1_1SQLiteDatabase_html_a7b6131fdf0a468352b675dc68f457f9a"><div class="ttname"><a href="classxrpl_1_1SQLiteDatabase.html#a7b6131fdf0a468352b675dc68f457f9a">xrpl::SQLiteDatabase::getNewestAccountTxs</a></div><div class="ttdeci">AccountTxs getNewestAccountTxs(AccountTxOptions const &options) override</div><div class="ttdoc">getNewestAccountTxs Returns the newest transactions for the account that matches the given criteria s...</div><div class="ttdef"><b>Definition</b> <a href="SQLiteDatabase_8cpp_source.html#l00344">SQLiteDatabase.cpp:344</a></div></div>
|
||||
<div class="ttc" id="aclassxrpl_1_1SQLiteDatabase_html_a82e5d64e61df3c549cf184f42984ce22"><div class="ttname"><a href="classxrpl_1_1SQLiteDatabase.html#a82e5d64e61df3c549cf184f42984ce22">xrpl::SQLiteDatabase::deleteAccountTransactionsBeforeLedgerSeq</a></div><div class="ttdeci">void deleteAccountTransactionsBeforeLedgerSeq(LedgerIndex ledgerSeq) override</div><div class="ttdoc">deleteAccountTransactionsBeforeLedgerSeq Deletes all account transactions with a sequence number less...</div><div class="ttdef"><b>Definition</b> <a href="SQLiteDatabase_8cpp_source.html#l00121">SQLiteDatabase.cpp:121</a></div></div>
|
||||
<div class="ttc" id="aclassxrpl_1_1SQLiteDatabase_html_a8f24d66b70f8f59f13d6a439a3ac75c4"><div class="ttname"><a href="classxrpl_1_1SQLiteDatabase.html#a8f24d66b70f8f59f13d6a439a3ac75c4">xrpl::SQLiteDatabase::getAccountTransactionsMinLedgerSeq</a></div><div class="ttdeci">std::optional< LedgerIndex > getAccountTransactionsMinLedgerSeq() override</div><div class="ttdoc">getAccountTransactionsMinLedgerSeq Returns the minimum ledger sequence stored in the AccountTransacti...</div><div class="ttdef"><b>Definition</b> <a href="SQLiteDatabase_8cpp_source.html#l00055">SQLiteDatabase.cpp:55</a></div></div>
|
||||
<div class="ttc" id="aclassxrpl_1_1SQLiteDatabase_html_a8f662f9560b4745bc5522e8618c6850a"><div class="ttname"><a href="classxrpl_1_1SQLiteDatabase.html#a8f662f9560b4745bc5522e8618c6850a">xrpl::SQLiteDatabase::getAccountTransactionCount</a></div><div class="ttdeci">std::size_t getAccountTransactionCount() override</div><div class="ttdoc">getAccountTransactionCount Returns the number of account transactions.</div><div class="ttdef"><b>Definition</b> <a href="SQLiteDatabase_8cpp_source.html#l00150">SQLiteDatabase.cpp:150</a></div></div>
|
||||
<div class="ttc" id="aclassxrpl_1_1SQLiteDatabase_html_a90f2776e5c54de04ceddaf70594400e5"><div class="ttname"><a href="classxrpl_1_1SQLiteDatabase.html#a90f2776e5c54de04ceddaf70594400e5">xrpl::SQLiteDatabase::existsTransaction</a></div><div class="ttdeci">bool existsTransaction()</div><div class="ttdoc">existsTransaction Checks if the node store transaction database exists.</div><div class="ttdef"><b>Definition</b> <a href="SQLiteDatabase_8h_source.html#l00437">SQLiteDatabase.h:437</a></div></div>
|
||||
<div class="ttc" id="aclassxrpl_1_1SQLiteDatabase_html_a95778545411f1a52d17e73196018336b"><div class="ttname"><a href="classxrpl_1_1SQLiteDatabase.html#a95778545411f1a52d17e73196018336b">xrpl::SQLiteDatabase::newestAccountTxPage</a></div><div class="ttdeci">std::pair< AccountTxs, std::optional< AccountTxMarker > > newestAccountTxPage(AccountTxPageOptions const &options) override</div><div class="ttdoc">newestAccountTxPage Returns the newest transactions for the account that matches the given criteria s...</div><div class="ttdef"><b>Definition</b> <a href="SQLiteDatabase_8cpp_source.html#l00415">SQLiteDatabase.cpp:415</a></div></div>
|
||||
<div class="ttc" id="aclassxrpl_1_1SQLiteDatabase_html_a996c0e95df3c2b1daf3c8992b14e85df"><div class="ttname"><a href="classxrpl_1_1SQLiteDatabase.html#a996c0e95df3c2b1daf3c8992b14e85df">xrpl::SQLiteDatabase::oldestAccountTxPageB</a></div><div class="ttdeci">std::pair< MetaTxsList, std::optional< AccountTxMarker > > oldestAccountTxPageB(AccountTxPageOptions const &options) override</div><div class="ttdoc">oldestAccountTxPageB Returns the oldest transactions in binary form for the account that matches the ...</div><div class="ttdef"><b>Definition</b> <a href="SQLiteDatabase_8cpp_source.html#l00439">SQLiteDatabase.cpp:439</a></div></div>
|
||||
<div class="ttc" id="aclassxrpl_1_1SQLiteDatabase_html_aa1bdd2b0da78436d35d6aacc2ed186f2"><div class="ttname"><a href="classxrpl_1_1SQLiteDatabase.html#aa1bdd2b0da78436d35d6aacc2ed186f2">xrpl::SQLiteDatabase::deleteTransactionsBeforeLedgerSeq</a></div><div class="ttdeci">void deleteTransactionsBeforeLedgerSeq(LedgerIndex ledgerSeq) override</div><div class="ttdoc">deleteTransactionsBeforeLedgerSeq Deletes all transactions with a sequence number less than or equal ...</div><div class="ttdef"><b>Definition</b> <a href="SQLiteDatabase_8cpp_source.html#l00107">SQLiteDatabase.cpp:107</a></div></div>
|
||||
<div class="ttc" id="aclassxrpl_1_1SQLiteDatabase_html_aa3b7729b84b69648c44fc83357f82ad5"><div class="ttname"><a href="classxrpl_1_1SQLiteDatabase.html#aa3b7729b84b69648c44fc83357f82ad5">xrpl::SQLiteDatabase::ledgerDb_</a></div><div class="ttdeci">std::unique_ptr< DatabaseCon > ledgerDb_</div><div class="ttdef"><b>Definition</b> <a href="SQLiteDatabase_8h_source.html#l00405">SQLiteDatabase.h:405</a></div></div>
|
||||
<div class="ttc" id="aclassxrpl_1_1SQLiteDatabase_html_aa835dcf757ed2781fafc138fe735b48e"><div class="ttname"><a href="classxrpl_1_1SQLiteDatabase.html#aa835dcf757ed2781fafc138fe735b48e">xrpl::SQLiteDatabase::getLedgerInfoByHash</a></div><div class="ttdeci">std::optional< LedgerHeader > getLedgerInfoByHash(uint256 const &ledgerHash) override</div><div class="ttdoc">getLedgerInfoByHash Returns the info of the ledger with given hash.</div><div class="ttdef"><b>Definition</b> <a href="SQLiteDatabase_8cpp_source.html#l00249">SQLiteDatabase.cpp:249</a></div></div>
|
||||
<div class="ttc" id="aclassxrpl_1_1SQLiteDatabase_html_aabcfcbdbcd2ea7c12129e390052cae57"><div class="ttname"><a href="classxrpl_1_1SQLiteDatabase.html#aabcfcbdbcd2ea7c12129e390052cae57">xrpl::SQLiteDatabase::getNewestLedgerInfo</a></div><div class="ttdeci">std::optional< LedgerHeader > getNewestLedgerInfo() override</div><div class="ttdoc">getNewestLedgerInfo Returns the info of the newest saved ledger.</div><div class="ttdef"><b>Definition</b> <a href="SQLiteDatabase_8cpp_source.html#l00204">SQLiteDatabase.cpp:204</a></div></div>
|
||||
<div class="ttc" id="aclassxrpl_1_1SQLiteDatabase_html_aadba37542778ff5b9976036975268466"><div class="ttname"><a href="classxrpl_1_1SQLiteDatabase.html#aadba37542778ff5b9976036975268466">xrpl::SQLiteDatabase::deleteBeforeLedgerSeq</a></div><div class="ttdeci">void deleteBeforeLedgerSeq(LedgerIndex ledgerSeq) override</div><div class="ttdoc">deleteBeforeLedgerSeq Deletes all ledgers with a sequence number less than or equal to the given ledg...</div><div class="ttdef"><b>Definition</b> <a href="SQLiteDatabase_8cpp_source.html#l00096">SQLiteDatabase.cpp:96</a></div></div>
|
||||
<div class="ttc" id="aclassxrpl_1_1SQLiteDatabase_html_aaf4a3069c62a77bd0df852cf85adc679"><div class="ttname"><a href="classxrpl_1_1SQLiteDatabase.html#aaf4a3069c62a77bd0df852cf85adc679">xrpl::SQLiteDatabase::getKBUsedAll</a></div><div class="ttdeci">std::uint32_t getKBUsedAll() override</div><div class="ttdoc">getKBUsedAll Returns the amount of space used by all databases.</div><div class="ttdef"><b>Definition</b> <a href="SQLiteDatabase_8cpp_source.html#l00530">SQLiteDatabase.cpp:530</a></div></div>
|
||||
<div class="ttc" id="aclassxrpl_1_1SQLiteDatabase_html_ac03bd50028898f9fdca914dd2c17080b"><div class="ttname"><a href="classxrpl_1_1SQLiteDatabase.html#ac03bd50028898f9fdca914dd2c17080b">xrpl::SQLiteDatabase::getTransactionCount</a></div><div class="ttdeci">std::size_t getTransactionCount() override</div><div class="ttdoc">getTransactionCount Returns the number of transactions.</div><div class="ttdef"><b>Definition</b> <a href="SQLiteDatabase_8cpp_source.html#l00135">SQLiteDatabase.cpp:135</a></div></div>
|
||||
<div class="ttc" id="aclassxrpl_1_1SQLiteDatabase_html_ac1214895bca8cb9c29bec2b900f232a5"><div class="ttname"><a href="classxrpl_1_1SQLiteDatabase.html#ac1214895bca8cb9c29bec2b900f232a5">xrpl::SQLiteDatabase::registry_</a></div><div class="ttdeci">ServiceRegistry & registry_</div><div class="ttdef"><b>Definition</b> <a href="SQLiteDatabase_8h_source.html#l00402">SQLiteDatabase.h:402</a></div></div>
|
||||
<div class="ttc" id="aclassxrpl_1_1SQLiteDatabase_html_ad101b0eaf8e40f6df2542959cd032cc1"><div class="ttname"><a href="classxrpl_1_1SQLiteDatabase.html#ad101b0eaf8e40f6df2542959cd032cc1">xrpl::SQLiteDatabase::getHashesByIndex</a></div><div class="ttdeci">std::optional< LedgerHashPair > getHashesByIndex(LedgerIndex ledgerIndex) override</div><div class="ttdoc">getHashesByIndex Returns the hashes of the ledger and its parent as specified by the ledgerIndex.</div><div class="ttdef"><b>Definition</b> <a href="SQLiteDatabase_8cpp_source.html#l00279">SQLiteDatabase.cpp:279</a></div></div>
|
||||
<div class="ttc" id="aclassxrpl_1_1SQLiteDatabase_html_adbb50a2e3549089e19a077853c61992b"><div class="ttname"><a href="classxrpl_1_1SQLiteDatabase.html#adbb50a2e3549089e19a077853c61992b">xrpl::SQLiteDatabase::getTransaction</a></div><div class="ttdeci">std::variant< AccountTx, TxSearched > getTransaction(uint256 const &id, std::optional< ClosedInterval< std::uint32_t > > const &range, error_code_i &ec) override</div><div class="ttdoc">getTransaction Returns the transaction with the given hash.</div><div class="ttdef"><b>Definition</b> <a href="SQLiteDatabase_8cpp_source.html#l00485">SQLiteDatabase.cpp:485</a></div></div>
|
||||
<div class="ttc" id="aclassxrpl_1_1SQLiteDatabase_html_adcb9b95d708f191e0362b43114c63f1c"><div class="ttname"><a href="classxrpl_1_1SQLiteDatabase.html#adcb9b95d708f191e0362b43114c63f1c">xrpl::SQLiteDatabase::getTransactionsMinLedgerSeq</a></div><div class="ttdeci">std::optional< LedgerIndex > getTransactionsMinLedgerSeq() override</div><div class="ttdoc">getTransactionsMinLedgerSeq Returns the minimum ledger sequence stored in the Transactions table.</div><div class="ttdef"><b>Definition</b> <a href="SQLiteDatabase_8cpp_source.html#l00040">SQLiteDatabase.cpp:40</a></div></div>
|
||||
<div class="ttc" id="aclassxrpl_1_1SQLiteDatabase_html_adea3e6ac77b0ed15d77c2087d4554423"><div class="ttname"><a href="classxrpl_1_1SQLiteDatabase.html#adea3e6ac77b0ed15d77c2087d4554423">xrpl::SQLiteDatabase::oldestAccountTxPage</a></div><div class="ttdeci">std::pair< AccountTxs, std::optional< AccountTxMarker > > oldestAccountTxPage(AccountTxPageOptions const &options) override</div><div class="ttdoc">oldestAccountTxPage Returns the oldest transactions for the account that matches the given criteria s...</div><div class="ttdef"><b>Definition</b> <a href="SQLiteDatabase_8cpp_source.html#l00391">SQLiteDatabase.cpp:391</a></div></div>
|
||||
<div class="ttc" id="aclassxrpl_1_1SQLiteDatabase_html_ae0f25552a4d19d50096dc91ab89ad8d6"><div class="ttname"><a href="classxrpl_1_1SQLiteDatabase.html#ae0f25552a4d19d50096dc91ab89ad8d6">xrpl::SQLiteDatabase::transactionDbHasSpace</a></div><div class="ttdeci">bool transactionDbHasSpace(Config const &config)</div><div class="ttdoc">transactionDbHasSpace Checks if the transaction database has available space.</div><div class="ttdef"><b>Definition</b> <a href="SQLiteDatabase_8cpp_source.html#l00515">SQLiteDatabase.cpp:515</a></div></div>
|
||||
<div class="ttc" id="aclassxrpl_1_1SQLiteDatabase_html_aea870cf84f92fdcf4e458b2192cf7a05"><div class="ttname"><a href="classxrpl_1_1SQLiteDatabase.html#aea870cf84f92fdcf4e458b2192cf7a05">xrpl::SQLiteDatabase::newestAccountTxPageB</a></div><div class="ttdeci">std::pair< MetaTxsList, std::optional< AccountTxMarker > > newestAccountTxPageB(AccountTxPageOptions const &options) override</div><div class="ttdoc">newestAccountTxPageB Returns the newest transactions in binary form for the account that matches the ...</div><div class="ttdef"><b>Definition</b> <a href="SQLiteDatabase_8cpp_source.html#l00462">SQLiteDatabase.cpp:462</a></div></div>
|
||||
<div class="ttc" id="aclassxrpl_1_1SQLiteDatabase_html_aeedeed302590f532f03e5deaf1a89985"><div class="ttname"><a href="classxrpl_1_1SQLiteDatabase.html#aeedeed302590f532f03e5deaf1a89985">xrpl::SQLiteDatabase::getLedgerInfoByIndex</a></div><div class="ttdeci">std::optional< LedgerHeader > getLedgerInfoByIndex(LedgerIndex ledgerSeq) override</div><div class="ttdoc">getLedgerInfoByIndex Returns a ledger by its sequence.</div><div class="ttdef"><b>Definition</b> <a href="SQLiteDatabase_8cpp_source.html#l00189">SQLiteDatabase.cpp:189</a></div></div>
|
||||
<div class="ttc" id="aclassxrpl_1_1SQLiteDatabase_html_af928632e715051a7b21a505357580d12"><div class="ttname"><a href="classxrpl_1_1SQLiteDatabase.html#af928632e715051a7b21a505357580d12">xrpl::SQLiteDatabase::SQLiteDatabase</a></div><div class="ttdeci">SQLiteDatabase(SQLiteDatabase const &)=delete</div></div>
|
||||
<div class="ttc" id="aclassxrpl_1_1SQLiteDatabase_html_afbaf12d4b3056bf9ffacb6c6e924a4d5"><div class="ttname"><a href="classxrpl_1_1SQLiteDatabase.html#afbaf12d4b3056bf9ffacb6c6e924a4d5">xrpl::SQLiteDatabase::operator=</a></div><div class="ttdeci">SQLiteDatabase & operator=(SQLiteDatabase &&rhs)=delete</div></div>
|
||||
<div class="ttc" id="aclassxrpl_1_1ServiceRegistry_html"><div class="ttname"><a href="classxrpl_1_1ServiceRegistry.html">xrpl::ServiceRegistry</a></div><div class="ttdoc">Service registry for dependency injection.</div><div class="ttdef"><b>Definition</b> <a href="ServiceRegistry_8h_source.html#l00077">ServiceRegistry.h:78</a></div></div>
|
||||
<div class="ttc" id="aclassxrpl_1_1base__uint_html"><div class="ttname"><a href="classxrpl_1_1base__uint.html">xrpl::base_uint< 256 ></a></div></div>
|
||||
<div class="ttc" id="ainteger_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a></div></div>
|
||||
<div class="ttc" id="amap_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/container/map.html">std::map</a></div></div>
|
||||
<div class="ttc" id="amemory_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/header/memory.html">memory</a></div></div>
|
||||
<div class="ttc" id="anamespacexrpl_html"><div class="ttname"><a href="namespacexrpl.html">xrpl</a></div><div class="ttdoc">Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.</div><div class="ttdef"><b>Definition</b> <a href="algorithm_8h_source.html#l00005">algorithm.h:5</a></div></div>
|
||||
<div class="ttc" id="anamespacexrpl_html_a34fabf5c9fc5c30e86623b6a5eb0ac7d"><div class="ttname"><a href="namespacexrpl.html#a34fabf5c9fc5c30e86623b6a5eb0ac7d">xrpl::range</a></div><div class="ttdeci">ClosedInterval< T > range(T low, T high)</div><div class="ttdoc">Create a closed range interval.</div><div class="ttdef"><b>Definition</b> <a href="RangeSet_8h_source.html#l00034">RangeSet.h:34</a></div></div>
|
||||
<div class="ttc" id="anamespacexrpl_html_a75da7d88563def930b866cd64dd96f06a43b5c9175984c071f30b873fdce0a000"><div class="ttname"><a href="namespacexrpl.html#a75da7d88563def930b866cd64dd96f06a43b5c9175984c071f30b873fdce0a000">xrpl::ValStatus::current</a></div><div class="ttdeci">@ current</div><div class="ttdoc">This was a new validation and was added.</div></div>
|
||||
<div class="ttc" id="anamespacexrpl_html_a86e91f18d65b451807479b486aabb7a9"><div class="ttname"><a href="namespacexrpl.html#a86e91f18d65b451807479b486aabb7a9">xrpl::ClosedInterval</a></div><div class="ttdeci">boost::icl::closed_interval< T > ClosedInterval</div><div class="ttdoc">A closed interval over the domain T.</div><div class="ttdef"><b>Definition</b> <a href="RangeSet_8h_source.html#l00025">RangeSet.h:25</a></div></div>
|
||||
<div class="ttc" id="anamespacexrpl_html_af2a8824aae46874c1c2b45645a36e034"><div class="ttname"><a href="namespacexrpl.html#af2a8824aae46874c1c2b45645a36e034">xrpl::setup_RelationalDatabase</a></div><div class="ttdeci">SQLiteDatabase setup_RelationalDatabase(ServiceRegistry &registry, Config const &config, JobQueue &jobQueue)</div><div class="ttdoc">setup_RelationalDatabase Creates and returns a SQLiteDatabase instance based on configuration.</div><div class="ttdef"><b>Definition</b> <a href="SQLiteDatabase_8cpp_source.html#l00600">SQLiteDatabase.cpp:600</a></div></div>
|
||||
<div class="ttc" id="anamespacexrpl_html_af6fadbc1b2101eff5fa78e7e2a50b76f"><div class="ttname"><a href="namespacexrpl.html#af6fadbc1b2101eff5fa78e7e2a50b76f">xrpl::error_code_i</a></div><div class="ttdeci">error_code_i</div><div class="ttdef"><b>Definition</b> <a href="ErrorCodes_8h_source.html#l00020">ErrorCodes.h:20</a></div></div>
|
||||
<div class="ttc" id="aoptional_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/utility/optional.html">std::optional</a></div></div>
|
||||
<div class="ttc" id="apair_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/utility/pair.html">std::pair</a></div></div>
|
||||
<div class="ttc" id="ashared_ptr_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/memory/shared_ptr.html">std::shared_ptr</a></div></div>
|
||||
<div class="ttc" id="asize_t_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/types/size_t.html">std::size_t</a></div></div>
|
||||
<div class="ttc" id="astructxrpl_1_1RelationalDatabase_1_1AccountTxOptions_html"><div class="ttname"><a href="structxrpl_1_1RelationalDatabase_1_1AccountTxOptions.html">xrpl::RelationalDatabase::AccountTxOptions</a></div><div class="ttdef"><b>Definition</b> <a href="RelationalDatabase_8h_source.html#l00045">RelationalDatabase.h:46</a></div></div>
|
||||
<div class="ttc" id="astructxrpl_1_1RelationalDatabase_1_1AccountTxPageOptions_html"><div class="ttname"><a href="structxrpl_1_1RelationalDatabase_1_1AccountTxPageOptions.html">xrpl::RelationalDatabase::AccountTxPageOptions</a></div><div class="ttdef"><b>Definition</b> <a href="RelationalDatabase_8h_source.html#l00055">RelationalDatabase.h:56</a></div></div>
|
||||
<div class="ttc" id="astructxrpl_1_1RelationalDatabase_1_1CountMinMax_html"><div class="ttname"><a href="structxrpl_1_1RelationalDatabase_1_1CountMinMax.html">xrpl::RelationalDatabase::CountMinMax</a></div><div class="ttdef"><b>Definition</b> <a href="RelationalDatabase_8h_source.html#l00032">RelationalDatabase.h:33</a></div></div>
|
||||
<div class="ttc" id="astructxrpl_1_1DatabaseCon_1_1CheckpointerSetup_html"><div class="ttname"><a href="structxrpl_1_1DatabaseCon_1_1CheckpointerSetup.html">xrpl::DatabaseCon::CheckpointerSetup</a></div><div class="ttdef"><b>Definition</b> <a href="DatabaseCon_8h_source.html#l00092">DatabaseCon.h:93</a></div></div>
|
||||
<div class="ttc" id="astructxrpl_1_1DatabaseCon_1_1Setup_html"><div class="ttname"><a href="structxrpl_1_1DatabaseCon_1_1Setup.html">xrpl::DatabaseCon::Setup</a></div><div class="ttdef"><b>Definition</b> <a href="DatabaseCon_8h_source.html#l00066">DatabaseCon.h:67</a></div></div>
|
||||
<div class="ttc" id="astructxrpl_1_1RelationalDatabase_1_1AccountTxOptions_html"><div class="ttname"><a href="structxrpl_1_1RelationalDatabase_1_1AccountTxOptions.html">xrpl::RelationalDatabase::AccountTxOptions</a></div><div class="ttdef"><b>Definition</b> <a href="RelationalDatabase_8h_source.html#l00049">RelationalDatabase.h:50</a></div></div>
|
||||
<div class="ttc" id="astructxrpl_1_1RelationalDatabase_1_1AccountTxPageOptions_html"><div class="ttname"><a href="structxrpl_1_1RelationalDatabase_1_1AccountTxPageOptions.html">xrpl::RelationalDatabase::AccountTxPageOptions</a></div><div class="ttdef"><b>Definition</b> <a href="RelationalDatabase_8h_source.html#l00059">RelationalDatabase.h:60</a></div></div>
|
||||
<div class="ttc" id="astructxrpl_1_1RelationalDatabase_1_1CountMinMax_html"><div class="ttname"><a href="structxrpl_1_1RelationalDatabase_1_1CountMinMax.html">xrpl::RelationalDatabase::CountMinMax</a></div><div class="ttdef"><b>Definition</b> <a href="RelationalDatabase_8h_source.html#l00036">RelationalDatabase.h:37</a></div></div>
|
||||
<div class="ttc" id="aunique_ptr_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/memory/unique_ptr.html">std::unique_ptr</a></div></div>
|
||||
<div class="ttc" id="avariant_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/utility/variant.html">std::variant</a></div></div>
|
||||
<div class="ttc" id="avector_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/container/vector.html">std::vector</a></div></div>
|
||||
</div><!-- fragment --></div><!-- contents -->
|
||||
|
||||
Reference in New Issue
Block a user