set_table
Description:
Set table's name to use in the context.
The table is one of <link linkend="information_schema">database schema</link> used to store meta information about the database. Use "_tables" to update meta information about database's tables.
Parameters:
this |
a MetaContext struct to set table to |
table |
a string with the table's name to use in context |