ch.ethz.mxquery.xqj
Class MXQueryXQDataSource
java.lang.Object
ch.ethz.mxquery.xqj.MXQueryXQDataSource
- All Implemented Interfaces:
- javax.xml.xquery.XQDataSource
public class MXQueryXQDataSource
- extends java.lang.Object
- implements javax.xml.xquery.XQDataSource
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MXQueryXQDataSource
public MXQueryXQDataSource()
getConnection
public javax.xml.xquery.XQConnection getConnection()
throws javax.xml.xquery.XQException
- Specified by:
getConnection
in interface javax.xml.xquery.XQDataSource
- Throws:
javax.xml.xquery.XQException
getConnection
public javax.xml.xquery.XQConnection getConnection(java.sql.Connection con)
throws javax.xml.xquery.XQException
- Specified by:
getConnection
in interface javax.xml.xquery.XQDataSource
- Throws:
javax.xml.xquery.XQException
getConnection
public javax.xml.xquery.XQConnection getConnection(java.lang.String username,
java.lang.String password)
throws javax.xml.xquery.XQException
- Specified by:
getConnection
in interface javax.xml.xquery.XQDataSource
- Throws:
javax.xml.xquery.XQException
getLogWriter
public java.io.PrintWriter getLogWriter()
- Specified by:
getLogWriter
in interface javax.xml.xquery.XQDataSource
getLoginTimeout
public int getLoginTimeout()
- Specified by:
getLoginTimeout
in interface javax.xml.xquery.XQDataSource
getProperty
public java.lang.String getProperty(java.lang.String name)
throws javax.xml.xquery.XQException
- Specified by:
getProperty
in interface javax.xml.xquery.XQDataSource
- Throws:
javax.xml.xquery.XQException
getSupportedPropertyNames
public java.lang.String[] getSupportedPropertyNames()
- Specified by:
getSupportedPropertyNames
in interface javax.xml.xquery.XQDataSource
setLogWriter
public void setLogWriter(java.io.PrintWriter out)
throws javax.xml.xquery.XQException
- Specified by:
setLogWriter
in interface javax.xml.xquery.XQDataSource
- Throws:
javax.xml.xquery.XQException
setLoginTimeout
public void setLoginTimeout(int seconds)
throws javax.xml.xquery.XQException
- Specified by:
setLoginTimeout
in interface javax.xml.xquery.XQDataSource
- Throws:
javax.xml.xquery.XQException
setProperties
public void setProperties(java.util.Properties props)
throws javax.xml.xquery.XQException
- Specified by:
setProperties
in interface javax.xml.xquery.XQDataSource
- Throws:
javax.xml.xquery.XQException
setProperty
public void setProperty(java.lang.String name,
java.lang.String value)
throws javax.xml.xquery.XQException
- Specified by:
setProperty
in interface javax.xml.xquery.XQDataSource
- Throws:
javax.xml.xquery.XQException
MXQuery 0.6.0 API Documentation - Copyright 2006-2009 ETH Zurich