|
|||||||||
| 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
edu.udo.cs.miningmart.operator.MaterializeWithPKs
public class MaterializeWithPKs
| 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 | |
|---|---|
MaterializeWithPKs()
|
|
| Method Summary | |
|---|---|
java.lang.String |
generateSQLDefinition(java.lang.String selectPart)
This method must return the SQL definition of the newly created ColumnSet. |
java.util.Vector |
getPrimaryKeyNames()
|
| Methods inherited from class edu.udo.cs.miningmart.operator.Materialize |
|---|
getNewCSName, getTableName, getTypeOfNewColumnSet, mustCopyFeature |
| 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 MaterializeWithPKs()
| Method Detail |
|---|
public java.lang.String generateSQLDefinition(java.lang.String selectPart)
throws M4CompilerError
SingleCSOperator
generateSQLDefinition in class MaterializeselectPart - The SQL string between "SELECT" and "FROM" for the
SQL definition to be returned.
M4CompilerErrorExecutableOperator.createStatement(boolean)
public java.util.Vector getPrimaryKeyNames()
throws M4CompilerError,
M4Exception
Vector of Strings containing the
primary key column names.
M4CompilerError
M4Exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||