com.softwareag.xqj.extension
Interface TXQStaticContext

All Superinterfaces:
javax.xml.xquery.XQStaticContext

public interface TXQStaticContext
extends javax.xml.xquery.XQStaticContext

Tamino specific extensions for static context.


Method Summary
 int getScrollability()
          Gets the value of the scrollability property.
 
Methods inherited from interface javax.xml.xquery.XQStaticContext
declareNamespace, getBaseURI, getBindingMode, getBoundarySpacePolicy, getConstructionMode, getContextItemStaticType, getCopyNamespacesModeInherit, getCopyNamespacesModePreserve, getDefaultCollation, getDefaultElementTypeNamespace, getDefaultFunctionNamespace, getDefaultOrderForEmptySequences, getHoldability, getNamespacePrefixes, getNamespaceURI, getOrderingMode, getQueryLanguageTypeAndVersion, getQueryTimeout, setBaseURI, setBindingMode, setBoundarySpacePolicy, setConstructionMode, setContextItemStaticType, setCopyNamespacesModeInherit, setCopyNamespacesModePreserve, setDefaultCollation, setDefaultElementTypeNamespace, setDefaultFunctionNamespace, setDefaultOrderForEmptySequences, setHoldability, setOrderingMode, setQueryLanguageTypeAndVersion, setQueryTimeout, setScrollability
 

Method Detail

getScrollability

int getScrollability()
Gets the value of the scrollability property. By default query results are forward only.

Specified by:
getScrollability in interface javax.xml.xquery.XQStaticContext
Returns:
XQConstants.SCROLLTYPE_FORWARD_ONLY or XQConstants.SCROLLTYPE_SCROLLABLE.