home *** CD-ROM | disk | FTP | other *** search
/ PC World 2001 August / PCWorld_2001-08_cd.bin / Komunikace / phptriad / phptriadsetup2-11.exe / php / pear / DB / STATUS < prev    next >
Text File  |  2001-01-15  |  1KB  |  24 lines

  1. DB driver feature matrix:
  2.  
  3. Symbols:
  4.   "x" - implemented, but without tests
  5.   "t" - implemented, but one or more tests fail
  6.   "T" - implemented, passing all tests
  7.   "e" - emulated, without tests
  8.   "E" - emulated, passing all tests
  9.   "n" - returns "not capable"
  10.   "-" - no implementation of this feature
  11.  
  12. FEATURE         ibase   msql    mssql   mysql   oci8    odbc    pgsql   sybase
  13. simpleQuery       x       x       x       T       x       x       T       x
  14. numCols           x       x       x       T       x       x       T       x
  15. numRows           n       x       x       T       n       n       T       n
  16. errorNative       n       n       n       T       x       x       T       n
  17. prepare/execute   x       e       e       E       x       e       E       e
  18. sequences         n       n       n       E       n       n       T       n
  19. affectedRows      n       n       n       T       x       n       T       n
  20. fetch modes       x       x       x       T       x       x       T       x
  21. transactions      x       n       n       n       x       x       x       n
  22. auto-commit       x       n       n       n       x       x       x       n
  23. error mapping     -       -       -       T       -       x       E       -
  24.