home *** CD-ROM | disk | FTP | other *** search
/ Freelog 42 / Freelog042.iso / Alu / Ancestrologie / Sources / InterBase_WI-V6.0.1-server.ZIP / examples / udf / udflib.def < prev   
Text File  |  2001-01-05  |  1KB  |  40 lines

  1. ;  The contents of this file are subject to the Interbase Public
  2. ;  License Version 1.0 (the "License"); you may not use this file
  3. ;  except in compliance with the License. You may obtain a copy
  4. ;  of the License at http://www.Inprise.com/IPL.html
  5. ;  Software distributed under the License is distributed on an
  6. ;  "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express
  7. ;  or implied. See the License for the specific language governing
  8. ;  rights and limitations under the License.
  9. ;  The Original Code was created by Inprise Corporation
  10. ;  and its predecessors. Portions created by Inprise Corporation are
  11. ;  Copyright (C) 2000 Inprise Corporation
  12. ;  All Rights Reserved.
  13. ;  Contributor(s): ______________________________________.
  14. LIBRARY        udflib
  15. DESCRIPTION    'udflib.dll'
  16. DATA    READ WRITE
  17. EXPORTS
  18.     fn_abs
  19.     fn_add2
  20.     fn_blob_bytecount
  21.     fn_blob_linecount
  22.     fn_blob_substr
  23.     fn_dow
  24.     fn_doy
  25.     fn_fact
  26.     fn_lower_c
  27.     fn_max
  28.     fn_moy
  29.     fn_mul
  30.     fn_sqrt
  31.     fn_strcat
  32.     fn_substr
  33.     fn_sysdate
  34.     fn_trim
  35.     fn_trunc
  36.  
  37.