Uses of Class
net.sourceforge.jtds.jdbcx.JtdsDataSource
-
Packages that use JtdsDataSource Package Description net.sourceforge.jtds.jdbcx -
-
Uses of JtdsDataSource in net.sourceforge.jtds.jdbcx
Fields in net.sourceforge.jtds.jdbcx declared as JtdsDataSource Modifier and Type Field Description private JtdsDataSource
JtdsXAConnection. dataSource
Methods in net.sourceforge.jtds.jdbcx that return JtdsDataSource Modifier and Type Method Description protected JtdsDataSource
JtdsXAConnection. getXADataSource()
Constructors in net.sourceforge.jtds.jdbcx with parameters of type JtdsDataSource Constructor Description JtdsXAConnection(JtdsDataSource dataSource, java.sql.Connection connection)
Construct a newXAConnection
object.
-