|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface XQConnection
Method Summary | |
---|---|
void |
clearWarnings()
Clears the list of warnings associated with this connection. |
void |
close()
Closes the connection. |
void |
commit()
Commits the current transaction. |
XQExpression |
createExpression()
Creates a new Xquery expression object that can be used to perform execute immediate operations with XQuery expressions. |
int |
getHoldability()
Gets the value of the holdability property of this connection. |
XQMetaData |
getMetaData()
Gets the Metadata for this connection. |
java.lang.String |
getMetaDataProperty(java.lang.String key)
Gets the Value of the connection property indicated by the specified key. |
int |
getQueryLanguageTypeAndVersion()
Gets the query language type and version. |
int |
getScrollability()
Gets the value of the scrollability property of this connection. |
java.lang.String[] |
getSupportedMetaDataPropertyNames()
Determines the property names supported by this connection. |
int |
getUpdatability()
Gets the value of the updatability property of this connection. |
XQWarning |
getWarnings()
Gets the first warning in a chained list of warnings associated with this connection. |
boolean |
isClosed()
Checks if the connection is closed. |
XQPreparedExpression |
prepareExpression(java.io.Reader xquery)
Prepares an expression for execution (input xquery reader). |
XQPreparedExpression |
prepareExpression(java.lang.String xquery)
Prepares an expression for execution. |
void |
rollback()
Rollsback the current transaction. |
void |
setCommonHandler(XQCommonHandler hdlr)
Sets the default common handler to be used for converting items to and from Java objects in the setObject and getObject methods on an item. |
void |
setHoldability(int holdability)
Sets the holdability of the result sequence. |
void |
setQueryLanguageAndVersion(int langType)
Sets the input query language type and version. |
void |
setScrollability(int scrollability)
Sets the scrollability of the result sequence. |
void |
setUpdatability(int updatability)
Sets the updatability of the result sequence. |
Methods inherited from interface javax.xml.xquery.XQDataFactory |
---|
createCachedSequence, createCachedSequence, createItem, createItemFromByte, createItemFromDate, createItemFromInt, createItemFromLong, createItemFromString, createItemType, createItemType, createSequenceType, createSequenceType |
Methods inherited from interface javax.xml.xquery.XQDynamicContext |
---|
bindBase64Binary, bindBoolean, bindByte, bindContextItem, bindDecimal, bindDouble, bindFloat, bindHexBinary, bindInt, bindItem, bindLexicalValue, bindLong, bindNode, bindNotation, bindSequence, bindString, bindTime, bindTimestamp, bindURI, getImplicitTimeZone, setImplicitTimeZone |
Methods inherited from interface javax.xml.xquery.XQStaticContext |
---|
getBaseURI, getDefaultCollation, getDefaultElementTypeNamespace, getDefaultFunctionNamespace, getDefaultValidationMode, getDefaultXMLSpacePolicy, getInScopeNamespacePrefixes, getNamespaceURI, getStaticInScopeVariableNames, getStaticInScopeVariableType |
Method Detail |
---|
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() throws XQException
XQException
XQPreparedExpression prepareExpression(java.io.Reader xquery) throws XQException
XQException
XQPreparedExpression prepareExpression(java.lang.String xquery) throws XQException
XQException
void rollback() throws XQException
XQException
void setCommonHandler(XQCommonHandler hdlr) throws XQException
XQException
void setHoldability(int holdability) throws XQException
XQException
void setQueryLanguageAndVersion(int langType) throws XQException
XQException
void setScrollability(int scrollability) throws XQException
XQException
void setUpdatability(int updatability) throws XQException
XQException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |