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(java.sql.Connection con)
throws XQException
- Throws:
XQException
getConnection
XQConnection getConnection(java.lang.String username,
java.lang.String password)
throws XQException
- Throws:
XQException
getLoginTimeout
int getLoginTimeout()
getLogWriter
java.io.PrintWriter getLogWriter()
getProperty
java.lang.String getProperty(java.lang.String name)
throws XQException
- Throws:
XQException
getSupportedPropertyNames
java.lang.String[] getSupportedPropertyNames()
setLoginTimeout
void setLoginTimeout(int seconds)
throws XQException
- Throws:
XQException
setLogWriter
void setLogWriter(java.io.PrintWriter out)
throws XQException
- Throws:
XQException
setProperties
void setProperties(java.util.Properties props)
throws XQException
- Throws:
XQException
setProperty
void setProperty(java.lang.String name,
java.lang.String value)
throws XQException
- Throws:
XQException