Packages

object Query1 extends Query

The Query1 object is a sample object for a basic query.

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

Value Members

  1. def doQuery(): Unit

    This method implements the doQuery method declared in the trait Query.

    This method implements the doQuery method declared in the trait Query.

    Definition Classes
    Query1Query
  2. def doUpdate(): Unit

    Perfrom the compiled update statement.

    Perfrom the compiled update statement.

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