public class DBAccessor extends Object
| Constructor and Description |
|---|
DBAccessor(DBMetaData aMeta,
String aPackage,
boolean debug)
This constructor creates all code for the accessor,
based on the specified metadata.
|
public DBAccessor(DBMetaData aMeta, 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 © 2014. All rights reserved.