@@ -115,7 +115,7 @@  | 
                                                    ||
| 115 | 115 | *  | 
                                                        
| 116 | 116 | * @access public  | 
                                                        
| 117 | 117 | * @param int $oid  | 
                                                        
| 118 | - * @return \PommProject\Foundation\ConvertedResultIterator|null  | 
                                                        |
| 118 | + * @return \PommProject\Foundation\ConvertedResultIterator  | 
                                                        |
| 119 | 119 | */  | 
                                                        
| 120 | 120 | public function getTableFieldInformation($oid)  | 
                                                        
| 121 | 121 |      { | 
                                                        
@@ -116,7 +116,7 @@ discard block  | 
                                                    ||
| 116 | 116 | *  | 
                                                        
| 117 | 117 | * @access public  | 
                                                        
| 118 | 118 | * @param array $values Query parameters  | 
                                                        
| 119 | - * @return Resource  | 
                                                        |
| 119 | + * @return \PommProject\Foundation\Session\ResultHandler  | 
                                                        |
| 120 | 120 | */  | 
                                                        
| 121 | 121 | public function execute(array $values = [])  | 
                                                        
| 122 | 122 |      { | 
                                                        
@@ -196,7 +196,7 @@ discard block  | 
                                                    ||
| 196 | 196 | * Prepare parameters to be sent.  | 
                                                        
| 197 | 197 | *  | 
                                                        
| 198 | 198 | * @access protected  | 
                                                        
| 199 | - * @param mixed $sql  | 
                                                        |
| 199 | + * @param string $sql  | 
                                                        |
| 200 | 200 | * @param array $values  | 
                                                        
| 201 | 201 | * @return array $prepared_values  | 
                                                        
| 202 | 202 | */  | 
                                                        
@@ -312,6 +312,7 @@  | 
                                                    ||
| 312 | 312 | *  | 
                                                        
| 313 | 313 | * @access protected  | 
                                                        
| 314 | 314 | * @param string (default null)  | 
                                                        
| 315 | + * @param string $sql  | 
                                                        |
| 315 | 316 | * @throws ConnectionException if no response are available.  | 
                                                        
| 316 | 317 | * @throws SqlException if the result is an error.  | 
                                                        
| 317 | 318 | * @return ResultHandler|array  | 
                                                        
@@ -236,7 +236,7 @@  | 
                                                    ||
| 236 | 236 | * @access public  | 
                                                        
| 237 | 237 | * @param string $name  | 
                                                        
| 238 | 238 | * @throws FoundationException on error  | 
                                                        
| 239 | - * @return int|null  | 
                                                        |
| 239 | + * @return integer  | 
                                                        |
| 240 | 240 | */  | 
                                                        
| 241 | 241 | public function getTypeOid($name)  | 
                                                        
| 242 | 242 |      { |