InsertMappingCompiler

slick.memory.MemoryProfile.InsertMappingCompiler
class InsertMappingCompiler(insert: Insert) extends ResultConverterCompiler[ProductValue, ArrayBuffer[Any], Nothing]

Attributes

Source:
MemoryProfile.scala
Graph
Supertypes
trait ResultConverterCompiler[ProductValue, ArrayBuffer[Any], Nothing]
class Object
trait Matchable
class Any

Members list

Concise view

Type members

Classlikes

class InsertResultConverter(tableIndex: Int) extends ResultConverter[ProductValue, ArrayBuffer[Any], Nothing, Any]

Attributes

Source:
MemoryProfile.scala
Graph
Supertypes
trait ResultConverter[ProductValue, ArrayBuffer[Any], Nothing, Any]
trait Dumpable
class Object
trait Matchable
class Any

Value members

Concrete methods

def createColumnConverter(n: Node, idx: Int, column: Option[FieldSymbol]): ResultConverter[ProductValue, ArrayBuffer[Any], Nothing, _]

Attributes

Source:
MemoryProfile.scala

Inherited methods

def compile(n: Node): ResultConverter[R, W, U, _]
def createGetOrElseResultConverter[T](rc: ResultConverter[ProductValue, ArrayBuffer[Any], Nothing, Option[T]], default: () => T): ResultConverter[R, W, U, T]
def createIsDefinedResultConverter[T](rc: ResultConverter[ProductValue, ArrayBuffer[Any], Nothing, Option[T]]): ResultConverter[R, W, U, Boolean]
def createOptionRebuildingConverter(discriminator: ResultConverter[ProductValue, ArrayBuffer[Any], Nothing, Boolean], data: ResultConverter[ProductValue, ArrayBuffer[Any], Nothing, Any]): ResultConverter[R, W, U, Option[Any]]
def createTypeMappingResultConverter(rc: ResultConverter[ProductValue, ArrayBuffer[Any], Nothing, Any], mapper: Mapper): ResultConverter[R, W, U, Any]

Concrete fields

Attributes

Source:
MemoryProfile.scala

Attributes

Source:
MemoryProfile.scala

Attributes

Source:
MemoryProfile.scala