Product Documentation
Virtuoso ADE SKILL Reference
Product Version IC23.1, November 2023

axlGetUseIncremental

axlGetUseIncremental( 
x_hsdb 
) 
=> t / nil 

Description

Checks if using reference results as cache during incremental run is enabled for the active setup or checkpoint.

Arguments

x_hsdb

Setup database handle to the active setup or checkpoint.

Value Returned

t

Specifies that using reference results as cache during incremental run is enabled.

nil

Specifies that using reference results as cache during incremental run is not enabled.

Examples

Specifies that using reference results as cache during incremental run is enabled.

data_sdb = axlGetMainSetupDB(axlGetWindowSession())
axlGetUseIncremental(data_sdb)
=> t

Related Topics

axlCreateSession

axlSetMainSetupDB


Return to top
 ⠀
X