public class RetrievableCode
extends java.lang.Object
| Constructor and Description |
|---|
RetrievableCode(DBMetaData aMeta)
This constructor allows the generation of the code for the implementation of
the Retrievable 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 RetrievableCode(DBMetaData aMeta)
aMeta - DBMetaData with the metadata to generate the code for.Copyright © 2014. All Rights Reserved.