PHP Class Pix_Table_Db_Adapter_Sqlite, pixframework

Inheritance: extends Pix_Table_Db_Adapter_SQL
Show file Open project: pixnet/pixframework

Protected Properties

Property Type Description
$_name
$_path
$_pdo

Public Methods

Method Description
__construct ( $path )
column_quote ( string $a ) : string column_quote 把 $a 字串加上 quote
createTable ( Pix_Table $table ) : void createTable 將 $table 建立進資料庫內
dropTable ( $table )
getLastInsertId ( $table )
getSupportFeatures ( )
query ( $sql )
quoteWithColumn ( $table, $value, $column_name = null )
setName ( $name )

Method Details

__construct() public method

public __construct ( $path )

column_quote() public method

column_quote 把 $a 字串加上 quote
public column_quote ( string $a ) : string
$a string
return string

createTable() public method

createTable 將 $table 建立進資料庫內
public createTable ( Pix_Table $table ) : void
$table Pix_Table
return void

dropTable() public method

public dropTable ( $table )

getLastInsertId() public method

public getLastInsertId ( $table )

getSupportFeatures() public method

public getSupportFeatures ( )

query() public method

public query ( $sql )

quoteWithColumn() public method

public quoteWithColumn ( $table, $value, $column_name = null )

setName() public method

public setName ( $name )

Property Details

$_name protected property

protected $_name

$_path protected property

protected $_path

$_pdo protected property

protected $_pdo