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) intgetProperty(String name) String[]voidsetCommonHandler(XQCommonHandler handler) voidsetLoginTimeout(int seconds) voidsetLogWriter(PrintWriter out) voidsetProperties(Properties props) voidsetProperty(String name, String value) Methods inherited from interface 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
-