summaryrefslogtreecommitdiff
path: root/docs/csharp/html/N_BerkeleyDB.htm
diff options
context:
space:
mode:
Diffstat (limited to 'docs/csharp/html/N_BerkeleyDB.htm')
-rw-r--r--docs/csharp/html/N_BerkeleyDB.htm57
1 files changed, 36 insertions, 21 deletions
diff --git a/docs/csharp/html/N_BerkeleyDB.htm b/docs/csharp/html/N_BerkeleyDB.htm
index 8a1e7f41..e39ada7b 100644
--- a/docs/csharp/html/N_BerkeleyDB.htm
+++ b/docs/csharp/html/N_BerkeleyDB.htm
@@ -8,10 +8,10 @@
</td></tr></table><table id="gradientTable"><tr><td class="nsrBottom" background="../icons/gradient.gif" /></tr></table></div><div id="mainSection"><div id="mainBody"><div id="allHistory" class="saveHistory" onsave="saveAll()" onload="loadAll()" /><span style="color: DarkGray"> </span><div class="summary"> </div><h1 class="heading"><span onclick="ExpandCollapse(classToggle)" style="cursor:default;" onkeypress="ExpandCollapse_CheckKey(classToggle, event)" tabindex="0"><img id="classToggle" class="toggle" name="toggleSwitch" src="../icons/collapse_all.gif" />Classes</span></h1><div id="classSection" class="section" name="collapseableSection" style=""><table id="typeList" class="members" frame="lhs" cellpadding="2"><col width="10%" /><tr><th class="iconColumn">
 
