slick.jdbc.meta.MPrivilege
See theMPrivilege companion object
case class MPrivilege(grantor: Option[String], grantee: String, privilege: String, grantable: Option[Boolean])
A common privilege type which is used by MTablePrivilege and MColumnPrivilege.
Attributes
- Companion
- object
- Source
- MPrivilege.scala
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article