Searched defs:DataSource (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/sql/
H A DDataSource.java34 * <code>DataSource</code> object represents. An alternative to the
35 * <code>DriverManager</code> facility, a <code>DataSource</code> object
37 * the <code>DataSource</code> interface will typically be
41 * The <code>DataSource</code> interface is implemented by a driver vendor.
57 * A <code>DataSource</code> object has properties that can be modified
63 * A driver that is accessed via a <code>DataSource</code> object does not
65 * <code>DataSource</code> object is retrieved though a lookup operation
67 * implementation, the connection obtained through a <code>DataSource</code>
74 public interface DataSource extends CommonDataSource,Wrapper { interface in inherits:CommonDataSource,Wrapper
78 * this <code>DataSource</cod
[all...]
/openjdk7/jaxws/src/share/jaf_classes/javax/activation/
H A DDataSource.java33 * The DataSource interface provides the JavaBeans Activation Framework
42 public interface DataSource { interface
70 * DataSource implementation can not determine the data type.
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/
H A DDataSource.java35 public interface DataSource { interface

Completed in 37 milliseconds