Property | Type | Description | |
---|---|---|---|
$compress | boolean | Compression flag | |
$stricton | boolean | Whether we're running in strict SQL mode. | |
$subdriver | string | Sub-driver |
Property | Type | Description | |
---|---|---|---|
$_escape_char | string | Identifier escape character |
Method | Description | |
---|---|---|
__construct ( array $params ) : void | Class constructor | |
db_connect ( boolean $persistent = FALSE ) : object | Database connection | |
db_select ( string $database = '' ) : boolean | Select the database | |
field_data ( string $table ) : array | Returns an object with field data |
Method | Description | |
---|---|---|
_from_tables ( ) : string | FROM tables | |
_list_columns ( string $table = '' ) : string | Show column query | |
_list_tables ( boolean $prefix_limit = FALSE ) : string | Show table query | |
_truncate ( string $table ) : string | Truncate statement |
public __construct ( array $params ) : void | ||
$params | array | |
return | void |
protected _from_tables ( ) : string | ||
return | string |
protected _list_columns ( string $table = '' ) : string | ||
$table | string | |
return | string |
protected _list_tables ( boolean $prefix_limit = FALSE ) : string | ||
$prefix_limit | boolean | |
return | string |
public db_connect ( boolean $persistent = FALSE ) : object | ||
$persistent | boolean | |
return | object |
public field_data ( string $table ) : array | ||
$table | string | |
return | array |
protected string $_escape_char | ||
return | string |
public bool $stricton | ||
return | boolean |