| Home >> All >> org >> vrspace >> server >> [ db Javadoc ] |
org.vrspace.server.db: Javadoc index of package org.vrspace.server.db.
Package Samples:
org.vrspace.server.db
Classes:
SQLDB: DB store objects by storing all public fields: all primitive types and primitive arrays (java.lang.String, java.net.URL and java.util.Date are considered as primitive) all objects and object arrays that are contained inside object (recursive) Requirements and restrictions: every object that will be stored in DB must have defined "public long db_id" field (or must inherit from class that have db_id field) objects that have encapsulated data - private fields and get/set methods for retrieving/storing that fields can't be stored correctly! This is common for JDK classes - that classes can be stored ...
SQLClass: SQLClass is class whose objects describe classes that will be stored in db. Object of this class store information about class itself and class fields. Fields desribed are only public fields declared in that class, not fields declared in superclasses of this class.
DBCache: Database class
TextDB: Database class
DBException
InformixDB
MySQLDB
| Home | Contact Us | Privacy Policy | Terms of Service |