Package com.compomics.util.db.components
Class UpdateableCode
java.lang.Object
com.compomics.util.db.components.UpdateableCode
public class UpdateableCode extends Object
This class generates the code to make a DBAccessor an implementation of the Updateable
interface.
- Author:
- Lennart Martens
-
Constructor Summary
Constructors Constructor Description UpdateableCode()
Empty default constructorUpdateableCode(DBMetaData aMeta)
This constructor allows the generation of the code for the implementation of the Updateable interface for a DBAccessor class, based on the specified metadata. -
Method Summary
-
Constructor Details
-
UpdateableCode
public UpdateableCode()Empty default constructor -
UpdateableCode
This constructor allows the generation of the code for the implementation of the Updateable interface for a DBAccessor class, based on the specified metadata.- Parameters:
aMeta
- DBMetaData with the metadata to generate the code for.
-
-
Method Details