dbRefreshLibDataCompressionLevel
dbRefreshLibDataCompressionLevel(
dd_libId
)
=> t / nil
Description
Refreshes the data compression level for the specified library ID from the disk.
Refreshing the compression level of a library only affects the designs that are saved to the library after the refresh has occurred.
A translator running in another session can change the compression level of a library that is in use in the Virtuoso Studio design environment. If Virtuoso does not refresh the data compression level from the disk, it will not be aware of the change made by the translator.
Arguments
|
The ID of the library whose data compression level must be refreshed. |
Values Returned
|
Returns |
|
|
Returns |
Examples
dbRefreshLibDataCompressionLevel( dd_libId )
=> t
Return to top