Class RoutingStatementHandler

    • Method Detail

      • prepare

        public java.sql.Statement prepare​(java.sql.Connection connection,
                                          java.lang.Integer transactionTimeout)
                                   throws java.sql.SQLException
        Specified by:
        prepare in interface StatementHandler
        Throws:
        java.sql.SQLException
      • parameterize

        public void parameterize​(java.sql.Statement statement)
                          throws java.sql.SQLException
        Specified by:
        parameterize in interface StatementHandler
        Throws:
        java.sql.SQLException
      • batch

        public void batch​(java.sql.Statement statement)
                   throws java.sql.SQLException
        Specified by:
        batch in interface StatementHandler
        Throws:
        java.sql.SQLException
      • update

        public int update​(java.sql.Statement statement)
                   throws java.sql.SQLException
        Specified by:
        update in interface StatementHandler
        Throws:
        java.sql.SQLException
      • query

        public <E> java.util.List<E> query​(java.sql.Statement statement,
                                           ResultHandler resultHandler)
                                    throws java.sql.SQLException
        Specified by:
        query in interface StatementHandler
        Throws:
        java.sql.SQLException
      • queryCursor

        public <E> Cursor<E> queryCursor​(java.sql.Statement statement)
                                  throws java.sql.SQLException
        Specified by:
        queryCursor in interface StatementHandler
        Throws:
        java.sql.SQLException