Hello,

I was looking at the ojb core tables and their structures and came across
this XML description of the OJB_DMAP_ENTRIES table:

<table name="OJB_DMAP_ENTRIES" description="DMap entry table">
    <column name="ID" required="true" primaryKey="true" type="INTEGER"/>
    <column name="DMAP_ID" required="true" type="INTEGER"/>
    <column name="KEY_OID" type="VARBINARY"/>
    <column name="VALUE_OID" type="VARBINARY"/>
</table>

For the KEY_OID and VALUE_OID columns, the type is defined as "VARBINARY".
In DB2 world, what does this translate to when I am defining my column?
Any help is greatly appreciated.

Regards,
-Vamsi


                
__________________________________ 
Do you Yahoo!? 
Yahoo! Small Business - Try our new resources site!
http://smallbusiness.yahoo.com/resources/ 

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

Reply via email to