Interface SpiSqlUpdate

    • Method Detail

      • getBaseSql

        String getBaseSql()
        Return the sql taking into account bind parameter expansion.
      • setGeneratedSql

        void setGeneratedSql​(String sql)
        Set the final sql being executed with named parameters replaced etc.
      • isGetGeneratedKeys

        boolean isGetGeneratedKeys()
        Return true if we are using getGeneratedKeys.
      • reset

        void reset()
        Reset bind position to be ready for another bind execute.
      • copy

        SpiSqlUpdate copy()
        Return a copy of the SqlUpdate with empty bind parameters.