You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-dev@db.apache.org by Yeshan Tharaka <el...@gmail.com> on 2017/07/25 04:21:41 UTC

About DERBY-6901 issue.

Hello,
Where can I find the prepareCall() method in source code?
Thank you.

Re: About DERBY-6901 issue.

Posted by Bryan Pendleton <bp...@gmail.com>.
I'm not 100% sure which implementation of the method is important to your
research, but start looking here:

http://svn.apache.org/repos/asf/db/derby/code/trunk/java/client/org/apache/derby/client/am/ClientConnection.java

and here:

http://svn.apache.org/repos/asf/db/derby/code/trunk/java/engine/org/apache/derby/impl/jdbc/EmbedConnection.java

thanks,

bryan


On Mon, Jul 24, 2017 at 9:21 PM, Yeshan Tharaka <el...@gmail.com>
wrote:

> Hello,
> Where can I find the prepareCall() method in source code?
> Thank you.
>