From 6c757f1cb1a9496ca655bb1019276126d23ddb85 Mon Sep 17 00:00:00 2001 From: "Timothy J. Warren" Date: Fri, 7 Nov 2014 12:21:49 -0500 Subject: [PATCH] Update docs --- Query/Abstract_Query_Builder.php | 2 +- .../classes/Query.Abstract_Query_Builder.html | 26 ++-- docs/classes/Query.BadDBDriverException.html | 22 +-- docs/classes/Query.Connection_Manager.html | 22 +-- .../classes/Query.Driver.Abstract_Driver.html | 22 +-- .../Query.Driver.Driver_Interface.html | 32 ++--- docs/classes/Query.Driver.Firebird.html | 22 +-- .../classes/Query.Driver.Firebird_Result.html | 22 +-- docs/classes/Query.Driver.MySQL.html | 22 +-- docs/classes/Query.Driver.PgSQL.html | 22 +-- .../Query.Driver.SQL.Abstract_SQL.html | 22 +-- .../Query.Driver.SQL.Firebird_SQL.html | 22 +-- docs/classes/Query.Driver.SQL.MySQL_SQL.html | 22 +-- docs/classes/Query.Driver.SQL.PgSQL_SQL.html | 22 +-- .../Query.Driver.SQL.SQL_Interface.html | 22 +-- docs/classes/Query.Driver.SQL.SQLite_SQL.html | 30 ++-- docs/classes/Query.Driver.SQLite.html | 22 +-- .../Query.Driver.Util.Abstract_Util.html | 22 +-- .../Query.Driver.Util.Firebird_Util.html | 22 +-- .../classes/Query.Driver.Util.MySQL_Util.html | 22 +-- .../classes/Query.Driver.Util.PgSQL_Util.html | 22 +-- .../Query.Driver.Util.SQLite_Util.html | 22 +-- docs/classes/Query.Query_Builder.html | 26 ++-- .../Query.Query_Builder_Interface.html | 22 +-- docs/classes/Query.Query_Parser.html | 22 +-- .../Query.Abstract_Query_Builder.php.html | 22 +-- .../files/Query.BadDBDriverException.php.html | 22 +-- docs/files/Query.Connection_Manager.php.html | 22 +-- .../Query.Driver.Abstract_Driver.php.html | 22 +-- .../Query.Driver.Driver_Interface.php.html | 22 +-- .../Query.Driver.SQL.Abstract_SQL.php.html | 22 +-- .../Query.Driver.SQL.SQL_Interface.php.html | 22 +-- .../Query.Driver.Util.Abstract_Util.php.html | 22 +-- docs/files/Query.Query_Builder.php.html | 22 +-- .../Query.Query_Builder_Interface.php.html | 22 +-- docs/files/Query.Query_Parser.php.html | 22 +-- .../Query/Abstract_Query_Builder.php.txt | 12 +- .../Query/Driver/Driver_Interface.php.txt | 5 +- docs/files/Query/Query_Builder.php.txt | 4 +- docs/files/autoload.php.html | 22 +-- docs/files/common.php.html | 134 ++++++++++++++++-- docs/files/common.php.txt | 53 +++++++ .../drivers.firebird.firebird_driver.php.html | 22 +-- .../drivers.firebird.firebird_result.php.html | 22 +-- .../drivers.firebird.firebird_sql.php.html | 22 +-- .../drivers.firebird.firebird_util.php.html | 22 +-- .../files/drivers.mysql.mysql_driver.php.html | 22 +-- docs/files/drivers.mysql.mysql_sql.php.html | 22 +-- docs/files/drivers.mysql.mysql_util.php.html | 22 +-- .../files/drivers.pgsql.pgsql_driver.php.html | 22 +-- docs/files/drivers.pgsql.pgsql_sql.php.html | 22 +-- docs/files/drivers.pgsql.pgsql_util.php.html | 22 +-- .../drivers.sqlite.sqlite_driver.php.html | 22 +-- docs/files/drivers.sqlite.sqlite_sql.php.html | 22 +-- .../files/drivers.sqlite.sqlite_util.php.html | 22 +-- docs/files/drivers/sqlite/sqlite_sql.php.txt | 4 +- docs/graphs/class.html | 2 +- docs/namespaces/Query.Driver.SQL.html | 22 +-- docs/namespaces/Query.Driver.Util.html | 22 +-- docs/namespaces/Query.Driver.html | 22 +-- docs/namespaces/Query.html | 22 +-- docs/namespaces/default.html | 134 ++++++++++++++++-- docs/reports/deprecated.html | 2 +- docs/reports/errors.html | 2 +- docs/reports/markers.html | 2 +- 65 files changed, 912 insertions(+), 636 deletions(-) diff --git a/Query/Abstract_Query_Builder.php b/Query/Abstract_Query_Builder.php index 8c0eeda..ac42ae0 100644 --- a/Query/Abstract_Query_Builder.php +++ b/Query/Abstract_Query_Builder.php @@ -358,7 +358,7 @@ abstract class Abstract_Query_Builder { * * @param mixed $key * @param mixed $val - * @param string $conj + * @param string $defaultConj * @return Query_Builder */ protected function _where_string($key, $val=array(), $defaultConj='AND') diff --git a/docs/classes/Query.Abstract_Query_Builder.html b/docs/classes/Query.Abstract_Query_Builder.html index 989b88d..c0efbba 100644 --- a/docs/classes/Query.Abstract_Query_Builder.html +++ b/docs/classes/Query.Abstract_Query_Builder.html @@ -139,37 +139,37 @@
- + \
-
+
- + Query
-
+
- + Driver
-
+
- + Util
-
+
@@ -188,10 +188,10 @@
- + SQL
-
+
@@ -1431,7 +1431,7 @@ array(

_where_string()

-
_where_string(mixed $key, mixed $val, string $conj) : \Query\Query_Builder
+
_where_string(mixed $key, mixed $val, string $defaultConj) : \Query\Query_Builder

Simplify generating where string

@@ -1449,7 +1449,7 @@ array(

string - $conj + $defaultConj @@ -1832,7 +1832,7 @@ array(


Documentation is powered by phpDocumentor and authored - on August 8th, 2014 at 13:50. + on November 7th, 2014 at 12:20.
diff --git a/docs/classes/Query.BadDBDriverException.html b/docs/classes/Query.BadDBDriverException.html index 6e01db0..7c1885a 100644 --- a/docs/classes/Query.BadDBDriverException.html +++ b/docs/classes/Query.BadDBDriverException.html @@ -139,37 +139,37 @@
- + \
-
+
- + Query
-
+
- + Driver
-
+
- + Util
-
+
@@ -188,10 +188,10 @@
- + SQL
-
+
@@ -393,7 +393,7 @@

Documentation is powered by phpDocumentor and authored - on August 8th, 2014 at 13:50. + on November 7th, 2014 at 12:20.
diff --git a/docs/classes/Query.Connection_Manager.html b/docs/classes/Query.Connection_Manager.html index 803dc59..aaa5dc7 100644 --- a/docs/classes/Query.Connection_Manager.html +++ b/docs/classes/Query.Connection_Manager.html @@ -139,37 +139,37 @@
- + \
-
+
- + Query
-
+
- + Driver
-
+
- + Util
-
+
@@ -188,10 +188,10 @@
- + SQL
-
+
@@ -817,7 +817,7 @@ Query method


Documentation is powered by phpDocumentor and authored - on August 8th, 2014 at 13:50. + on November 7th, 2014 at 12:20.
diff --git a/docs/classes/Query.Driver.Abstract_Driver.html b/docs/classes/Query.Driver.Abstract_Driver.html index 2d55536..c4ae054 100644 --- a/docs/classes/Query.Driver.Abstract_Driver.html +++ b/docs/classes/Query.Driver.Abstract_Driver.html @@ -139,37 +139,37 @@
- + \
-
+
- + Query
-
+
- + Driver
-
+
- + Util
-
+
@@ -188,10 +188,10 @@
- + SQL
-
+
@@ -1814,7 +1814,7 @@ the connection/database


Documentation is powered by phpDocumentor and authored - on August 8th, 2014 at 13:50. + on November 7th, 2014 at 12:20.
diff --git a/docs/classes/Query.Driver.Driver_Interface.html b/docs/classes/Query.Driver.Driver_Interface.html index f13bc6d..79e86cd 100644 --- a/docs/classes/Query.Driver.Driver_Interface.html +++ b/docs/classes/Query.Driver.Driver_Interface.html @@ -139,37 +139,37 @@
- + \
-
+
- + Query
-
+
- + Driver
-
+
- + Util
-
+
@@ -188,10 +188,10 @@
- + SQL
-
+
@@ -362,7 +362,7 @@

__construct()

-
__construct(string $dsn, string $username, string $password, array $driver_options)
+
__construct(string $dsn, string $username, string $password, array $driver_options) : void

Constructor/Connection method

@@ -1310,14 +1310,14 @@ the connection/database

get_sql()

-
get_sql() : \Query\Driver\SQL_Interface
+
get_sql() : \Query\Driver\SQL\SQL_Interface

Get the SQL class for the current driver

Returns

- \Query\Driver\SQL_Interface + \Query\Driver\SQL\SQL_Interface