Свойство | Тип | Описание | |
---|---|---|---|
$_numericDataTypes | Values are: 0 = 32-bit integer 1 = 64-bit integer 2 = float or decimal | ||
$_pdoType | string | PDO type |
Метод | Описание | |
---|---|---|
__construct ( array $config = [] ) | Constructor. | |
describeTable ( string $tableName, string $schemaName = null ) : array | Returns the column descriptions for a table. | |
limit ( string $sql, integer $count, integer $offset ) : string | Adds an adapter-specific LIMIT clause to the SELECT statement. | |
listTables ( ) : array | Returns a list of the tables in the database. |
Метод | Описание | |
---|---|---|
_checkRequiredOptions ( array $config ) | Check for config options that are mandatory. | |
_connect ( ) | Special configuration for SQLite behavior: make sure that result sets contain keys like 'column' instead of 'table.column'. | |
_dsn ( ) | DSN builder | |
_quote ( string $value ) : string | Quote a raw string. |
public __construct ( array $config = [] ) | ||
$config | array | An array of configuration keys. |
protected _checkRequiredOptions ( array $config ) | ||
$config | array |
protected _connect ( ) |
public listTables ( ) : array | ||
Результат | array |
protected $_numericDataTypes |