public class Jdbc2SchemaTransformer extends Object implements SourceTransformer
| Constructor and Description | 
|---|
| Jdbc2SchemaTransformer() | 
| Modifier and Type | Method and Description | 
|---|---|
| SourceElement | transform(Object modelRoot,
         ControllerState controllerState)Transforms the source tree so it can be used by the jdbc2schema
 templates. | 
public SourceElement transform(Object modelRoot, ControllerState controllerState) throws SourceTransformerException
transform in interface SourceTransformermodelRoot - the database root element of the source tree, not null.controllerState - the controller state, not null.SourceTransformerException - if the transformation fails.Copyright © 2000–2020 The Apache Software Foundation. All rights reserved.