public class DeleteableCode
extends java.lang.Object
| Constructor and Description |
|---|
DeleteableCode(DBMetaData aMeta)
This constructor will generate the code to make the DBAccessor an implementation
of the Deleteable interface, based on the specified metadata.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString()
This method will report on the generated code.
|
public DeleteableCode(DBMetaData aMeta)
aMeta - DBMetaData with the metadata to generate the code for.Copyright © 2014. All Rights Reserved.