File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -135,6 +135,7 @@ \subsection{Hash, BTree and Record Objects \label{bsddb-objects}}
135135\begin {methoddesc }{first}{}
136136Set the cursor to the first item in the DB file and return it. The order of
137137keys in the file is unspecified, except in the case of B-Tree databases.
138+ This method raises \exception {bsddb.error} if the database is empty.
138139\end {methoddesc }
139140
140141\begin {methoddesc }{next}{}
@@ -153,6 +154,7 @@ \subsection{Hash, BTree and Record Objects \label{bsddb-objects}}
153154Set the cursor to the last item in the DB file and return it. The
154155order of keys in the file is unspecified. This is not supported on
155156hashtable databases (those opened with \function {hashopen()}).
157+ This method raises \exception {bsddb.error} if the database is empty.
156158\end {methoddesc }
157159
158160\begin {methoddesc }{sync}{}
You can’t perform that action at this time.
0 commit comments