AFAIK (and I am not an ODMG expert by a long shot) it is just an arbitrary name -- it isn't actually used anywhere.

query.create("select earthwormjim from " + Product.class.getName());

is effectively the same.

-Brian


On Dec 8, 2003, at 12:16 PM, Jewett, Diane C wrote:


I'm going through tutorial2(ODMG) and with the following:

// 3. set the OQL select statement
        query.create("select allproducts from " +
                                Product.class.getName());


Where does allproducts get defined?



--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]





--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to