public DBObject createDBObject(String classFamilyName,
String className) throws DatabaseException
Example 1: This method accepts the name of a database class family and class name, and returns a DBObject that proxies a newly created database object.
Back to Article
Copyright © 1999, Dr. Dobb's Journal