com.ibm.db
Class CallableStatementBeanInfo

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

public class CallableStatementBeanInfo
extends java.beans.SimpleBeanInfo

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

See Also:
CallableStatement

Field Summary
private static java.lang.String copyright
           
 
Constructor Summary
CallableStatementBeanInfo()
           
 
Method Summary
 java.beans.MethodDescriptor cancelExecutionMethodDescriptor()
          Gets the cancelExecution method descriptor.
 java.beans.MethodDescriptor closeMethodDescriptor()
          Gets the close method descriptor.
 java.beans.PropertyDescriptor connectionPropertyDescriptor()
          Gets the connection property descriptor.
 java.beans.PropertyDescriptor currentResultInCachePropertyDescriptor()
          Gets the currentResultInCache property descriptor.
 java.beans.PropertyDescriptor currentResultPropertyDescriptor()
          Gets the currentResult property descriptor.
 java.beans.PropertyDescriptor distinctTypesEnabledPropertyDescriptor()
          Gets the distinctTypesEnabled property descriptor.
 java.beans.PropertyDescriptor executedPropertyDescriptor()
          Gets the executed property descriptor.
 java.beans.MethodDescriptor executeMethodDescriptor()
          Gets the execute() method descriptor.
 java.beans.PropertyDescriptor fillCacheOnExecutePropertyDescriptor()
          Gets the fillCacheOnExecute property descriptor.
 java.beans.PropertyDescriptor fillResultCacheOnExecutePropertyDescriptor()
          Gets the fillResultCacheOnExecute property descriptor.
 java.beans.MethodDescriptor firstResultMethodDescriptor()
          Gets the firstResult method descriptor.
 java.beans.BeanInfo[] getAdditionalBeanInfo()
          Returns the BeanInfo of the superclass of this bean to inherit its features.
static java.lang.Class getBeanClass()
          Gets the bean class.
 java.beans.BeanDescriptor getBeanDescriptor()
           
 java.beans.EventSetDescriptor[] getEventSetDescriptors()
          Return the event set descriptors for this bean.
 java.beans.MethodDescriptor[] getMethodDescriptors()
          Return the method descriptors for this bean.
 java.beans.MethodDescriptor getParameter_intMethodDescriptor()
          Gets the getParameter(int) method descriptor.
 java.beans.MethodDescriptor getParameter_StringMethodDescriptor()
          Gets the getParameter(int) method descriptor.
 java.beans.MethodDescriptor getParameterToString_intMethodDescriptor()
          Gets the getParameterToString(int) method descriptor.
 java.beans.MethodDescriptor getParameterToString_StringMethodDescriptor()
          Gets the getParameter(int) method descriptor.
 java.beans.PropertyDescriptor[] getPropertyDescriptors()
          Return the property descriptors for this bean.
private  void handleException(java.lang.Throwable exception)
          Called whenever the bean information class throws an exception.
 java.beans.MethodDescriptor lastResultMethodDescriptor()
          Gets the lastResult() method descriptor.
 java.beans.PropertyDescriptor lastResultPropertyDescriptor()
          Gets the lastResult property descriptor.
 java.beans.PropertyDescriptor lockRowsPropertyDescriptor()
          Gets the lockRows property descriptor.
 java.beans.PropertyDescriptor maximumPacketsInCachePropertyDescriptor()
          Gets the maximumPacketsInCache property descriptor.
 java.beans.PropertyDescriptor maximumResultsInCachePropertyDescriptor()
          Gets the maximumResultsInCache property descriptor.
 java.beans.PropertyDescriptor maximumRowsPropertyDescriptor()
          Gets the maximumRows property descriptor.
 java.beans.PropertyDescriptor metaDataPropertyDescriptor()
          Gets the alias property descriptor.
 java.beans.MethodDescriptor nextResultMethodDescriptor()
          Gets the nextResult() method descriptor.
 java.beans.PropertyDescriptor numResultsInCachePropertyDescriptor()
          Gets the numResultsInCache property descriptor.
 java.beans.PropertyDescriptor numResultsPropertyDescriptor()
          Gets the numResults property descriptor.
 java.beans.PropertyDescriptor openPropertyDescriptor()
          Gets the open property descriptor.
 java.beans.PropertyDescriptor packetSizePropertyDescriptor()
          Gets the packetSize property descriptor.
 java.beans.MethodDescriptor previousResultMethodDescriptor()
          Gets the previousResult() method descriptor.
 java.beans.EventSetDescriptor propertyChangeEventSetDescriptor()
          Gets the propertyChange event set descriptor.
 java.beans.MethodDescriptor propertyChangepropertyChange_PropertyChangeEventMethodEventDescriptor()
          Gets the propertyChange.propertyChange(java.beans.PropertyChangeEvent) method descriptor.
 java.beans.PropertyDescriptor readOnlyPropertyDescriptor()
          Gets the readOnly property descriptor.
 java.beans.MethodDescriptor refreshMethodDescriptor()
          Gets the refresh() method descriptor.
 java.beans.PropertyDescriptor resultPropertyDescriptor()
          Gets the result property descriptor.
 java.beans.MethodDescriptor setParameter_int_ObjectMethodDescriptor()
          Gets the setParameter(int, java.lang.Object) method descriptor.
 java.beans.MethodDescriptor setParameter_String_ObjectMethodDescriptor()
          Gets the setParameter(int, java.lang.Object) method descriptor.
 java.beans.MethodDescriptor setParameterFromString_int_StringMethodDescriptor()
          Gets the setParameterFromString(int, String) method descriptor.
 java.beans.MethodDescriptor setParameterFromString_String_StringMethodDescriptor()
          Gets the setParameterFromString(String, String) method descriptor.
 java.beans.MethodDescriptor statementAfterclosed_DataEventMethodEventDescriptor()
          Gets the statementAfter.closed(DataEvent) method descriptor.
 java.beans.EventSetDescriptor statementAfterEventSetDescriptor()
          Gets the statementAfter event set descriptor.
 java.beans.MethodDescriptor statementAfterexecuted_DataEventMethodEventDescriptor()
          Gets the statementAfter.executed(DataEvent) method descriptor.
 java.beans.MethodDescriptor statementBeforeaboutToClose_DataEventMethodEventDescriptor()
          Gets the statementBefore.aboutToClose(DataEvent) method descriptor.
 java.beans.MethodDescriptor statementBeforeaboutToExecute_DataEventMethodEventDescriptor()
          Gets the statementBefore.aboutToExecute(DataEvent) method descriptor.
 java.beans.EventSetDescriptor statementBeforeEventSetDescriptor()
          Gets the statementBefore event set descriptor.
 java.beans.PropertyDescriptor timeoutPropertyDescriptor()
          Gets the timeout property descriptor.
 java.beans.PropertyDescriptor validateLOBsPropertyDescriptor()
          Gets the validateLOBs property descriptor.
 
