public class Constructors extends Object
Constructor and Description |
---|
Constructors()
Empty default constructor
|
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 |
---|---|
String |
toString()
This method outputs the generated code in String format.
|
public Constructors()
public Constructors(DBMetaData aMeta)
aMeta
- DBMetaData with the metadata for the DBAccessor to be generated.Copyright © 2021. All rights reserved.