Пример #1
0
 /**
  * Retrieves the TableMap object related to this Table data without compiler warnings of using
  * getPeer().getTableMap().
  *
  * @return The associated TableMap object.
  */
 public TableMap getTableMap() throws TorqueException {
   return AppPeer.getTableMap();
 }