v5:dictionary:dictionary_index
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
v5:dictionary:dictionary_index [2021/01/05 04:06] – ↷ Links adapted because of a move operation 54.36.148.153 | v5:dictionary:dictionary_index [2024/12/18 10:19] (current) – [Introduction] dregad | ||
---|---|---|---|
Line 4: | Line 4: | ||
====== The Data Dictionary ====== | ====== The Data Dictionary ====== | ||
===== Introduction ===== | ===== Introduction ===== | ||
- | The Data Dictionary provides a series of functions | + | The Data Dictionary provides a series of **' |
===== Portable Data Types ===== | ===== Portable Data Types ===== | ||
Line 14: | Line 14: | ||
| X | TeXt, large text or CLOB fields that should be shown in a < | | X | TeXt, large text or CLOB fields that should be shown in a < | ||
| X2 | Like an X field, but where possible creates a field that can hold multi-byte (unicode) data is created | | X2 | Like an X field, but where possible creates a field that can hold multi-byte (unicode) data is created | ||
- | | XL | On systems that support it, creates a large clob field (32K). This may require additional database configuration. If the database does not support it, a standard clob field is created. | + | | XL | On systems that support it, creates a large clob field (>32K). This may require additional database configuration. If the database does not support it, a standard clob field is created. |
| B | Blobs, or Binary Large Objects. Typically images. | | B | Blobs, or Binary Large Objects. Typically images. | ||
| D | Date (sometimes DateTime) field | | D | Date (sometimes DateTime) field | ||
Line 49: | Line 49: | ||
| [[v5: | | [[v5: | ||
| [[v5: | | [[v5: | ||
- | | [[v5:dictionary: | + | | [[v5:reference: |
===== Schema Management ===== | ===== Schema Management ===== | ||
<WRAP info> | <WRAP info> | ||
- | The userid | + | The user id used when establishing a database connection may need specific privileges beyond normal INSERT, DELETE, UPDATE, SELECT in order to manage a schema in a database. Those privileges vary from one DBMS to another. |
</ | </ | ||
==== Executing prepared code to update the schema ==== | ==== Executing prepared code to update the schema ==== | ||
- | Each of the methods below return | + | |
+ | Each of the methods below returns | ||
==== Creating A Database ==== | ==== Creating A Database ==== |
v5/dictionary/dictionary_index.1609815978.txt.gz · Last modified: 2021/01/05 04:06 by 54.36.148.153