$parent
$parent :
var object Parent
Abstract DB Object. This class provides basic methods for database objects, such as tables and indexes.
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.