Subject Re: [Firebird-Java] prepared statement
Author Jim Starkey
csergiu77 wrote:

> Hi
> My name is Cristian Chiovari
> I am a software developer from Romania.
> I would like to ask you if the java driver jaybird driver
> has a toString method on prepared statement which will give as
> result the sql
>
It is always a mistake to build an application around a non-specified
behavior of an otherwise standard interface. If, down the road, the
standard is extended to define that behavior, your program will break
without notice. Depending on what should be considered an
implimentation artifact is not a good practice.