summaryrefslogtreecommitdiff
path: root/lang/sql/jdbc/doc/SQLite/Database.html
diff options
context:
space:
mode:
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>