</th><th class="nameColumn">Class</th><th class="descriptionColumn">Description</th></tr><tr data="class; public"><td><img src="../icons/pubclass.gif" title="Public class" /></td><td><a href="T_BerkeleyDB_AckPolicy.htm">AckPolicy</a></td><td><div class="summary">
- The AckPolicy class specifies how master and client sites will handle
+ The AckPolicy class specifies how master and client sites handle
acknowledgment of replication messages which are necessary for
"permanent" records. The current implementation requires all sites in a
- replication group configure the same acknowledgement policy.
+ replication group to configure the same acknowledgement policy.
</div></td></tr><tr data="class; public"><td><img src="../icons/pubclass.gif" title="Public class" /></td><td><a href="T_BerkeleyDB_ActiveTransaction.htm">ActiveTransaction</a></td><td><div class="summary">
The ActiveTransaction class describes a currently active transaction.
</div></td></tr><tr data="class; public"><td><img src="../icons/pubclass.gif" title="Public class" /></td><td><a href="T_BerkeleyDB_BackupOptions.htm">BackupOptions</a></td><td><div class="summary">
@@ -25,11 +25,11 @@
The abstract base class from which all cursor classes inherit.
</p>
<p>
- Cursors may span threads, but only serially, that is, the application
+ Cursors may span threads, but only serially. The application
must serialize access to the cursor handle.
</p>
</div></td></tr><tr data="class; public"><td><img src="../icons/pubclass.gif" title="Public class" /></td><td><a href="T_BerkeleyDB_BaseDatabase.htm">BaseDatabase</a></td><td><div class="summary">
- The base class from which all database classes inherit
+ The base class from which all database classes inherit.
</div></td></tr><tr data="class; public"><td><img src="../icons/pubclass.gif" title="Public class" /></td><td><a href="T_BerkeleyDB_BTreeCursor.htm">BTreeCursor</a></td><td><div class="summary">
A class for traversing the records of a <a href="T_BerkeleyDB_BTreeDatabase.htm">BTreeDatabase</a></div></td></tr><tr data="class; public"><td><img src="../icons/pubclass.gif" title="Public class" /></td><td><a href="T_BerkeleyDB_BTreeDatabase.htm">BTreeDatabase</a></td><td><div class="summary">
A class representing a BTreeDatabase. The Btree format is a
@@ -51,7 +51,7 @@
</div></td></tr><tr data="class; public"><td><img src="../icons/pubclass.gif" title="Public class" /></td><td><a href="T_BerkeleyDB_CompactData.htm">CompactData</a></td><td><div class="summary">
A class for representing compact operation statistics
</div></td></tr><tr data="class; public"><td><img src="../icons/pubclass.gif" title="Public class" /></td><td><a href="T_BerkeleyDB_Cursor.htm">Cursor</a></td><td><div class="summary">
- A class representing database cursors, which allow for traversal of
+ A class representing database cursors, which allows for traversal of
database records.
</div></td></tr><tr data="class; public"><td><img src="../icons/pubclass.gif" title="Public class" /></td><td><a href="T_BerkeleyDB_CursorConfig.htm">CursorConfig</a></td><td><div class="summary">
A class representing configuration parameters for <a href="T_BerkeleyDB_Cursor.htm">Cursor</a></div></td></tr><tr data="class; public"><td><img src="../icons/pubclass.gif" title="Public class" /></td><td><a href="T_BerkeleyDB_Database.htm">Database</a></td><td><div class="summary">
@@ -68,7 +68,12 @@
A class representing configuration parameters for
<a href="T_BerkeleyDB_DatabaseEnvironment.htm">DatabaseEnvironment</a></div></td></tr><tr data="class; public"><td><img src="../icons/pubclass.gif" title="Public class" /></td><td><a href="T_BerkeleyDB_DatabaseException.htm">DatabaseException</a></td><td><div class="summary">
Represents errors that occur during Berkley DB operations.
- </div></td></tr><tr data="class; public"><td><img src="../icons/pubclass.gif" title="Public class" /></td><td><a href="T_BerkeleyDB_DatabaseType.htm">DatabaseType</a></td><td><div class="summary">
+ </div></td></tr><tr data="class; public"><td><img src="../icons/pubclass.gif" title="Public class" /></td><td><a href="T_BerkeleyDB_DatabaseStream.htm">DatabaseStream</a></td><td><div class="summary">
+ A class representing a database stream,
+ which allows streaming access to blobs.
+ </div></td></tr><tr data="class; public"><td><img src="../icons/pubclass.gif" title="Public class" /></td><td><a href="T_BerkeleyDB_DatabaseStreamConfig.htm">DatabaseStreamConfig</a></td><td><div class="summary">
+ A class representing configuration parameters for
+ <a href="T_BerkeleyDB_DatabaseStream.htm">DatabaseStream</a></div></td></tr><tr data="class; public"><td><img src="../icons/pubclass.gif" title="Public class" /></td><td><a href="T_BerkeleyDB_DatabaseType.htm">DatabaseType</a></td><td><div class="summary">
A class representing the supported Berkeley DB access methods.
</div></td></tr><tr data="class; public"><td><img src="../icons/pubclass.gif" title="Public class" /></td><td><a href="T_BerkeleyDB_DbChannel.htm">DbChannel</a></td><td><div class="summary">
A class representing a channel in Berkeley DB HA replication manager.
@@ -128,8 +133,8 @@
</div></td></tr><tr data="class; public"><td><img src="../icons/pubclass.gif" title="Public class" /></td><td><a href="T_BerkeleyDB_KeyEmptyException.htm">KeyEmptyException</a></td><td><div class="summary">
The requested key/data pair logically exists but was never explicitly
created by the application, or that the requested key/data pair was
- deleted and never re-created. In addition, the Queue access method will
- throw a KeyEmptyException for records that were created as part of a
+ deleted and never re-created. In addition, the Queue access method
+ throws a KeyEmptyException for records that were created as part of a
transaction that was later aborted and never re-created.
</div></td></tr><tr data="class; public"><td><img src="../icons/pubclass.gif" title="Public class" /></td><td><a href="T_BerkeleyDB_KeyExistException.htm">KeyExistException</a></td><td><div class="summary">
A key/data pair was inserted into the database using
@@ -146,8 +151,8 @@
<p>
Values are in the range of 0 to 1; for example, if the field less is
0.05, 5% of the keys in the database are less than the key parameter.
- The value for equal will be zero if there is no matching key, and will
- be non-zero otherwise.
+ The value for equal is zero if there is no matching key, and is
+ non-zero otherwise.
</p>
</div></td></tr><tr data="class; public"><td><img src="../icons/pubclass.gif" title="Public class" /></td><td><a href="T_BerkeleyDB_LeaseExpiredException.htm">LeaseExpiredException</a></td><td><div class="summary">
The site's replication master lease has expired.
@@ -159,7 +164,7 @@
</div></td></tr><tr data="class; public"><td><img src="../icons/pubclass.gif" title="Public class" /></td><td><a href="T_BerkeleyDB_LockNotGrantedException.htm">LockNotGrantedException</a></td><td><div class="summary">
If <a href="F_BerkeleyDB_DatabaseEnvironmentConfig_TimeNotGranted.htm">TimeNotGranted</a> is true,
database calls timing out based on lock or transaction timeout values
- will throw a LockNotGrantedException, instead of a DeadlockException.
+ throw a LockNotGrantedException, instead of a DeadlockException.
</div></td></tr><tr data="class; public"><td><img src="../icons/pubclass.gif" title="Public class" /></td><td><a href="T_BerkeleyDB_LockStats.htm">LockStats</a></td><td><div class="summary">
Statistical information about the locking subsystem
</div></td></tr><tr data="class; public"><td><img src="../icons/pubclass.gif" title="Public class" /></td><td><a href="T_BerkeleyDB_LogConfig.htm">LogConfig</a></td><td><div class="summary">
@@ -171,6 +176,10 @@
A class representing configuration parameters for log verification.
</div></td></tr><tr data="class; public"><td><img src="../icons/pubclass.gif" title="Public class" /></td><td><a href="T_BerkeleyDB_LSN.htm">LSN</a></td><td><div class="summary">
A log sequence number, which specifies a unique location in a log file.
+ </div></td></tr><tr data="class; public"><td><img src="../icons/pubclass.gif" title="Public class" /></td><td><a href="T_BerkeleyDB_MetaCheckSumFailException.htm">MetaCheckSumFailException</a></td><td><div class="summary">
+ A checksum mismatch was detected on a database metadata page. Either
+ the database is corrupted or the file is not a Berkeley DB database
+ file.
</div></td></tr><tr data="class; public"><td><img src="../icons/pubclass.gif" title="Public class" /></td><td><a href="T_BerkeleyDB_MPoolConfig.htm">MPoolConfig</a></td><td><div class="summary">
A class representing configuration parameters for a
<a href="T_BerkeleyDB_DatabaseEnvironment.htm">DatabaseEnvironment</a>'s memory pool subsystem.
@@ -223,7 +232,7 @@
</div></td></tr><tr data="class; public"><td><img src="../icons/pubclass.gif" title="Public class" /></td><td><a href="T_BerkeleyDB_ReplicationStats.htm">ReplicationStats</a></td><td><div class="summary">
Statistical information about the replication subsystem
</div></td></tr><tr data="class; public"><td><img src="../icons/pubclass.gif" title="Public class" /></td><td><a href="T_BerkeleyDB_RepMgrSite.htm">RepMgrSite</a></td><td><div class="summary">
- A class representing a replication site used by Replication Manager
+ A class representing a replication site used by Replication Manager.
</div></td></tr><tr data="class; public"><td><img src="../icons/pubclass.gif" title="Public class" /></td><td><a href="T_BerkeleyDB_RepMgrStats.htm">RepMgrStats</a></td><td><div class="summary">
Statistical information about the Replication Manager
</div></td></tr><tr data="class; public"><td><img src="../icons/pubclass.gif" title="Public class" /></td><td><a href="T_BerkeleyDB_RepProcMsgResult.htm">RepProcMsgResult</a></td><td><div class="summary">
@@ -232,7 +241,7 @@
</div></td></tr><tr data="class; public"><td><img src="../icons/pubclass.gif" title="Public class" /></td><td><a href="T_BerkeleyDB_RunRecoveryException.htm">RunRecoveryException</a></td><td><div class="summary">
Berkeley DB has encountered an error it considers fatal to an entire
environment. Once a RunRecoveryException has been thrown by any
- interface, it will be returned from all subsequent Berkeley DB calls
+ interface, it is returned from all subsequent Berkeley DB calls
made by any threads of control participating in the environment.
</div></td></tr><tr data="class; public"><td><img src="../icons/pubclass.gif" title="Public class" /></td><td><a href="T_BerkeleyDB_SecondaryBTreeDatabase.htm">SecondaryBTreeDatabase</a></td><td><div class="summary">
A class representing a SecondaryBTreeDatabase. The Btree format is a
@@ -277,7 +286,7 @@
A class representing configuration parameters for a
<a href="T_BerkeleyDB_Transaction.htm">Transaction</a>.
</div></td></tr><tr data="class; public"><td><img src="../icons/pubclass.gif" title="Public class" /></td><td><a href="T_BerkeleyDB_TransactionStats.htm">TransactionStats</a></td><td><div class="summary">
- Statistical information about the transaction subsystem
+ Statistical information about the transaction subsystem.
</div></td></tr><tr data="class; public"><td><img src="../icons/pubclass.gif" title="Public class" /></td><td><a href="T_BerkeleyDB_VerboseMessages.htm">VerboseMessages</a></td><td><div class="summary">
Enable specific additional informational and debugging messages.
</div></td></tr><tr data="class; public"><td><img src="../icons/pubclass.gif" title="Public class" /></td><td><a href="T_BerkeleyDB_VerificationException.htm">VerificationException</a></td><td><div class="summary">
@@ -285,7 +294,7 @@
corrupted, and by <a href="M_BerkeleyDB_Database_Salvage.htm">Salvage(String, DatabaseConfig)</a> if all
key/data pairs in the file may not have been successfully output.
</div></td></tr><tr data="class; public"><td><img src="../icons/pubclass.gif" title="Public class" /></td><td><a href="T_BerkeleyDB_VersionMismatchException.htm">VersionMismatchException</a></td><td><div class="summary">
- The version of the Berkeley DB library doesn't match the version that
+ The version of the Berkeley DB library does not match the version that
created the database environment.
</div></td></tr></table></div><h1 class="heading"><span onclick="ExpandCollapse(interfaceToggle)" style="cursor:default;" onkeypress="ExpandCollapse_CheckKey(interfaceToggle, event)" tabindex="0"><img id="interfaceToggle" class="toggle" name="toggleSwitch" src="../icons/collapse_all.gif" />Interfaces</span></h1><div id="interfaceSection" class="section" name="collapseableSection" style=""><table id="typeList" class="members" frame="lhs" cellpadding="2"><col width="10%" /><tr><th class="iconColumn">
 
