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 » Query   (RSS)
Showing page 1 of 7 (68 total posts)
  • What is the recommended way to get just a single object from the db4o database?

    My apologies for such a noobie-Q, but I was just wondering: what is the simplest, recommended way to retrieve a single object from the DB4O ObjectSpace (uinsg C# on .NET 3.5 SP1)?  E.g., I want to store an instance of class UserSettings. So one way then I'm guessing would be..  m_UserSettings = ...
    Posted to db4o User Forum (Forum) by JamesHurst on September 25, 2008
  • identifying the class returned by a query

    Hi It is a pleasure to see the international replies!  . . . in general, I mean to say.     I am having trouble identifying the descendant/child class returned by a query, for GUI presentation. What is a good approach -  I do not want to change model from inheritance to composition. Not being java a programmer, the ...
    Posted to db4o User Forum (Forum) by cpet on September 19, 2008
  • How to fetch only parent objects?

    hi, I have an simple inherited object. eg:  Child extends Parent. When I query Parent objects, I get both child & parent. Is there a way to fetch only parent objects using SODA ? thanks in advance.
    Posted to db4o User Forum (Forum) by gwadkar on September 2, 2008
  • Bedeutung von SODA

    Hi! Schreibe gerade meine Diplomarbeit und db4o ist ein Teil davon. Da man in der Diplomarbeit jede Abkürzung ausschreiben muss, suche ich nun nach der Bedeutung von SODA, finde aber nix. Wofür steht SODA? Oder ist es vielleicht garkeine Abkürzung?   Vielen Dank,  Dominik 
    Posted to German (Forum) by Hanswurst111 on August 23, 2008
  • Native Queries

    Olá!Tenho uma dúvida que tenho certeza que muitos ainda vão terão (se já não tiveram) em relação a busca dinâmica. Por ex: Em um formulário com alguns campos, por exemplo, Nome, Cidade, uma combo de Departamentos, e uma de Cargos, ambas populadas por seus respectivos objetos, onde o usuário fará uma busca de que se não preencher nenhum campo e ...
    Posted to Portuguese (Forum) by capetonis on August 7, 2008
  • Query objects that "contain" other objects only?

    consider the following case: i am storing items i1 and i2 storing a list of other items (i1 contains i11 and i12, i2 cotnains i21). i want to retrieve only those items (i1 or i2) that contain two other items (i11 and i12). the following code returns i1 if i query for items that contain i11 or i12 but not if i want to make sure that the returned ...
    Posted to db4o User Forum (Forum) by michi_das_hirn on July 22, 2008
  • java types to use in soda query

    what types (or clas) i can use in soda query to aply greater, equal and less constrain? is possible to use constrain to custom types? 
    Posted to db4o User Forum (Forum) by wafeneto on June 9, 2008
  • Access arrays by index + ReadOnly support

    I have 2 suggestions for future db4o [.NET] versions. 1. I have one persistent class, which stores data in an array. It does so because I don't know what properties will be stored at compile-time. But at run-time I know that, for example, data[0] = 'first name', data[1] = 'last name', data[2] = 'address' and so on. Now, db4o doesn't (?) ...
    Posted to db4o Product Developer Forum (Forum) by jods on May 1, 2008
  • Native Query im Clien-Server modus geht nicht!

    Normal 0 21 false false false DE X-NONE X-NONE MicrosoftInternetExplorer4 ...
    Posted to German (Forum) by Ening on April 23, 2008
  • query leads to a java.lang.OutOfMemoryError

    First: i read the other threads, i do commit, i raised the heap space up to 512MB but the problem remains: Exception in thread ''AWT-EventQueue-0'' java.lang.OutOfMemoryError: Java heap spaceI use Java 6, db40 6.4 My DB is about 60MB large (it all works fine with smaller DBs) With the objectmanager I can see all datasMy ...
    Posted to db4o User Forum (Forum) by 150797 on April 5, 2008
1 2 3 4 5 Next > ... Last »