Method |
Description |
|
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 起來。 |
|