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 Shreyas Kaushik <Sh...@Sun.COM> on 2005/01/07 06:39:44 UTC

[Documentation] Clarification needed

Hi,

  I was looking at the Derby documentation at the following location :

http://incubator.apache.org/derby/manuals/reference/sqlj195.html#HDRJSSFNS2

It talks about *java.sql.Statement functionality not supported* the
document says as below :

Derby does not implement the following JDBC 1.2 methods of
java.sql.Statement:

What does "Derby does not implement" mean?

Does it mean the driver ( both Embedded and Network ) does not implement
this or something more than this ?

Please calrify.

thanks
Shreyas


Re: [Documentation] Clarification needed

Posted by Satheesh Bandaram <sa...@Sourcery.Org>.
The wording could have been better, but what that is saying is that
methods 1) cancel(), 2) setEscapeProcessing() 3) setQueryTimeout() of
java.sql.Statement are not implemented for Derby. I think these methods
are not implemented for both Embedded and Network servers, if I recall
correctly...

Satheesh

Shreyas Kaushik wrote:

>Hi,
>
>  I was looking at the Derby documentation at the following location :
>
>http://incubator.apache.org/derby/manuals/reference/sqlj195.html#HDRJSSFNS2
>
>It talks about *java.sql.Statement functionality not supported* the
>document says as below :
>
>Derby does not implement the following JDBC 1.2 methods of
>java.sql.Statement:
>
>What does "Derby does not implement" mean?
>
>Does it mean the driver ( both Embedded and Network ) does not implement
>this or something more than this ?
>
>Please calrify.
>
>thanks
>Shreyas
>
>
>  
>