|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.xml.transform.stream.StreamSource
com.armatiek.infofuze.source.AbstractStreamSource
com.armatiek.infofuze.source.jdbc.AbstractJDBCSource
com.armatiek.infofuze.source.jdbc.PooledJDBCSource
public class PooledJDBCSource
Field Summary |
---|
Fields inherited from class javax.xml.transform.stream.StreamSource |
---|
FEATURE |
Constructor Summary | |
---|---|
PooledJDBCSource(org.w3c.dom.Element configElem)
|
Method Summary | |
---|---|
void |
destroy()
|
java.sql.Connection |
getConnection()
|
Methods inherited from class com.armatiek.infofuze.source.AbstractStreamSource |
---|
afterStreamClosed, close, getName, getReader, getTransformId, getTransformMode, isAutoReturning, isOpen, open, reset, setAutoReturning, setParameters, setTransformId, setTransformMode |
Methods inherited from class javax.xml.transform.stream.StreamSource |
---|
getInputStream, getPublicId, getSystemId, setInputStream, setPublicId, setReader, setSystemId, setSystemId |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PooledJDBCSource(org.w3c.dom.Element configElem) throws InfofuzeException
InfofuzeException
Method Detail |
---|
public void destroy() throws java.lang.Throwable
destroy
in interface DataSourceIf
destroy
in class AbstractStreamSource
java.lang.Throwable
public java.sql.Connection getConnection() throws java.sql.SQLException
java.sql.SQLException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |