Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Interface
org.apache.derby.catalog.UUID

Uses of UUID in org.apache.derby.catalog
 

Methods in org.apache.derby.catalog that return UUID
 UUID UUID.cloneMe()
          Clone this UUID.
 UUID Dependable.getObjectID()
          Get the UUID of this Dependable OBJECT.
 

Methods in org.apache.derby.catalog with parameters of type UUID
 Dependable DependableFinder.getDependable(UUID dependableObjectID)
          Get the in-memory object associated with the passed-in object ID.