[Lazarus] SQL parser

Michael Van Canneyt michael at freepascal.org
Wed Aug 18 15:03:32 CEST 2010



On Wed, 18 Aug 2010, Lee Jenkins wrote:

> 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';

Exactly, and I was planning to bug Graeme with this :-)

Michael.




More information about the Lazarus mailing list