Methods inherited from class java.beans.SimpleBeanInfo
getDefaultEventIndex, getDefaultPropertyIndex, getIcon, loadImage
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

copyright

private static final java.lang.String copyright
Constructor Detail

CallableStatementBeanInfo

public CallableStatementBeanInfo()
Method Detail

cancelExecutionMethodDescriptor

public java.beans.MethodDescriptor cancelExecutionMethodDescriptor()
Gets the cancelExecution method descriptor.
Returns:
java.beans.MethodDescriptor

closeMethodDescriptor

public java.beans.MethodDescriptor closeMethodDescriptor()
Gets the close method descriptor.
Returns:
java.beans.MethodDescriptor

connectionPropertyDescriptor

public java.beans.PropertyDescriptor connectionPropertyDescriptor()
Gets the connection property descriptor.
Returns:
java.beans.PropertyDescriptor

currentResultInCachePropertyDescriptor

public java.beans.PropertyDescriptor currentResultInCachePropertyDescriptor()
Gets the currentResultInCache property descriptor.
Returns:
java.beans.PropertyDescriptor

currentResultPropertyDescriptor

public java.beans.PropertyDescriptor currentResultPropertyDescriptor()
Gets the currentResult property descriptor.
Returns:
java.beans.PropertyDescriptor

distinctTypesEnabledPropertyDescriptor

public java.beans.PropertyDescriptor distinctTypesEnabledPropertyDescriptor()
Gets the distinctTypesEnabled property descriptor.
Returns:
java.beans.PropertyDescriptor

executedPropertyDescriptor

public java.beans.PropertyDescriptor executedPropertyDescriptor()
Gets the executed property descriptor.
Returns:
java.beans.PropertyDescriptor

executeMethodDescriptor

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

fillCacheOnExecutePropertyDescriptor

public java.beans.PropertyDescriptor fillCacheOnExecutePropertyDescriptor()
Gets the fillCacheOnExecute property descriptor.
Returns:
java.beans.PropertyDescriptor

fillResultCacheOnExecutePropertyDescriptor

public java.beans.PropertyDescriptor fillResultCacheOnExecutePropertyDescriptor()
Gets the fillResultCacheOnExecute property descriptor.
Returns:
java.beans.PropertyDescriptor

firstResultMethodDescriptor

public java.beans.MethodDescriptor firstResultMethodDescriptor()
Gets the firstResult method descriptor.
Returns:
java.beans.MethodDescriptor

getAdditionalBeanInfo

public java.beans.BeanInfo[] getAdditionalBeanInfo()
Returns the BeanInfo of the superclass of this bean to inherit its features.
Overrides:
getAdditionalBeanInfo in class java.beans.SimpleBeanInfo
Returns:
java.beans.BeanInfo[]

getBeanClass

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

getBeanDescriptor

public java.beans.BeanDescriptor getBeanDescriptor()
Overrides:
getBeanDescriptor in class java.beans.SimpleBeanInfo

getEventSetDescriptors

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

getMethodDescriptors

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

getParameter_intMethodDescriptor

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

