TableDump

slick.util.TableDump
class TableDump(maxColumnWidth: Int)

Utility methods for creating result set debug output.

Attributes

Source
TableDump.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def apply(headers: IndexedSeq[IndexedSeq[String]], data: IndexedSeq[IndexedSeq[Any]]): IndexedSeq[String]

Attributes

Source
TableDump.scala