NodeBox

Create visual output with Python programming code
Home Download Reference Tutorial Library Gallery About

database.Database.tablename

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