dbName property

String dbName
final

The file name for the database used.

File names are encouraged unless the path exists (e.g. myDb.sqlite). When testing, consider using the sqlite_common constant inMemoryDatabasePath.

Implementation

final String dbName;