| C-Extensions / C API functions | |
Returns the minimum number of characters required to convert a specified data type to a character data type.
mint rtypwidth(mint datatype, mint length)
| Code | Description |
|---|---|
| 0 | The sqltype is not a valid SQL data type. |
| >0 | Minimum number of characters that the sqltype data type requires. |
The datatype must be one of the data type constants defined in fglExt.h.