public interface TableGenerator extends Generator
TableGenerator interface , all client should implement this interface
in order to support table generation strategy.| Modifier and Type | Method and Description |
|---|---|
Object |
generate(TableGeneratorDiscriptor discriptor,
ClientBase client,
String dataType)
Generate.
|
Object generate(TableGeneratorDiscriptor discriptor, ClientBase client, String dataType)
discriptor - the discriptorclient - the clientdataType - the data typeCopyright © 2015. All Rights Reserved.