|
MXQuery 0.6.0 API Documentation - Copyright 2006-2009 ETH Zurich | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectch.ethz.mxquery.contextConfig.CompilerOptions
public class CompilerOptions
Constructor Summary | |
---|---|
CompilerOptions()
|
Method Summary | |
---|---|
boolean |
isContinuousXQ()
Check if Continuous XQuery expressions (infinite XDM sequences) should be used |
boolean |
isFulltext()
Check if XQuery/XPath Full Text expressions should be considered |
boolean |
isParallelExecution()
Check if parallel execution should be used (experimental) |
boolean |
isSchemaAwareness()
Check if XML Schema related expressions should be use |
boolean |
isScripting()
Check if XQuery Scripting expressions should be considered |
boolean |
isUpdate()
Check if XQuery Update Facility expressions should be considered |
boolean |
isXquery11()
Check if XQuery 1.1 expressions should be considered |
void |
setContinuousXQ(boolean continuousxq)
Determine if Continuous XQuery expressions (infinite XDM) should be used |
void |
setFulltext(boolean fulltext)
Determine if XQuery/XPath Full Text expressions should be used |
void |
setParallelExecution(boolean parallelExecution)
Determine if parallel execution should be used (experimental) |
void |
setSchemaAwareness(boolean schemaAwareness)
Determine if XML Schema related expressions should be used |
void |
setScripting(boolean scripting)
Determine if XQuery Scripting expressions should be used |
void |
setUpdate(boolean update)
Determine if XQuery Update Facility expressions should be used |
void |
setXquery11(boolean xquery11)
Determine if XQuery 1.1 expressions should be used |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CompilerOptions()
Method Detail |
---|
public boolean isXquery11()
public void setXquery11(boolean xquery11)
xquery11
- true: use XQuery 1.1 expressions, false: don't usepublic boolean isContinuousXQ()
public void setContinuousXQ(boolean continuousxq)
continuousxq
- true: use Continuous XQuery expressions, false: don't usepublic boolean isScripting()
public void setScripting(boolean scripting)
scripting
- true: use XQuery scripting expressions, false: don't usepublic boolean isFulltext()
public void setFulltext(boolean fulltext)
fulltext
- true: use XQuery/XPath Full Text expressions, false don'tpublic boolean isUpdate()
public void setUpdate(boolean update)
update
- true: use XQuery Update Facility expressions, false don'tpublic boolean isSchemaAwareness()
public void setSchemaAwareness(boolean schemaAwareness)
schemaAwareness
- true: use XML Schema related expressions, false don'tpublic boolean isParallelExecution()
public void setParallelExecution(boolean parallelExecution)
parallelExecution
- true: use parallel forseq/groupby, false don't
|
MXQuery 0.6.0 API Documentation - Copyright 2006-2009 ETH Zurich | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |