10 SQL Statements and Extensions for the Salesforce Driver : Refresh Schema (EXT)

Refresh Schema (EXT)
The Refresh Schema statement updates the remote object mapping and other information contained in a remote schema.
Grammar
REFRESH SCHEMA schema_name {CLEAN}
where:
schema_name is the name of the schema to be refreshed.
CLEAN rebuilds the schema. Any existing mappings, local tables, and table caches in the schema are discarded. If this keyword is not specified, the driver may attempt to get inserted, modified, or deleted rows from the table.