All Downloads are FREE. Search and download functionalities are using the official Maven repository.

sql.rtree.rtree_trigger_delete Maven / Gradle / Ivy

CREATE TRIGGER "rtree___delete" AFTER DELETE ON ""
  WHEN old."" NOT NULL
BEGIN
  DELETE FROM "rtree__" WHERE id = OLD."";
END;




© 2015 - 2025 Weber Informatics LLC | Privacy Policy