package

androidx.room.util

Classes

CopyLockUtility class for in-process and multi-process key-based lock mechanism for safely copying database files.
CursorUtilCursor utilities for Room
DBUtilDatabase utilities for Room
FileUtilFile utilities for Room
FtsTableInfoA data class that holds the information about an FTS table.
SneakyThrowJava 8 Sneaky Throw technique.
StringUtil
TableInfoA data class that holds the information about a table.
TableInfo.ColumnHolds the information about a database column.
TableInfo.ForeignKeyHolds the information about an SQLite foreign key
TableInfo.IndexHolds the information about an SQLite index
UUIDUtilUUID / byte[] two-way conversion utility for Room
ViewInfoA data class that holds the information about a view.