Property | Type | Description | |
---|---|---|---|
$columns | |||
$keys | |||
$truncateCommand |
Method | Description | |
---|---|---|
getTableColumns ( string $tableName ) : array | Returns an array containing the names of all the columns in the $tableName table, | |
getTableNames ( ) : array | Returns an array containing the names of all the tables in the database. | |
getTablePrimaryKeys ( string $tableName ) : array | Returns an array containing the names of all the primary key columns in the $tableName table. |
Method | Description | |
---|---|---|
loadColumnInfo ( string $tableName ) | Loads column info from a sqlite database. |
public getTableColumns ( string $tableName ) : array | ||
$tableName | string | |
return | array |
public getTableNames ( ) : array | ||
return | array |
public getTablePrimaryKeys ( string $tableName ) : array | ||
$tableName | string | |
return | array |
protected loadColumnInfo ( string $tableName ) | ||
$tableName | string |