DatasourceFlushMetaCache()

edit

Flush the meta data stored for a certain datasource used for stored procedures, this is only supported for Oracle datasources

DatasourceFlushMetaCache( datasourceName=string );

Returns: Boolean

Argument Description
datasourceName
string, optional
edit

name of the datasource to flush, when not defined all caches are flushed

Examples

edit

There are currently no examples for this function.

See also