4Suite API Documentation

Module Ft.Server.Server.Drivers.MetaKit

Classes:
Functions:
Fields:

Classes

class MetaKitDriver

Methods

__init__(self, dbName)
commit(self)
createFile(self, path, typ, content)
deleteFile(self, path, typ)
fetchFile(self, path, typ)
hasFile(self, path, typ)
rollback(self)
updateFile(self, path, typ, content)

Functions

Begin(**properties)
Destroy(properties, tryOnly=0)
Exists(properties)
Initialize(properties)
Maintain(properties)

Fields

NAME = 'MetaKit'
STRING_VIEW = 'ftss_strings[path:S,type:I,data:B]'