All Downloads are FREE. Search and download functionalities are using the official Maven repository.

fr.ght1pc9kc.testy.jooq.model.RelationalDataSet Maven / Gradle / Ivy

The newest version!
package fr.ght1pc9kc.testy.jooq.model;

import org.jooq.TableRecord;

import java.util.List;

public interface RelationalDataSet> {
    List records();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy