[odb-users] Using Index name in odb query

Boris Kolpackov boris at codesynthesis.com
Tue Oct 4 10:57:42 EDT 2016


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