Package-level declarations
Types
Link copied to clipboard
This class represents a single connection to a SQLite database. All APIs exposed by this class execute synchronously.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
This class represents a single prepared statement. This class cannot be instantiated via its constructor. Instead, instances are created via thedatabase.prepare()
method. All APIs exposed by this class execute synchronously.
Link copied to clipboard