Packages

package jdbc

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. jdbc
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class DB extends AnyRef
  2. implicit final class SqlStringInterpolation extends AnyVal

    String interpolation to convert a variable-embedded SQL to SqlTemplate

  3. case class SqlTemplate (sql: String, params: Any*) extends Product with Serializable
  4. class TypeMapper extends AnyRef

Value Members

  1. implicit def String2SqlTemplate(sql: String): SqlTemplate

    Implicit conversion to convert a raw string with no parameter to SqlTemplate

  2. macro def sqlc(sql: String): SqlTemplate

    Macro version of sql string interpolation.

    Macro version of sql string interpolation. This macro validates the given sql in compile time and returns SqlTemplate as same as string interpolation.

  3. object DB
  4. object IOUtils

Inherited from AnyRef

Inherited from Any

Ungrouped