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 » SODA   (RSS)
Showing page 1 of 2 (12 total posts)
  • 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
  • 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
  • Dispatcher Fehler bei db4o 6.4.14.8131

    Hallo, Ich nutze db4o im Client/Server Modus. Beim Lesen erhalte ich zwischendurch folgende Fehlermeldung. [CODE] Exception in thread ''db4o server message dispatcher db4o'' java.lang.NullPointerException        at com.db4o.internal.UUIDFieldMetadata.addFieldIndex(Unknown ...
    Posted to German (Forum) by McMicS on March 21, 2008
  • COR-120 Debugging Interface Queries

    In this session Carl and Richard debug Jira issue COR-120 and fix Queries-By-Interface to return the right results. The session gives some insight on: classes that are part of the querying architecture how to work with Debug.queries==true how to simplify debugging by storing only one object and expecting only one result or none This ...
    Posted to Paircasts (Weblog) by Carl Rosenberger on January 17, 2008
  • Re: SODA Queries on classes containing two object references

    I am using 6.3. I have improved the query a lot when I tried the following:qry = db.query()                                                                                                           qry.constrain(Component)                                                                                                 ...
    Posted to db4o User Forum (Forum) by vtkstef on August 28, 2007
  • SODA Queries on classes containing two object references

    Hi, I am looking for advice on how to write a soda query that is best suited for this object topology public class Trim {   String name;   String code;   // getters and setters ... } public class Part {   String name;   String id;  int type;   int makeClass;  String maker;   // getters and ...
    Posted to db4o User Forum (Forum) by vtkstef on August 27, 2007
  • SODA - exprsion for "Select only from selfoid myClass"

    Hi,I'm currently running into a problem where more experienced users may help a newbie like me. Say I have a simple class hierarchy like this:class X{ public String toString(){return getClass().getName();}}class Y extends X{ public String toString(){return getClass().getName();}}class Test{ public static void main(String[] args){  ObjectContainer ...
    Posted to db4o User Forum (Forum) by wgayk on June 27, 2007
  • Fragen zu SODA Evaluation modes

    Hallo,Ich suche nu schon seit einiger Zeit nach eienr Übersicht, also einer genaueren Beschreibung, über die SODA evaluation modes, wurde aber noch nicht fündig. Die API gibt in em Punkt irgendwie nicht so viel her, finde ich. Bzw. empfinde ich sie als zu knapp.Vielleicht könnte mir mal jemand auf die Sprünge helfen?Speziell geht es mir um den ...
    Posted to German (Forum) by wgayk on June 27, 2007
  • SODA question - querying Lists

    Hello! Can somebody tell me how SODA behaves for querying Lists? Assumed that Foo is a class which got a field (List _bars) which holds Bar-Objects and I want to get all Foos which got a special Bar. Does this Query Query q = _objectContainer.query();q.constrain(Foo.class);q.descend(''_bars'').constrain(special_bar); // special_bar is a ...
    Posted to db4o User Forum (Forum) by Poison on April 24, 2007
  • List Sub Query

    Hi,we are new users in db4o and have the following problem using a java class construct like:class Folder {    Stirng name;    List mails;}  class Mail {    String subject;}Now we have some folders (e.g. ''inbox'', ''sent'' ...) containing mails.We are trying to search for mails with a subject ...
    Posted to db4o User Forum (Forum) by andsch on January 31, 2007
1 2 Next >