case classSelectDatabaseMessage(name: String) extends DatabaseMessage with ReadMessage with Product with Serializable
A SelectDatabaseMessage is used to request the select of the database with the given name. An user needs Read
permission to request this operation, therefore this message extends ReadMessage.
A SelectDatabaseMessage is used to request the select of the database with the given name. An user needs Read permission to request this operation, therefore this message extends ReadMessage.
The database name
ReadMessage
DatabaseMessage