| Package | Description |
|---|---|
| org.eclipse.emf.cdo.common.lob |
Common concepts for dealing with large binary objects and large character objects.
|
| org.eclipse.emf.cdo.eresource |
The generated EMF API of the CDO repository file system.
|
| org.eclipse.emf.cdo.eresource.impl |
The generated EMF implementation of the CDO repository file system.
|
| org.eclipse.emf.cdo.etypes.impl |
The generated EMF implementation of the CDO system data types and native annotations.
|
| Modifier and Type | Method and Description |
|---|---|
static CDOClob |
CDOLobUtil.createClob(byte[] id,
long size) |
static CDOClob |
CDOLobUtil.readClob(ExtendedDataInput in) |
| Modifier and Type | Method and Description |
|---|---|
CDOClob |
CDOTextResource.getContents()
Returns the value of the 'Contents' attribute
|
| Modifier and Type | Method and Description |
|---|---|
void |
CDOTextResource.setContents(CDOClob value)
Sets the value of the '
Contents' attribute |
| Modifier and Type | Method and Description |
|---|---|
CDOClob |
CDOTextResourceImpl.getContents() |
| Modifier and Type | Method and Description |
|---|---|
void |
CDOTextResourceImpl.setContents(CDOClob newContents) |
| Modifier and Type | Method and Description |
|---|---|
CDOClob |
EtypesFactoryImpl.createClobFromString(EDataType eDataType,
String initialValue) |
Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.