接口 JdbcPreparedStatement

    • 方法详细资料

      • realClose

        void realClose​(boolean calledExplicitly,
                       boolean closeOpenResults)
                throws SQLException
        抛出:
        SQLException
      • getBytesRepresentation

        byte[] getBytesRepresentation​(int parameterIndex)
                               throws SQLException
        抛出:
        SQLException
      • getPreparedSql

        String getPreparedSql()
      • setBytes

        void setBytes​(int parameterIndex,
                      byte[] x,
                      boolean checkForIntroducer,
                      boolean escapeForMBChars)
               throws SQLException
        抛出:
        SQLException
      • setBytesNoEscape

        void setBytesNoEscape​(int parameterIndex,
                              byte[] parameterAsBytes)
                       throws SQLException
        Used by updatable result sets for refreshRow() because the parameter has already been escaped for updater or inserter prepared statements.
        参数:
        parameterIndex - the parameter to set.
        parameterAsBytes - the parameter as a string.
        抛出:
        SQLException - if an error occurs
      • setBytesNoEscapeNoQuotes

        void setBytesNoEscapeNoQuotes​(int parameterIndex,
                                      byte[] parameterAsBytes)
                               throws SQLException
        抛出:
        SQLException