public interface XQDataSource extends XQDataFactory
| Modifier and Type | Method and Description |
|---|---|
XQConnection |
getConnection() |
XQConnection |
getConnection(Connection con) |
XQConnection |
getConnection(String username,
String password) |
int |
getLoginTimeout() |
PrintWriter |
getLogWriter() |
String |
getProperty(String name) |
String[] |
getSupportedPropertyNames() |
void |
setCommonHandler(XQCommonHandler handler) |
void |
setLoginTimeout(int seconds) |
void |
setLogWriter(PrintWriter out) |
void |
setProperties(Properties props) |
void |
setProperty(String name,
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(Connection con) throws XQException
XQExceptionXQConnection getConnection(String username, String password) throws XQException
XQExceptionint getLoginTimeout()
PrintWriter getLogWriter()
String getProperty(String name) throws XQException
XQExceptionString[] getSupportedPropertyNames()
void setCommonHandler(XQCommonHandler handler) throws XQException
XQExceptionvoid setLoginTimeout(int seconds)
throws XQException
XQExceptionvoid setLogWriter(PrintWriter out) throws XQException
XQExceptionvoid setProperties(Properties props) throws XQException
XQExceptionvoid setProperty(String name, String value) throws XQException
XQException