public class CreateTableGenerator extends AbstractGenerator implements CreateScriptGenerator
| Constructor and Description |
|---|
CreateTableGenerator() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canGenerate(Schema schema,
Output output)
returns true if the output implementation is fully compatible
with this artifact generator
|
String |
generate(Schema schema,
Output output)
generates the table output
|
Class[] |
getSupportedOutputClasses()
returns a list of supported output classes that this
generator can render
|
generateFullclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgenerateFullpublic Class[] getSupportedOutputClasses()
ArtifactGeneratorgetSupportedOutputClasses in interface ArtifactGeneratorpublic boolean canGenerate(Schema schema, Output output)
ArtifactGeneratorcanGenerate in interface ArtifactGeneratorschema - schema objectoutput - output objectpublic String generate(Schema schema, Output output)
generate in interface ArtifactGeneratorschema - output - Copyright © 2006–2016 Julian Hyde. All rights reserved.