|
@@ -28,14 +28,14 @@ |
|
|
block discarded – undo |
|
28
|
28
|
} |
|
29
|
29
|
|
|
30
|
30
|
public function executeQueryForMap($connection, $parameter, $keyProperty, |
|
31
|
|
- $valueProperty=null, $skip = -1, $max = -1, $delegate = NULL) |
|
|
31
|
+ $valueProperty=null, $skip=-1, $max=-1, $delegate=NULL) |
|
32
|
32
|
{ |
|
33
|
33
|
throw new TSqlMapExecutionException( |
|
34
|
34
|
'sqlmap_cannot_execute_query_for_map', get_class($this), $this->getID()); |
|
35
|
35
|
} |
|
36
|
36
|
|
|
37
|
37
|
public function executeQueryForList($connection, $parameter, $result=null, |
|
38
|
|
- $skip=-1, $max=-1, $delegate = NULL) |
|
|
38
|
+ $skip=-1, $max=-1, $delegate=NULL) |
|
39
|
39
|
{ |
|
40
|
40
|
throw new TSqlMapExecutionException( |
|
41
|
41
|
'sqlmap_cannot_execute_query_for_list', get_class($this), $this->getID()); |
Please login to merge, or discard this patch.