Serialized Form
-
Package org.sqlite
-
Class org.sqlite.SQLiteException extends java.sql.SQLException implements Serializable
-
Serialized Fields
-
resultCode
SQLiteErrorCode resultCode
-
-
-
-
Package org.sqlite.date
-
Class org.sqlite.date.FastDateFormat extends java.text.Format implements Serializable
- serialVersionUID:
- 2L
-
Serialized Fields
-
parser
FastDateParser parser
-
printer
FastDatePrinter printer
-
-
Class org.sqlite.date.FastDateParser extends java.lang.Object implements Serializable
- serialVersionUID:
- 2L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
Create the object after serialization. This implementation reinitializes the transient properties.- Throws:
java.io.IOException
- if there is an IO issue.java.lang.ClassNotFoundException
- if a class cannot be found.
-
-
Serialized Fields
-
century
int century
-
locale
java.util.Locale locale
-
pattern
java.lang.String pattern
-
startYear
int startYear
-
timeZone
java.util.TimeZone timeZone
-
-
Class org.sqlite.date.FastDatePrinter extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
Create the object after serialization. This implementation reinitializes the transient properties.- Throws:
java.io.IOException
- if there is an IO issue.java.lang.ClassNotFoundException
- if a class cannot be found.
-
-
Serialized Fields
-
mLocale
java.util.Locale mLocale
The locale. -
mPattern
java.lang.String mPattern
The pattern. -
mTimeZone
java.util.TimeZone mTimeZone
The time zone.
-
-