database.Database.tablename
-- no title -->
database.Database.tablename
Syntax
tablename
Description
Returns the table in the database with the given tablename. The returned Table object has various commands of its own, like find(). See also the table() command.
Example
db = ximport("database")
book = db.connect("book")
pages = book.pages