db_calculate_type From Online Manual

Revision as of 16:44, 11 October 2012 by AngelinaBelle (talk | contribs) (refresh SMW properties)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Usage:

$smcFunc['db_calculate_type'](type_name, type_size, reverse)


Description: This function will calculate the type and size for a column.

Parameters:

  • type_name the type of the column (e.g. int, tinyint, varchar, text, etc.)
  • type_size contains the size of the column (can be empty)
  • reverse whether or not convert types not supported by a specific DBMS.

Example:

list ($type, $size) = $smcFunc['db_calculate_type']($column['type'], $column['size']);



Advertisement: