예제 #1
0
 public void addAttributeAlias(String alias, String attributeName) throws DASException {
   _attrTbl.addAlias(alias, attributeName);
 }