public class DBAccessor
extends java.lang.Object
Constructor and Description |
---|
DBAccessor(DBMetaData aMeta,
java.lang.String aPackage,
boolean debug)
This constructor creates all code for the accessor,
based on the specified metadata.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString()
This method returns the generated code as a String.
|
public DBAccessor(DBMetaData aMeta, java.lang.String aPackage, boolean debug)
aMeta
- DBMetaData with the metadata to generate
the accessor for.aPackage
- String with the packagename for the class ('null' if none is desired).debug
- boolean to indicate whether output to stdout is necessary (or desired).Copyright © 2013. All Rights Reserved.