Re: ClassCastException in QueryBuilder
[email protected] Thu, 17 Mar 2005 23:52:29 +0100
| Newsgroups | gmane.comp.java.enhydra.dods |
|---|---|
| Message-ID | <[email protected]> |
This is a multi-part message in MIME format...
------------=_1111099955-5787-162
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
These changes to QueryBuilder seem to have fixed the problems.
35a36
> import com.lutris.appserver.server.sql.ExtendedQuery;
39a41
> import java.sql.Statement;
74c76
< public class QueryBuilder implements Query {
---
> public class QueryBuilder implements ExtendedQuery {
2394c2396
< public PreparedStatement getStatement() {
---
> public Statement getStatement() {
2396c2398
< return stmt;
---
> return (Statement)stmt;
------------=_1111099955-5787-162
Content-Type: text/plain; name="message.footer"
Content-Disposition: inline; filename="message.footer"
Content-Transfer-Encoding: 8bit
--
You receive this message as a subscriber of the [email protected] mailing list.
To unsubscribe: mailto:[email protected]
For general help: mailto:[email protected]?subject=help
ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
------------=_1111099955-5787-162--