Lines Matching refs:m_pConnection

70 	,m_pConnection( &_rCon )  in java_sql_Statement_Base()
77 m_pConnection->acquire(); in java_sql_Statement_Base()
97 if (m_pConnection) in disposing()
98 m_pConnection->release(); in disposing()
99 m_pConnection = NULL; in disposing()
129 …if ( m_pConnection && !m_pConnection->isAutoRetrievingEnabled() && rType == ::getCppuType( (const … in queryInterface()
142 if ( m_pConnection && !m_pConnection->isAutoRetrievingEnabled() ) in getTypes()
175 …OSL_ENSURE( m_pConnection && m_pConnection->isAutoRetrievingEnabled(),"Illegal call here. isAutoRe… in getGeneratedValues()
176 if ( m_pConnection ) in getGeneratedValues()
178 ::rtl::OUString sStmt = m_pConnection->getTransformedGeneratedStatement(m_sSqlStatement); in getGeneratedValues()
183 m_xGeneratedStatement = m_pConnection->createStatement(); in getGeneratedValues()
189 xRes = new java_sql_ResultSet( t.pEnv, out, m_aLogger,*m_pConnection, this ); in getGeneratedValues()
248m_pConnection ? m_pConnection->getDriverClassLoader() : jdbc::GlobalRef< jobject >(), in execute()
283m_pConnection ? m_pConnection->getDriverClassLoader() : jdbc::GlobalRef< jobject >(), in executeQuery()
293 return out==0 ? 0 : new java_sql_ResultSet( t.pEnv, out, m_aLogger, *m_pConnection,this ); in executeQuery()
300 return (Reference< XConnection >)m_pConnection; in getConnection()
367 return out==0 ? 0 : new java_sql_ResultSet( t.pEnv, out, m_aLogger, *m_pConnection,this ); in getResultSet()
776 mID = _pEnv->GetMethodID( m_pConnection->getMyClass(), cMethodName, cSignature ); in createStatement()
778 …out = _pEnv->CallObjectMethod( m_pConnection->getJavaObject(), mID,m_nResultSetType,m_nResultSetCo… in createStatement()
783 …static jmethodID mID2 = _pEnv->GetMethodID( m_pConnection->getMyClass(), cMethodName, cSignature2 … in createStatement()
785 out = _pEnv->CallObjectMethod( m_pConnection->getJavaObject(), mID2); in createStatement()