borland Packages  Class Hierarchy  dx.sql.dataset Package 

DatabaseBeanInfo component

java.lang.Object
   +----com.borland.jb.util.BasicBeanInfo
           +----com.borland.dx.sql.dataset.DatabaseBeanInfo

About the DatabaseBeanInfo component

Variables  Constructors  Properties  Methods  

Implements BeanInfo

The DatabaseBeanInfo component provides explicit information about the Database component to JBuilder (and other visual tools that support JavaBeans). It extends the BasicBeanInfo class.

The DatabaseBeanInfo component specifies the properties of the Database that appear at design time and their access methods.

The DatabaseBeanInfo component does not expose the methods and events of the Database, but specifies that they be extracted through introspection.


DatabaseBeanInfo variables

Variables implemented in com.borland.jb.util.BasicBeanInfo

DatabaseBeanInfo constructors

DatabaseBeanInfo properties

*Read-only properties **Write-only properties

Properties implemented in com.borland.jb.util.BasicBeanInfo

Properties implemented in java.lang.Object

DatabaseBeanInfo methods

Methods implemented in com.borland.jb.util.BasicBeanInfo

Methods implemented in java.lang.Object


DatabaseBeanInfo constructors

DatabaseBeanInfo()

  public DatabaseBeanInfo()
Constructs a DatabaseBeanInfo component.