DataMgr 2.5 Documentation: Table Existence

Table Existence

You can check to see if a table is available to DataMgr by running the "hasTable" method (which just takes a "tablename" argument).

The method will return "true" if the table is available to DataMgr and "false" if it is not.

This is typically not needed, however, as DataMgr can generally introspect any table in your database. If you think the table might not exist, however - and you haven't defined it in DataMgr so that DataMgr could create it for you, then this method could be useful.