org.onetwo.common.db.spi.SqlDirectiveExtractor Maven / Gradle / Ivy
The newest version!
package org.onetwo.common.db.spi;
public interface SqlDirectiveExtractor {
public boolean isDirective(String str);
public String extractDirective(String str);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy