|
8323 | 8323 | 'PDO::beginTransaction' => ['bool'],
|
8324 | 8324 | 'PDO::commit' => ['bool'],
|
8325 | 8325 | 'PDO::cubrid_schema' => ['array', 'schema_type'=>'int', 'table_name='=>'string', 'col_name='=>'string'],
|
8326 |
| -'PDO::errorCode' => ['string'], |
| 8326 | +'PDO::errorCode' => ['string|null'], |
8327 | 8327 | 'PDO::errorInfo' => ['array'],
|
8328 | 8328 | 'PDO::exec' => ['int|false', 'query'=>'string'],
|
8329 | 8329 | 'PDO::getAttribute' => ['', 'attribute'=>'int'],
|
|
8366 | 8366 | 'PDOStatement::closeCursor' => ['bool'],
|
8367 | 8367 | 'PDOStatement::columnCount' => ['0|positive-int'],
|
8368 | 8368 | 'PDOStatement::debugDumpParams' => ['void'],
|
8369 |
| -'PDOStatement::errorCode' => ['string'], |
| 8369 | +'PDOStatement::errorCode' => ['string|null'], |
8370 | 8370 | 'PDOStatement::errorInfo' => ['array'],
|
8371 | 8371 | 'PDOStatement::execute' => ['bool', 'bound_input_params='=>'?array'],
|
8372 | 8372 | 'PDOStatement::fetch' => ['mixed', 'how='=>'int', 'orientation='=>'int', 'offset='=>'int'],
|
|
0 commit comments