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 > > > >
