public interface XQDataSource extends XQDataFactory
| Modifier and Type | Method and Description |
|---|---|
XQConnection |
getConnection() |
XQConnection |
getConnection(java.sql.Connection con) |
XQConnection |
getConnection(java.lang.String username,
java.lang.String password) |
int |
getLoginTimeout() |
java.io.PrintWriter |
getLogWriter() |
java.lang.String |
getProperty(java.lang.String name) |
java.lang.String[] |
getSupportedPropertyNames() |
void |
setCommonHandler(XQCommonHandler handler) |
void |
setLoginTimeout(int seconds) |
void |
setLogWriter(java.io.PrintWriter out) |
void |
setProperties(java.util.Properties props) |
void |
setProperty(java.lang.String name,
java.lang.String value) |
createAtomicItemType, createItem, createItemFromAtomicValue, createItemFromBoolean, createItemFromByte, createItemFromDocument, createItemFromDouble, createItemFromFloat, createItemFromInt, createItemFromLong, createItemFromNode, createItemFromObject, createItemFromShort, createItemType, createItemType, createSequence, createSequence, createSequenceTypeXQConnection getConnection() throws XQException
XQExceptionXQConnection getConnection(java.sql.Connection con) throws XQException
XQExceptionXQConnection getConnection(java.lang.String username, java.lang.String password) throws XQException
XQExceptionint getLoginTimeout()
java.io.PrintWriter getLogWriter()
java.lang.String getProperty(java.lang.String name)
throws XQException
XQExceptionjava.lang.String[] getSupportedPropertyNames()
void setCommonHandler(XQCommonHandler handler) throws XQException
XQExceptionvoid setLoginTimeout(int seconds)
throws XQException
XQExceptionvoid setLogWriter(java.io.PrintWriter out)
throws XQException
XQExceptionvoid setProperties(java.util.Properties props)
throws XQException
XQExceptionvoid setProperty(java.lang.String name,
java.lang.String value)
throws XQException
XQException