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

com.kenshoo.jooq.TempTableResource Maven / Gradle / Ivy

package com.kenshoo.jooq;

import org.jooq.Record;
import org.jooq.Table;

public interface TempTableResource> extends AutoCloseable {

    T getTable();

    @Override
    void close();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy