public class ResultHandlerImpl extends Object implements ResultHandler
ResultHandler interface that prints
"CREATE TABLE", "CREATE INDEX" and "INSERT INTO ... SELECT" statements
for each aggregate discovered by the algorithm.| Constructor and Description |
|---|
ResultHandlerImpl()
Creates a ResultHandlerImpl.
|
public static final String NL
public List<Parameter> getParameters()
getParameters in interface Componentpublic void handle(Map<Parameter,Object> parameterValues, Schema schema, Result result)
ResultHandlerhandle in interface ResultHandlerparameterValues - Parameter valuesschema - Schemaresult - ResultCopyright © 2006–2016 Julian Hyde. All rights reserved.