HeapTable

slick.memory.HeapBackend.HeapTable
class HeapTable(val name: String, val columns: IndexedSeq[Column], indexes: IndexedSeq[Index], constraints: IndexedSeq[Constraint])

Attributes

Source:
HeapBackend.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def append(row: Row): Unit

Attributes

Source:
HeapBackend.scala
def createInsertRow: ArrayBuffer[Any]

Attributes

Source:
HeapBackend.scala
def rows: Iterable[Row]

Attributes

Source:
HeapBackend.scala
override def toString: String

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
Any
Source:
HeapBackend.scala

Concrete fields

lazy val columnIndexes: Map[TermSymbol, Int]

Attributes

Source:
HeapBackend.scala
val columns: IndexedSeq[Column]

Attributes

Source:
HeapBackend.scala
val name: String

Attributes

Source:
HeapBackend.scala

Attributes

Source:
HeapBackend.scala