stock_actual INT NOT NULL CHECK (stock_actual >= 0), stock_minimo INT NOT NULL CHECK (stock_minimo >= 0) ...
The definitive JNA reference (including an overview and usage details) is in the JavaDoc. Please read the overview. Questions, comments, or exploratory conversations should begin on the mailing list, ...