Package-level declarations

Types

Link copied to clipboard
abstract class AbstractSQLRepository

Abstract class to be extended by SQL repositories that need to connect to a database.

Link copied to clipboard
data class DatabaseCredentialsImpl(val host: String, val port: String, val dbName: String, val username: String, val password: String) : DatabaseCredentials

Data class to represent database credentials.

Link copied to clipboard
Link copied to clipboard

SQL implementation of the FriendshipRepository.

Link copied to clipboard

SQL implementation of the MessageRepository.

Link copied to clipboard
object SQLColumns

Object to store the SQL columns.

Link copied to clipboard

Object to store all the SQL operations.

Link copied to clipboard

Object to store the SQL state errors.

Link copied to clipboard
object SQLUtils

Utility class to handle SQL operations.

Link copied to clipboard

SQL repository for users.