org.openprovenance.prov.client_copy.SQL Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of prov-template Show documentation
Show all versions of prov-template Show documentation
A template system for PROV bundles.
The newest version!
// Generated automatically by ProvToolbox for template configuration 'template_library'
// by class org.openprovenance.prov.template.compiler.common.CompilerCommon, method generateSQLInterface,
// in file CompilerCommon.java, at line 1467
package org.openprovenance.prov.client_copy;
public interface SQL {
String getSQLInsert();
String getSQLInsertStatement();
}