Name
internal_to_sql_type — returns the integer standard SQL type of its argument
Synopsis
internal_to_sql_type
(
|
internal_type
integer
) ; |
Description
internal_to_sql_type returns an integer value representing the standard SQL type converted from internal_type given as its argument.
internal_to_sql_type(182) -> 12 (VARCHAR)