Packages

trait Query extends Error

The Query trait specifies operations such as doQuery and doUpdate that can be performed on Relations.

Linear Supertypes
Error, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Query
  2. Error
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def doQuery(): Unit

    Perfrom the compiled query statement.

  2. def doUpdate(): Unit

    Perfrom the compiled update statement.

  3. final def flaw(method: String, message: String): Unit
    Definition Classes
    Error