Uses of Class
org.enableit.db.darrt.beans.DiffData

Packages that use DiffData
org.enableit.db.darrt API This is the primary package of the Darrt library providing the functionality to create and deploy .dar files. 
org.enableit.db.darrt.ext   
 

Uses of DiffData in org.enableit.db.darrt
 

Methods in org.enableit.db.darrt with parameters of type DiffData
 java.util.List DDLFactory.getModify(org.enableit.db.beans.Provider provider, org.enableit.db.darrt.beans.DiffData diff)
          Deprecated. Use getGenerator(provider).getModify(diff).
 void DDLFactory.install(java.sql.Connection conn, org.enableit.db.darrt.beans.DiffData diff)
          Install the necessary changes in the provider database to eliminate the differences in the diffs parameter.
 java.util.List DDLGenerator.getModify(org.enableit.db.darrt.beans.DiffData diff)
          Returns the DDL to create the modification between the reference and targets.
 java.lang.String DiffFormatter.format(org.enableit.db.darrt.beans.DiffData diffData)
          Format a difference for another class to control the writing of.
 java.util.List GenericDDLImpl.getModify(org.enableit.db.darrt.beans.DiffData diff)
          Deprecated.  
 java.lang.String PlainFormatter.format(org.enableit.db.darrt.beans.DiffData diff)
          Format a difference for another class to control the writing of.
 

Uses of DiffData in org.enableit.db.darrt.ext
 

Methods in org.enableit.db.darrt.ext with parameters of type DiffData
 java.util.List DeclarativeDDLGenerator.getModify(org.enableit.db.darrt.beans.DiffData diff)
           
 



Copyright © 1999-2004 enableIT.org. All Rights Reserved.