| [ Index ] |
|
Code source de PRADO 3.0.6 |
[Code source] [Imprimer] [Statistiques]
TDataSourceSelectParameters, TDataSourceView, TReadOnlyDataSourceView class file
| Author: | Qiang Xue <qiang.xue@gmail.com> |
| Copyright: | Copyright © 2005 PradoSoft |
| License: | http://www.pradosoft.com/license/ |
| Version: | $Id: TDataSourceView.php 1397 2006-09-07 07:55:53Z wei $ |
| Poids: | 207 lignes (5 kb) |
| Inclus ou requis: | 0 fois |
| Référencé: | 0 fois |
| Nécessite: | 0 fichiers |
TDataSourceSelectParameters:: (21 méthodes):
getStartRowIndex()
setStartRowIndex()
getMaximumRows()
setMaximumRows()
getRetrieveTotalRowCount()
setRetrieveTotalRowCount()
getTotalRowCount()
setTotalRowCount()
__construct()
insertAt()
update()
delete()
getCanDelete()
getCanInsert()
getCanPage()
getCanGetRowCount()
getCanSort()
getCanUpdate()
getName()
getDataSource()
onDataSourceViewChanged()
TReadOnlyDataSourceView:: (2 méthodes):
__construct()
select()
Classe: TDataSourceSelectParameters - X-Ref
TDataSourceSelectParameters class| getStartRowIndex() X-Ref |
| Pas de description |
| setStartRowIndex($value) X-Ref |
| Pas de description |
| getMaximumRows() X-Ref |
| Pas de description |
| setMaximumRows($value) X-Ref |
| Pas de description |
| getRetrieveTotalRowCount() X-Ref |
| Pas de description |
| setRetrieveTotalRowCount($value) X-Ref |
| Pas de description |
| getTotalRowCount() X-Ref |
| Pas de description |
| setTotalRowCount($value) X-Ref |
| Pas de description |
| __construct(IDataSource $owner,$viewName) X-Ref |
| Pas de description |
| insertAt($values) X-Ref |
| Inserts a DB record. param: array|TMap return: integer affected rows |
| update($keys,$values) X-Ref |
| Updates DB record(s) with the specified keys and new values param: array|TMap keys for specifying the records to be updated param: array|TMap new values return: integer affected rows |
| delete($keys) X-Ref |
| Deletes DB row(s) with the specified keys. param: array|TMap keys for specifying the rows to be deleted return: integer affected rows |
| getCanDelete() X-Ref |
| Pas de description |
| getCanInsert() X-Ref |
| Pas de description |
| getCanPage() X-Ref |
| Pas de description |
| getCanGetRowCount() X-Ref |
| Pas de description |
| getCanSort() X-Ref |
| Pas de description |
| getCanUpdate() X-Ref |
| Pas de description |
| getName() X-Ref |
| Pas de description |
| getDataSource() X-Ref |
| Pas de description |
| onDataSourceViewChanged($param) X-Ref |
| Pas de description |
Classe: TReadOnlyDataSourceView - X-Ref
TReadOnlyDataSourceView class| __construct(IDataSource $owner,$viewName,$dataSource) X-Ref |
| Pas de description |
| select($parameters) X-Ref |
| Pas de description |
| Généré le : Sun Feb 25 21:07:04 2007 | par Balluche grâce à PHPXref 0.7 |