Re: OOP/OOD Philosophy
- From: Robert C. Martin <unclebob@xxxxxxxxxxxxxxxx>
- Date: Sun, 17 Jul 2005 08:21:10 -0500
On 15 Jul 2005 09:44:49 -0700, "frebe"
<fredrik_bertilsson@xxxxxxxxxxx> wrote:
>> How long does it take to write an ODBC driver?
>
>I don't know about ODBC, but for JDBC it is very simple. It's a number
>of interfaces that you have to implement. Using Eclipse, it is done in
>less than an hour. Once you have done a JDBC that wrapps the real
>driver, you can easily inject your exception throwing code. The key
>things is that you only have to implement your driver once (if you
>don't find anyone who did it before), not for every application.
>
>Making wrapping JDBC drivers is also an excellt way to overcome
>differences between database vendors.
I don't know a lot about writing a JDBC driver. Do you have to parse
SQL? Or does the JDBC front-end do that for you?
-----
Robert C. Martin (Uncle Bob) | email: unclebob@xxxxxxxxxxxxxxxx
Object Mentor Inc. | blog: www.butunclebob.com
The Agile Transition Experts | web: www.objectmentor.com
800-338-6716
"The aim of science is not to open the door to infinite wisdom,
but to set a limit to infinite error."
-- Bertolt Brecht, Life of Galileo
.
- Follow-Ups:
- Re: OOP/OOD Philosophy
- From: frebe
- Re: OOP/OOD Philosophy
- References:
- Re: OOP/OOD Philosophy
- From: frebe
- Re: OOP/OOD Philosophy
- From: Phlip
- Re: OOP/OOD Philosophy
- From: frebe
- Re: OOP/OOD Philosophy
- From: Robert C . Martin
- Re: OOP/OOD Philosophy
- From: frebe
- Re: OOP/OOD Philosophy
- From: Robert C . Martin
- Re: OOP/OOD Philosophy
- From: frebe
- Re: OOP/OOD Philosophy
- From: Robert C . Martin
- Re: OOP/OOD Philosophy
- From: frebe
- Re: OOP/OOD Philosophy
- Prev by Date: Re: OOP/OOD Philosophy
- Next by Date: Re: thoughts on OO design for processing messages
- Previous by thread: Re: OOP/OOD Philosophy
- Next by thread: Re: OOP/OOD Philosophy
- Index(es):
Relevant Pages
|