Lines Matching refs:Value
210 OSL_VERIFY( pBegin->Value >>= nTimeout ); in Construct()
212 OSL_VERIFY( pBegin->Value >>= bSilent ); in Construct()
214 OSL_VERIFY( pBegin->Value >>= m_bIgnoreDriverPrivileges ); in Construct()
216 OSL_VERIFY( pBegin->Value >>= m_bPreventGetVersionColumns ); in Construct()
218 OSL_VERIFY( pBegin->Value >>= m_bParameterSubstitution ); in Construct()
222 OSL_VERIFY( pBegin->Value >>= bAutoRetrievingEnabled ); in Construct()
228 OSL_VERIFY( pBegin->Value >>= sGeneratedValueStatement ); in Construct()
233 OSL_VERIFY( pBegin->Value >>= aUID ); in Construct()
238 OSL_VERIFY( pBegin->Value >>= aPWD ); in Construct()
243 OSL_VERIFY( pBegin->Value >>= m_bUseCatalog ); in Construct()
247 OSL_VERIFY( pBegin->Value >>= aSysDrvSettings ); in Construct()
254 OSL_VERIFY( pBegin->Value >>= sIanaName ); in Construct()