c

slick.memory.MemoryProfile

InsertMappingCompiler

class InsertMappingCompiler extends ResultConverterCompiler[ProductValue, ArrayBuffer[Any], Nothing]

Source
MemoryProfile.scala
Linear Supertypes
ResultConverterCompiler[ProductValue, ArrayBuffer[Any], Nothing], AnyRef, Any
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. InsertMappingCompiler
  2. ResultConverterCompiler
  3. AnyRef
  4. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new InsertMappingCompiler(insert: Insert)

Type Members

  1. class InsertResultConverter extends ResultConverter[ProductValue, ArrayBuffer[Any], Nothing, Any]

Value Members

  1. val cols: ConstArray[Node]
  2. def compile(n: Node): ResultConverter[ProductValue, ArrayBuffer[Any], Nothing, _]
    Definition Classes
    ResultConverterCompiler
  3. def compileMapping(n: Node): CompiledMapping
    Definition Classes
    ResultConverterCompiler
  4. def createColumnConverter(n: Node, idx: Int, column: Option[FieldSymbol]): ResultConverter[ProductValue, ArrayBuffer[Any], Nothing, _]
  5. def createGetOrElseResultConverter[T](rc: ResultConverter[ProductValue, ArrayBuffer[Any], Nothing, Option[T]], default: () => T): ResultConverter[ProductValue, ArrayBuffer[Any], Nothing, T]
    Definition Classes
    ResultConverterCompiler
  6. def createIsDefinedResultConverter[T](rc: ResultConverter[ProductValue, ArrayBuffer[Any], Nothing, Option[T]]): ResultConverter[ProductValue, ArrayBuffer[Any], Nothing, Boolean]
    Definition Classes
    ResultConverterCompiler
  7. def createOptionRebuildingConverter(discriminator: ResultConverter[ProductValue, ArrayBuffer[Any], Nothing, Boolean], data: ResultConverter[ProductValue, ArrayBuffer[Any], Nothing, Any]): ResultConverter[ProductValue, ArrayBuffer[Any], Nothing, Option[Any]]
    Definition Classes
    ResultConverterCompiler
  8. def createTypeMappingResultConverter(rc: ResultConverter[ProductValue, ArrayBuffer[Any], Nothing, Any], mapper: Mapper): ResultConverter[ProductValue, ArrayBuffer[Any], Nothing, Any]
    Definition Classes
    ResultConverterCompiler
  9. val table: TableNode
  10. val tableColumnIndexes: Map[FieldSymbol, Int]