| 15 |
* $Id$ |
* $Id$ |
| 16 |
* |
* |
| 17 |
* $Log$ |
* $Log$ |
| 18 |
|
* Revision 1.13 2003/04/04 02:37:14 jonen |
| 19 |
|
* _query[action] == write |
| 20 |
|
* |
| 21 |
* Revision 1.12 2003/03/29 08:00:48 joko |
* Revision 1.12 2003/03/29 08:00:48 joko |
| 22 |
* modified ErrorBoxing |
* modified ErrorBoxing |
| 23 |
* |
* |
| 684 |
switch ($this->_query[metatype]) { |
switch ($this->_query[metatype]) { |
| 685 |
case 'data': |
case 'data': |
| 686 |
$command = 'queryData'; |
$command = 'queryData'; |
| 687 |
|
|
| 688 |
//$command = 'getObjects'; // FIXME!!! |
//$command = 'getObjects'; // FIXME!!! |
| 689 |
//$this->_locator->set_option('metadata.command', $command); |
//$this->_locator->set_option('metadata.command', $command); |
| 690 |
/* |
/* |
| 718 |
$query_args[classname] = $this->_query[classname]; |
$query_args[classname] = $this->_query[classname]; |
| 719 |
break; |
break; |
| 720 |
} |
} |
| 721 |
|
if($this->_query[action] == 'write') { |
| 722 |
|
$query_args[action] = $this->_query[action]; |
| 723 |
|
$query_args[data] = $this->_query[data]; |
| 724 |
|
} |
| 725 |
$args = array( |
$args = array( |
| 726 |
'data_type' => $this->_query[abstract_type], |
'data_type' => $this->_query[abstract_type], |
| 727 |
'query_args' => $query_args |
'query_args' => $query_args |