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

CharSetTop

String CharSet

Get or set the data source's charset.

Show/Hide Code

Supported from version: 1.0.0.0

Methods Detail

MySQLPivotDataSourceTop

Pivot Data Source MySQLPivotDataSource()

Create a MySQLPivotDataSource object.

Show/Hide Code

Supported from version: 1.0.0.0

MySQLiPivotDataSourceTop

Pivot Data Source MySQLiPivotDataSource()

Create a MySQLiPivotDataSource object.

Show/Hide Code

Supported from version: 1.0.0.0

PdoPivotDataSourceTop

Pivot Data Source PdoPivotDataSource()

Create a PdoPivotDataSource object.

Show/Hide Code

Supported from version: 1.0.0.0

PostgreSQLPivotDataSourceTop

Pivot Data Source PostgreSQLPivotDataSource()

Create a PostgreSQLPivotDataSource object.

Show/Hide Code

Supported from version: 1.0.0.0

MSSQLPivotDataSourceTop

Pivot Data Source MSSQLPivotDataSource()

Create a MSSQLPivotDataSource object.

Show/Hide Code

Supported from version: 1.0.0.0

SQLSRVPivotDataSourceTop

Pivot Data Source SQLSRVPivotDataSource()

Create a SQLSRVPivotDataSource object.

Show/Hide Code

Supported from version: 1.0.0.0

OraclePivotDataSourceTop

Pivot Data Source OraclePivotDataSource()

Create an OraclePivotDataSource object.

Show/Hide Code

Supported from version: 1.0.0.0

ODBCPivotDataSourceTop

Pivot Data Source ODBCPivotDataSource()

Create an ODBCPivotDataSource object.

Show/Hide Code

Supported from version: 1.0.0.0

selectTop

self select()

Set the SELECT clause of sql command for the data source.

Show/Hide Code

Supported from version: 1.0.0.0

fromTop

self from()

Set the FROM clause of sql command for the data source.

Show/Hide Code

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.

Show/Hide Code

Supported from version: 1.0.0.0

onTop

self on()

Set the ON clause of sql command for the data source.

Show/Hide Code

Supported from version: 1.0.0.0

whereTop

self where()

Set the WHERE clause of sql command for the data source.

Show/Hide Code

Supported from version: 1.0.0.0

selectCommandTop

self selectCommand()

Set the entire sql command for the data source.

Show/Hide Code

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.

Show/Hide Code

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.

Show/Hide Code

Supported from version: 1.0.0.0