getParameter_StringMethodDescriptor

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

getParameterToString_intMethodDescriptor

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

getParameterToString_StringMethodDescriptor

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

getPropertyDescriptors

public java.beans.PropertyDescriptor[] getPropertyDescriptors()
Return the property descriptors for this bean.
Overrides:
getPropertyDescriptors in class java.beans.SimpleBeanInfo
Returns:
java.beans.PropertyDescriptor[]

handleException

private void handleException(java.lang.Throwable exception)
Called whenever the bean information class throws an exception.
Parameters:
exception - java.lang.Throwable

lastResultMethodDescriptor

public java.beans.MethodDescriptor lastResultMethodDescriptor()
Gets the lastResult() method descriptor.
Returns:
java.beans.MethodDescriptor

lastResultPropertyDescriptor

public java.beans.PropertyDescriptor lastResultPropertyDescriptor()
Gets the lastResult property descriptor.
Returns:
java.beans.PropertyDescriptor

lockRowsPropertyDescriptor

public java.beans.PropertyDescriptor lockRowsPropertyDescriptor()
Gets the lockRows property descriptor.
Returns:
java.beans.PropertyDescriptor

maximumPacketsInCachePropertyDescriptor

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

maximumResultsInCachePropertyDescriptor

public java.beans.PropertyDescriptor maximumResultsInCachePropertyDescriptor()
Gets the maximumResultsInCache property descriptor.
Returns:
java.beans.PropertyDescriptor

maximumRowsPropertyDescriptor

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

metaDataPropertyDescriptor

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

nextResultMethodDescriptor

public java.beans.MethodDescriptor nextResultMethodDescriptor()
Gets the nextResult() method descriptor.
Returns:
java.beans.MethodDescriptor

numResultsInCachePropertyDescriptor

public java.beans.PropertyDescriptor numResultsInCachePropertyDescriptor()
Gets the numResultsInCache property descriptor.
Returns:
java.beans.PropertyDescriptor

numResultsPropertyDescriptor

public java.beans.PropertyDescriptor numResultsPropertyDescriptor()
Gets the numResults property descriptor.
Returns:
java.beans.PropertyDescriptor

openPropertyDescriptor

public java.beans.PropertyDescriptor openPropertyDescriptor()
Gets the open property descriptor.
Returns:
java.beans.PropertyDescriptor

packetSizePropertyDescriptor

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

previousResultMethodDescriptor

public java.beans.MethodDescriptor previousResultMethodDescriptor()
Gets the previousResult() method descriptor.
Returns:
java.beans.MethodDescriptor

propertyChangeEventSetDescriptor

public java.beans.EventSetDescriptor propertyChangeEventSetDescriptor()
Gets the propertyChange event set descriptor.
Returns:
java.beans.EventSetDescriptor

propertyChangepropertyChange_PropertyChangeEventMethodEventDescriptor

public java.beans.MethodDescriptor propertyChangepropertyChange_PropertyChangeEventMethodEventDescriptor()
Gets the propertyChange.propertyChange(java.beans.PropertyChangeEvent) method descriptor.
Returns:
java.beans.MethodDescriptor

readOnlyPropertyDescriptor

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

refreshMethodDescriptor

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

resultPropertyDescriptor

public java.beans.PropertyDescriptor resultPropertyDescriptor()
Gets the result property descriptor.
Returns:
java.beans.PropertyDescriptor

setParameter_int_ObjectMethodDescriptor

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

setParameter_String_ObjectMethodDescriptor

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

setParameterFromString_int_StringMethodDescriptor

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

setParameterFromString_String_StringMethodDescriptor

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

statementAfterclosed_DataEventMethodEventDescriptor

public java.beans.MethodDescriptor statementAfterclosed_DataEventMethodEventDescriptor()
Gets the statementAfter.closed(DataEvent) method descriptor.
Returns:
java.beans.MethodDescriptor

statementAfterEventSetDescriptor

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

statementAfterexecuted_DataEventMethodEventDescriptor

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

statementBeforeaboutToClose_DataEventMethodEventDescriptor

public java.beans.MethodDescriptor statementBeforeaboutToClose_DataEventMethodEventDescriptor()
Gets the statementBefore.aboutToClose(DataEvent) method descriptor.
Returns:
java.beans.MethodDescriptor

statementBeforeaboutToExecute_DataEventMethodEventDescriptor

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

statementBeforeEventSetDescriptor

public java.beans.EventSetDescriptor statementBeforeEventSetDescriptor()
Gets the statementBefore event set descriptor.
Returns:
java.beans.EventSetDescriptor

timeoutPropertyDescriptor

public java.beans.PropertyDescriptor timeoutPropertyDescriptor()
Gets the timeout property descriptor.
Returns:
java.beans.PropertyDescriptor

validateLOBsPropertyDescriptor

public java.beans.PropertyDescriptor validateLOBsPropertyDescriptor()
Gets the validateLOBs property descriptor.
Returns:
java.beans.PropertyDescriptor