Package-level declarations
Types
Link copied to clipboard
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
SQL repository for friendship requests.
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 SQLOperation
Object to store all the SQL operations.
Link copied to clipboard
object SQLStateError
Object to store the SQL state errors.
Link copied to clipboard
SQL repository for users.