Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed Dec 23, 2024
1 parent c48b801 commit 567e048
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions database/cs/reflection.texy
Original file line number Diff line number Diff line change
Expand Up @@ -41,26 +41,26 @@ Informace o tabulce

Tabulka je reprezentována objektem [Table|api:Nette\Database\Reflection\Table], který poskytuje následující readonly vlastnosti:

- `name`: string - název tabulky
- `view`: bool - zda se jedná o pohled
- `fullName`: ?string - plný název tabulky včetně schématu (pokud existuje)
- `columns`: array<string, Column> - asociativní pole sloupců tabulky
- `indexes`: Index[] - pole indexů tabulky
- `primaryKey`: ?Index - primární klíč tabulky nebo null
- `foreignKeys`: ForeignKey[] - pole cizích klíčů tabulky
- `$name: string` – název tabulky
- `$view: bool` – zda se jedná o pohled
- `$fullName: ?string` – plný název tabulky včetně schématu (pokud existuje)
- `$columns: array<string, Column>` – asociativní pole sloupců tabulky
- `$indexes: Index[]` – pole indexů tabulky
- `$primaryKey: ?Index` – primární klíč tabulky nebo null
- `$foreignKeys: ForeignKey[]` – pole cizích klíčů tabulky


Tss
---

.[language-php]
| `name` | string | název tabulky |
| `view` | bool | zda se jedná o pohled |
| `fullName` | ?string | plný název tabulky včetně schématu (pokud existuje) |
| `columns` | array<string, Column> | asociativní pole sloupců tabulky |
| `indexes` | Index[] | pole indexů tabulky |
| `primaryKey` | ?Index | primární klíč tabulky nebo null |
| `foreignKeys` | ForeignKey[] | pole cizích klíčů tabulky |
| `$name` | `string` | název tabulky |
| `$view` | `bool` | zda se jedná o pohled |
| `$fullName` | `?string` | plný název tabulky včetně schématu (pokud existuje) |
| `$columns` | `array<string, Column>` | asociativní pole sloupců tabulky |
| `$indexes` | `Index[]` | pole indexů tabulky |
| `$primaryKey` | `?Index` | primární klíč tabulky nebo null |
| `$foreignKeys` | `ForeignKey[]` | pole cizích klíčů tabulky |


Sloupce
Expand Down

0 comments on commit 567e048

Please sign in to comment.