public interface XQConnection extends XQDataFactory, XQStaticContext
createAtomicItemType, createItem, createItemFromAtomicValue, createItemFromBoolean, createItemFromByte, createItemFromDocument, createItemFromDouble, createItemFromFloat, createItemFromInt, createItemFromLong, createItemFromNode, createItemFromObject, createItemFromShort, createItemType, createItemType, createSequence, createSequence, createSequenceType
getBaseURI, getBoundarySpacePolicy, getConstructionMode, getCopyNamespacesModeInherit, getCopyNamespacesModePreserve, getDefaultCollation, getDefaultElementTypeNamespace, getDefaultFunctionNamespace, getDefaultOrderForEmptySequences, getInScopeNamespacePrefixes, getNamespaceURI, getOrderingMode, getStaticInScopeVariableNames, getStaticInScopeVariableType
void clearWarnings() throws XQException
XQException
void close() throws XQException
XQException
void commit() throws XQException
XQException
XQExpression createExpression() throws XQException
XQException
int getHoldability() throws XQException
XQException
XQMetaData getMetaData() throws XQException
XQException
java.lang.String getMetaDataProperty(java.lang.String key) throws XQException
XQException
int getQueryLanguageTypeAndVersion() throws XQException
XQException
int getScrollability() throws XQException
XQException
java.lang.String[] getSupportedMetaDataPropertyNames() throws XQException
XQException
int getUpdatability() throws XQException
XQException
XQWarning getWarnings() throws XQException
XQException
boolean isClosed()
XQPreparedExpression prepareExpression(java.io.InputStream xquery) throws XQException
XQException
XQPreparedExpression prepareExpression(java.io.InputStream xquery, XQItemType contextItemType) throws XQException
XQException
XQPreparedExpression prepareExpression(java.io.Reader xquery) throws XQException
XQException
XQPreparedExpression prepareExpression(java.io.Reader xquery, XQItemType contextItemType) throws XQException
XQException
XQPreparedExpression prepareExpression(java.lang.String xquery) throws XQException
XQException
XQPreparedExpression prepareExpression(java.lang.String xquery, XQItemType contextItemType) throws XQException
XQException
void rollback() throws XQException
XQException
void setCommonHandler(XQCommonHandler handler) throws XQException
XQException
void setHoldability(int holdability) throws XQException
XQException
void setQueryLanguageTypeAndVersion(int langtype) throws XQException
XQException
void setScrollability(int scrollability) throws XQException
XQException
void setUpdatability(int updatability) throws XQException
XQException