package dmo.fs.db.dodex.bld;

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