Examples of daj_string_podatak()


Examples of baza.Rad_baza.daj_string_podatak()

     */
    public synchronized boolean posalji_mail(String poruka, String sifra_projekta) {
        String from_g="matnovak@foi.hr";
        String to_g;
        Rad_baza rad_baza = new Rad_baza();
        to_g = rad_baza.daj_string_podatak(1,"projekti","mail","sifra_projekta="+sifra_projekta);
        try {
            String from = from_g;
            String to = to_g;
            String text = poruka;

View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.