net.sf.saxon.javax.xml.xquery

Interface ConnectionPoolXQDataSource

public interface ConnectionPoolXQDataSource

XQJ interfaces reconstructed from version 0.9 documentation

Method Summary

PrintWriter
getLogWriter()
int
getLoginTimeout()
PooledXQConnection
getPooledConnection()
PooledXQConnection
getPooledConnection(String user, String password)
String
getProperty(String name)
String[]
getSupportedPropertyNames()
void
setLogWriter(PrintWriter out)
void
setLoginTimeout(int seconds)
void
setProperties(Properties props)
void
setProperty(String name, String value)

Method Details

getLogWriter

public PrintWriter getLogWriter()
            throws XQException

getLoginTimeout

public int getLoginTimeout()
            throws XQException

getPooledConnection

public PooledXQConnection getPooledConnection()
            throws XQException

getPooledConnection

public PooledXQConnection getPooledConnection(String user,
                                              String password)
            throws XQException

getProperty

public String getProperty(String name)
            throws XQException

getSupportedPropertyNames

public String[] getSupportedPropertyNames()

setLogWriter

public void setLogWriter(PrintWriter out)
            throws XQException

setLoginTimeout

public void setLoginTimeout(int seconds)
            throws XQException

setProperties

public void setProperties(Properties props)
            throws XQException

setProperty

public void setProperty(String name,
                        String value)
            throws XQException