spoof
|
Public Member Functions | |
__construct () | |
getFeatureLevel ($feature) |
Data Fields | |
$table_quote_start | |
$table_quote_end | |
$column_quote_start | |
$column_quote_end | |
$table_column_separator | |
$language | |
$executor |
Protected Attributes | |
$features = array() |
This is a template class for a database driver. Implementing classes should define implementation specific values.
__construct | ( | ) |
getFeatureLevel | ( | $feature | ) |
Get feature support level
string | $feature |
Implements IDriver.
$column_quote_end |
Quote character after column name end
$column_quote_start |
Quote character prior to column quote start
$executor |
String executor to use with driver
|
protected |
Features array Used to specify support for specific features. Extending classes should specify what features and levels they support.
$language |
String language to use with driver
$table_column_separator |
Character separator between table name and column name
$table_quote_end |
Quote character after table name end
$table_quote_start |
Quote character prior to table name start