Class SqlConfigurator
java.lang.Object
org.openprovenance.prov.template.library.ptm.client.configurator.SqlConfigurator
- All Implemented Interfaces:
TableConfigurator<ProcessorArgsInterface<String>>
public class SqlConfigurator
extends Object
implements TableConfigurator<ProcessorArgsInterface<String>>
The table configurator SqlConfigurator
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal ProcessorArgsInterface<String> ptm_expanding(Ptm_expandingBuilder builder) Gets configurationfinal ProcessorArgsInterface<String> ptm_mexpanding(Ptm_mexpandingBuilder builder) Gets configuration
-
Constructor Details
-
SqlConfigurator
public SqlConfigurator()
-
-
Method Details
-
ptm_expanding
Gets configuration- Specified by:
ptm_expandingin interfaceTableConfigurator<ProcessorArgsInterface<String>>- Parameters:
builder- builder for template ptm_expanding- Returns:
- String[]
-
ptm_mexpanding
Gets configuration- Specified by:
ptm_mexpandingin interfaceTableConfigurator<ProcessorArgsInterface<String>>- Parameters:
builder- builder for template ptm_mexpanding- Returns:
- String[]
-