public class UpdateableCode
extends java.lang.Object
Constructor and Description |
---|
UpdateableCode(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.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString()
This method will report on the generated code.
|
public UpdateableCode(DBMetaData aMeta)
aMeta
- DBMetaData with the metadata to generate the code for.Copyright © 2013. All Rights Reserved.