Esempio n. 1
0
  /**
   * Method declaration
   *
   * @param full
   * @throws SQLException
   */
  private void writeScript(boolean full) throws SQLException {

    if (Trace.TRACE) {
      Trace.trace();

      // create script in '.new' file
    }

    (new File(sFileScript + ".new")).delete();

    // script; but only positions of cached tables, not full
    scriptToFile(dDatabase, sFileScript + ".new", full, sysSession);
  }