Difference between revisions of "Template:DataTypeTable"
Jump to navigation
Jump to search
Note: For the fixed-length string type STRING * n, where n is an integer length value from 1 (one) to 2,147,483,647.
imported>Clippy m |
imported>Clippy m |
||
Line 6: | Line 6: | ||
! colspan="5" | Numeric types | ! colspan="5" | Numeric types | ||
|- | |- | ||
− | ! Name || Type suffix symbol || Minimum value || Maximum value || Size (in bits) | + | ! Type Name || Type suffix symbol || Minimum value || Maximum value || Size (in bits) |
|- | |- | ||
| align="center" | [[_BIT]] || align="center" | ` || align="right" | -1 || align="right" | 0 || align="center" | 1 | | align="center" | [[_BIT]] || align="center" | ` || align="right" | -1 || align="right" | 0 || align="center" | 1 | ||
Line 53: | Line 53: | ||
! colspan="5" | String type | ! colspan="5" | String type | ||
|- | |- | ||
− | ! Name || Type suffix symbol || Minimum length || Maximum length || Size (in bytes) | + | ! Type Name || Type suffix symbol || Minimum length || Maximum length || Size (in bytes) |
|- | |- | ||
− | | align="center" | [[STRING]] | + | | align="center" | [[STRING]] || align="center" | $ || align="right" | 0 || align="right" | 2,147,483,647 || align="center" | Use [[LEN]] |
|- | |- | ||
− | | align="center" | [[STRING|STRING * ''n'']] || align="center" | $''n'' || align="right" | | + | | align="center" | [[STRING|STRING * ''n'']] || align="center" | $''n'' || align="right" | 1 || align="right" | 2,147,483,647 || align="center" | n |
|} | |} | ||
|} | |} |
Revision as of 20:58, 22 July 2012
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|