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

com.mockrunner.jdbc.ResultSetFactory Maven / Gradle / Ivy

package com.mockrunner.jdbc;

import com.mockrunner.mock.jdbc.MockResultSet;

/**
 * Interface for ResultSet factories.
 */
public interface ResultSetFactory
{
    public MockResultSet create(String id);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy