not about Orion, some JDBC questions...

2000-09-19 Thread
Hello: 1. I view the source code of java.sql.* found Connection, ResultSet are Interface. I feel confuse where and how java implements those Interface really ? 2. I want extend functions of ResultSet like add new method, How should I do it ? Thanks in advance. bubble chen(2000/9/15 AM

Re: not about Orion, some JDBC questions...

2000-09-19 Thread Ishpal
Hi, The implementation of these interfaces is given by jdbc driver vendor. If you see the source code given by the vendor, u'll find classes instead of interfaces... Hope this helps (if i'm not wrong ) Bye, Ishpal ³¯§Ê¹Å wrote: Hello: 1. I view the source code of java.sql.* found

Re: not about Orion, some JDBC questions...

2000-09-19 Thread Robert Krueger
not trying to be an ***hole here but could you please post these questions to an appropriate forum (comp.lang.java.?) instead of one dedicated to issues regarding the use of orion application server. thanks, robert p.s.: doesn't really make a difference if you "warn" about that in the

Re: not about Orion, some JDBC questions...

2000-09-19 Thread Sanjay
You just need to implement in your new interface and import into your class file i hope this should work - Original Message - From: "³¯§Ê¹Å" [EMAIL PROTECTED] To: "Orion-Interest" [EMAIL PROTECTED] Sent: Tuesday, September 19, 2000 12:19 PM Subject: not about Orion,