ADOdb

Database Abstraction Layer for PHP

User Tools

Site Tools


v5:userguide:learn_dictionary:metatypes

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
v5:userguide:learn_dictionary:metatypes [2026/03/12 04:33] – [Table] mnewnhamv5:userguide:learn_dictionary:metatypes [2026/03/13 18:56] (current) – [Actual Types] mnewnham
Line 16: Line 16:
 | T     | Timestamp field                                                                                                                                                                                                                                                                                                          | | T     | Timestamp field                                                                                                                                                                                                                                                                                                          |
 | L     | Logical field (boolean or bit-field). Some databases emulate logicals using I1 or I2 fields                                                                                                                                                                                                                              | | L     | Logical field (boolean or bit-field). Some databases emulate logicals using I1 or I2 fields                                                                                                                                                                                                                              |
-| I     | Integer field, This may be broken down further into I2, I4 or I8 types to represent small,medium and large integers. The largest integer data size is always represented by an I8 field. For further information by the data sizes based in integer metatypes, see [[v5:userguide:integer_metatypes|Integer Metatypes]] +| I     | Integer field, This may be broken down further into I2, I4 or I8 types to represent small, medium and large integers. The largest integer data size is always represented by an I8 field. For further information by the data sizes based in integer metatypes, see [[v5:userguide:integer_metatypes|Integer Metatypes]] 
-| N     | Numeric field. Includes autoincrement, numeric, floating point, real and integer.                                                                                                                                                                                                                                        |+| N     | Numeric field. Includes autoincrement, numeric, floating point, and real                                                                                                                                                                                                                                        |
 | R     | Serial field. Includes serial, autoincrement integers. This works for selected databases. Some databases do not signify if a field is auto-increment                                                                                                                                                                     | | R     | Serial field. Includes serial, autoincrement integers. This works for selected databases. Some databases do not signify if a field is auto-increment                                                                                                                                                                     |
  
v5/userguide/learn_dictionary/metatypes.txt · Last modified: by mnewnham