$parent
$parent :
var object Parent
Creates the SQL to execute a list of provided SQL queries
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.
prefixQuery(string $regex, string $query, string $prefix = NULL) : string
Rebuilds the query with the prefix attached to any objects
| string | $regex | Regex used to add prefix |
| string | $query | SQL query string |
| string | $prefix | Prefix to be appended to tables, indices, etc. |
Prefixed SQL query string.