getTable method

Creates and returns a reference to the requested table in the database.

Syntax
Table getTable(String name, String persistName )
Parameters
  • name   Name of the table to fetch.

  • persistName   The name for cross-page JavaScript object persistence. Set to null if no persistence is required (for example, if the application has only a single HTML page).