MPrivilege

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 Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product