Package net.sf.saxon.javax.xml.xquery
Interface XQDataSource
- All Superinterfaces:
XQDataFactory
- All Known Implementing Classes:
SaxonXQDataSource
XQJ interfaces reconstructed from version 0.5 documentation
-
Method Summary
Modifier and TypeMethodDescriptiongetConnection
(String username, String password) getConnection
(Connection con) int
getProperty
(String name) String[]
void
setCommonHandler
(XQCommonHandler handler) void
setLoginTimeout
(int seconds) void
setLogWriter
(PrintWriter out) void
setProperties
(Properties props) void
setProperty
(String name, String value) Methods inherited from interface net.sf.saxon.javax.xml.xquery.XQDataFactory
createAtomicItemType, createItem, createItemFromAtomicValue, createItemFromBoolean, createItemFromByte, createItemFromDocument, createItemFromDouble, createItemFromFloat, createItemFromInt, createItemFromLong, createItemFromNode, createItemFromObject, createItemFromShort, createItemType, createItemType, createSequence, createSequence, createSequenceType
-
Method Details
-
getConnection
- Throws:
XQException
-
getConnection
- Throws:
XQException
-
getConnection
- Throws:
XQException
-
getLoginTimeout
int getLoginTimeout() -
getLogWriter
PrintWriter getLogWriter() -
getProperty
- Throws:
XQException
-
getSupportedPropertyNames
String[] getSupportedPropertyNames() -
setCommonHandler
- Throws:
XQException
-
setLoginTimeout
- Throws:
XQException
-
setLogWriter
- Throws:
XQException
-
setProperties
- Throws:
XQException
-
setProperty
- Throws:
XQException
-