Subject | Re: JayBird: Problems with Prepared Statements |
---|---|
Author | pifproject |
Post date | 2005-09-06T15:35:08Z |
> Ok, so we have at least two JDBC driversThat's what I have tested my Java application with, so far.
> - MySQL and PostgreSQL.
> > What do you mean by "explicit method"?So you basically mean that it is better, from the standardization
>
> Basically idea is: if this behavior is not
> standardized, we define a standard extension
> that does not conflict with anything used before.
> If I'm not mistaken, this was used consequently
> for all other JDBC extensions.
point of view, to use the driver's vendor-specific extenstions to get
a String representation for an SQL statement, instead of providing an
implementation for that with the toString() method?