Class LoggingConnectionDecorator.LoggingConnection.LoggingResultSet

    • Constructor Detail

      • LoggingResultSet

        public LoggingResultSet​(java.sql.ResultSet rs,
                                java.sql.Statement stmnt)
    • Method Detail

      • next

        public boolean next()
                     throws java.sql.SQLException
        Specified by:
        next in interface java.sql.ResultSet
        Overrides:
        next in class DelegatingResultSet
        Throws:
        java.sql.SQLException
      • close

        public void close()
                   throws java.sql.SQLException
        Specified by:
        close in interface java.lang.AutoCloseable
        Specified by:
        close in interface Closeable
        Specified by:
        close in interface java.sql.ResultSet
        Overrides:
        close in class DelegatingResultSet
        Throws:
        java.sql.SQLException
      • beforeFirst

        public void beforeFirst()
                         throws java.sql.SQLException
        Specified by:
        beforeFirst in interface java.sql.ResultSet
        Overrides:
        beforeFirst in class DelegatingResultSet
        Throws:
        java.sql.SQLException
      • afterLast

        public void afterLast()
                       throws java.sql.SQLException
        Specified by:
        afterLast in interface java.sql.ResultSet
        Overrides:
        afterLast in class DelegatingResultSet
        Throws:
        java.sql.SQLException
      • first

        public boolean first()
                      throws java.sql.SQLException
        Specified by:
        first in interface java.sql.ResultSet
        Overrides:
        first in class DelegatingResultSet
        Throws:
        java.sql.SQLException
      • last

        public boolean last()
                     throws java.sql.SQLException
        Specified by:
        last in interface java.sql.ResultSet
        Overrides:
        last in class DelegatingResultSet
        Throws:
        java.sql.SQLException
      • absolute

        public boolean absolute​(int a)
                         throws java.sql.SQLException
        Specified by:
        absolute in interface java.sql.ResultSet
        Overrides:
        absolute in class DelegatingResultSet
        Throws:
        java.sql.SQLException
      • relative

        public boolean relative​(int a)
                         throws java.sql.SQLException
        Specified by:
        relative in interface java.sql.ResultSet
        Overrides:
        relative in class DelegatingResultSet
        Throws:
        java.sql.SQLException
      • previous

        public boolean previous()
                         throws java.sql.SQLException
        Specified by:
        previous in interface java.sql.ResultSet
        Overrides:
        previous in class DelegatingResultSet
        Throws:
        java.sql.SQLException