180181182183184185186187188189190
table = new TupleTable(store, desc) ; } else table = new TupleTable(store, tableName) ; divider() ; table.dump() ; } private void execLoad(String tableName) { cmdError("Tuple load - not implemented (yet)", true) ;
183184185186187188189190191192193
175176177178179180181182183184185
7879808182838485868788
for (Pair<Node, Node> p : tg ) loader.load(p.getLeft(), p.getRight()) ; loader.finish() ; // ---- Dump it. tuples.dump() ; store.close() ; } static public final String TAG_CLASS = "trans-class" ; static public final String TAG_PROP = "trans-property" ;