[db4o-om commit] r52 - wiki

3 views
Skip to first unread message

codesite...@google.com

unread,
May 13, 2008, 10:49:21 AM5/13/08
to db4o-om-c...@googlegroups.com
Author: tetyana.loskutova
Date: Tue May 13 07:41:12 2008
New Revision: 52

Modified:
wiki/Object_Manager_Tour.wiki

Log:
Edited wiki page through web user interface.

Modified: wiki/Object_Manager_Tour.wiki
==============================================================================
--- wiki/Object_Manager_Tour.wiki (original)
+++ wiki/Object_Manager_Tour.wiki Tue May 13 07:41:12 2008
@@ -1,6 +1,6 @@
Upon starting Object Manager, you will see the Connection Manager:

-[http://developer.db4o.com/Resources/view.aspx/Reference/Object_Manager_For_Db4o/OM.JPG]
+http://developer.db4o.com/Resources/view.aspx/Reference/Object_Manager_For_Db4o/OM.JPG

At this point, you can either:

@@ -12,28 +12,29 @@
If you just want to try ObjectManager, you can create a demo database
by clicking File - Create Demo Db. This will create and open a database
for you to use.
Stored Classes Tree

-[http://developer.db4o.com/Resources/view.aspx/Reference/Object_Manager_For_Db4o/StoredClasses.jpg]
+http://developer.db4o.com/Resources/view.aspx/Reference/Object_Manager_For_Db4o/StoredClasses.jpg

Once you click connect, the main ObjectManager window will open. All
of the classes that have been stored will be displayed on the left in a tree:

-Querying for objects
+=Querying for objects=

To view the objects stored in your db4o database, you must query for
it. The query editor is at the top of the main window and looks like this:

-[http://developer.db4o.com/Resources/view.aspx/Reference/Object_Manager_For_Db4o/query.jpg]
+http://developer.db4o.com/Resources/view.aspx/Reference/Object_Manager_For_Db4o/query.jpg

To quickly see all of the objects of a certain class, just double
click the class name in the stored classes tree. This will
automatically build your query for you, and you just have to click the
Submit button to the right of the query text area.
-Query Language
+
+=Query Language=

The Object Manager query language, Sql4o, is based on the SQL query
language, so if you know SQL, you should have no problems with Sql4o.

Syntax:

-[SELECT select_expr, ...]
+SELECT select_expr, ...

FROM object_type

-[WHERE where_condition]
+WHERE where_condition

For example, to query all Contacts in the Demo Db:

@@ -46,16 +47,17 @@

After executing a query, you will see the query results in table:

-[http://developer.db4o.com/Resources/view.aspx/Reference/Object_Manager_For_Db4o/table.jpg]
+http://developer.db4o.com/Resources/view.aspx/Reference/Object_Manager_For_Db4o/table.jpg

From this table, you can edit all primitive fields, Dates, and Strings
by double clicking on a cell.

You can also open an object up in a tree view so that you can descend
further into the object:

-[http://developer.db4o.com/Resources/view.aspx/Reference/Object_Manager_For_Db4o/tree.jpg]
+http://developer.db4o.com/Resources/view.aspx/Reference/Object_Manager_For_Db4o/tree.jpg

You can also edit fields from this view.
-Database Management
+
+=Database Management=

The following management features are currently available:

@@ -71,42 +73,6 @@

In order to rename a class field double-click the class in a "Stored
Classes" tree - class view will open on the right panel. Click "Edit"
button at the bottom and change field names as necessary.

-[http://developer.db4o.com/Resources/view.aspx/Reference/Object_Manager_For_Db4o/Refactor.Jpg]
-
-When the renaming is done, click "Stop Editing" button at the bottom.
Remember to change your application classes accordingly.
+http://developer.db4o.com/Resources/view.aspx/Reference/Object_Manager_For_Db4o/Refactor.Jpg

-
-About This Page
-Title: Object Manager Tour
-Moderated By:
-Created: 10-24-2006, 10:08 PM
-Modified: 08-12-2007, 12:52 AM
-Last Modified By: Tetyana Loskutova
-Revision Number: 12
-Relative Base: /Resources/Reference/Object_Manager_For_Db4o
-Show in index: True
-Show in Nav: True
-Redirects To: Not Redirected
-Topic Weight: 30
-Attachment: No Attachment
-Indexed: True
-ThreadID: 14185
-PostID: 39409
-SectionID: 127
-File Path: C:\Workspace\developer.db4o.com\app_data\wiki_data\Resources\Reference\Object_Manager_For_Db4o\Object_Manager_Tour.topic.xml
-Internal Uri: wiki:///Resources/Reference/Object_Manager_For_Db4o/Object_Manager_Tour
-Content Filter
-Common Tasks
-
- * Edit this topic
- * Print this topic
- * View a previous version
- * Create new child topic
-
- * Upload a new child attachment
-
-Wiki
-
- * Help using CS-Wiki
- * About CS-Wiki
- * What's New?
\ No newline at end of file
+When the renaming is done, click "Stop Editing" button at the bottom.
Remember to change your application classes accordingly.
\ No newline at end of file

Reply all
Reply to author
Forward
0 new messages