| Methods in fido.db that throw ClassLinkTypeNotFoundException | 
 void | 
ObjectTable.deleteClass(int objectId,
            boolean tree)
 
          Removes the Class name objectId from the Hierarchy. | 
 int | 
ObjectTable.instantiate(int objectId,
            java.lang.String description)
 
          Creates a new InstanceObject from the ClassObject objectId
 The new object will duplicate all of the links of the parent
 ClassObject. | 
 java.util.Collection | 
ObjectTable.findInstance(int subtreeRoot,
             BooleanTree attrTree,
             BooleanTree prepTree)
 
            | 
 java.util.Collection | 
ObjectLinkTable.getLinkTo(int objectId,
          java.lang.String linkName)
 
            | 
 boolean | 
ObjectLinkTable.containsLinkTo(int objectId,
               java.lang.String linkName,
               int linkToObject)
 
            | 
 java.util.Collection | 
ObjectLinkTable.getLinkFrom(int objectId,
            java.lang.String linkName)
 
            | 
 boolean | 
ClassLinkTypeTable.isSystemLink(java.sql.Statement stmt,
             java.lang.String name)
 
            | 
 void | 
ClassLinkTypeTable.delete(java.lang.String name)
 
          Removes the ClassLinkType referenced by the parameters name. |