4Suite API Documentation

Module Ft.Server.Server.Drivers.Postgres

Classes:
Functions:
Fields:

Modules

PostgresContainer

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.Postgres.PostgresContainer.PostgresContainer

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

FTSS_CONTAIMENT_TABLE = 'ftss_containment'
NAME = 'Postgres'