
com.antiaction.raptor.dao.ITreeStructure Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of raptor-dbl Show documentation
Show all versions of raptor-dbl Show documentation
Raptor database layer implementation.
The newest version!
/*
* Created on 23/02/2010
*
* TODO To change the template for this generated file go to
* Window - Preferences - Java - Code Style - Code Templates
*/
package com.antiaction.raptor.dao;
public interface ITreeStructure {
public void insert(int parent_id, int id);
public void delete(int id);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy