[Lazarus] SQL parser
Lee Jenkins
lee at datatrakpos.com
Wed Aug 18 14:55:54 CEST 2010
Michael Van Canneyt wrote:
>
> One of the things I've been thinking about is integrating it with tiOPF,
> so one wouldn't need to write SQL any more. You could use it to reverse
> engineer all used SQL statements and convert it to something more OOP.
>
It would be very cool to be have an OQL in tiOPF and your new parser may just be
the ticket to do that.
SELECT
Person.FirstName,
Person.LastName,
Person.Age
FROM
Person
WHERE
Person.OID = '1234';
--
Warm Regards,
Lee
More information about the Lazarus
mailing list