Uses of Class
org.eclipse.emf.cdo.common.lob.CDOLob

Packages that use CDOLob
org.eclipse.emf.cdo.common.lob Common concepts for dealing with large binary objects and large character objects. 
org.eclipse.emf.cdo.transaction Client concepts for dealing with transactions, distributed transactions and their save points. 
 

Uses of CDOLob in org.eclipse.emf.cdo.common.lob
 

Subclasses of CDOLob in org.eclipse.emf.cdo.common.lob
 class CDOBlob
          A identifiable binary large object with streaming support.
 class CDOClob
          A identifiable character large object with streaming support.
 

Methods in org.eclipse.emf.cdo.common.lob with parameters of type CDOLob
static void CDOLobUtil.setStore(CDOLobStore store, CDOLob<?> lob)
           
static void CDOLobUtil.write(ExtendedDataOutput out, CDOLob<?> lob)
           
 

Uses of CDOLob in org.eclipse.emf.cdo.transaction
 

Methods in org.eclipse.emf.cdo.transaction that return types with arguments of type CDOLob
 Collection<CDOLob<?>> CDOCommitContext.getLobs()
           
 



Copyright (c) 2004 - 2011 Eike Stepper (Berlin, Germany) and others.