public void close() throws SQLException {
    logger.debug("close() - start");

    _statement.close();
  }