Class com.ibm.db.StatementMetaDataBeanInfo
java.lang.Object
|
+----java.beans.SimpleBeanInfo
|
+----com.ibm.db.StatementMetaDataBeanInfo
- public class StatementMetaDataBeanInfo
- extends SimpleBeanInfo
The bean information class for com.ibm.db.StatementMetaData.
- Version:
- 1.0 06/30/98
- See Also:
- StatementMetaData
Constructor Index
- StatementMetaDataBeanInfo()
-
Method Index
- addColumn_javalangString_int_intMethodDescriptor()
- Gets the addColumn(java.lang.String, int, int) method descriptor.
- addColumn_javalangString_javalangClass_intMethodDescriptor()
- Gets the addColumn(java.lang.String, java.lang.Class, int) method descriptor.
- addColumn_javalangString_javalangClassMethodDescriptor()
- Gets the addColumn(java.lang.String, java.lang.Class) method descriptor.
- addParameter_javalangString_int_intMethodDescriptor()
- Gets the addColumn(java.lang.String, int, int) method descriptor.
- addParameter_javalangString_javalangClass_intMethodDescriptor()
- Gets the addParameter(java.lang.String, java.lang.Class, int) method descriptor.
- addParameter_javalangString_javalangClassMethodDescriptor()
- Gets the addParameter(java.lang.String, java.lang.Class) method descriptor.
- addTable_javalangStringMethodDescriptor()
- Gets the addTable(java.lang.String) method descriptor.
- columnCountPropertyDescriptor()
- Gets the columnCount property descriptor.
- getBeanClass()
- Gets the bean class.
- getBeanDescriptor()
-
- getColumnClass_intMethodDescriptor()
- Gets the getColumnClass(int) method descriptor.
- getColumnClass_javalangStringMethodDescriptor()
- Gets the getColumnClass(java.lang.String) method descriptor.
- getColumnIndex_javalangStringMethodDescriptor()
- Gets the getColumnIndex(java.lang.String) method descriptor.
- getColumnLength_intMethodDescriptor()
- Gets the getColumnLength(int) method descriptor.
- getColumnLength_javalangStringMethodDescriptor()
- Gets the getColumnLength(java.lang.String) method descriptor.
- getColumnName_intMethodDescriptor()
- Gets the getColumnName(int) method descriptor.
- getColumnScale_intMethodDescriptor()
- Gets the getColumnScale(int) method descriptor.
- getColumnScale_javalangStringMethodDescriptor()
- Gets the getColumnScale(java.lang.String) method descriptor.
- getColumnSQLType_intMethodDescriptor()
- Gets the getColumnSQLType(int) method descriptor.
- getColumnSQLType_javalangStringMethodDescriptor()
- Gets the getColumnSQLType(java.lang.String) method descriptor.
- getEventSetDescriptors()
- Return the event set descriptors for this bean.
- getMethodDescriptors()
- Return the method descriptors for this bean.
- getParameterClass_intMethodDescriptor()
- Gets the getParameterClass(int) method descriptor.
- getParameterClass_javalangStringMethodDescriptor()
- Gets the getParameterClass(java.lang.String) method descriptor.
- getParameterIndex_javalangStringMethodDescriptor()
- Gets the getParameterIndex(java.lang.String) method descriptor.
- getParameterLength_intMethodDescriptor()
- Gets the getParameterLength(int) method descriptor.
- getParameterLength_javalangStringMethodDescriptor()
- Gets the getParameterLength(java.lang.String) method descriptor.
- getParameterName_intMethodDescriptor()
- Gets the getParameterName(int) method descriptor.
- getParameterScale_intMethodDescriptor()
- Gets the getParameterScale(int) method descriptor.
- getParameterScale_javalangStringMethodDescriptor()
- Gets the getParameterScale(java.lang.String) method descriptor.
- getParameterSQLType_intMethodDescriptor()
- Gets the getParameterSQLType(int) method descriptor.
- getParameterSQLType_javalangStringMethodDescriptor()
- Gets the getParameterSQLType(java.lang.String) method descriptor.
- getPropertyDescriptors()
- Return the property descriptors for this bean.
- namePropertyDescriptor()
- Gets the name property descriptor.
- parameterCountPropertyDescriptor()
- Gets the parameterCount property descriptor.
- removeColumn_intMethodDescriptor()
- Gets the removeColumn(int) method descriptor.
- removeColumn_javalangStringMethodDescriptor()
- Gets the removeColumn(java.lang.String) method descriptor.
- removeParameter_intMethodDescriptor()
- Gets the removeParameter(int) method descriptor.
- removeParameter_javalangStringMethodDescriptor()
- Gets the removeParameter(java.lang.String) method descriptor.
- removeTable_javalangStringMethodDescriptor()
- Gets the removeTable(java.lang.String) method descriptor.
- setColumnLength_int_intMethodDescriptor()
- Gets the setColumnLength(int, int)method descriptor.
- setColumnLength_javalangString_intMethodDescriptor()
- Gets the setColumnLength(java.lang.String, int) method descriptor.
- setColumnScale_int_intMethodDescriptor()
- Gets the setColumnScale(int, int) method descriptor.
- setColumnScale_javalangString_intMethodDescriptor()
- Gets the setColumnScale(java.lang.String, int) method descriptor.
- setColumnSQLType_int_intMethodDescriptor()
- Gets the setColumnSQLType(int, int) method descriptor.
- setColumnSQLType_javalangString_intMethodDescriptor()
- Gets the setColumnSQLType(java.lang.String, int) method descriptor.
- setParameterLength_int_intMethodDescriptor()
- Gets the setParameterLength(int, int) method descriptor.
- setParameterLength_javalangString_intMethodDescriptor()
- Gets the setParameterLength(java.lang.String, int) method descriptor.
- setParameterScale_int_intMethodDescriptor()
- Gets the setParameterScale(int, int) method descriptor.
- setParameterScale_javalangString_intMethodDescriptor()
- Gets the setParameterScale(java.lang.String, int) method descriptor.
- setParameterSQLType_int_intMethodDescriptor()
- Gets the setParameterSQLType(int, int) method descriptor.
- setParameterSQLType_javalangString_intMethodDescriptor()
- Gets the setParameterSQLType(java.lang.String, int) method descriptor.
- SQLPropertyDescriptor()
- Gets the SQL property descriptor.
- tablesPropertyDescriptor()
- Gets the tables property descriptor.
Constructors
StatementMetaDataBeanInfo
public StatementMetaDataBeanInfo()
Methods
addColumn_javalangString_int_intMethodDescriptor
public MethodDescriptor addColumn_javalangString_int_intMethodDescriptor()
- Gets the addColumn(java.lang.String, int, int) method descriptor.
- Returns:
- java.beans.MethodDescriptor
addColumn_javalangString_javalangClass_intMethodDescriptor
public MethodDescriptor addColumn_javalangString_javalangClass_intMethodDescriptor()
- Gets the addColumn(java.lang.String, java.lang.Class, int) method descriptor.
- Returns:
- java.beans.MethodDescriptor
addColumn_javalangString_javalangClassMethodDescriptor
public MethodDescriptor addColumn_javalangString_javalangClassMethodDescriptor()
- Gets the addColumn(java.lang.String, java.lang.Class) method descriptor.
- Returns:
- java.beans.MethodDescriptor
addParameter_javalangString_int_intMethodDescriptor
public MethodDescriptor addParameter_javalangString_int_intMethodDescriptor()
- Gets the addColumn(java.lang.String, int, int) method descriptor.
- Returns:
- java.beans.MethodDescriptor
addParameter_javalangString_javalangClass_intMethodDescriptor
public MethodDescriptor addParameter_javalangString_javalangClass_intMethodDescriptor()
- Gets the addParameter(java.lang.String, java.lang.Class, int) method descriptor.
- Returns:
- java.beans.MethodDescriptor
addParameter_javalangString_javalangClassMethodDescriptor
public MethodDescriptor addParameter_javalangString_javalangClassMethodDescriptor()
- Gets the addParameter(java.lang.String, java.lang.Class) method descriptor.
- Returns:
- java.beans.MethodDescriptor
addTable_javalangStringMethodDescriptor
public MethodDescriptor addTable_javalangStringMethodDescriptor()
- Gets the addTable(java.lang.String) method descriptor.
- Returns:
- java.beans.MethodDescriptor
columnCountPropertyDescriptor
public PropertyDescriptor columnCountPropertyDescriptor()
- Gets the columnCount 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
getColumnClass_intMethodDescriptor
public MethodDescriptor getColumnClass_intMethodDescriptor()
- Gets the getColumnClass(int) method descriptor.
- Returns:
- java.beans.MethodDescriptor
getColumnClass_javalangStringMethodDescriptor
public MethodDescriptor getColumnClass_javalangStringMethodDescriptor()
- Gets the getColumnClass(java.lang.String) method descriptor.
- Returns:
- java.beans.MethodDescriptor
getColumnIndex_javalangStringMethodDescriptor
public MethodDescriptor getColumnIndex_javalangStringMethodDescriptor()
- Gets the getColumnIndex(java.lang.String) method descriptor.
- Returns:
- java.beans.MethodDescriptor
getColumnLength_intMethodDescriptor
public MethodDescriptor getColumnLength_intMethodDescriptor()
- Gets the getColumnLength(int) method descriptor.
- Returns:
- java.beans.MethodDescriptor
getColumnLength_javalangStringMethodDescriptor
public MethodDescriptor getColumnLength_javalangStringMethodDescriptor()
- Gets the getColumnLength(java.lang.String) method descriptor.
- Returns:
- java.beans.MethodDescriptor
getColumnName_intMethodDescriptor
public MethodDescriptor getColumnName_intMethodDescriptor()
- Gets the getColumnName(int) method descriptor.
- Returns:
- java.beans.MethodDescriptor
getColumnScale_intMethodDescriptor
public MethodDescriptor getColumnScale_intMethodDescriptor()
- Gets the getColumnScale(int) method descriptor.
- Returns:
- java.beans.MethodDescriptor
getColumnScale_javalangStringMethodDescriptor
public MethodDescriptor getColumnScale_javalangStringMethodDescriptor()
- Gets the getColumnScale(java.lang.String) method descriptor.
- Returns:
- java.beans.MethodDescriptor
getColumnSQLType_intMethodDescriptor
public MethodDescriptor getColumnSQLType_intMethodDescriptor()
- Gets the getColumnSQLType(int) method descriptor.
- Returns:
- java.beans.MethodDescriptor
getColumnSQLType_javalangStringMethodDescriptor
public MethodDescriptor getColumnSQLType_javalangStringMethodDescriptor()
- Gets the getColumnSQLType(java.lang.String) method descriptor.
- Returns:
- java.beans.MethodDescriptor
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
getParameterClass_intMethodDescriptor
public MethodDescriptor getParameterClass_intMethodDescriptor()
- Gets the getParameterClass(int) method descriptor.
- Returns:
- java.beans.MethodDescriptor
getParameterClass_javalangStringMethodDescriptor
public MethodDescriptor getParameterClass_javalangStringMethodDescriptor()
- Gets the getParameterClass(java.lang.String) method descriptor.
- Returns:
- java.beans.MethodDescriptor
getParameterIndex_javalangStringMethodDescriptor
public MethodDescriptor getParameterIndex_javalangStringMethodDescriptor()
- Gets the getParameterIndex(java.lang.String) method descriptor.
- Returns:
- java.beans.MethodDescriptor
getParameterLength_intMethodDescriptor
public MethodDescriptor getParameterLength_intMethodDescriptor()
- Gets the getParameterLength(int) method descriptor.
- Returns:
- java.beans.MethodDescriptor
getParameterLength_javalangStringMethodDescriptor
public MethodDescriptor getParameterLength_javalangStringMethodDescriptor()
- Gets the getParameterLength(java.lang.String) method descriptor.
- Returns:
- java.beans.MethodDescriptor
getParameterName_intMethodDescriptor
public MethodDescriptor getParameterName_intMethodDescriptor()
- Gets the getParameterName(int) method descriptor.
- Returns:
- java.beans.MethodDescriptor
getParameterScale_intMethodDescriptor
public MethodDescriptor getParameterScale_intMethodDescriptor()
- Gets the getParameterScale(int) method descriptor.
- Returns:
- java.beans.MethodDescriptor
getParameterScale_javalangStringMethodDescriptor
public MethodDescriptor getParameterScale_javalangStringMethodDescriptor()
- Gets the getParameterScale(java.lang.String) method descriptor.
- Returns:
- java.beans.MethodDescriptor
getParameterSQLType_intMethodDescriptor
public MethodDescriptor getParameterSQLType_intMethodDescriptor()
- Gets the getParameterSQLType(int) method descriptor.
- Returns:
- java.beans.MethodDescriptor
getParameterSQLType_javalangStringMethodDescriptor
public MethodDescriptor getParameterSQLType_javalangStringMethodDescriptor()
- Gets the getParameterSQLType(java.lang.String) 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
namePropertyDescriptor
public PropertyDescriptor namePropertyDescriptor()
- Gets the name property descriptor.
- Returns:
- java.beans.PropertyDescriptor
parameterCountPropertyDescriptor
public PropertyDescriptor parameterCountPropertyDescriptor()
- Gets the parameterCount property descriptor.
- Returns:
- java.beans.PropertyDescriptor
removeColumn_intMethodDescriptor
public MethodDescriptor removeColumn_intMethodDescriptor()
- Gets the removeColumn(int) method descriptor.
- Returns:
- java.beans.MethodDescriptor
removeColumn_javalangStringMethodDescriptor
public MethodDescriptor removeColumn_javalangStringMethodDescriptor()
- Gets the removeColumn(java.lang.String) method descriptor.
- Returns:
- java.beans.MethodDescriptor
removeParameter_intMethodDescriptor
public MethodDescriptor removeParameter_intMethodDescriptor()
- Gets the removeParameter(int) method descriptor.
- Returns:
- java.beans.MethodDescriptor
removeParameter_javalangStringMethodDescriptor
public MethodDescriptor removeParameter_javalangStringMethodDescriptor()
- Gets the removeParameter(java.lang.String) method descriptor.
- Returns:
- java.beans.MethodDescriptor
removeTable_javalangStringMethodDescriptor
public MethodDescriptor removeTable_javalangStringMethodDescriptor()
- Gets the removeTable(java.lang.String) method descriptor.
- Returns:
- java.beans.MethodDescriptor
setColumnLength_int_intMethodDescriptor
public MethodDescriptor setColumnLength_int_intMethodDescriptor()
- Gets the setColumnLength(int, int)method descriptor.
- Returns:
- java.beans.MethodDescriptor
setColumnLength_javalangString_intMethodDescriptor
public MethodDescriptor setColumnLength_javalangString_intMethodDescriptor()
- Gets the setColumnLength(java.lang.String, int) method descriptor.
- Returns:
- java.beans.MethodDescriptor
setColumnScale_int_intMethodDescriptor
public MethodDescriptor setColumnScale_int_intMethodDescriptor()
- Gets the setColumnScale(int, int) method descriptor.
- Returns:
- java.beans.MethodDescriptor
setColumnScale_javalangString_intMethodDescriptor
public MethodDescriptor setColumnScale_javalangString_intMethodDescriptor()
- Gets the setColumnScale(java.lang.String, int) method descriptor.
- Returns:
- java.beans.MethodDescriptor
setColumnSQLType_int_intMethodDescriptor
public MethodDescriptor setColumnSQLType_int_intMethodDescriptor()
- Gets the setColumnSQLType(int, int) method descriptor.
- Returns:
- java.beans.MethodDescriptor
setColumnSQLType_javalangString_intMethodDescriptor
public MethodDescriptor setColumnSQLType_javalangString_intMethodDescriptor()
- Gets the setColumnSQLType(java.lang.String, int) method descriptor.
- Returns:
- java.beans.MethodDescriptor
setParameterLength_int_intMethodDescriptor
public MethodDescriptor setParameterLength_int_intMethodDescriptor()
- Gets the setParameterLength(int, int) method descriptor.
- Returns:
- java.beans.MethodDescriptor
setParameterLength_javalangString_intMethodDescriptor
public MethodDescriptor setParameterLength_javalangString_intMethodDescriptor()
- Gets the setParameterLength(java.lang.String, int) method descriptor.
- Returns:
- java.beans.MethodDescriptor
setParameterScale_int_intMethodDescriptor
public MethodDescriptor setParameterScale_int_intMethodDescriptor()
- Gets the setParameterScale(int, int) method descriptor.
- Returns:
- java.beans.MethodDescriptor
setParameterScale_javalangString_intMethodDescriptor
public MethodDescriptor setParameterScale_javalangString_intMethodDescriptor()
- Gets the setParameterScale(java.lang.String, int) method descriptor.
- Returns:
- java.beans.MethodDescriptor
setParameterSQLType_int_intMethodDescriptor
public MethodDescriptor setParameterSQLType_int_intMethodDescriptor()
- Gets the setParameterSQLType(int, int) method descriptor.
- Returns:
- java.beans.MethodDescriptor
setParameterSQLType_javalangString_intMethodDescriptor
public MethodDescriptor setParameterSQLType_javalangString_intMethodDescriptor()
- Gets the setParameterSQLType(java.lang.String, int) method descriptor.
- Returns:
- java.beans.MethodDescriptor
SQLPropertyDescriptor
public PropertyDescriptor SQLPropertyDescriptor()
- Gets the SQL property descriptor.
- Returns:
- java.beans.PropertyDescriptor
tablesPropertyDescriptor
public PropertyDescriptor tablesPropertyDescriptor()
- Gets the tables property descriptor.
- Returns:
- java.beans.PropertyDescriptor
