edu.wpi.cs.dsrg.xmldb.xat.common.operator.specialoperator
Interface XQueryStmt
- All Known Implementing Classes:
- XQueryStmtImp
- public interface XQueryStmt
- extends SpecialOperator
An interface for the XQueryStmt opertor.
- Since:
- 1.0
Method Summary |
java.lang.String |
getStmt()
Gets the current XQuery statement in the XQuery operator. |
void |
setStmt(java.lang.String newXQuery)
Sets the XQuery stored in this XQuery operator. |
Methods inherited from interface edu.wpi.cs.dsrg.xmldb.xat.common.operator.XATOperator |
clone,
getNode,
getOutput,
getOutputColumnName,
getOutputDataSource,
getOutputDataSources,
getPrimaryDataSource,
getPrimarySource,
setNode,
setOutput,
setOutputColumnName |
getStmt
public java.lang.String getStmt()
- Gets the current XQuery statement in the XQuery operator.
- Returns:
- current XQuery language.
- Since:
- 1.0
setStmt
public void setStmt(java.lang.String newXQuery)
- Sets the XQuery stored in this XQuery operator.
- Parameters:
newSQL
- the new XQuery statement.- Returns:
- original XQuery statement.
- Since:
- 1.0