Version: 0.5#15 (2003/1/8, 13:32:17 CET)
dbserver
):- use_active_module(dbserver).
db_handler/3
,
db_maintenance/3
,
dying/2
,
die/1
.
$is_persistent/2
,
persistent_dir/2
,
$is_sql_persistent/3
,
sql_persistent_location/2
,
relation/3
,
attribute/4
.
operators
,
pillow/http
,
pillow/html
,
persdb/persdbrt
,
persdb_mysql/persdbrt_mysql
,
det_hook/det_hook_rt
,
file_utils
,
lists
,
system
,
aggregates
,
dynamic
,
streams
,
read
,
write
,
terms
,
patterns
,
errhandle
.
internals
,
arithmetic
,
atomic_basic
,
attributes
,
basic_props
,
basiccontrol
,
data_facts
,
exceptions
,
io_aux
,
io_basic
,
prolog_flags
,
streams_basic
,
system_info
,
term_basic
,
term_compare
,
term_typing
.
dbserver
)
Usage: db_handler(+Input,+Passwd,-Response)
+Input
is a Pillow dictionary.
(dic/1
)
+Passwd
is an identifier for the client type.
(passwd/1
)
-Response
is an HTML page.
(output_page/1
)
Usage: db_maintenance(+Input,+Passwd,-Response)
+Input
is a Pillow dictionary.
(dic/1
)
+Passwd
is an identifier for the client type.
(passwd/1
)
-Response
is an HTML page.
(output_page/1
)
Usage: dying(+ClientType,-Response)
die
the stop the system service. Before having halted the database server through die/1
, this predicate is used to produce a message, pointing out that the system is about to be halted. Only authorised clients can use this service.
+ClientType
is an identifier for the client type.
(passwd/1
)
-Response
is an HTML page.
(output_page/1
)
Once the database has been updated in order to keep all the information in a consistant state, it halts the database server. Only authorised clients can use this service.
Usage: die(ClientType)
ClientType
is an identifier for the client type.
(passwd/1
)
dbserver
)No further documentation available for this predicate.
The predicate is multifile.
The predicate is of type data.
No further documentation available for this predicate.
The predicate is multifile.
The predicate is of type data.
No further documentation available for this predicate.
The predicate is multifile.
No further documentation available for this predicate.
The predicate is multifile.
The predicate is of type data.
No further documentation available for this predicate.
The predicate is multifile.
The predicate is of type data.
No further documentation available for this predicate.
The predicate is multifile.
The predicate is of type data.
dbserver
)
Usage: passwd(X)
X
is an identifier for the client type.
Usage: dic(X)
X
is a Pillow dictionary.
Usage: output_page(X)
X
is an HTML page.
dbserver
)Go to the first, previous, next, last section, table of contents.