borland Packages Class Hierarchy javax.sql Package
java.lang.Object +----com.borland.jb.util.BasicBeanInfo +----com.borland.javax.sql.DataSourcePropertiesBeanInfo +----com.borland.javax.sql.JdbcDataSourceBeanInfo
Variables Constructors Properties Methods
Implements BeanInfo
The JdbcDataSourceBeanInfo
component provides explicit information about
the
JdbcDataSource
component to JBuilder (and other visual tools that
support JavaBeans). It extends the BasicBeanInfo
class.
The JdbcDataSourceBeanInfo
component does not expose the
methods and events of the JdbcDataSource
component, but specifies that they be extracted through introspection.
public JdbcDataSourceBeanInfo()Constructs a
JdbcDataSourceBeanInfo
component.