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 JtdsDataSourceJtdsXAConnection. dataSourceMethods in net.sourceforge.jtds.jdbcx that return JtdsDataSource Modifier and Type Method Description protected JtdsDataSourceJtdsXAConnection. getXADataSource()Constructors in net.sourceforge.jtds.jdbcx with parameters of type JtdsDataSource Constructor Description JtdsXAConnection(JtdsDataSource dataSource, java.sql.Connection connection)Construct a newXAConnectionobject.
-