package hib.fs.db;

public interface DatabaseBuild {
	String getCreateTable(String table);
}
