Hello,

Thanks for your message. That type is an internal type, and as such, is
package private - i.e. not for you to access. The page you linked doesn't
refer to DefaultExecuteContext, but to DefaultExecuteListener, which is a
common base implementation for public use when implementing
ExecuteListener. Is that what you were looking for? If not, why do you want
to access DefaultExecuteContext?

Thanks,
Lukas

On Sat, Jun 1, 2019 at 9:53 PM <[email protected]> wrote:

> Hi,
> I have doubt when reading :
> https://www.jooq.org/doc/3.11/manual/sql-execution/execute-listeners/#N501C2 
> is
> that,
> how can we make instance of DefaultExecuteContext i am not able to import
> it as import org.jooq.impl.DefaultExecuteContext; but able to import
> ExecuteContext  import org.jooq.impl.DefaultExecuteContext;
> The following dependencies of jooq are present in pom.xml files:
>
> <dependency>
>     <groupId>org.jooq</groupId>
>     <artifactId>jooq</artifactId>
>     <version>3.11.11</version>
> </dependency>
> <dependency>
>     <groupId>org.jooq</groupId>
>     <artifactId>jooq-meta</artifactId>
>     <version>3.11.11</version>
> </dependency>
> <dependency>
>     <groupId>org.jooq</groupId>
>     <artifactId>jooq-codegen</artifactId>
>     <version>3.11.11</version>
> </dependency>
>
> --
> You received this message because you are subscribed to the Google Groups
> "jOOQ User Group" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/jooq-user/d7a296f7-162a-4150-8106-62dd55009e5d%40googlegroups.com
> <https://groups.google.com/d/msgid/jooq-user/d7a296f7-162a-4150-8106-62dd55009e5d%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups "jOOQ 
User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jooq-user/CAB4ELO4OvOhU1D5EX0tLBc%3DvZv-cyqhzqiGWLwEQWCX%2BMeqm8w%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to