4Suite API Documentation

Module Ft.Server.Server.Drivers.MySQL

Classes:
Functions:
Fields:

Modules

MySQLContainer

Classes

Methods

__init__(self, dbName, host, port, user, passwd)
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)

Methods inherited from class Ft.Server.Server.Drivers.MySQL.MySQLContainer.MySQLContainer

Methods inherited from class Ft.Server.Server.Drivers.FtssDriver.DataStoreContainer

Functions

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

Fields

FTSERVER_NAMESPACE = 'http://xmlns.4suite.org/reserved'
FTSS_CONTAIMENT_TABLE = 'ftss_containment'
NAME = 'MySQL'
VERSION = '0.1'