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, createSequenceType
XQConnection getConnection() throws XQException
XQException
XQConnection getConnection(java.sql.Connection con) throws XQException
XQException
XQConnection getConnection(java.lang.String username, java.lang.String password) throws XQException
XQException
int getLoginTimeout()
java.io.PrintWriter getLogWriter()
java.lang.String getProperty(java.lang.String name) throws XQException
XQException
java.lang.String[] getSupportedPropertyNames()
void setCommonHandler(XQCommonHandler handler) throws XQException
XQException
void setLoginTimeout(int seconds) throws XQException
XQException
void setLogWriter(java.io.PrintWriter out) throws XQException
XQException
void setProperties(java.util.Properties props) throws XQException
XQException
void setProperty(java.lang.String name, java.lang.String value) throws XQException
XQException