|
8678 | 8678 | 'PDO::beginTransaction' => ['bool'],
|
8679 | 8679 | 'PDO::commit' => ['bool'],
|
8680 | 8680 | 'PDO::cubrid_schema' => ['array', 'schema_type'=>'int', 'table_name='=>'string', 'col_name='=>'string'],
|
8681 |
| -'PDO::errorCode' => ['string'], |
| 8681 | +'PDO::errorCode' => ['string|null'], |
8682 | 8682 | 'PDO::errorInfo' => ['array'],
|
8683 | 8683 | 'PDO::exec' => ['int|false', 'query'=>'string'],
|
8684 | 8684 | 'PDO::getAttribute' => ['', 'attribute'=>'int'],
|
|
8721 | 8721 | 'PDOStatement::closeCursor' => ['bool'],
|
8722 | 8722 | 'PDOStatement::columnCount' => ['0|positive-int'],
|
8723 | 8723 | 'PDOStatement::debugDumpParams' => ['void'],
|
8724 |
| -'PDOStatement::errorCode' => ['string'], |
| 8724 | +'PDOStatement::errorCode' => ['string|null'], |
8725 | 8725 | 'PDOStatement::errorInfo' => ['array'],
|
8726 | 8726 | 'PDOStatement::execute' => ['bool', 'bound_input_params='=>'?array'],
|
8727 | 8727 | 'PDOStatement::fetch' => ['mixed', 'how='=>'int', 'orientation='=>'int', 'offset='=>'int'],
|
|
0 commit comments