MemoryCodeGen
slick.memory.MemoryQueryingProfile.MemoryCodeGen
class MemoryCodeGen extends CodeGen with ResultConverterCompiler[ProductValue, ArrayBuffer[Any], Nothing]
Attributes
- Source:
- MemoryQueryingProfile.scala
- Graph
- Supertypes
Members list
Concise view
Type members
Classlikes
class QueryResultConverter(ridx: Int, nullable: Boolean) extends ResultConverter[ProductValue, ArrayBuffer[Any], Nothing, Any]
Attributes
- Source:
- MemoryQueryingProfile.scala
- Graph
- Supertypes
Inherited types
type State
The immutable state of the phase that can also be accessed by other phases.
The immutable state of the phase that can also be accessed by other phases.
Attributes
- Inherited from:
- Phase
- Source:
- QueryCompiler.scala
Value members
Concrete methods
Run the phase
Attributes
- Definition Classes
- Source:
- MemoryQueryingProfile.scala
override def compileServerSideAndMapping(serverSide: Node, mapping: Option[Node], state: CompilerState): (Node, Option[CompiledMapping])
Attributes
- Definition Classes
- Source:
- MemoryQueryingProfile.scala
def createColumnConverter(n: Node, idx: Int, column: Option[FieldSymbol]): ResultConverter[ProductValue, ArrayBuffer[Any], Nothing, _]
Attributes
- Source:
- MemoryQueryingProfile.scala
Attributes
- Source:
- MemoryQueryingProfile.scala
Attributes
- Source:
- MemoryQueryingProfile.scala
Attributes
- Source:
- MemoryQueryingProfile.scala
Attributes
- Source:
- MemoryQueryingProfile.scala
Inherited methods
Attributes
- Inherited from:
- Function1
Attributes
- Inherited from:
- CodeGen
- Source:
- CodeGen.scala
Attributes
- Inherited from:
- ResultConverterCompiler
- Source:
- ResultConverterCompiler.scala
Attributes
- Inherited from:
- Function1
def createGetOrElseResultConverter[T](rc: ResultConverter[ProductValue, ArrayBuffer[Any], Nothing, Option[T]], default: () => T): ResultConverter[R, W, U, T]
Attributes
- Inherited from:
- ResultConverterCompiler
- Source:
- ResultConverterCompiler.scala
def createIsDefinedResultConverter[T](rc: ResultConverter[ProductValue, ArrayBuffer[Any], Nothing, Option[T]]): ResultConverter[R, W, U, Boolean]
Attributes
- Inherited from:
- ResultConverterCompiler
- Source:
- ResultConverterCompiler.scala
def createOptionRebuildingConverter(discriminator: ResultConverter[ProductValue, ArrayBuffer[Any], Nothing, Boolean], data: ResultConverter[ProductValue, ArrayBuffer[Any], Nothing, Any]): ResultConverter[R, W, U, Option[Any]]
Attributes
- Inherited from:
- ResultConverterCompiler
- Source:
- ResultConverterCompiler.scala
def createTypeMappingResultConverter(rc: ResultConverter[ProductValue, ArrayBuffer[Any], Nothing, Any], mapper: Mapper): ResultConverter[R, W, U, Any]
Attributes
- Inherited from:
- ResultConverterCompiler
- Source:
- ResultConverterCompiler.scala
Returns a string representation of the object.
Returns a string representation of the object.
The default representation is platform dependent.
Attributes
- Returns:
a string representation of the object.
- Definition Classes
- Function1 -> Any
- Inherited from:
- Function1
Extract the source tree and type, after possible CollectionCast operations, from a tree
Extract the source tree and type, after possible CollectionCast operations, from a tree
Attributes
- Inherited from:
- CodeGen
- Source:
- CodeGen.scala
Inherited fields
The unique name of the phase