Where Am I? Class Hierarchy All Classes All Fields and Methods

Class com.ibm.db.SQLStatementBeanInfo

java.lang.Object
   |
   +----java.beans.SimpleBeanInfo
           |
           +----com.ibm.db.SQLStatementBeanInfo

public class SQLStatementBeanInfo
extends SimpleBeanInfo

The bean information class for com.ibm.db.SQLStatement.

Version:
1.0 06/30/98
See Also:
SQLStatement

Constructor Index

SQLStatementBeanInfo()

Method Index

connectionPropertyDescriptor()
Gets the connection property descriptor.
executedPropertyDescriptor()
Gets the execute dproperty descriptor.
executeMethodDescriptor()
Gets the execute() method descriptor.
getBeanClass()
Gets the bean class.
getBeanDescriptor()
getEventSetDescriptors()
Return the event set descriptors for this bean.
getMethodDescriptors()
Return the method descriptors for this bean.
getParameter_intMethodDescriptor()
Gets the getParameter(int) method descriptor.
getParameter_StringMethodDescriptor()
Gets the getParameter(int) method descriptor.
getParameterToString_intMethodDescriptor()
Gets the getParameter(int) method descriptor.
getParameterToString_StringMethodDescriptor()
Gets the getParameter(int) method descriptor.
getPropertyDescriptors()
Return the property descriptors for this bean.
metaDataPropertyDescriptor()
Gets the alias property descriptor.
numAffectedRowsPropertyDescriptor()
Gets the numAffectedRows property descriptor.
setParameter_int_javalangObjectMethodDescriptor()
Gets the setParameter(int, java.lang.Object) method descriptor.
setParameter_String_javalangObjectMethodDescriptor()
Gets the setParameter(int, java.lang.Object) method descriptor.
setParameterFromString_int_StringMethodDescriptor()
Gets the setParameterFromString(int, String) method descriptor.
setParameterFromString_String_StringMethodDescriptor()
Gets the setParameterFromString(String, String) method descriptor.
statementAfterEventSetDescriptor()
Gets the statementAfter event set descriptor.
statementAfterexecuted_DataEventMethodEventDescriptor()
Gets the statementAfter.executed(DataEvent) method descriptor.
statementBeforeaboutToExecute_DataEventMethodEventDescriptor()
Gets the statementBefore.aboutToExecute(DataEvent) method descriptor.
statementBeforeEventSetDescriptor()
Gets the statementBeforeevent set descriptor.

Constructors

SQLStatementBeanInfo
 public SQLStatementBeanInfo()

Methods

connectionPropertyDescriptor
 public PropertyDescriptor connectionPropertyDescriptor()
Gets the connection property descriptor.

Returns:
java.beans.PropertyDescriptor
executedPropertyDescriptor
 public PropertyDescriptor executedPropertyDescriptor()
Gets the execute dproperty descriptor.

Returns:
java.beans.PropertyDescriptor
executeMethodDescriptor
 public MethodDescriptor executeMethodDescriptor()
Gets the execute() method descriptor.

Returns:
java.beans.MethodDescriptor
getBeanClass
 public static Class getBeanClass()
Gets the bean class.

Returns:
java.lang.Class
getBeanDescriptor
 public BeanDescriptor getBeanDescriptor()
Overrides:
getBeanDescriptor in class SimpleBeanInfo
getEventSetDescriptors
 public EventSetDescriptor[] getEventSetDescriptors()
Return the event set descriptors for this bean.

Returns:
java.beans.EventSetDescriptor[]
Overrides:
getEventSetDescriptors in class SimpleBeanInfo
getMethodDescriptors
 public MethodDescriptor[] getMethodDescriptors()
Return the method descriptors for this bean.

Returns:
java.beans.MethodDescriptor[]
Overrides:
getMethodDescriptors in class SimpleBeanInfo
getParameter_intMethodDescriptor
 public MethodDescriptor getParameter_intMethodDescriptor()
Gets the getParameter(int) method descriptor.

Returns:
java.beans.MethodDescriptor
getParameter_StringMethodDescriptor
 public MethodDescriptor getParameter_StringMethodDescriptor()
Gets the getParameter(int) method descriptor.

Returns:
java.beans.MethodDescriptor
getParameterToString_intMethodDescriptor
 public MethodDescriptor getParameterToString_intMethodDescriptor()
Gets the getParameter(int) method descriptor.

Returns:
java.beans.MethodDescriptor
getParameterToString_StringMethodDescriptor
 public MethodDescriptor getParameterToString_StringMethodDescriptor()
Gets the getParameter(int) method descriptor.

Returns:
java.beans.MethodDescriptor
getPropertyDescriptors
 public PropertyDescriptor[] getPropertyDescriptors()
Return the property descriptors for this bean.

Returns:
java.beans.PropertyDescriptor[]
Overrides:
getPropertyDescriptors in class SimpleBeanInfo
metaDataPropertyDescriptor
 public PropertyDescriptor metaDataPropertyDescriptor()
Gets the alias property descriptor.

Returns:
java.beans.PropertyDescriptor
numAffectedRowsPropertyDescriptor
 public PropertyDescriptor numAffectedRowsPropertyDescriptor()
Gets the numAffectedRows property descriptor.

Returns:
java.beans.PropertyDescriptor
setParameter_int_javalangObjectMethodDescriptor
 public MethodDescriptor setParameter_int_javalangObjectMethodDescriptor()
Gets the setParameter(int, java.lang.Object) method descriptor.

Returns:
java.beans.MethodDescriptor
setParameter_String_javalangObjectMethodDescriptor
 public MethodDescriptor setParameter_String_javalangObjectMethodDescriptor()
Gets the setParameter(int, java.lang.Object) method descriptor.

Returns:
java.beans.MethodDescriptor
setParameterFromString_int_StringMethodDescriptor
 public MethodDescriptor setParameterFromString_int_StringMethodDescriptor()
Gets the setParameterFromString(int, String) method descriptor.

Returns:
java.beans.MethodDescriptor
setParameterFromString_String_StringMethodDescriptor
 public MethodDescriptor setParameterFromString_String_StringMethodDescriptor()
Gets the setParameterFromString(String, String) method descriptor.

Returns:
java.beans.MethodDescriptor
statementAfterEventSetDescriptor
 public EventSetDescriptor statementAfterEventSetDescriptor()
Gets the statementAfter event set descriptor.

Returns:
java.beans.EventSetDescriptor
statementAfterexecuted_DataEventMethodEventDescriptor
 public MethodDescriptor statementAfterexecuted_DataEventMethodEventDescriptor()
Gets the statementAfter.executed(DataEvent) method descriptor.

Returns:
java.beans.MethodDescriptor
statementBeforeaboutToExecute_DataEventMethodEventDescriptor
 public MethodDescriptor statementBeforeaboutToExecute_DataEventMethodEventDescriptor()
Gets the statementBefore.aboutToExecute(DataEvent) method descriptor.

Returns:
java.beans.MethodDescriptor
statementBeforeEventSetDescriptor
 public EventSetDescriptor statementBeforeEventSetDescriptor()
Gets the statementBeforeevent set descriptor.

Returns:
java.beans.EventSetDescriptor

Where Am I? Class Hierarchy All Classes All Fields and Methods