com.db4o

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » Database DBMS » db4o 6.4 » com.db4o 
com.db4o
Java Source File NameTypeComment
BlobStatus.javaInterface
BlobTransport.javaInterface
CorruptionException.javaClass
DatabaseClosedException.javaClass db4o-specific exception.
DatabaseFileLockedException.javaClass db4o-specific exception.

this Exception is thrown during any of the db4o open calls if the database file is locked by another process.
DatabaseMaximumSizeReachedException.javaClass db4o-specific exception.

This exception is thrown when the database file reaches the maximum allowed size.
DatabaseReadOnlyException.javaClass db4o-specific exception.

This exception is thrown when a write operation is attempted on a database in a read-only mode.
Db4o.javaClass factory class to start db4o database engines.
Db4oIOException.javaClass db4o-specific exception.

This exception is thrown when a system IO exception is encounted by db4o process.
Db4oVersion.javaClass
Debug.javaClass
Deploy.javaClass
DTrace.javaClass
IncompatibleFileFormatException.javaClass db4o-specific exception.

This exception is thrown when the database file format is not compatible with the applied configuration.
Internal4.javaInterface Marker interface to denote that a class is used for db4o internals.
InvalidPasswordException.javaClass db4o-specific exception.

This exception is thrown when a client tries to connect to a server with a wrong password or null password.
MetaClass.javaClass Class metadata to be stored to the database file Don't obfuscate.
MetaField.javaClass Field MetaData to be stored to the database file.
MetaIndex.javaClass The index record that is written to the database file.
ObjectContainer.javaInterface the interface to a db4o database, stand-alone or client/server.

The ObjectContainer interface provides methods to store, query and delete objects and to commit and rollback transactions.

An ObjectContainer can either represent a stand-alone database or a connection to a Db4o.openServer(Stringint) db4o server .

An ObjectContainer also represents a transaction.
ObjectServer.javaInterface the db4o server interface.

- db4o servers can be opened with Db4o.openServer(Stringint) .
- Direct in-memory connections to servers can be made with ObjectServer.openClient()
- TCP connections are available through Db4o.openClient(StringintStringString) .

Before connecting clients over TCP, you have to ObjectServer.grantAccess(String,String) to the username and password combination that you want to use.
ObjectSet.javaInterface query resultset.

An ObjectSet is a representation for a set of objects returned by a query.

ObjectSet extends the system collection interfaces java.util.List/System.Collections.IList where they are available.
P1Collection.javaClass
P1HashElement.javaClass
P1ListElement.javaClass
P1Object.javaClass
P2Collections.javaClass
P2HashMap.javaClass
P2HashMapIterator.javaClass
P2HashMapKeySet.javaClass
P2LinkedList.javaClass
P2ListElementIterator.javaClass JDK 2 Iterator Intended state: i_next is always active.
PBootRecord.javaClass Old database boot record class.
Rename.javaClass Renaming actions are stored to the database file to make sure that they are only performed once.
ReplicationImpl.javaClass
ReplicationRecord.javaClass tracks the version of the last replication between two Objectcontainers.
SocketSpec.javaClass Specifies a socket connection via a socket factory and a port number.
StaticClass.javaClass
StaticField.javaClass
TransactionAware.javaInterface
TransactionListener.javaInterface
Tuning.javaClass Tuning switches for customized versions.
User.javaClass
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.