4Suite
™
API Documentation
►
Module
Ft
.
Server
.
Server
.
Drivers
.MySQL
Classes:
MySQLDriver
Functions:
Begin
,
BuildRdfConnString
,
Destroy
,
Exists
,
Initialize
,
InitializeModule
,
Maintain
Fields:
FTSERVER_NAMESPACE
,
FTSS_CONTAIMENT_TABLE
,
NAME
,
SYSTEM_MODEL_NAME
,
USER_MODEL_NAME
,
VERSION
Modules
Escapec
MySQLContainer
Classes
class
MySQLDriver
(
Ft.Server.Server.Drivers.MySQL.MySQLContainer.MySQLContainer
)
Methods
__init__
(
self
,
dbName
,
host
,
port
,
user
,
passwd
)
commit
(
self
)
createFile
(
self
,
path
,
typ
,
content
)
deleteFile
(
self
,
path
,
typ
)
fetchFile
(
self
,
path
,
typ
)
getSystemModel
(
self
)
getUserModel
(
self
)
hasFile
(
self
,
path
,
typ
)
rollback
(
self
)
updateFile
(
self
,
path
,
typ
,
content
)
Methods inherited from class
Ft.Server.Server.Drivers.MySQL.MySQLContainer.MySQLContainer
fetchChildren
,
initialize
,
manageChildren
Methods inherited from class
Ft.Server.Server.Drivers.FtssDriver.DataStoreContainer
childReferenceXML
,
createContainer
,
deleteContainer
Functions
Begin
(
**properties
)
BuildRdfConnString
(
properties
)
Destroy
(
properties
,
tryOnly
=0
)
Exists
(
properties
)
Initialize
(
properties
)
InitializeModule
()
Maintain
(
properties
)
Fields
FTSERVER_NAMESPACE
= 'http://xmlns.4suite.org/reserved'
FTSS_CONTAIMENT_TABLE
= 'ftss_containment'
NAME
= 'MySQL'
SYSTEM_MODEL_NAME
= 'system'
USER_MODEL_NAME
= 'user'
VERSION
= '0.1'