/*
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */

package br.com.ddns.grupotsergio;

import java.sql.*;

/**
 *
 * @author Edson
 */
public class custoacumGS {

    private static PreparedStatement stm = null;
    private static ResultSet rs = null;
    private static Statement stmt;

    public custoacumGS(){
    }


    public ResultSet getResultado(){
        return rs;
    }

}
