4Suite
™
API Documentation
►
Module
Ft
.
Server
.
Server
.
Drivers
.Postgres
Classes:
PostgresDriver
Functions:
Begin
,
BuildRdfConnString
,
Destroy
,
Exists
,
Initialize
,
InitializeModule
,
Maintain
Fields:
FTSS_CONTAIMENT_TABLE
,
NAME
,
SYSTEM_MODEL_NAME
,
USER_MODEL_NAME
Modules
Escapec
PostgresContainer
Classes
class
PostgresDriver
(
Ft.Server.Server.Drivers.Postgres.PostgresContainer.PostgresContainer
)
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.Postgres.PostgresContainer.PostgresContainer
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
FTSS_CONTAIMENT_TABLE
= 'ftss_containment'
NAME
= 'Postgres'
SYSTEM_MODEL_NAME
= 'system'
USER_MODEL_NAME
= 'user'