public Map getInformation() throws DBException {
Map result = new HashMap(4);
result.put(NAME, docName);
result.put(COL_NAME, col.getCanonicalName());
result.put(CANONICAL_NAME, col.getCanonicalDocumentName(new Key(docName)));
result.put(CONTENT_TYPE, new Integer(type));
return result;
}