FileStructStorage

FileStructStorage

文件的结构数据存储器。

Constructor

new FileStructStorage()

Classes

FileStructStorage

Members

db :InDB

数据库实例。

Type:
  • InDB

domain :string

存储器操作的域。

Type:
  • string

labelStore :object

文件标签库。

Type:
  • object

Methods

close()

关闭存储器。

open(domain)

打开存储器连接数据库连接。

Parameters:
Name Type Description
domain string

指定操作的域。

readFileLabel(fileCode, handler) → {boolean}

读取文件码对应的文件标签。

Parameters:
Name Type Description
fileCode string

文件码。

handler function

回调函数,参数:(fileCode:string, fileLabel:FileLabel) 。

Returns:

返回是否执行了查询操作。

Type
boolean

writeFileLabel(fileLabel) → {boolean}

写入文件标签。

Parameters:
Name Type Description
fileLabel FileLabel

文件标签实例。

Returns:

返回是否执行了操作。

Type
boolean