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

Class com.ibm.db.SelectStatementBeanInfo

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

public class SelectStatementBeanInfo
extends SimpleBeanInfo

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

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

Constructor Index

SelectStatementBeanInfo()

Method Index

connectionPropertyDescriptor()
Gets the connection property descriptor.
executedPropertyDescriptor()
Gets the execute dproperty descriptor.
executeMethodDescriptor()
Gets the execute() method descriptor.
fillCacheOnExecutePropertyDescriptor()
Gets the fillCacheOnExecute property 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.
lockRowsPropertyDescriptor()
Gets the lockRows property descriptor.
maximumPacketsInCachePropertyDescriptor()
Gets the maximumPacketsInCache property descriptor.
maximumRowsPropertyDescriptor()
Gets the maximumRows property descriptor.
metaDataPropertyDescriptor()
Gets the alias property descriptor.
packetSizePropertyDescriptor()
Gets the packetSize property descriptor.
readOnlyPropertyDescriptor()
Gets the readOnly property descriptor.
refreshMethodDescriptor()
Gets the refresh() method descriptor.
resultPropertyDescriptor()
Gets the result 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

SelectStatementBeanInfo
 public SelectStatementBeanInfo()

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
fillCacheOnExecutePropertyDescriptor
 public PropertyDescriptor fillCacheOnExecutePropertyDescriptor()
Gets the fillCacheOnExecute property descriptor.

Returns:
java.beans.PropertyDescriptor
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
lockRowsPropertyDescriptor
 public PropertyDescriptor lockRowsPropertyDescriptor()
Gets the lockRows property descriptor.

Returns:
java.beans.PropertyDescriptor
maximumPacketsInCachePropertyDescriptor
 public PropertyDescriptor maximumPacketsInCachePropertyDescriptor()
Gets the maximumPacketsInCache property descriptor.

Returns:
java.beans.PropertyDescriptor
maximumRowsPropertyDescriptor
 public PropertyDescriptor maximumRowsPropertyDescriptor()
Gets the maximumRows property descriptor.

Returns:
java.beans.PropertyDescriptor
metaDataPropertyDescriptor
 public PropertyDescriptor metaDataPropertyDescriptor()
Gets the alias property descriptor.

Returns:
java.beans.PropertyDescriptor
packetSizePropertyDescriptor
 public PropertyDescriptor packetSizePropertyDescriptor()
Gets the packetSize property descriptor.

Returns:
java.beans.PropertyDescriptor
readOnlyPropertyDescriptor
 public PropertyDescriptor readOnlyPropertyDescriptor()
Gets the readOnly property descriptor.

Returns:
java.beans.PropertyDescriptor
refreshMethodDescriptor
 public MethodDescriptor refreshMethodDescriptor()
Gets the refresh() method descriptor.

Returns:
java.beans.MethodDescriptor
resultPropertyDescriptor
 public PropertyDescriptor resultPropertyDescriptor()
Gets the result 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