[External] Re: [odb-users] Using Index name in odb query
Rao, Nageswara UTC CCS
Nageswar.Rao at fs.utc.com
Tue Oct 4 13:50:43 EDT 2016
Thanks Boris,
For the quick reply. It is working.
Regards,
Rao
-----Original Message-----
From: Boris Kolpackov [mailto:boris at codesynthesis.com]
Sent: Tuesday, October 04, 2016 8:28 PM
To: Rao, Nageswara UTC CCS
Cc: odb-users at codesynthesis.com
Subject: [External] Re: [odb-users] Using Index name in odb query
Hi Nageswara,
Rao, Nageswara UTC CCS <Nageswar.Rao at fs.utc.com> writes:
> In Sqlite, we can have query command like "selct * from Table INDEXED
> BY indexname where age>30; How do we use the same in odb query?
You will have to use a native query in a view (potentially object-loading view). See Chapter 10, "Views".
Boris
More information about the odb-users
mailing list