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 fc77dc9 commit c48b801
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions database/cs/reflection.texy
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,19 @@ Tabulka je reprezentována objektem [Table|api:Nette\Database\Reflection\Table],
- `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 |


Sloupce
-------

Expand Down

0 comments on commit c48b801

Please sign in to comment.