Package ipsk.sql

Class ResultSetEditor


  • public class ResultSetEditor
    extends java.lang.Object
    Author:
    K.Jaensch, klausj@phonetik.uni-muenchen.de
    • Constructor Summary

      Constructors 
      Constructor Description
      ResultSetEditor​(java.sql.ResultSet resultSet)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void insertBean​(java.lang.Object bean)  
      void setBeanValues​(java.lang.Object bean)  
      void updateRow​(java.lang.Object bean)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ResultSetEditor

        public ResultSetEditor​(java.sql.ResultSet resultSet)
                        throws java.sql.SQLException
        Throws:
        java.sql.SQLException
    • Method Detail

      • setBeanValues

        public 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
      • updateRow

        public 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
      • insertBean

        public 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