![]() | ![]() |
MySQLDataSource Class [PHP]
Summary
Properties | Description | |
![]() | DeleteCommand | Get or set the delete command for datasource. |
![]() | InsertCommand | Get or set the insert command for datasource. |
![]() | SelectCommand | Get or set the select command for datasource. |
![]() | UpdateCommand | Get or set the update command for datasource. |
Methods | Description | |
![]() | setValueMap | Set a value map for a data source. |
Properties Detail
DeleteCommandTop
string DeleteCommand
Get or set the delete command for datasource. MySQLDataSource will use this command to delete data from database. Those field name which is preceded by "@" will be relaced with value.
Supported from version: 1.0.0.0
InsertCommandTop
string InsertCommand
Get or set the insert command for datasource. MySQLDataSource will use this command to insert new data to database. Those field name which is preceded by "@" will be relaced with value.
Supported from version: 1.0.0.0
SelectCommandTop
string SelectCommand
Get or set the select command for datasource. MySQLDataSource will use this command to select data from database.
Supported from version: 1.0.0.0
UpdateCommandTop
string UpdateCommand
Get or set the update command for datasource. MySQLDataSource will use this command to update data. Those field name which is preceded by "@" will be relaced with value.
Supported from version: 1.0.0.0
Methods Detail
setValueMapTop
self setValueMap(GridIValueMap $valueMap)
Set a value map for a data source.
Supported from version:
![]() | ![]() |