Property | Type | Description | |
---|---|---|---|
$_name | |||
$_path | |||
$_pdo |
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 ) |
public column_quote ( string $a ) : string | ||
$a | string | |
return | string |
public createTable ( Pix_Table $table ) : void | ||
$table | Pix_Table | |
return | void |