Miscellaneous
AUTOSAVE
autosave(Boolean stat
) -> Boolean
STABLE
No description.
autosave( ) -> Boolean
STABLE
No description.
AUTO_COMMIT
auto_commit(Boolean stat
) -> Boolean
STABLE
No description.
CURRENT_FN_STATUS
current_fn_status(Charstring status
) -> Charstring
STABLE
No description.
ERASE_IMAGE
erase_image( ) -> Charstring
STABLE
Delete the current database image
ERROR
error(Charstring msg
) -> Boolean
STABLE
Throw an error with message msg
error(Charstring msg
, Object o
) -> Boolean
STABLE
Throw an error with message msg
for object o
EXTLANG
extlang(Charstring lang
) -> Boolean
STABLE
Enable access to external programming language lang
GETWATERMARK
getwatermark( ) -> Object
STABLE
No description.
IMAGE_FILE
image_file( ) -> Charstring
STABLE
No description.
LOAD_EXTENSION
load_extension(Charstring ext
) -> Boolean
STABLE
Load plugin named ext
NEW_VECTOR
new_vector(Integer dim
, Object e
) -> Vector
STABLE
Obsolete
new_vector(Integer dim
) -> Vector
STABLE
Return a vector with dim
nulls
OBJECT_NUMBERED
object_numbered(Integer i
) -> Object
STABLE
No description.
OID_NO
oid_no(Object o
) -> Integer i
STABLE
The number identifying surrogate object o
RELOAD_EXTENSION
reload_extension(Charstring ext
) -> Boolean
STABLE
No description.
SAVE_DATABASE
save_database(Charstring image
) -> Charstring
STABLE
No description.
SAVE_IMAGE
save_image( ) -> Charstring
STABLE
Save current database image on disk
SET_FINAL
set_final(Charstring fn
) -> Boolean
STABLE
Declare function fn
as final (no late binding)
SET_RESULTTYPES
set_resulttypes(Object fn
, Charstring lfn
) -> Bag of Function
STABLE
No description.
SET_STATEFUL
set_stateful(Charstring fn
) -> Bag of Function
STABLE
Declare all resolvents of function named fn
to be stateful
STARTUP_DIR
startup_dir( ) -> Charstring
STABLE
No description.
STATEFUL
stateful(Function fno
) -> Boolean
STABLE
Is resolvent fno
stateful?
UNNEST_ARGUMENTS
unnest_arguments(Function fn
) -> Boolean
STABLE
No description.
WHENZERO
whenzero(Number x
, Number dflt
) -> Number
STABLE
Value dflt
when x=0