|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.udo.cs.miningmart.operator.ExecutableOperator
edu.udo.cs.miningmart.operator.ConceptOperator
edu.udo.cs.miningmart.operator.SingleCSOperator
edu.udo.cs.miningmart.operator.Materialize
public class Materialize
| Field Summary |
|---|
| Fields inherited from class edu.udo.cs.miningmart.operator.ConceptOperator |
|---|
suffixForIntermediateViews |
| Fields inherited from class edu.udo.cs.miningmart.operator.ExecutableOperator |
|---|
generatedSQLDefinitions |
| Constructor Summary | |
|---|---|
Materialize()
|
|
| Method Summary | |
|---|---|
java.lang.String |
generateSQLDefinition(java.lang.String selectPart)
This method must return the SQL definition of the newly created ColumnSet. |
java.lang.String |
getNewCSName(int index)
Overrides the standard naming method to use user specified name instead. |
java.lang.String |
getTableName()
Gets the table name. |
java.lang.String |
getTypeOfNewColumnSet()
Inherited abstract method. |
protected boolean |
mustCopyFeature(java.lang.String nameOfFeature)
Inherited abstract method. |
| Methods inherited from class edu.udo.cs.miningmart.operator.SingleCSOperator |
|---|
generateColumnSetsForOp, generateSQLDefinition, getNewCSName, getTypeOfNewColumnSet, handleExtraOutputFeature |
| Methods inherited from class edu.udo.cs.miningmart.operator.ConceptOperator |
|---|
compileStatement, createMetadata, createMetadataForOneBA, createSingleColumnSet, createStatement, generateColumns, getInputConcept, getOutputConcept, getStringForSelection, setNewCSMultiStepBranch |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Materialize()
| Method Detail |
|---|
public java.lang.String generateSQLDefinition(java.lang.String selectPart)
throws M4CompilerError
SingleCSOperator
generateSQLDefinition in class SingleCSOperatorselectPart - The SQL string between "SELECT" and "FROM" for the
SQL definition to be returned.
M4CompilerErrorExecutableOperator.createStatement(boolean)public java.lang.String getTypeOfNewColumnSet()
getTypeOfNewColumnSet in class SingleCSOperatoredu.udo.cs.miningmart.m4.core.operator.ConceptOperator#getTypeOfNewColumnSetprotected boolean mustCopyFeature(java.lang.String nameOfFeature)
mustCopyFeature in class ConceptOperatornameOfFeature - Name of the feature in question.
public java.lang.String getNewCSName(int index)
throws M4CompilerError
getNewCSName in class ConceptOperatorM4CompilerError
public java.lang.String getTableName()
throws M4CompilerError
M4CompilerError
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||