| Method Details |
delete
| public integer delete |
(array|TMap $keys ) |
Deletes DB row(s) with the specified keys.
| Input |
| array|TMap | $keys | keys for specifying the rows to be deleted |
| Output |
|
integer
| affected rows |
| Exception |
|
getCanDelete
| public void getCanDelete |
() |
|
getCanGetRowCount
| public void getCanGetRowCount |
() |
|
getCanInsert
| public void getCanInsert |
() |
|
getCanPage
| public void getCanPage |
() |
|
getCanSort
| public void getCanSort |
() |
|
getCanUpdate
| public void getCanUpdate |
() |
|
getDataSource
| public void getDataSource |
() |
|
getName
|
insertAt
| public integer insertAt |
(array|TMap $values ) |
Inserts a DB record.
| Input |
| array|TMap | $values | |
| Output |
|
integer
| affected rows |
| Exception |
|
onDataSourceViewChanged
| public void onDataSourceViewChanged |
(mixed $param ) |
| Input |
| mixed | $param | |
| Output |
| Exception |
|
select
| public abstract Traversable select |
(??? $parameters ) |
Performs DB selection based on specified parameters.
| Input |
| ??? | $parameters | |
| Output |
| Exception |
|
update
| public integer update |
(array|TMap $keys , array|TMap $values ) |
Updates DB record(s) with the specified keys and new values
| Input |
| array|TMap | $keys | keys for specifying the records to be updated |
| array|TMap | $values | new values |
| Output |
|
integer
| affected rows |
| Exception |
|