Serialized Form
-
Package org.sqlite
-
Exception org.sqlite.FileException
class FileException extends Exception implements Serializable -
Exception org.sqlite.NativeLibraryNotFoundException
class NativeLibraryNotFoundException extends Exception implements Serializable -
Exception org.sqlite.SQLiteException
class SQLiteException extends SQLException implements Serializable-
Serialized Fields
-
resultCode
SQLiteErrorCode resultCode
-
-
-
-
Package org.sqlite.date
-
Class org.sqlite.date.FastDateFormat
class FastDateFormat extends Format implements Serializable- serialVersionUID:
- 2L
-
Serialized Fields
-
parser
FastDateParser parser
-
printer
FastDatePrinter printer
-
-
Class org.sqlite.date.FastDateParser
class FastDateParser extends Object implements Serializable- serialVersionUID:
- 2L
-
Serialization Methods
-
readObject
Create the object after serialization. This implementation reinitializes the transient properties.- Parameters:
in
- ObjectInputStream from which the object is being deserialized.- Throws:
IOException
- if there is an IO issue.ClassNotFoundException
- if a class cannot be found.
-
-
Serialized Fields
-
Class org.sqlite.date.FastDatePrinter
class FastDatePrinter extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
Create the object after serialization. This implementation reinitializes the transient properties.- Parameters:
in
- ObjectInputStream from which the object is being deserialized.- Throws:
IOException
- if there is an IO issue.ClassNotFoundException
- if a class cannot be found.
-
-
Serialized Fields
-