p

slaq

package slaq

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Package Members

  1. package iter
  2. package meta
  3. package ql
  4. package session
  5. package simple
  6. package util

Type Members

  1. trait AppliedInvoker[P, +R] extends UnitInvoker[R]

    Base trait for applied invokers

  2. class Fail extends RuntimeException
  3. trait Invoker[-P, +R] extends AnyRef

    Base trait for all statement invokers, using parameter type P and result type R.

  4. class MappedInvoker[-P, U, +R] extends Invoker[P, R]

    An Invoker which applies a mapping function to all results of another Invoker.

  5. trait MutatingInvoker[-P, R] extends Invoker[P, R]
  6. trait MutatingStatementInvoker[-P, R] extends StatementInvoker[P, R] with MutatingInvoker[P, R]
  7. trait MutatingUnitInvoker[R] extends UnitInvoker[R]
  8. abstract class ResultSetInvoker[+R] extends UnitInvokerMixin[R]

    An invoker which calls a function to retrieve a ResultSet.

    An invoker which calls a function to retrieve a ResultSet. This can be used for reading information from a java.sql.DatabaseMetaData object which has many methods that return ResultSets.

    For convenience, if the function returns null, this is treated like an empty ResultSet.

  9. trait ResultSetMutator[T] extends AnyRef
  10. abstract class StatementInvoker[-P, +R] extends Invoker[P, R]

    An invoker which executes an SQL statement.

  11. trait UnitInvoker[+R] extends Invoker[Unit, R]

    An invoker for a Unit parameter with additional parameterless methods.

  12. trait UnitInvokerMixin[+R] extends UnitInvoker[R]

Value Members

  1. case object BuildInfo extends Product with Serializable

    This object was generated by sbt-buildinfo.

  2. object Fail extends Serializable
  3. object ResultSetInvoker
  4. object UnitInvoker

Ungrouped