Creates and returns a reference to the requested table in the database.
public Table getTable(String tableName, String persistName)
tableName The 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).
An instance of the ULPod Table object.