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 [2016/05/13 17:04] – [Table] mnewnham | 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 ===== | ||
ADOdb provides a cross-platform method of identifying the data type of a field. These values can be used as a replacement in code that relies on the data type of field to produce a result. Each database driver contains a cross-reference table of datatypes that can accessed using the [[v5: | ADOdb provides a cross-platform method of identifying the data type of a field. These values can be used as a replacement in code that relies on the data type of field to produce a result. Each database driver contains a cross-reference table of datatypes that can accessed using the [[v5: | ||
- | ==== Summary Of Types ==== | + | ==== Summary Of Standard |
^ Type ^ Represents Field Types ^ When Using addColumnSql | ^ Type ^ Represents Field Types ^ When Using addColumnSql | ||
| C | character fields that should be shown in a <input type=" | | C | character fields that should be shown in a <input type=" | ||
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 35: | Line 35: | ||
| [[v5: | | [[v5: | ||
+ | | [[v5: | ||
+ | | [[v5: | ||
| [[v5: | | [[v5: | ||
| [[v5: | | [[v5: | ||
Line 45: | Line 47: | ||
| [[v5: | | [[v5: | ||
| [[v5: | | [[v5: | ||
- | | [[v5: | + | | [[v5: |
+ | | [[v5: | ||
+ | | [[v5: | ||
===== 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.1463151889.txt.gz · Last modified: 2017/04/21 11:28 (external edit)