コード例 #1
0
ファイル: UserFuncs.java プロジェクト: danielberry/basex
 /**
  * Checks if the function performs updates.
  *
  * @throws QueryException query exception
  */
 public void checkUp() throws QueryException {
   for (final UserFunc f : funcs) f.checkUp();
 }