完善数据库驱动

This commit is contained in:
thinkphp
2016-04-16 15:07:29 +08:00
parent 6aa75b5d8a
commit c62bc8bca2
7 changed files with 14 additions and 8 deletions

View File

@@ -96,9 +96,7 @@ class Oracle extends Connection
/**
* 取得数据表的字段信息
* @access public
*
* @param $tableName
*
* @param string $tableName
* @return array
*/
public function getFields($tableName)