|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The Insert interface.
Field Summary | |
static int |
AFTER
|
static int |
BEFORE
|
static int |
NEW_ATTRIBUTE
|
static int |
NEW_REF
|
static int |
UNKNOWN
|
Method Summary | |
java.lang.String[] |
getFuncArgs()
|
int |
getOrderPredicate()
Gets the order predicate of the insert statement. |
java.lang.String |
getPCDATAContent()
Gets the PCDATA content to be inserted. |
java.lang.String |
getRelativeVariable()
Gets the Relative Variable value. |
XATTable |
getRight()
Gets the element contents that should replace the original element |
int |
getUpdateFunction()
Gets the Update Function. |
void |
setFuncArgs(java.lang.String[] funcArgs)
Sets the function argument, eg. |
void |
setOrderPredicate(int orderPredicate)
Sets the order predicate of the insert statement, eg. |
void |
setPCDATAContent(java.lang.String PCDATAContent)
set the PCDATA content to be inserted |
void |
setRelativeVariable(java.lang.String relVar)
set the Relative Variable value. |
void |
setUpdateFunction(int updateFunc)
set the Update Function. |
Methods inherited from interface edu.wpi.cs.dsrg.xmldb.xat.common.operator.updateoperator.UpdateOperator |
getContext,
getVariable,
setContext,
setVariable |
Methods inherited from interface edu.wpi.cs.dsrg.xmldb.xat.common.operator.XATOperator |
clone,
getNode,
getOutput,
getOutputColumnName,
getOutputDataSource,
getOutputDataSources,
getPrimaryDataSource,
getPrimarySource,
setNode,
setOutput,
setOutputColumnName |
Methods inherited from interface edu.wpi.cs.dsrg.xmldb.xat.common.operator.XATQueryObject |
getStatistics,
isValidStatistic |
Methods inherited from interface edu.wpi.cs.dsrg.xmldb.xat.common.operator.XATProperties |
getProperties,
getProperty,
isValidPropertyName,
setProperty |
Field Detail |
public static final int AFTER
public static final int BEFORE
public static final int NEW_ATTRIBUTE
public static final int NEW_REF
public static final int UNKNOWN
Method Detail |
public java.lang.String[] getFuncArgs()
public int getOrderPredicate()
public java.lang.String getPCDATAContent()
public java.lang.String getRelativeVariable()
public XATTable getRight() throws XATNodeDoesNotExistException
public int getUpdateFunction()
public void setFuncArgs(java.lang.String[] funcArgs)
funcArgs
- is an array of string for the arguments.public void setOrderPredicate(int orderPredicate)
orderPredicate
- intpublic void setPCDATAContent(java.lang.String PCDATAContent)
PCDATAContent
- Stringpublic void setRelativeVariable(java.lang.String relVar)
relVar
- Stringpublic void setUpdateFunction(int updateFunc)
updateFunc
- int
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |