DumpInfo

slick.util.DumpInfo
See theDumpInfo companion object
case class DumpInfo(name: String, mainInfo: String, attrInfo: String, children: Iterable[(String, Dumpable)])

The information required for dumping a single object

Attributes

Companion:
object
Source:
TreePrinter.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

Attributes

Source:
TreePrinter.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product