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

org.zodiac.ds.api.switcher.TableSwitcher Maven / Gradle / Ivy

package org.zodiac.ds.api.switcher;

/**
 * Table switcher.
 */
public interface TableSwitcher {

    void use(String source, String target);

    String getTable(String name);

    void reset();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy