|
Qizx/open API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Factory for XQuery Connections. A Connection is obtained by simply calling getConnection().
The XQueryDataSource interface is the approach to obtaining XQuery connections without the need to know details unrelevant to applications, thus enhancing application portability. For example a logical XML repository name can be mapped to a XQueryDataSource through JNDI.
Method Summary | |
XQueryConnection |
getConnection()
Obtains a Connection without authentification. |
java.lang.String |
getProperty(java.lang.String name)
Obtain a property set by setProperty. |
java.lang.String[] |
getSupportedPropertyNames()
Returns an array of the names of supported properties. |
void |
setProperty(java.lang.String name,
java.lang.String value)
Define properties used to configure the created connection. |
Method Detail |
public XQueryConnection getConnection() throws XQueryException, java.rmi.RemoteException
XQueryException
java.rmi.RemoteException
public java.lang.String getProperty(java.lang.String name)
public void setProperty(java.lang.String name, java.lang.String value)
public java.lang.String[] getSupportedPropertyNames()
|
© 2005 Axyana Software | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |