getSearchableTables

Returns a list of table names that are valid as parameters to other methods below that require a table name as an argument. If any method described elsewhere lists table_name as a parameter, then the table must be in the list returned by this method (unless otherwise noted) or the method will raise an exception.

Arguments

Name Type Description
skey string

Return

The getSearchableTables method returns the list of valid table names (an array of string).