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

com.jn.sqlhelper.common.ddl.dump.TableGenerator Maven / Gradle / Ivy

package com.jn.sqlhelper.common.ddl.dump;

import com.jn.sqlhelper.common.ddl.model.Table;

import java.sql.SQLException;

public interface TableGenerator {
    String generate(Table table) throws SQLException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy