4Suite
™
API Documentation
►
Module
Ft
.
Server
.
Server
.
Drivers
.Odbc
# Warning: This ODBC driver ships with win32all
Classes:
OdbcDriver
Functions:
Begin
,
BuildDbiKeywords
,
Destroy
,
Exists
,
Initialize
,
InitializeModule
,
Join
,
Split
Fields:
BLOB_CHUNK_LENGTH
,
NAME
,
SYSTEM_MODEL_NAME
,
USER_MODEL_NAME
Classes
class
OdbcDriver
Methods
__init__
(
self
,
keywords
)
commit
(
self
)
createFile
(
self
,
path
,
type
,
content
)
deleteFile
(
self
,
path
,
type
)
fetchFile
(
self
,
path
,
type
)
getSystemModel
(
self
)
getUserModel
(
self
)
hasFile
(
self
,
path
,
type
)
rollback
(
self
)
updateFile
(
self
,
path
,
type
,
content
)
Functions
Begin
(
**properties
)
BuildDbiKeywords
(
properties
)
Destroy
(
properties
,
tryOnly
=0
)
Exists
(
properties
)
Initialize
(
properties
)
InitializeModule
()
Join
(
chunks
)
Split
(
content
)
Fields
BLOB_CHUNK_LENGTH
= 7900
NAME
= 'Odbc'
SYSTEM_MODEL_NAME
= 'system'
USER_MODEL_NAME
= 'user'