blob: c34e6ab81ebe99859d77113a3b36796b2f9db055 [file] [log] [blame]
package test;
import java.util.Hashtable;
public class Test {
public Test() {
Hashtable fields;
// TODO some todo text
// direct field names
// ==== Dictionaries
//CountryDictInfo
fields = new Hashtable();
fields.put("name", "Name");
fields.put("numericCode", "NumericCode");
getSqls().put("finmon.domain.dictionary", new SomeFieldSQLDescriptor(
this, "SELECT * FROM CountryDict WHERE ",
" ORDER BY Name", fields)) ;
}
}