Class Hierarchy All Classes All Fields and Methods

Class com.ibm.db.beans.DBStatementBeanInfo

java.lang.Object
        java.beans.SimpleBeanInfo
                com.ibm.db.beans.DBStatementBeanInfo

public class DBStatementBeanInfo
extends SimpleBeanInfo

The bean information class for DBStatement.

Constructor Index
Constructor Description
DBStatementBeanInfo()  
Method Index
Method Description
BeanInfo[] getAdditionalBeanInfo() Returns the BeanInfo of the superclass of this bean to inherit its features.
Class getBeanClass() Gets the bean class.
String getBeanClassName() Gets the bean class name.
BeanDescriptor getBeanDescriptor() Gets the BeanDescriptor for the class.
EventSetDescriptor[] getEventSetDescriptors() Return the event set descriptors for this bean.
MethodDescriptor[] getMethodDescriptors() Return the method descriptors for this bean.
PropertyDescriptor[] getPropertyDescriptors() Return the property descriptors for this bean.

Constructors

DBStatementBeanInfo

public DBStatementBeanInfo() 

Methods

getAdditionalBeanInfo

public BeanInfo[] getAdditionalBeanInfo() 

Returns the BeanInfo of the superclass of this bean to inherit its features.

getBeanClass

public static Class getBeanClass() 

Gets the bean class.

getBeanClassName

public static String getBeanClassName() 

Gets the bean class name.

getBeanDescriptor

public BeanDescriptor getBeanDescriptor() 

Gets the BeanDescriptor for the class.

getEventSetDescriptors

public EventSetDescriptor[] getEventSetDescriptors() 

Return the event set descriptors for this bean.

getMethodDescriptors

public MethodDescriptor[] getMethodDescriptors() 

Return the method descriptors for this bean.

getPropertyDescriptors

public PropertyDescriptor[] getPropertyDescriptors() 

Return the property descriptors for this bean.

Class Hierarchy All Classes All Fields and Methods