com.danidemi.jlubricant.embeddable.h2.Visitor Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jlubricant-embeddable-h2 Show documentation
Show all versions of jlubricant-embeddable-h2 Show documentation
An Embeddable running the H2 database http://www.h2database.com.
package com.danidemi.jlubricant.embeddable.h2;
public interface Visitor {
void visit(H2DatabaseDescription h2DatabaseDescription);
void visit(H2Storage h2Storage);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy