コード例 #1
0
ファイル: TableDefinitionDao.php プロジェクト: 634/peewee
 /**
  * get primary key list
  *
  * @return array tablename
  * @access public
  */
 function getPrimaryKeyList($tableName)
 {
     return $this->connection->MetaPrimaryKeys($tableName);
 }