@@ -307,8 +316,8 @@
</div></td></tr><tr data="delegate; public"><td><img src="../icons/pubdelegate.gif" title="Public delegate" /></td><td><a href="T_BerkeleyDB_BTreeDecompressDelegate.htm">BTreeDecompressDelegate</a></td><td><div class="summary">
A function to decompress a key/data pair from a supplied buffer.
</div></td></tr><tr data="delegate; public"><td><img src="../icons/pubdelegate.gif" title="Public delegate" /></td><td><a href="T_BerkeleyDB_DatabaseFeedbackDelegate.htm">DatabaseFeedbackDelegate</a></td><td><div class="summary">
- The application-specified feedback function called to report Berkeley DB
- operation progress.
+ The application-specified feedback function called to report the operation
+ progress of Berkeley DB.
</div></td></tr><tr data="delegate; public"><td><img src="../icons/pubdelegate.gif" title="Public delegate" /></td><td><a href="T_BerkeleyDB_EntryComparisonDelegate.htm">EntryComparisonDelegate</a></td><td><div class="summary">
An application-specified comparison function.
</div></td></tr><tr data="delegate; public"><td><img src="../icons/pubdelegate.gif" title="Public delegate" /></td><td><a href="T_BerkeleyDB_EntryPrefixComparisonDelegate.htm">EntryPrefixComparisonDelegate</a></td><td><div class="summary">
@@ -326,9 +335,16 @@
</div></td></tr><tr data="delegate; public"><td><img src="../icons/pubdelegate.gif" title="Public delegate" /></td><td><a href="T_BerkeleyDB_MessageDispatchDelegate.htm">MessageDispatchDelegate</a></td><td><div class="summary">
Application-specific function used to handle messages sent over
Replication Manager message channels.
+ </div></td></tr><tr data="delegate; public"><td><img src="../icons/pubdelegate.gif" title="Public delegate" /></td><td><a href="T_BerkeleyDB_MessageFeedbackDelegate.htm">MessageFeedbackDelegate</a></td><td><div class="summary">
+ The application-specified reporting function.
+ </div></td></tr><tr data="delegate; public"><td><img src="../icons/pubdelegate.gif" title="Public delegate" /></td><td><a href="T_BerkeleyDB_PartitionDelegate.htm">PartitionDelegate</a></td><td><div class="summary">
+ An application-specified partitioning function.
</div></td></tr><tr data="delegate; public"><td><img src="../icons/pubdelegate.gif" title="Public delegate" /></td><td><a href="T_BerkeleyDB_ReplicationTransportDelegate.htm">ReplicationTransportDelegate</a></td><td><div class="summary">
The function used to transmit data using the replication application's
communication infrastructure.
+ </div></td></tr><tr data="delegate; public"><td><img src="../icons/pubdelegate.gif" title="Public delegate" /></td><td><a href="T_BerkeleyDB_ReplicationViewDelegate.htm">ReplicationViewDelegate</a></td><td><div class="summary">
+ Application-specific function used by a replication view to determine
+ whether a database file is replicated to the local site.
</div></td></tr><tr data="delegate; public"><td><img src="../icons/pubdelegate.gif" title="Public delegate" /></td><td><a href="T_BerkeleyDB_SecondaryKeyGenDelegate.htm">SecondaryKeyGenDelegate</a></td><td><div class="summary">
The function that creates the set of secondary keys corresponding to a
given primary key and data pair. To create multiple secondary keys,
@@ -354,9 +370,8 @@
</div></td></tr><tr data="enumeration; public"><td><img src="../icons/pubenumeration.gif" title="Public enumeration" /></td><td><a href="T_BerkeleyDB_DatabaseFeedbackEvent.htm">DatabaseFeedbackEvent</a></td><td><div class="summary">
Specifies the database operation whose progress is being reported
</div></td></tr><tr data="enumeration; public"><td><img src="../icons/pubenumeration.gif" title="Public enumeration" /></td><td><a href="T_BerkeleyDB_DuplicatesPolicy.htm">DuplicatesPolicy</a></td><td><div class="summary">
- Policy for duplicate data items in the database; that is, whether insertion
- when the key of the key/data pair being inserted already exists in the
- database will be successful.
+ Policy for duplicate data items in the database. Allows a key/data
+ pair to be inserted into the database even if the key already exists.
</div></td></tr><tr data="enumeration; public"><td><img src="../icons/pubenumeration.gif" title="Public enumeration" /></td><td><a href="T_BerkeleyDB_EncryptionAlgorithm.htm">EncryptionAlgorithm</a></td><td><div class="summary">
Specifies an algorithm used for encryption and decryption
</div></td></tr><tr data="enumeration; public"><td><img src="../icons/pubenumeration.gif" title="Public enumeration" /></td><td><a href="T_BerkeleyDB_EnvironmentFeedbackEvent.htm">EnvironmentFeedbackEvent</a></td><td><div class="summary">
@@ -376,4 +391,4 @@
</div></td></tr><tr data="enumeration; public"><td><img src="../icons/pubenumeration.gif" title="Public enumeration" /></td><td><a href="T_BerkeleyDB_TransactionConfig_LogFlush.htm">TransactionConfig<span class="languageSpecificText"><span class="cs">.</span><span class="vb">.</span><span class="cpp">::</span><span class="nu">.</span></span>LogFlush</a></td><td><div class="summary">
Specifies the log flushing behavior on transaction commit
</div></td></tr></table></div></div><div id="footer"><div class="footerLine"><img width="100%" height="3px" src="../icons/footer.gif" title="Footer image" /></div><A NAME="feedback"></A><span id="fb" class="feedbackcss"> </span>
-Report Feedback on this item in the Oracle Technology Network Forum <p />Copyright (c) 2008, 2012 Oracle. All rights reserved.</div></div></body></html> \ No newline at end of file
+Report Feedback on this item in the Oracle Technology Network Forum <p />Copyright (c) 2008, 2015 Oracle. All rights reserved.</div></div></body></html> \ No newline at end of file