|
18 | 18 | use Throwable; |
19 | 19 |
|
20 | 20 | /** |
21 | | - * @property array $aliasedTables |
22 | | - * @property string $charset |
23 | | - * @property bool $compress |
24 | | - * @property float $connectDuration |
25 | | - * @property float $connectTime |
26 | | - * @property string $database |
27 | | - * @property string $DBCollat |
28 | | - * @property bool $DBDebug |
29 | | - * @property string $DBDriver |
30 | | - * @property string $DBPrefix |
31 | | - * @property string $DSN |
32 | | - * @property array|bool $encrypt |
33 | | - * @property array $failover |
34 | | - * @property string $hostname |
35 | | - * @property Query $lastQuery |
36 | | - * @property string $password |
37 | | - * @property bool $pConnect |
38 | | - * @property int|string $port |
39 | | - * @property bool $pretend |
40 | | - * @property string $queryClass |
41 | | - * @property array $reservedIdentifiers |
42 | | - * @property bool $strictOn |
43 | | - * @property string $subdriver |
44 | | - * @property string $swapPre |
45 | | - * @property int $transDepth |
46 | | - * @property bool $transFailure |
47 | | - * @property bool $transStatus |
| 21 | + * @property-read array $aliasedTables |
| 22 | + * @property-read string $charset |
| 23 | + * @property-read bool $compress |
| 24 | + * @property-read float $connectDuration |
| 25 | + * @property-read float $connectTime |
| 26 | + * @property-read string $database |
| 27 | + * @property-read string $DBCollat |
| 28 | + * @property-read bool $DBDebug |
| 29 | + * @property-read string $DBDriver |
| 30 | + * @property-read string $DBPrefix |
| 31 | + * @property-read string $DSN |
| 32 | + * @property-read array|bool $encrypt |
| 33 | + * @property-read array $failover |
| 34 | + * @property-read string $hostname |
| 35 | + * @property-read Query $lastQuery |
| 36 | + * @property-read string $password |
| 37 | + * @property-read bool $pConnect |
| 38 | + * @property-read int|string $port |
| 39 | + * @property-read bool $pretend |
| 40 | + * @property-read string $queryClass |
| 41 | + * @property-read array $reservedIdentifiers |
| 42 | + * @property-read bool $strictOn |
| 43 | + * @property-read string $subdriver |
| 44 | + * @property-read string $swapPre |
| 45 | + * @property-read int $transDepth |
| 46 | + * @property-read bool $transFailure |
| 47 | + * @property-read bool $transStatus |
48 | 48 | * |
49 | 49 | * @template TConnection |
50 | 50 | * @template TResult |
|
0 commit comments