Home
last modified time | relevance | path

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

/trunk/main/connectivity/source/drivers/jdbc/
H A DJConnection.cxx640 for ( const NamedValue* pSystemProp = _rSystemProperties.getConstArray(); in lcl_setSystemProperties_nothrow() local
641 pSystemProp != _rSystemProperties.getConstArray() + _rSystemProperties.getLength(); in lcl_setSystemProperties_nothrow()
642 ++pSystemProp in lcl_setSystemProperties_nothrow()
646 OSL_VERIFY( pSystemProp->Value >>= sValue ); in lcl_setSystemProperties_nothrow()
648 … _rLogger.log( LogLevel::FINER, STR_LOG_SETTING_SYSTEM_PROPERTY, pSystemProp->Name, sValue ); in lcl_setSystemProperties_nothrow()
650 … LocalRef< jstring > jName( _rEnv, convertwchar_tToJavaString( &_rEnv, pSystemProp->Name ) ); in lcl_setSystemProperties_nothrow()

Completed in 18 milliseconds