Skip to content

Commit

Permalink
改进
Browse files Browse the repository at this point in the history
  • Loading branch information
liu21st committed May 31, 2019
1 parent 3387748 commit 4a00ffc
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions src/connector/Mongo.php
Original file line number Diff line number Diff line change
Expand Up @@ -1268,6 +1268,28 @@ public function getFieldsType(string $tableName)
return [];
}

/**
* 获取数据表绑定信息
* @access public
* @param mixed $tableName 数据表名
* @return array
*/
public function getFieldsBind($tableName): array
{
return [];
}

/**
* 获取字段绑定类型
* @access public
* @param string $type 字段类型
* @return integer
*/
public function getFieldBindType(string $type): int
{
return 1;
}

/**
* 启动事务
* @access public
Expand Down

0 comments on commit 4a00ffc

Please sign in to comment.