Пример #1
0
 /**
  * get primary key list
  *
  * @return array tablename
  * @access public
  */
 function getPrimaryKeyList($tableName)
 {
     return $this->connection->MetaPrimaryKeys($tableName);
 }