net.sf.saxon.javax.xml.xquery
Interface XQDataSource
- All Known Implementing Classes:
- SaxonXQDataSource
public interface XQDataSource
XQJ interfaces reconstructed from version 0.5 documentation
getConnection
XQConnection getConnection()
throws XQException
- Throws:
XQException
getConnection
XQConnection getConnection(Connection con)
throws XQException
- Throws:
XQException
getConnection
XQConnection getConnection(String username,
String password)
throws XQException
- Throws:
XQException
getLoginTimeout
int getLoginTimeout()
getLogWriter
PrintWriter getLogWriter()
getProperty
String getProperty(String name)
throws XQException
- Throws:
XQException
getSupportedPropertyNames
String[] getSupportedPropertyNames()
setLoginTimeout
void setLoginTimeout(int seconds)
throws XQException
- Throws:
XQException
setLogWriter
void setLogWriter(PrintWriter out)
throws XQException
- Throws:
XQException
setProperties
void setProperties(Properties props)
throws XQException
- Throws:
XQException
setProperty
void setProperty(String name,
String value)
throws XQException
- Throws:
XQException
Copyright (C) Michael H. Kay. All rights reserved.