comparison src/com/five_ten_sg/connectbot/util/HostDatabase.java @ 125:6eab98e58bed

add more 5250 config items
author Carl Byington <carl@five-ten-sg.com>
date Thu, 19 Jun 2014 08:37:44 -0700
parents 446dbcf606eb
children dfdbc75cd45f
comparison
equal deleted inserted replaced
124:c29fd84dff5f 125:6eab98e58bed
429 COL_WANTX11FORWARD = c.getColumnIndexOrThrow(FIELD_HOST_WANTX11FORWARD), 429 COL_WANTX11FORWARD = c.getColumnIndexOrThrow(FIELD_HOST_WANTX11FORWARD),
430 COL_X11HOST = c.getColumnIndexOrThrow(FIELD_HOST_X11HOST), 430 COL_X11HOST = c.getColumnIndexOrThrow(FIELD_HOST_X11HOST),
431 COL_X11PORT = c.getColumnIndexOrThrow(FIELD_HOST_X11PORT), 431 COL_X11PORT = c.getColumnIndexOrThrow(FIELD_HOST_X11PORT),
432 COL_MONITOR = c.getColumnIndexOrThrow(FIELD_HOST_MONITOR), 432 COL_MONITOR = c.getColumnIndexOrThrow(FIELD_HOST_MONITOR),
433 COL_EMULATION = c.getColumnIndexOrThrow(FIELD_HOST_EMULATION), 433 COL_EMULATION = c.getColumnIndexOrThrow(FIELD_HOST_EMULATION),
434 COL_ENCRYPTION5250 = c.getColumnIndexOrThrow(FIELD_HOST_ENCRYPTION5250); 434 COL_ENCRYPTION5250 = c.getColumnIndexOrThrow(FIELD_HOST_ENCRYPTION5250),
435 COL_LIBRARY5250 = c.getColumnIndexOrThrow(FIELD_HOST_LIBRARY5250); 435 COL_LIBRARY5250 = c.getColumnIndexOrThrow(FIELD_HOST_LIBRARY5250),
436 COL_MENU5250 = c.getColumnIndexOrThrow(FIELD_HOST_MENU5250); 436 COL_MENU5250 = c.getColumnIndexOrThrow(FIELD_HOST_MENU5250),
437 COL_PROGRAM5250 = c.getColumnIndexOrThrow(FIELD_HOST_PROGRAM5250); 437 COL_PROGRAM5250 = c.getColumnIndexOrThrow(FIELD_HOST_PROGRAM5250);
438 438
439 while (c.moveToNext()) { 439 while (c.moveToNext()) {
440 HostBean host = new HostBean(); 440 HostBean host = new HostBean();
441 host.setId(c.getLong(COL_ID)); 441 host.setId(c.getLong(COL_ID));