home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 January / Chip_2001-01_cd1.bin / tema / interb / InterBase_WI-V6.0-server.exe / server / examples / udf / udflib.def < prev   
Text File  |  2000-06-23  |  1KB  |  43 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.Interbase.com/IPL/
  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 Interbase Software Corporation
  10. ;  and its successors. Portions created by Borland/Inprise are
  11. ;  Copyright (C) 1992-1998 and 1999-2000 Borland/Inprise. Portions
  12. ;  created by InterBase Software Corporation are Copyright (C)
  13. ;  1998-1999 InterBase Software Corporation.
  14. ;  Copyright (C) 2000 InterBase Software Corporation
  15. ;  All Rights Reserved.
  16. ;  Contributor(s): ______________________________________.
  17. LIBRARY        udflib
  18. DESCRIPTION    'udflib.dll'
  19. DATA    READ WRITE
  20. EXPORTS
  21.     fn_abs
  22.     fn_add2
  23.     fn_blob_bytecount
  24.     fn_blob_linecount
  25.     fn_blob_substr
  26.     fn_dow
  27.     fn_doy
  28.     fn_fact
  29.     fn_lower_c
  30.     fn_max
  31.     fn_moy
  32.     fn_mul
  33.     fn_sqrt
  34.     fn_strcat
  35.     fn_substr
  36.     fn_sysdate
  37.     fn_trim
  38.     fn_trunc
  39.  
  40.