- талицы в бд у коментариев





import java.sql.ResultSet;
import java.sql.SQLException;
import java.util.ArrayList;
import java.util.List;

public interface DAOInter {

    List<Object> index(int polzovatelskiy_vvod);

    NumMenu menu = null;

    ArrayList<String> indextegs();

    Object show(int id);

    List<Object> indexteg(String teg, int polzovatelskiy_vvod);

    void updateLike(int id);

    List<Object> indexpohoshy(int idposta);

    List<Object> indexpoisk(String poisk, int polzovatelskiy_vvod);

    String nameAvtorPost(int id);

    Object postResultat(Object post, ResultSet resultSet)  throws SQLException;

    String getNames();
}

