4Suite
™
API Documentation
►
Module
Ft
.
Server
.
Server
.
Drivers
.MetaKit
Classes:
MetaKitDriver
Functions:
Begin
,
Destroy
,
Exists
,
Initialize
,
InitializeModule
,
Maintain
Fields:
NAME
,
STRING_VIEW
,
SYSTEM_MODEL_NAME
,
USER_MODEL_NAME
Classes
class
MetaKitDriver
Methods
__init__
(
self
,
dbName
)
commit
(
self
)
createFile
(
self
,
path
,
typ
,
content
)
deleteFile
(
self
,
path
,
typ
)
fetchFile
(
self
,
path
,
typ
)
getSystemModel
(
self
)
getUserModel
(
self
)
hasFile
(
self
,
path
,
typ
)
mk_strings_view
(
self
)
rollback
(
self
)
updateFile
(
self
,
path
,
typ
,
content
)
Functions
Begin
(
**properties
)
Destroy
(
properties
,
tryOnly
=0
)
Exists
(
properties
)
Initialize
(
properties
)
InitializeModule
()
Maintain
(
properties
)
Fields
NAME
= 'MetaKit'
STRING_VIEW
= 'ftss_strings[path:S,type:I,data:B]'
SYSTEM_MODEL_NAME
= 'system'
USER_MODEL_NAME
= 'user'