|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.beans.SimpleBeanInfo | +--com.ibm.db.StatementMetaDataBeanInfo
The bean information class for com.ibm.db.StatementMetaData.
StatementMetaData
Field Summary | |
private static java.lang.String |
copyright
|
Constructor Summary | |
StatementMetaDataBeanInfo()
|
Method Summary | |
java.beans.MethodDescriptor |
addColumn_javalangString_int_intMethodDescriptor()
Gets the addColumn(java.lang.String, int, int) method descriptor. |
java.beans.MethodDescriptor |
addColumn_javalangString_javalangClass_intMethodDescriptor()
Gets the addColumn(java.lang.String, java.lang.Class, int) method descriptor. |
java.beans.MethodDescriptor |
addColumn_javalangString_javalangClassMethodDescriptor()
Gets the addColumn(java.lang.String, java.lang.Class) method descriptor. |
java.beans.MethodDescriptor |
addParameter_javalangString_int_intMethodDescriptor()
Gets the addColumn(java.lang.String, int, int) method descriptor. |
java.beans.MethodDescriptor |
addParameter_javalangString_javalangClass_intMethodDescriptor()
Gets the addParameter(java.lang.String, java.lang.Class, int) method descriptor. |
java.beans.MethodDescriptor |
addParameter_javalangString_javalangClassMethodDescriptor()
Gets the addParameter(java.lang.String, java.lang.Class) method descriptor. |
java.beans.MethodDescriptor |
addTable_javalangStringMethodDescriptor()
Gets the addTable(java.lang.String) method descriptor. |
java.beans.PropertyDescriptor |
columnCountPropertyDescriptor()
Gets the columnCount property descriptor. |
static java.lang.Class |
getBeanClass()
Gets the bean class. |
java.beans.BeanDescriptor |
getBeanDescriptor()
|
java.beans.MethodDescriptor |
getColumnClass_intMethodDescriptor()
Gets the getColumnClass(int) method descriptor. |
java.beans.MethodDescriptor |
getColumnClass_javalangStringMethodDescriptor()
Gets the getColumnClass(java.lang.String) method descriptor. |
java.beans.MethodDescriptor |
getColumnIndex_javalangStringMethodDescriptor()
Gets the getColumnIndex(java.lang.String) method descriptor. |
java.beans.MethodDescriptor |
getColumnLength_intMethodDescriptor()
Gets the getColumnLength(int) method descriptor. |
java.beans.MethodDescriptor |
getColumnLength_javalangStringMethodDescriptor()
Gets the getColumnLength(java.lang.String) method descriptor. |
java.beans.MethodDescriptor |
getColumnName_intMethodDescriptor()
Gets the getColumnName(int) method descriptor. |
java.beans.MethodDescriptor |
getColumnScale_intMethodDescriptor()
Gets the getColumnScale(int) method descriptor. |
java.beans.MethodDescriptor |
getColumnScale_javalangStringMethodDescriptor()
Gets the getColumnScale(java.lang.String) method descriptor. |
java.beans.MethodDescriptor |
getColumnSQLType_intMethodDescriptor()
Gets the getColumnSQLType(int) method descriptor. |
java.beans.MethodDescriptor |
getColumnSQLType_javalangStringMethodDescriptor()
Gets the getColumnSQLType(java.lang.String) method descriptor. |
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 |
getParameterClass_intMethodDescriptor()
Gets the getParameterClass(int) method descriptor. |
java.beans.MethodDescriptor |
getParameterClass_javalangStringMethodDescriptor()
Gets the getParameterClass(java.lang.String) method descriptor. |
java.beans.MethodDescriptor |
getParameterIndex_javalangStringMethodDescriptor()
Gets the getParameterIndex(java.lang.String) method descriptor. |
java.beans.MethodDescriptor |
getParameterLength_intMethodDescriptor()
Gets the getParameterLength(int) method descriptor. |
java.beans.MethodDescriptor |
getParameterLength_javalangStringMethodDescriptor()
Gets the getParameterLength(java.lang.String) method descriptor. |
java.beans.MethodDescriptor |
getParameterName_intMethodDescriptor()
Gets the getParameterName(int) method descriptor. |
java.beans.MethodDescriptor |
getParameterScale_intMethodDescriptor()
Gets the getParameterScale(int) method descriptor. |
java.beans.MethodDescriptor |
getParameterScale_javalangStringMethodDescriptor()
Gets the getParameterScale(java.lang.String) method descriptor. |
java.beans.MethodDescriptor |
getParameterSQLType_intMethodDescriptor()
Gets the getParameterSQLType(int) method descriptor. |
java.beans.MethodDescriptor |
getParameterSQLType_javalangStringMethodDescriptor()
Gets the getParameterSQLType(java.lang.String) 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.PropertyDescriptor |
namePropertyDescriptor()
Gets the name property descriptor. |
java.beans.PropertyDescriptor |
parameterCountPropertyDescriptor()
Gets the parameterCount property descriptor. |
java.beans.MethodDescriptor |
removeColumn_intMethodDescriptor()
Gets the removeColumn(int) method descriptor. |
java.beans.MethodDescriptor |
removeColumn_javalangStringMethodDescriptor()
Gets the removeColumn(java.lang.String) method descriptor. |
java.beans.MethodDescriptor |
removeParameter_intMethodDescriptor()
Gets the removeParameter(int) method descriptor. |
java.beans.MethodDescriptor |
removeParameter_javalangStringMethodDescriptor()
Gets the removeParameter(java.lang.String) method descriptor. |
java.beans.MethodDescriptor |
removeTable_javalangStringMethodDescriptor()
Gets the removeTable(java.lang.String) method descriptor. |
java.beans.MethodDescriptor |
setColumnLength_int_intMethodDescriptor()
Gets the setColumnLength(int, int)method descriptor. |
java.beans.MethodDescriptor |
setColumnLength_javalangString_intMethodDescriptor()
Gets the setColumnLength(java.lang.String, int) method descriptor. |
java.beans.MethodDescriptor |
setColumnScale_int_intMethodDescriptor()
Gets the setColumnScale(int, int) method descriptor. |
java.beans.MethodDescriptor |
setColumnScale_javalangString_intMethodDescriptor()
Gets the setColumnScale(java.lang.String, int) method descriptor. |
java.beans.MethodDescriptor |
setColumnSQLType_int_intMethodDescriptor()
Gets the setColumnSQLType(int, int) method descriptor. |
java.beans.MethodDescriptor |
setColumnSQLType_javalangString_intMethodDescriptor()
Gets the setColumnSQLType(java.lang.String, int) method descriptor. |
java.beans.MethodDescriptor |
setParameterLength_int_intMethodDescriptor()
Gets the setParameterLength(int, int) method descriptor. |
java.beans.MethodDescriptor |
setParameterLength_javalangString_intMethodDescriptor()
Gets the setParameterLength(java.lang.String, int) method descriptor. |
java.beans.MethodDescriptor |
setParameterScale_int_intMethodDescriptor()
Gets the setParameterScale(int, int) method descriptor. |
java.beans.MethodDescriptor |
setParameterScale_javalangString_intMethodDescriptor()
Gets the setParameterScale(java.lang.String, int) method descriptor. |
java.beans.MethodDescriptor |
setParameterSQLType_int_intMethodDescriptor()
Gets the setParameterSQLType(int, int) method descriptor. |
java.beans.MethodDescriptor |
setParameterSQLType_javalangString_intMethodDescriptor()
Gets the setParameterSQLType(java.lang.String, int) method descriptor. |
java.beans.PropertyDescriptor |
SQLPropertyDescriptor()
Gets the SQL property descriptor. |
java.beans.PropertyDescriptor |
tablesPropertyDescriptor()
Gets the tables property descriptor. |
Methods inherited from class java.beans.SimpleBeanInfo |
getAdditionalBeanInfo,
getDefaultEventIndex,
getDefaultPropertyIndex,
getIcon,
loadImage |
Methods inherited from class java.lang.Object |
|
Field Detail |
private static final java.lang.String copyright
Constructor Detail |
public StatementMetaDataBeanInfo()
Method Detail |
public java.beans.MethodDescriptor addColumn_javalangString_int_intMethodDescriptor()
public java.beans.MethodDescriptor addColumn_javalangString_javalangClass_intMethodDescriptor()
public java.beans.MethodDescriptor addColumn_javalangString_javalangClassMethodDescriptor()
public java.beans.MethodDescriptor addParameter_javalangString_int_intMethodDescriptor()
public java.beans.MethodDescriptor addParameter_javalangString_javalangClass_intMethodDescriptor()
public java.beans.MethodDescriptor addParameter_javalangString_javalangClassMethodDescriptor()
public java.beans.MethodDescriptor addTable_javalangStringMethodDescriptor()
public java.beans.PropertyDescriptor columnCountPropertyDescriptor()
public static java.lang.Class getBeanClass()
public java.beans.BeanDescriptor getBeanDescriptor()
public java.beans.MethodDescriptor getColumnClass_intMethodDescriptor()
public java.beans.MethodDescriptor getColumnClass_javalangStringMethodDescriptor()
public java.beans.MethodDescriptor getColumnIndex_javalangStringMethodDescriptor()
public java.beans.MethodDescriptor getColumnLength_intMethodDescriptor()
public java.beans.MethodDescriptor getColumnLength_javalangStringMethodDescriptor()
public java.beans.MethodDescriptor getColumnName_intMethodDescriptor()
public java.beans.MethodDescriptor getColumnScale_intMethodDescriptor()
public java.beans.MethodDescriptor getColumnScale_javalangStringMethodDescriptor()
public java.beans.MethodDescriptor getColumnSQLType_intMethodDescriptor()
public java.beans.MethodDescriptor getColumnSQLType_javalangStringMethodDescriptor()
public java.beans.EventSetDescriptor[] getEventSetDescriptors()
public java.beans.MethodDescriptor[] getMethodDescriptors()
public java.beans.MethodDescriptor getParameterClass_intMethodDescriptor()
public java.beans.MethodDescriptor getParameterClass_javalangStringMethodDescriptor()
public java.beans.MethodDescriptor getParameterIndex_javalangStringMethodDescriptor()
public java.beans.MethodDescriptor getParameterLength_intMethodDescriptor()
public java.beans.MethodDescriptor getParameterLength_javalangStringMethodDescriptor()
public java.beans.MethodDescriptor getParameterName_intMethodDescriptor()
public java.beans.MethodDescriptor getParameterScale_intMethodDescriptor()
public java.beans.MethodDescriptor getParameterScale_javalangStringMethodDescriptor()
public java.beans.MethodDescriptor getParameterSQLType_intMethodDescriptor()
public java.beans.MethodDescriptor getParameterSQLType_javalangStringMethodDescriptor()
public java.beans.PropertyDescriptor[] getPropertyDescriptors()
private void handleException(java.lang.Throwable exception)
exception
- java.lang.Throwablepublic java.beans.PropertyDescriptor namePropertyDescriptor()
public java.beans.PropertyDescriptor parameterCountPropertyDescriptor()
public java.beans.MethodDescriptor removeColumn_intMethodDescriptor()
public java.beans.MethodDescriptor removeColumn_javalangStringMethodDescriptor()
public java.beans.MethodDescriptor removeParameter_intMethodDescriptor()
public java.beans.MethodDescriptor removeParameter_javalangStringMethodDescriptor()
public java.beans.MethodDescriptor removeTable_javalangStringMethodDescriptor()
public java.beans.MethodDescriptor setColumnLength_int_intMethodDescriptor()
public java.beans.MethodDescriptor setColumnLength_javalangString_intMethodDescriptor()
public java.beans.MethodDescriptor setColumnScale_int_intMethodDescriptor()
public java.beans.MethodDescriptor setColumnScale_javalangString_intMethodDescriptor()
public java.beans.MethodDescriptor setColumnSQLType_int_intMethodDescriptor()
public java.beans.MethodDescriptor setColumnSQLType_javalangString_intMethodDescriptor()
public java.beans.MethodDescriptor setParameterLength_int_intMethodDescriptor()
public java.beans.MethodDescriptor setParameterLength_javalangString_intMethodDescriptor()
public java.beans.MethodDescriptor setParameterScale_int_intMethodDescriptor()
public java.beans.MethodDescriptor setParameterScale_javalangString_intMethodDescriptor()
public java.beans.MethodDescriptor setParameterSQLType_int_intMethodDescriptor()
public java.beans.MethodDescriptor setParameterSQLType_javalangString_intMethodDescriptor()
public java.beans.PropertyDescriptor SQLPropertyDescriptor()
public java.beans.PropertyDescriptor tablesPropertyDescriptor()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |