diff --git a/docs/classes.html b/docs/classes.html index 8e918a4..a0b1954 100644 --- a/docs/classes.html +++ b/docs/classes.html @@ -110,32 +110,28 @@ AbstractDriver Base Database class - EMPTY - + PASSED AbstractQueryBuilder Abstract Class for internal implementation methods of the Query Builder - EMPTY - + PASSED AbstractSQL parent for database manipulation subclasses - EMPTY - + PASSED AbstractUtil Abstract class defining database / table creation methods - EMPTY - + PASSED @@ -150,24 +146,21 @@ ConnectionManager Connection manager class to manage connections for the Query method - EMPTY - + PASSED QueryBuilder Convenience class for creating sql queries - also the class that instantiates the specific db driver - EMPTY - + PASSED QueryParser Utility Class to parse sql clauses for properly escaping identifiers - EMPTY - + PASSED @@ -188,32 +181,28 @@ Driver Firebird Database class - EMPTY - + PASSED Result Firebird result class to emulate PDOStatement Class - only implements data-fetching methods - EMPTY - + PASSED SQL Firebird Specific SQL - EMPTY - + PASSED Util Firebird-specific backup, import and creation methods - EMPTY - + PASSED @@ -234,24 +223,21 @@ Driver MySQL specific class - EMPTY - + UNTESTED SQL MySQL specifc SQL - EMPTY - + PASSED Util MySQL-specific backup, import and creation methods - EMPTY - + PASSED @@ -272,24 +258,21 @@ Driver PostgreSQL specifc class - EMPTY - + PASSED SQL PostgreSQL specifc SQL - EMPTY - + PASSED Util Posgres-specific backup, import and creation methods - EMPTY - + PASSED @@ -310,24 +293,21 @@ Driver SQLite specific class - EMPTY - + PASSED SQL SQLite Specific SQL - EMPTY - + PASSED Util SQLite-specific backup, import and creation methods - EMPTY - + PASSED diff --git a/docs/classes/Query_AbstractDriver.html b/docs/classes/Query_AbstractDriver.html index efbe541..2ed6462 100644 --- a/docs/classes/Query_AbstractDriver.html +++ b/docs/classes/Query_AbstractDriver.html @@ -55,6 +55,9 @@
  • Hierarchy
  • +
  • + Coverage +
  • Members
  • @@ -155,6 +158,19 @@ +

    Coverage

    + + + + + + + + + + + +
    Methods100%33 / 33
    Lines100%127 / 127

    Members

    protected

    diff --git a/docs/classes/Query_AbstractDriver/__call.html b/docs/classes/Query_AbstractDriver/__call.html index 00cd487..0343dfa 100644 --- a/docs/classes/Query_AbstractDriver/__call.html +++ b/docs/classes/Query_AbstractDriver/__call.html @@ -61,6 +61,9 @@
  • Return
  • +
  • + Tests +
  • Source
  • @@ -95,6 +98,15 @@
    mixed
    +

    Test Coverage

    +
    +

    Information

    +
      +
    • Coverage: 0/0 Lines (100%)
    • +
    • Tests: 0
    • +
    • Passed: 0 (0%)
    • +
    +