Package ipsk.sql
Class ResultSetEditor
- java.lang.Object
- 
- ipsk.sql.ResultSetEditor
 
- 
 public class ResultSetEditor extends java.lang.Object- Author:
- K.Jaensch, klausj@phonetik.uni-muenchen.de
 
- 
- 
Constructor SummaryConstructors Constructor Description ResultSetEditor(java.sql.ResultSet resultSet)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidinsertBean(java.lang.Object bean)voidsetBeanValues(java.lang.Object bean)voidupdateRow(java.lang.Object bean)
 
- 
- 
- 
Method Detail- 
setBeanValuespublic void setBeanValues(java.lang.Object bean) throws java.sql.SQLException, java.beans.IntrospectionException, java.lang.IllegalArgumentException, java.lang.IllegalAccessException, java.lang.reflect.InvocationTargetException- Throws:
- java.sql.SQLException
- java.beans.IntrospectionException
- java.lang.IllegalArgumentException
- java.lang.IllegalAccessException
- java.lang.reflect.InvocationTargetException
 
 - 
updateRowpublic void updateRow(java.lang.Object bean) throws java.lang.IllegalArgumentException, java.beans.IntrospectionException, java.sql.SQLException, java.lang.IllegalAccessException, java.lang.reflect.InvocationTargetException- Throws:
- java.lang.IllegalArgumentException
- java.beans.IntrospectionException
- java.sql.SQLException
- java.lang.IllegalAccessException
- java.lang.reflect.InvocationTargetException
 
 - 
insertBeanpublic void insertBean(java.lang.Object bean) throws java.beans.IntrospectionException, java.lang.IllegalArgumentException, java.sql.SQLException, java.lang.IllegalAccessException, java.lang.reflect.InvocationTargetException- Throws:
- java.beans.IntrospectionException
- java.lang.IllegalArgumentException
- java.sql.SQLException
- java.lang.IllegalAccessException
- java.lang.reflect.InvocationTargetException
 
 
- 
 
-