Documentation ¶
Overview ¶
* @Descripttion: * @version: * @Author: lfzxs@qq.com * @Date: 2023-08-25 13:49:44 * @LastEditors: lfzxs@qq.com * @LastEditTime: 2023-09-19 11:33:25
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MySql_operator ¶
type MySql_operator struct { Db *sql.DB //表名前缀 Prefix string // contains filtered or unexported fields }
func NewMySqlOperator ¶
func (*MySql_operator) CreateTabels ¶
func (obj *MySql_operator) CreateTabels()
func (*MySql_operator) GetFileKeyFormHash ¶
func (obj *MySql_operator) GetFileKeyFormHash(hash string) (fileKey string, err error)
func (*MySql_operator) GetTabName ¶
func (obj *MySql_operator) GetTabName() string
func (*MySql_operator) SaveFileInfo ¶
func (obj *MySql_operator) SaveFileInfo(data *FileInfo) (fileKey string, err error)
Click to show internal directories.
Click to hide internal directories.