db4o Developer Community

db4o open source object database, native to Java and .NET
Welcome to db4o Developer Community Sign in | Join
in Search
More Search Options

Browse by Tags

All Tags » ObjectManager » db4o » Sql for Objects   (RSS)
Sorry, but there are no more tags available to filter with.
  • Less Than, Greater Than and Everything in Between

    Some new stuff has gone into Sql4o: supports all the comparison operations for the queries: , =, =, <>, != . supports Integers, Longs and Doubles as well as Strings. and lastly, you can now build more complex where statements and they get correctly converted into SODA!eg: from com.spaceprogram.db4o.Contact c where (age = 10 or age = 20) and income ...
    Posted to planetdb4o (Weblog) by Anonymous on September 1, 2006