PHP Class Pix_Table_Db_Adapter_Sqlite, pixframework

Inheritance: extends Pix_Table_Db_Adapter_SQL
Afficher le fichier Open project: pixnet/pixframework

Protected Properties

Свойство Type Description
$_name
$_path
$_pdo

Méthodes publiques

Méthode 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 méthode

public __construct ( $path )

column_quote() public méthode

column_quote 把 $a 字串加上 quote
public column_quote ( string $a ) : string
$a string
Résultat string

createTable() public méthode

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

dropTable() public méthode

public dropTable ( $table )

getLastInsertId() public méthode

public getLastInsertId ( $table )

getSupportFeatures() public méthode

public getSupportFeatures ( )

query() public méthode

public query ( $sql )

quoteWithColumn() public méthode

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

setName() public méthode

public setName ( $name )

Property Details

$_name protected_oe property

protected $_name

$_path protected_oe property

protected $_path

$_pdo protected_oe property

protected $_pdo