diff --git a/apiDocumentation/interfaces/Query_Drivers_DriverInterface.html b/apiDocumentation/interfaces/Query_Drivers_DriverInterface.html
index c1a660e..6d064d7 100644
--- a/apiDocumentation/interfaces/Query_Drivers_DriverInterface.html
+++ b/apiDocumentation/interfaces/Query_Drivers_DriverInterface.html
@@ -59,7 +59,7 @@
Methods
- Source
+ Source
@@ -84,6 +84,7 @@
public ?array getFunctions ()
public ?array getProcedures ()
public ?array getTriggers ()
+ public string quote ()
public string|array quoteIdent ()
public string|array quoteTable ()
public ?PDOStatement prepareExecute ()
@@ -92,7 +93,7 @@
public ?int numRows ()
public string prefixTable ()
public array insertBatch ()
- public int|null updateBatch ()
+ public array updateBatch ()
public SQLInterface getSql ()
public AbstractUtil getUtil ()
public void setLastQuery ()
@@ -147,6 +148,8 @@
— Create and execute a prepared statement with the provided parameters
prepareQuery()
— Simplifies prepared statements for database queries
+
quote()
+ — Quotes a string for use in a query (from native PDO)
quoteIdent()
— Surrounds the string with the databases identifier escape characters
quoteTable()
diff --git a/apiDocumentation/interfaces/Query_Drivers_DriverInterface/__construct.html b/apiDocumentation/interfaces/Query_Drivers_DriverInterface/__construct.html
index 3b84e5a..20a93e5 100644
--- a/apiDocumentation/interfaces/Query_Drivers_DriverInterface/__construct.html
+++ b/apiDocumentation/interfaces/Query_Drivers_DriverInterface/__construct.html
@@ -59,7 +59,7 @@
Parameter
- Source
+ Source
diff --git a/apiDocumentation/interfaces/Query_Drivers_DriverInterface/affectedRows.html b/apiDocumentation/interfaces/Query_Drivers_DriverInterface/affectedRows.html
index 903fcac..1ea4d65 100644
--- a/apiDocumentation/interfaces/Query_Drivers_DriverInterface/affectedRows.html
+++ b/apiDocumentation/interfaces/Query_Drivers_DriverInterface/affectedRows.html
@@ -59,7 +59,7 @@
Return
- Source
+ Source
diff --git a/apiDocumentation/interfaces/Query_Drivers_DriverInterface/driverQuery.html b/apiDocumentation/interfaces/Query_Drivers_DriverInterface/driverQuery.html
index 3a14f8c..99c09b5 100644
--- a/apiDocumentation/interfaces/Query_Drivers_DriverInterface/driverQuery.html
+++ b/apiDocumentation/interfaces/Query_Drivers_DriverInterface/driverQuery.html
@@ -62,7 +62,7 @@
Return
- Source
+ Source
diff --git a/apiDocumentation/interfaces/Query_Drivers_DriverInterface/getColumns.html b/apiDocumentation/interfaces/Query_Drivers_DriverInterface/getColumns.html
index 45f89b2..fe7a79e 100644
--- a/apiDocumentation/interfaces/Query_Drivers_DriverInterface/getColumns.html
+++ b/apiDocumentation/interfaces/Query_Drivers_DriverInterface/getColumns.html
@@ -62,7 +62,7 @@
Return
- Source
+ Source
diff --git a/apiDocumentation/interfaces/Query_Drivers_DriverInterface/getDbs.html b/apiDocumentation/interfaces/Query_Drivers_DriverInterface/getDbs.html
index 184835d..9b0c1a0 100644
--- a/apiDocumentation/interfaces/Query_Drivers_DriverInterface/getDbs.html
+++ b/apiDocumentation/interfaces/Query_Drivers_DriverInterface/getDbs.html
@@ -59,7 +59,7 @@
Return
- Source
+ Source
diff --git a/apiDocumentation/interfaces/Query_Drivers_DriverInterface/getFks.html b/apiDocumentation/interfaces/Query_Drivers_DriverInterface/getFks.html
index 6c9d3c7..e5d38f5 100644
--- a/apiDocumentation/interfaces/Query_Drivers_DriverInterface/getFks.html
+++ b/apiDocumentation/interfaces/Query_Drivers_DriverInterface/getFks.html
@@ -62,7 +62,7 @@
Return
- Source
+ Source
diff --git a/apiDocumentation/interfaces/Query_Drivers_DriverInterface/getFunctions.html b/apiDocumentation/interfaces/Query_Drivers_DriverInterface/getFunctions.html
index cbf5253..e5014fe 100644
--- a/apiDocumentation/interfaces/Query_Drivers_DriverInterface/getFunctions.html
+++ b/apiDocumentation/interfaces/Query_Drivers_DriverInterface/getFunctions.html
@@ -59,7 +59,7 @@
Return
- Source
+ Source
diff --git a/apiDocumentation/interfaces/Query_Drivers_DriverInterface/getIndexes.html b/apiDocumentation/interfaces/Query_Drivers_DriverInterface/getIndexes.html
index 3654e73..562bd34 100644
--- a/apiDocumentation/interfaces/Query_Drivers_DriverInterface/getIndexes.html
+++ b/apiDocumentation/interfaces/Query_Drivers_DriverInterface/getIndexes.html
@@ -62,7 +62,7 @@
Return
- Source
+ Source
diff --git a/apiDocumentation/interfaces/Query_Drivers_DriverInterface/getProcedures.html b/apiDocumentation/interfaces/Query_Drivers_DriverInterface/getProcedures.html
index e31be9d..4d30e68 100644
--- a/apiDocumentation/interfaces/Query_Drivers_DriverInterface/getProcedures.html
+++ b/apiDocumentation/interfaces/Query_Drivers_DriverInterface/getProcedures.html
@@ -59,7 +59,7 @@
Return
- Source
+ Source
diff --git a/apiDocumentation/interfaces/Query_Drivers_DriverInterface/getSequences.html b/apiDocumentation/interfaces/Query_Drivers_DriverInterface/getSequences.html
index 7aa1179..8b4bada 100644
--- a/apiDocumentation/interfaces/Query_Drivers_DriverInterface/getSequences.html
+++ b/apiDocumentation/interfaces/Query_Drivers_DriverInterface/getSequences.html
@@ -59,7 +59,7 @@
Return
- Source
+ Source
diff --git a/apiDocumentation/interfaces/Query_Drivers_DriverInterface/getSql.html b/apiDocumentation/interfaces/Query_Drivers_DriverInterface/getSql.html
index baed2ff..929856d 100644
--- a/apiDocumentation/interfaces/Query_Drivers_DriverInterface/getSql.html
+++ b/apiDocumentation/interfaces/Query_Drivers_DriverInterface/getSql.html
@@ -59,7 +59,7 @@
Return
- Source
+ Source
diff --git a/apiDocumentation/interfaces/Query_Drivers_DriverInterface/getSystemTables.html b/apiDocumentation/interfaces/Query_Drivers_DriverInterface/getSystemTables.html
index 0d26635..e032af1 100644
--- a/apiDocumentation/interfaces/Query_Drivers_DriverInterface/getSystemTables.html
+++ b/apiDocumentation/interfaces/Query_Drivers_DriverInterface/getSystemTables.html
@@ -59,7 +59,7 @@
Return
- Source
+ Source
diff --git a/apiDocumentation/interfaces/Query_Drivers_DriverInterface/getTables.html b/apiDocumentation/interfaces/Query_Drivers_DriverInterface/getTables.html
index 60a00c0..b124d49 100644
--- a/apiDocumentation/interfaces/Query_Drivers_DriverInterface/getTables.html
+++ b/apiDocumentation/interfaces/Query_Drivers_DriverInterface/getTables.html
@@ -59,7 +59,7 @@
Return
- Source
+ Source
diff --git a/apiDocumentation/interfaces/Query_Drivers_DriverInterface/getTriggers.html b/apiDocumentation/interfaces/Query_Drivers_DriverInterface/getTriggers.html
index 3e4e579..2ca47d3 100644
--- a/apiDocumentation/interfaces/Query_Drivers_DriverInterface/getTriggers.html
+++ b/apiDocumentation/interfaces/Query_Drivers_DriverInterface/getTriggers.html
@@ -59,7 +59,7 @@
Return
- Source
+ Source
diff --git a/apiDocumentation/interfaces/Query_Drivers_DriverInterface/getTypes.html b/apiDocumentation/interfaces/Query_Drivers_DriverInterface/getTypes.html
index 07c0aac..5519b97 100644
--- a/apiDocumentation/interfaces/Query_Drivers_DriverInterface/getTypes.html
+++ b/apiDocumentation/interfaces/Query_Drivers_DriverInterface/getTypes.html
@@ -59,7 +59,7 @@
Return
- Source
+ Source
diff --git a/apiDocumentation/interfaces/Query_Drivers_DriverInterface/getUtil.html b/apiDocumentation/interfaces/Query_Drivers_DriverInterface/getUtil.html
index 186b1e3..5b1317a 100644
--- a/apiDocumentation/interfaces/Query_Drivers_DriverInterface/getUtil.html
+++ b/apiDocumentation/interfaces/Query_Drivers_DriverInterface/getUtil.html
@@ -59,7 +59,7 @@
Return
- Source
+ Source
diff --git a/apiDocumentation/interfaces/Query_Drivers_DriverInterface/getViews.html b/apiDocumentation/interfaces/Query_Drivers_DriverInterface/getViews.html
index fff4806..c6e8651 100644
--- a/apiDocumentation/interfaces/Query_Drivers_DriverInterface/getViews.html
+++ b/apiDocumentation/interfaces/Query_Drivers_DriverInterface/getViews.html
@@ -59,7 +59,7 @@
Return
- Source
+ Source
diff --git a/apiDocumentation/interfaces/Query_Drivers_DriverInterface/insertBatch.html b/apiDocumentation/interfaces/Query_Drivers_DriverInterface/insertBatch.html
index ed102d7..2fc90cc 100644
--- a/apiDocumentation/interfaces/Query_Drivers_DriverInterface/insertBatch.html
+++ b/apiDocumentation/interfaces/Query_Drivers_DriverInterface/insertBatch.html
@@ -62,7 +62,7 @@
Return
- Source
+ Source
diff --git a/apiDocumentation/interfaces/Query_Drivers_DriverInterface/numRows.html b/apiDocumentation/interfaces/Query_Drivers_DriverInterface/numRows.html
index ea83a67..e4fa59b 100644
--- a/apiDocumentation/interfaces/Query_Drivers_DriverInterface/numRows.html
+++ b/apiDocumentation/interfaces/Query_Drivers_DriverInterface/numRows.html
@@ -59,7 +59,7 @@
Return
- Source
+ Source
diff --git a/apiDocumentation/interfaces/Query_Drivers_DriverInterface/prefixTable.html b/apiDocumentation/interfaces/Query_Drivers_DriverInterface/prefixTable.html
index c11c1fa..f854dff 100644
--- a/apiDocumentation/interfaces/Query_Drivers_DriverInterface/prefixTable.html
+++ b/apiDocumentation/interfaces/Query_Drivers_DriverInterface/prefixTable.html
@@ -62,7 +62,7 @@
Return
- Source
+ Source
diff --git a/apiDocumentation/interfaces/Query_Drivers_DriverInterface/prepareExecute.html b/apiDocumentation/interfaces/Query_Drivers_DriverInterface/prepareExecute.html
index 5707dfa..7c2b6d8 100644
--- a/apiDocumentation/interfaces/Query_Drivers_DriverInterface/prepareExecute.html
+++ b/apiDocumentation/interfaces/Query_Drivers_DriverInterface/prepareExecute.html
@@ -62,7 +62,7 @@
Return
- Source
+ Source
diff --git a/apiDocumentation/interfaces/Query_Drivers_DriverInterface/prepareQuery.html b/apiDocumentation/interfaces/Query_Drivers_DriverInterface/prepareQuery.html
index 0e69fdb..6ea7164 100644
--- a/apiDocumentation/interfaces/Query_Drivers_DriverInterface/prepareQuery.html
+++ b/apiDocumentation/interfaces/Query_Drivers_DriverInterface/prepareQuery.html
@@ -65,7 +65,7 @@
Throws
- Source
+ Source
diff --git a/apiDocumentation/interfaces/Query_Drivers_DriverInterface/quote.html b/apiDocumentation/interfaces/Query_Drivers_DriverInterface/quote.html
new file mode 100644
index 0000000..7e9d873
--- /dev/null
+++ b/apiDocumentation/interfaces/Query_Drivers_DriverInterface/quote.html
@@ -0,0 +1,104 @@
+
+
+
+
+
phpDox - Query\Drivers\DriverInterface::quote
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Query\Drivers\DriverInterface:: quote
+ Quotes a string for use in a query (from native PDO)
+
+
+ Signature
+
+ public function quote(string
+ $string,
+ [int
+ $parameter_type = NULL] )
+
+
+ Parameters
+
+ $string
+ —
+ string
+
+ $parameter_type
+ —
+ int
+
+
+ Returns
+
+ string
+
+
+
+
+
+ Generated using phpDox 0.11.0-dev - Copyright (C) 2010 - 2018 by Arne Blankerts and Contributors
+
+
+
diff --git a/apiDocumentation/interfaces/Query_Drivers_DriverInterface/quoteIdent.html b/apiDocumentation/interfaces/Query_Drivers_DriverInterface/quoteIdent.html
index da42f43..78642f7 100644
--- a/apiDocumentation/interfaces/Query_Drivers_DriverInterface/quoteIdent.html
+++ b/apiDocumentation/interfaces/Query_Drivers_DriverInterface/quoteIdent.html
@@ -62,7 +62,7 @@
Return
- Source
+ Source
diff --git a/apiDocumentation/interfaces/Query_Drivers_DriverInterface/quoteTable.html b/apiDocumentation/interfaces/Query_Drivers_DriverInterface/quoteTable.html
index 121238f..e2d6a4f 100644
--- a/apiDocumentation/interfaces/Query_Drivers_DriverInterface/quoteTable.html
+++ b/apiDocumentation/interfaces/Query_Drivers_DriverInterface/quoteTable.html
@@ -62,7 +62,7 @@
Return
- Source
+ Source
diff --git a/apiDocumentation/interfaces/Query_Drivers_DriverInterface/setLastQuery.html b/apiDocumentation/interfaces/Query_Drivers_DriverInterface/setLastQuery.html
index 7e96039..788390d 100644
--- a/apiDocumentation/interfaces/Query_Drivers_DriverInterface/setLastQuery.html
+++ b/apiDocumentation/interfaces/Query_Drivers_DriverInterface/setLastQuery.html
@@ -62,7 +62,7 @@
Return
- Source
+ Source
diff --git a/apiDocumentation/interfaces/Query_Drivers_DriverInterface/updateBatch.html b/apiDocumentation/interfaces/Query_Drivers_DriverInterface/updateBatch.html
index da6b7f8..a460f85 100644
--- a/apiDocumentation/interfaces/Query_Drivers_DriverInterface/updateBatch.html
+++ b/apiDocumentation/interfaces/Query_Drivers_DriverInterface/updateBatch.html
@@ -62,7 +62,7 @@
Return
- Source
+ Source
@@ -75,7 +75,7 @@
public function updateBatch(string
$table,
- array|object
+ array
$data,
string
$where )
@@ -89,8 +89,8 @@
$data
—
- object
-
+ array
+
$where
—
string
@@ -98,9 +98,8 @@
Returns
- int|null
-
-
+ array
+
diff --git a/apiDocumentation/interfaces/Query_QueryBuilderInterface.html b/apiDocumentation/interfaces/Query_QueryBuilderInterface.html
index 6804cc4..18ac1c4 100644
--- a/apiDocumentation/interfaces/Query_QueryBuilderInterface.html
+++ b/apiDocumentation/interfaces/Query_QueryBuilderInterface.html
@@ -108,7 +108,7 @@
public ?PDOStatement insertBatch ()
public ?PDOStatement replace ()
public ?PDOStatement update ()
- public ?PDOStatement updateBatch ()
+ public ?int updateBatch ()
public ?PDOStatement delete ()
public string getCompiledSelect ()
public string getCompiledInsert ()
diff --git a/apiDocumentation/interfaces/Query_QueryBuilderInterface/updateBatch.html b/apiDocumentation/interfaces/Query_QueryBuilderInterface/updateBatch.html
index 6cee13f..0fc7dd0 100644
--- a/apiDocumentation/interfaces/Query_QueryBuilderInterface/updateBatch.html
+++ b/apiDocumentation/interfaces/Query_QueryBuilderInterface/updateBatch.html
@@ -75,7 +75,7 @@
public function updateBatch(string
$table,
- array|object
+ array
$data,
string
$where )
@@ -86,19 +86,19 @@
$table
—
string
-
+ The table to update
$data
—
- object
-
+ array
+ an array of update values
$where
—
string
-
+ The where key
Returns
- PDOStatement
+ int|null
diff --git a/apiDocumentation/source/BadDBDriverException.php.html b/apiDocumentation/source/BadDBDriverException.php.html
index e4c0a54..e8d340e 100644
--- a/apiDocumentation/source/BadDBDriverException.php.html
+++ b/apiDocumentation/source/BadDBDriverException.php.html
@@ -1,3 +1,3 @@
phpDox - Source of BadDBDriverException.php Source of file BadDBDriverException.php
- Size: 0,550 Bytes - Last Modified: 2018-01-24T19:47:12+00:00
src/ BadDBDriverException.phpGenerated using phpDox 0.11.0-dev - Copyright (C) 2010 - 2018 by Arne Blankerts and Contributors
+ Size: 0,550 Bytes - Last Modified: 2018-01-25T14:51:55+00:00src/ BadDBDriverException.php
Generated using phpDox 0.11.0-dev - Copyright (C) 2010 - 2018 by Arne Blankerts and Contributors