메소드 | 설명 | |
---|---|---|
checkTable ( $table ) | ||
column_quote ( string $name ) : string | column_quote 把 $name 字串加上 quote | |
createTable ( Pix_Table $table ) : void | createTable 將 $table 建立進資料庫內 | |
dropTable ( Pix_Table $table ) : void | dropTable 從資料庫內移除 $table 這個 Table | |
getTableFromDb ( $db_table_name, string $pix_table_name = null ) : Pix_Table | get Pix_Table object from db schema | |
getTables ( ) : array | get table list on db | |
query ( $sql ) | ||
quoteWithColumn ( $table, $value, $column_name ) : string | quote 將 $str 字串內容 quote 起來。 |
public column_quote ( string $name ) : string | ||
$name | string | |
리턴 | string |
public createTable ( Pix_Table $table ) : void | ||
$table | Pix_Table | |
리턴 | void |
public getTableFromDb ( $db_table_name, string $pix_table_name = null ) : Pix_Table | ||
$pix_table_name | string | |
리턴 | Pix_Table |
public quoteWithColumn ( $table, $value, $column_name ) : string | ||
리턴 | string |