public class Constructors
extends java.lang.Object
Constructor and Description |
---|
Constructors(DBMetaData aMeta)
This constructor takes care of generating the code that represents the
constructor for a DBAccessor for the given metadata.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString()
This method outputs the generated code in String format.
|
public Constructors(DBMetaData aMeta)
aMeta
- DBMetaData with the metadata for the DBAccessor to be generated.Copyright © 2013. All Rights Reserved.