Property | Type | Description | |
---|---|---|---|
$subdriver | string | Sub-driver |
Property | Type | Description | |
---|---|---|---|
$_count_string | string | COUNT string | |
$_random_keyword | array | ORDER BY random keyword | |
$_reserved_identifiers | string[] | Identifiers that must NOT be escaped. |
Method | Description | |
---|---|---|
__construct ( array $params ) : void | Class constructor | |
field_data ( string $table ) : array | Returns an object with field data | |
version ( ) : string | Database version number |
Method | Description | |
---|---|---|
_delete ( string $table ) : string | Delete statement | |
_insert_batch ( string $table, array $keys, array $values ) : string | Insert batch statement | |
_limit ( string $sql ) : string | LIMIT | |
_list_columns ( string $table = '' ) : string | Show column query | |
_list_tables ( boolean $prefix_limit = FALSE ) : string | Show table query |
public __construct ( array $params ) : void | ||
$params | array | |
return | void |
protected _list_columns ( string $table = '' ) : string | ||
$table | string | |
return | string |
protected _list_tables ( boolean $prefix_limit = FALSE ) : string | ||
$prefix_limit | boolean | |
return | string |
public field_data ( string $table ) : array | ||
$table | string | |
return | array |
protected array $_random_keyword | ||
return | array |
protected string[] $_reserved_identifiers | ||
return | string[] |