Documentation for this section has not yet been entered.
Get method documentation [Android Documentation]
Returns the list of tables being queried
Set method documentation [Android Documentation]
Sets the list of tables to query. Multiple tables can be specified to perform a join.
For example:
setTables("foo, bar")
setTables("foo LEFT OUTER JOIN bar ON (foo.id = bar.foo_id)")