$parent
$parent :
var object Parent
Creates a data object in ADOdb's datadict format
This class stores information about table data, and is called when we need to load field data into a table.
supportedPlatform(string $platform = NULL) : boolean
Checks whether the specified RDBMS is supported by the current database object or its ranking ancestor.
| string | $platform | RDBMS platform name (from ADODB platform list). |
TRUE if RDBMS is supported; otherwise returns FALSE.