summaryrefslogtreecommitdiff
path: root/lang/sql/jdbc/doc/SQLite/Database.html
diff options
context:
space:
mode:
authorLorry Tar Creator <lorry-tar-importer@baserock.org>2015-02-17 17:25:57 +0000
committer <>2015-03-17 16:26:24 +0000
commit780b92ada9afcf1d58085a83a0b9e6bc982203d1 (patch)
tree598f8b9fa431b228d29897e798de4ac0c1d3d970 /lang/sql/jdbc/doc/SQLite/Database.html
parent7a2660ba9cc2dc03a69ddfcfd95369395cc87444 (diff)
downloadberkeleydb-master.tar.gz
Imported from /home/lorry/working-area/delta_berkeleydb/db-6.1.23.tar.gz.HEADdb-6.1.23master
Diffstat (limited to 'lang/sql/jdbc/doc/SQLite/Database.html')
-rw-r--r--lang/sql/jdbc/doc/SQLite/Database.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/sql/jdbc/doc/SQLite/Database.html b/lang/sql/jdbc/doc/SQLite/Database.html
index 11921e75..822a3d1d 100644
--- a/lang/sql/jdbc/doc/SQLite/Database.html
+++ b/lang/sql/jdbc/doc/SQLite/Database.html
@@ -2,7 +2,7 @@
<!--NewPage-->
<HTML>
<HEAD>
-<!-- Generated by javadoc (build 1.4.2_03) on Thu Feb 09 06:54:00 CET 2012 -->
+<!-- Generated by javadoc (build 1.4.2_03) on Sun Nov 24 12:57:33 CET 2013 -->
<TITLE>
Database (SQLite Java Wrapper)
</TITLE>
@@ -674,7 +674,7 @@ Main class wrapping an SQLite database.
<TD><CODE><B><A HREF="../SQLite/Database.html#last_error()">last_error</A></B>()</CODE>
<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Return the code of the last error occured in
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Return the code of the last error occurred in
any of the exec() methods.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
@@ -1815,7 +1815,7 @@ last_error</H3>
<PRE>
public int <B>last_error</B>()</PRE>
<DL>
-<DD>Return the code of the last error occured in
+<DD>Return the code of the last error occurred in
any of the exec() methods. The value is valid
after an Exception has been reported by one of
these methods. See the <A HREF="Constants.html">Constants</A>