Package com.google.android.exoplayer2.database
-
Interface Summary Interface Description DatabaseProvider ProvidesSQLiteDatabaseinstances to media library components, which may read and write tables prefixed withDatabaseProvider.TABLE_PREFIX. -
Class Summary Class Description DefaultDatabaseProvider ADatabaseProviderthat provides instances obtained from aSQLiteOpenHelper.ExoDatabaseProvider Deprecated. StandaloneDatabaseProvider AnSQLiteOpenHelperthat provides instances of a standalone database.VersionTable Utility methods for accessing versions of media library database components. -
Exception Summary Exception Description DatabaseIOException AnIOExceptionwhose cause is anSQLException.