net.sf.saxon.javax.xml.xquery
Interface ConnectionPoolXQDataSource
public interface ConnectionPoolXQDataSource
XQJ interfaces reconstructed from version 0.9 documentation
getLoginTimeout
int getLoginTimeout()
throws XQException
- Throws:
XQException
getLogWriter
PrintWriter getLogWriter()
throws XQException
- Throws:
XQException
getPooledConnection
PooledXQConnection getPooledConnection()
throws XQException
- Throws:
XQException
getPooledConnection
PooledXQConnection getPooledConnection(String user,
String password)
throws XQException
- Throws:
XQException
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.