Home
last modified time | relevance | path

Searched refs:bAutoRetrievingEnabled (Results 1 – 2 of 2) sorted by relevance

/trunk/main/connectivity/source/drivers/jdbc/
H A DJConnection.cxx670 sal_Bool bAutoRetrievingEnabled = sal_False; in loadDriverFromProperties() local
760 enableAutoRetrievingEnabled( bAutoRetrievingEnabled ); in loadDriverFromProperties()
792 …sal_Bool bAutoRetrievingEnabled = sal_False; // set to <TRUE/> when we should allow to query for… in construct() local
801bAutoRetrievingEnabled = aSettings.getOrDefault( "IsAutoRetrievingEnabled", bAutoRetrievingEnabled in construct()
812 enableAutoRetrievingEnabled(bAutoRetrievingEnabled); in construct()
/trunk/main/connectivity/source/drivers/odbcbase/
H A DOConnection.cxx221 sal_Bool bAutoRetrievingEnabled = sal_False; in Construct() local
222 OSL_VERIFY( pBegin->Value >>= bAutoRetrievingEnabled ); in Construct()
223 enableAutoRetrievingEnabled(bAutoRetrievingEnabled); in Construct()

Completed in 27 milliseconds