IndexType

scalikejdbc.metadata.IndexType
See theIndexType companion trait
object IndexType

Attributes

Companion
trait
Source
IndexType.scala
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
IndexType.type

Members list

Type members

Classlikes

case object tableIndexClustered extends IndexType

Attributes

Source
IndexType.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait IndexType
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
case object tableIndexHashed extends IndexType

Attributes

Source
IndexType.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait IndexType
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
case object tableIndexOther extends IndexType

Attributes

Source
IndexType.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait IndexType
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
case object tableIndexStatistic extends IndexType

Attributes

Source
IndexType.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait IndexType
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source
Mirror.scala
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source
Mirror.scala

Value members

Concrete methods

def from(value: Short): IndexType

Attributes

Source
IndexType.scala