PivotDataSource class [PHP]
Summary
Properties | Description | |
CharSet | Get or set the data source's charset. |
Methods | Description | |
MySQLPivotDataSource | Create a MySQLPivotDataSource object. | |
MySQLiPivotDataSource | Create a MySQLiPivotDataSource object. | |
PdoPivotDataSource | Create a PdoPivotDataSource object. | |
PostgreSQLPivotDataSource | Create a PostgreSQLPivotDataSource object. | |
MSSQLPivotDataSource | Create a MSSQLPivotDataSource object. | |
SQLSRVPivotDataSource | Create a SQLSRVPivotDataSource object. | |
OraclePivotDataSource | Create an OraclePivotDataSource object. | |
ODBCPivotDataSource | Create an ODBCPivotDataSource object. | |
select | Set the SELECT clause of sql command for the data source. | |
from | Set the FROM clause of sql command for the data source. | |
join | Set the JOIN, FULL JOIN, LEFT JOIN, RIGHT JOIN clause of sql command for the data source. | |
on | Set the ON clause of sql command for the data source. | |
where | Set the WHERE clause of sql command for the data source. | |
selectCommand | Set the entire sql command for the data source. | |
setQuerySize | Set the maximum size for each returned sql query results. | |
getQuerySize | Get the maximum size of each returned sql query results. |
Properties Detail
Methods Detail
MySQLPivotDataSourceTop
Pivot Data Source MySQLPivotDataSource()
Create a MySQLPivotDataSource object.
Supported from version: 1.0.0.0
MySQLiPivotDataSourceTop
Pivot Data Source MySQLiPivotDataSource()
Create a MySQLiPivotDataSource object.
Supported from version: 1.0.0.0
PdoPivotDataSourceTop
Pivot Data Source PdoPivotDataSource()
Create a PdoPivotDataSource object.
Supported from version: 1.0.0.0
PostgreSQLPivotDataSourceTop
Pivot Data Source PostgreSQLPivotDataSource()
Create a PostgreSQLPivotDataSource object.
Supported from version: 1.0.0.0
MSSQLPivotDataSourceTop
Pivot Data Source MSSQLPivotDataSource()
Create a MSSQLPivotDataSource object.
Supported from version: 1.0.0.0
SQLSRVPivotDataSourceTop
Pivot Data Source SQLSRVPivotDataSource()
Create a SQLSRVPivotDataSource object.
Supported from version: 1.0.0.0
OraclePivotDataSourceTop
Pivot Data Source OraclePivotDataSource()
Create an OraclePivotDataSource object.
Supported from version: 1.0.0.0
ODBCPivotDataSourceTop
Pivot Data Source ODBCPivotDataSource()
Create an ODBCPivotDataSource object.
Supported from version: 1.0.0.0
selectTop
self select()
Set the SELECT clause of sql command for the data source.
Supported from version: 1.0.0.0
fromTop
self from()
Set the FROM clause of sql command for the data source.
Supported from version: 1.0.0.0
joinTop
self join()
Set the JOIN, FULL JOIN, LEFT JOIN, RIGHT JOIN clause of sql command for the data source.
Supported from version: 1.0.0.0
onTop
self on()
Set the ON clause of sql command for the data source.
Supported from version: 1.0.0.0
whereTop
self where()
Set the WHERE clause of sql command for the data source.
Supported from version: 1.0.0.0
selectCommandTop
self selectCommand()
Set the entire sql command for the data source.
Supported from version: 1.0.0.0
setQuerySizeTop
self setQuerySize()
Set the maximum size for each returned query results. Large data set would be divided to multiple queries.
Supported from version: 1.0.0.0
getQuerySizeTop
Number getQuerySize()
Get the maximum size of each returned query results. Large data set would be divided to multiple queries.
Supported from version: 1.0.0.0