blob: 2ad1eb9717a37c3fcf023483c46d03f98be02e6f [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));
}
}