IndexRepr

oxygen.sql.schema.IndexRepr
See theIndexRepr companion object
final case class IndexRepr[Self](explicitName: Option[String], unique: Boolean, columns: TableRepr[Self] => ArraySeq[Column])

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def built(self: TableRepr[Self]): Built

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product