The "query" collection of methods.
More...
|
| call ($name, $arguments, $expected_class=null) |
| TODO: This function needs simplifying.
|
|
| sql ($sql, $optParams=array()) |
| Executes a Fusion Tables SQL statement, which can be any of - SELECT - INSERT.
|
|
| sqlGet ($sql, $optParams=array()) |
| Executes a SQL statement which can be any of - SELECT - SHOW - DESCRIBE (query.sqlGet)
|
|
|
| convertToArrayAndStripNulls ($o) |
|
The "query" collection of methods.
Typical usage is: $fusiontablesService = new Google_Service_Fusiontables(...); $query = $fusiontablesService->query;
◆ call()
Google_Service_Resource::call |
( |
| $name, |
|
|
| $arguments, |
|
|
| $expected_class = null ) |
|
inherited |
TODO: This function needs simplifying.
- Parameters
-
$name | |
$arguments | |
$expected_class | - optional, the expected class name |
- Return values
-
Google_Http_Request|expected_class | |
- Exceptions
-
◆ sql()
Google_Service_Fusiontables_Query_Resource::sql |
( |
| $sql, |
|
|
| $optParams = array() ) |
Executes a Fusion Tables SQL statement, which can be any of - SELECT - INSERT.
- UPDATE - DELETE - SHOW - DESCRIBE - CREATE statement. (query.sql)
- Parameters
-
string | $sql | A Fusion Tables SQL statement, which can be any of - SELECT - INSERT - UPDATE - DELETE - SHOW - DESCRIBE - CREATE |
array | $optParams | Optional parameters. |
@opt_param bool typed Whether typed values are returned in the (JSON) response: numbers for numeric values and parsed geometries for KML values. Default is true. @opt_param bool hdrs Whether column names are included in the first row. Default is true.
- Return values
-
◆ sqlGet()
Google_Service_Fusiontables_Query_Resource::sqlGet |
( |
| $sql, |
|
|
| $optParams = array() ) |
Executes a SQL statement which can be any of - SELECT - SHOW - DESCRIBE (query.sqlGet)
- Parameters
-
string | $sql | A SQL statement which can be any of - SELECT - SHOW - DESCRIBE |
array | $optParams | Optional parameters. |
@opt_param bool typed Whether typed values are returned in the (JSON) response: numbers for numeric values and parsed geometries for KML values. Default is true. @opt_param bool hdrs Whether column names are included (in the first row). Default is true.
- Return values
-
The documentation for this class was generated from the following file:
- lib/google/src/Google/Service/Fusiontables.php