Class PreparedStatementHandler

    • Method Detail

      • update

        public int update​(java.sql.Statement statement)
                   throws java.sql.SQLException
        Throws:
        java.sql.SQLException
      • batch

        public void batch​(java.sql.Statement statement)
                   throws java.sql.SQLException
        Throws:
        java.sql.SQLException
      • query

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

        public <E> Cursor<E> queryCursor​(java.sql.Statement statement)
                                  throws java.sql.SQLException
        Throws:
        java.sql.SQLException
      • instantiateStatement

        protected java.sql.Statement instantiateStatement​(java.sql.Connection connection)
                                                   throws java.sql.SQLException
        Specified by:
        instantiateStatement in class BaseStatementHandler
        Throws:
        java.sql.SQLException
      • parameterize

        public void parameterize​(java.sql.Statement statement)
                          throws java.sql.SQLException
        Throws:
        java.sql.SQLException