protected void setUp() throws Exception { super.setUp(); executeCreateTable("CREATE TABLE Talias (id LONG,descr memo) "); }
protected void setUp() throws Exception { setInactivityTimeout(1); super.setUp(); executeCreateTable("CREATE TABLE memm( id LONG PRIMARY KEY,A LONG , C TEXT,D TEXT) "); }