TableGen

scalation.database.table.TableGen
object TableGen

The TableGen object generates data for instances of the Table class.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
TableGen.type

Members list

Value members

Concrete methods

def popTable(table: Table, m: Int, stream: Int): Unit

Randomly generate m tuples to populate the given table.

Randomly generate m tuples to populate the given table.

Value parameters

m

the number of tuples to generate

stream

the random number stream

table

the table to populate

Attributes