net.sf.saxon.javax.xml.xquery
Interface XQDataSource

All Known Implementing Classes:
SaxonXQDataSource

public interface XQDataSource

XQJ interfaces reconstructed from version 0.5 documentation


Method Summary
 XQConnection getConnection()
           
 XQConnection getConnection(Connection con)
           
 XQConnection getConnection(String username, String password)
           
 int getLoginTimeout()
           
 PrintWriter getLogWriter()
           
 String getProperty(String name)
           
 String[] getSupportedPropertyNames()
           
 void setLoginTimeout(int seconds)
           
 void setLogWriter(PrintWriter out)
           
 void setProperties(Properties props)
           
 void setProperty(String name, String value)
           
 

Method Detail

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.