object TableGen extends Error

The TableGen object generates data for Table classes (e.g., Relation).

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

Value Members

  1. def find(cn: String, fk: Seq[(String, String, Int)]): Int

    Find the column with name 'cn' in a foreign key constraint, returning the which constraint is matched, -1 otherwise.

    Find the column with name 'cn' in a foreign key constraint, returning the which constraint is matched, -1 otherwise.

    cn

    the name of the column

    fk

    the sequence of foreign keys contraint specifications

  2. final def flaw(method: String, message: String): Unit
    Definition Classes
    Error
  3. def popTable(table: Relation, nRows: Int, refTables: Seq[Relation] = null): Unit

    Populate the columns in columnar table 'table'.

    Populate the columns in columnar table 'table'.

    table

    the table/relation to populate