home *** CD-ROM | disk | FTP | other *** search
/ Amiga ACS 1998 #4 / amigaacscoverdisc1998-041998.iso / utilities / shareware / dev / msql / fd / msql.fd
Encoding:
Text File  |  1998-03-04  |  859 b   |  34 lines

  1. ** $VER: msql.fd 1.1 (26.02.98)
  2. ##base _MsqlBase
  3. ##bias 30
  4. ##public
  5. MsqlReserved0()()
  6. MsqlAllocConnection()()
  7. MsqlFreeConnection(co)(a0)
  8. MsqlGetErrMsg(co)(a0)
  9. MsqlConnect(co, host)(a1/a0)
  10. MsqlSelectDB(co, dnName)(a1/a0)
  11. MsqlQuery(co, query)(a1/a0)
  12. MsqlCreateDB(xx, yy)(a1/a0)
  13. MsqlDropDB(xx, yy)(a1/a0)
  14. MsqlShutdown(xx)(a0)
  15. MsqlGetProtoInfo(co)(a0)
  16. MsqlReloadAcls(xx)(a0)
  17. MsqlGetServerInfo(xx)(a0)
  18. MsqlGetHostInfo(xx)(a0)
  19. MsqlClose(co)(a1)
  20. MsqlDataSeek(co, result, pos)(a1/a0/d0)
  21. MsqlFieldSeek(co, result, pos)(a1/a0/d0)
  22. MsqlFreeResult(co, result)(a1/a0)
  23. MsqlFetchRow(co, result)(a1/a0)
  24. MsqlFetchField(co, result)(a1/a0)
  25. MsqlListDBs(co)(a0)
  26. MsqlListTables(co)(a0)
  27. MsqlListFields(co, table)(a0/a1)
  28. MsqlListIndex(co, str, str)(a2/a0/a1)
  29. MsqlStoreResult(co)(a0)
  30. MsqlLoadConfigFile(xx, yy)(a1/a0)
  31. MsqlGetIntConf(xx, yy)(a1/a0)
  32. MsqlGetCharConf(xx, yy)(a1/a0)
  33. ##end
  34.