Packages

t

slick.codegen

GeneratorHelpers

trait GeneratorHelpers[Code, TermName, TypeName] extends AnyRef

Helper methods for code generation

Source
AbstractGenerator.scala
Linear Supertypes
AnyRef, Any
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GeneratorHelpers
  2. AnyRef
  3. 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

Type Members

  1. implicit class StringExtensions extends AnyRef

    Slick code generator string extension methods.

    Slick code generator string extension methods. (Warning: Not unicode-safe, uses String#apply)

Abstract Value Members

  1. abstract def docWithCode(comment: String, code: Code): Code

    Assemble doc comment with scala code

  2. abstract def optionType(tpe: Code): Code

    Wrap the given type into an Option type

  3. abstract def parseType(tpe: String): Code

    Generates code for a qualified Scala type

Concrete Value Members

  1. def indent(code: String): String
  2. val scalaKeywords: Seq[String]

    Words that are reserved keywords in Scala

  3. val slickTableTermMembersNoArgs: Seq[String]

    Existing term member names in Table[_] that do not take parameters