Interface Statement

    • Method Detail

      • executeQuery

        ResultSet executeQuery​(java.lang.String sql)
                        throws java.sql.SQLException
        Throws:
        java.sql.SQLException
      • executeUpdate

        int executeUpdate​(java.lang.String sql)
                   throws java.sql.SQLException
        Throws:
        java.sql.SQLException
      • close

        void close()
            throws java.sql.SQLException
        Specified by:
        close in interface java.lang.AutoCloseable
        Throws:
        java.sql.SQLException
      • getMaxRows

        int getMaxRows()
                throws java.sql.SQLException
        Throws:
        java.sql.SQLException
      • setMaxRows

        void setMaxRows​(int max)
                 throws java.sql.SQLException
        Throws:
        java.sql.SQLException
      • getQueryTimeout

        int getQueryTimeout()
                     throws java.sql.SQLException
        Throws:
        java.sql.SQLException
      • setQueryTimeout

        void setQueryTimeout​(int seconds)
                      throws java.sql.SQLException
        Throws:
        java.sql.SQLException
      • cancel

        void cancel()
             throws java.sql.SQLException
        Throws:
        java.sql.SQLException
      • getWarnings

        java.sql.SQLWarning getWarnings()
                                 throws java.sql.SQLException
        Throws:
        java.sql.SQLException
      • clearWarnings

        void clearWarnings()
                    throws java.sql.SQLException
        Throws:
        java.sql.SQLException
      • setCursorName

        void setCursorName​(java.lang.String name)
                    throws java.sql.SQLException
        Throws:
        java.sql.SQLException
      • execute

        boolean execute​(java.lang.String sql)
                 throws java.sql.SQLException
        Throws:
        java.sql.SQLException
      • getResultSet

        ResultSet getResultSet()
                        throws java.sql.SQLException
        Throws:
        java.sql.SQLException
      • getUpdateCount

        int getUpdateCount()
                    throws java.sql.SQLException
        Throws:
        java.sql.SQLException
      • getMoreResults

        boolean getMoreResults()
                        throws java.sql.SQLException
        Throws:
        java.sql.SQLException
      • setFetchDirection

        void setFetchDirection​(int direction)
                        throws java.sql.SQLException
        Throws:
        java.sql.SQLException
      • getFetchDirection

        int getFetchDirection()
                       throws java.sql.SQLException
        Throws:
        java.sql.SQLException
      • setFetchSize

        void setFetchSize​(int rows)
                   throws java.sql.SQLException
        Throws:
        java.sql.SQLException
      • getFetchSize

        int getFetchSize()
                  throws java.sql.SQLException
        Throws:
        java.sql.SQLException
      • getResultSetConcurrency

        int getResultSetConcurrency()
                             throws java.sql.SQLException
        Throws:
        java.sql.SQLException
      • getResultSetType

        int getResultSetType()
                      throws java.sql.SQLException
        Throws:
        java.sql.SQLException
      • addBatch

        void addBatch​(java.lang.String sql)
               throws java.sql.SQLException
        Throws:
        java.sql.SQLException
      • clearBatch

        void clearBatch()
                 throws java.sql.SQLException
        Throws:
        java.sql.SQLException
      • executeBatch

        int[] executeBatch()
                    throws java.sql.SQLException
        Throws:
        java.sql.SQLException
      • getConnection

        Connection getConnection()
                          throws java.sql.SQLException
        Throws:
        java.sql.SQLException