ADOdb

Database Abstraction Layer for PHP

User Tools

Site Tools


v5:dictionary:dictionary_index

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
v5:dictionary:dictionary_index [2016/05/01 00:59] – [Table] mnewnhamv5:dictionary:dictionary_index [2016/05/01 18:24] – [Table] mnewnham
Line 11: Line 11:
 ^ Type  ^ Represents Field Types                                                                                                                                                                 ^ When Using addColumnSql               ^ Example  ^ ^ Type  ^ Represents Field Types                                                                                                                                                                 ^ When Using addColumnSql               ^ Example  ^
 | C     | character fields that should be shown in a <input type="text"> tag                                                                                                                     | Add the length of the field           | C(20)    | | C     | character fields that should be shown in a <input type="text"> tag                                                                                                                     | Add the length of the field           | C(20)    |
-| C2    | Like a C field, but where possible a field that can hold multi-byte (unicode) data                                                                                                     | Add the length of the field           | C2(20)   |+| C2    | Like a C field, but where possible a field that can hold multi-byte (unicode) data is created                                                                                          | Add the length of the field           | C2(20)   |
 | X     | TeXt, large text or CLOB fields that should be shown in a <textarea>                                                                                                                                                                  | | X     | TeXt, large text or CLOB fields that should be shown in a <textarea>                                                                                                                                                                  |
-| X2    | Like an X field, but where possible creates a field that can hold multi-byte (unicode) data                                                                                            |                                                |+| X2    | Like an X field, but where possible creates a field that can hold multi-byte (unicode) data 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                                                                                                                                                        |                                                |
v5/dictionary/dictionary_index.txt · Last modified: 2023/06/04 11:41 by dregad