|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ajax.catalog.Transformation | +--ajax.catalog.UnionView
Fields inherited from class ajax.catalog.Transformation |
CLUST, DBTransferStr, dirExec, dirFiles, dirFunctions, embeddedOutput, endEvaluateHeader, evaluateHeader, evaluateTail, exceptionOutput, FROM_FILE, FROM_TABLE, generatedCodeType, ifTail, importIOException, importList, importRunnableTransf, importSqlException, importSqlResultSet, importWrapperException, importWrapperManager, inputType, JAVA_CODE, MAPP, MATCH, MERG, newLine, outerOutput, outputType, SQL_CODE, tail, TO_FILE, TO_TABLE, transfType, VIEW, wrapperInitialization |
Constructor Summary | |
UnionView(java.lang.String name)
The constructor of a UnionView Transformation. |
Method Summary | |
void |
addComponent(View view)
Initialization methods for setting the components of this transformation |
void |
init(java.util.List key)
Set the key fields of this transformation and defines also the the exceptionOutput object associated to this transformation. we are supposing that the key field of each view component is presented in the key of the Unionview transformation. |
boolean |
isLetToSQL()
Checks if the LET clause of each view component of this transformation can be converted to a SQL statement. |
void |
setFromFile()
Sets the transformation to read the input from a file. |
void |
setFromTable()
Sets the transformation to read the input from a file. |
void |
setToFile()
Sets the transformation to write the output into a file |
void |
setToJava()
Sets the execution mode to Java |
void |
setToSQL()
Sets the execution mode to SQL |
void |
setToTable()
Sets this transformation (and corresponding views components) to write the output into a file. |
java.lang.String |
toHtml()
Converts this transformation into html readable object. |
void |
toJava()
Generates a Java class that issues SQL calls, through JDBC, to get the data from the database and store the results back. |
void |
toSQL()
Generates a Java class that issues only SQL calls, through JDBC, for implementing the transformation |
java.lang.String |
toString()
Converts this transformation into a human readable object. |
void |
toXML(java.lang.String XMLfileName)
Converts the transformation into an XML document |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public UnionView(java.lang.String name)
Method Detail |
public final void init(java.util.List key) throws AjaxTypeException
public void addComponent(View view)
public void setToSQL()
setToSQL
in class Transformation
public void setToJava()
setToJava
in class Transformation
public void setToTable()
setToTable
in class Transformation
public void setToFile()
setToFile
in class Transformation
public void setFromFile()
setFromFile
in class Transformation
public void setFromTable()
setFromTable
in class Transformation
public void toSQL() throws CatalogException, java.io.IOException, AjaxTypeException
toSQL
in class Transformation
public boolean isLetToSQL()
isLetToSQL
in class Transformation
public void toJava() throws CatalogException, java.io.IOException, ExpressionException, AjaxTypeException
toJava
in class Transformation
public void toXML(java.lang.String XMLfileName)
toXML
in class Transformation
public java.lang.String toString()
toString
in class Transformation
public java.lang.String toHtml()
toHtml
in class Transformation
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |